/*.bg-primary
{
  background: #1e3680 !important;
}*/
body
{
        overflow-x: hidden;
}
a:hover, a :focus
{
  color: #ee201e;
text-decoration: none;
}

.section-ptb, .section-pt, .section-pb
{
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.pt-50 {

    padding-top: 5rem;

}
.f-w-600
{
  font-weight: 600;
}
.form-control
{
  border: 2px solid #eaeaea;
  padding: 0px 15px;
  box-shadow: none;
}
.form-control:focus
{
  color: #66676a;
  background-color: #ffffff;
  border-color: #1e3680;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), none;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), none;
}
input.form-control
{
  height: 60px;
  line-height: 58px;
}

.extra_ids_form input.form-control[type="file"]
{
  line-height: 20px;
  padding: 15px  15px ;
  overflow: hidden;
}
.extra_ids_form  select.form-control
{
  height: 60px !important;
  line-height: 58px;
}
textarea.form-control
{
  padding: 10px 15px;
  line-height: 25px;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before
{
  background-color: #02ad88;
}
.custom-checkbox .custom-control-label:before
{
top: 6px;
left: 0;
width: 1.5rem;
height: 1.5rem;
}
.custom-checkbox .custom-control-label:after
{
  top: 4px;
  left: -2px;
  width: 2rem;
  height: 2rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before
{
  background-color: #ee201e;
}
.loader .circle.one
{
  background: #1e3680;
}
.loader .circle.two
{
  background: #ee201e;
}



header .container
{
    position: relative;
}
header .navbar
{
  padding: 25px 0px;
  background: #e9ecff !important;
}
header .navbar.is-sticky
{
  padding: 15px 0px 5px;
  background: #e9ecff;
}
header .navbar-brand
{
  padding: 0px;
}
.navbar .navbar-nav .nav-link
{
    font-size: 1.4rem;
    padding-right: 1rem;
    padding-left: 1rem;
    text-align: left;
}

header .navbar-collapse .pl-20
{

}
header .navbar-collapse .btn-sm
{
      padding: 0 2rem;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover
{
  color: #f40000;
}
.navbar-light .dropdown-item.active, .dropdown-item:active {
    color: #f40000;
    text-decoration: none;
    background-color: #ffffff;
}
.navbar-expand-lg .navbar-nav .dropdown-menu
{
  padding: 0px;
  margin: 0;
  border-radius: 5px;
}
.navbar-light .dropdown-item:hover, .navbar-light  .dropdown-item:focus
{
    color: #fff !important;
background: #1c223a;
}
.navbar-light .dropdown-item
{
    line-height: 45px;
    padding: 0px 20px;
    border-bottom: 1px solid #000;
    font-weight: 600;
    color: #1c223a;
    border-right:
}
.navbar-light li:first-child .dropdown-item
{
  border-radius:5px 5px 0px 0px;
}
.navbar-light li:last-child .dropdown-item
{
  border:none;
  border-radius:0px 0px 5px 5px;
}
.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: #f40000;
}

.login-block
{
  position: relative;
}
.login-dropdown
{
  margin-top: 15px;
  right: 50%;
  left: auto;
  transform: translate(25%);
  padding: 0px;
  border-radius: 5px;
}
.login-dropdown a
{
    line-height: 45px;
    padding: 0px 20px;
    border-bottom: 1px solid #000;
    font-weight: 600;
    color: #1c223a;
}
.login-dropdown .dropdown-item:active,
.login-dropdown .dropdown-item:focus,
.login-dropdown a:hover
{
  color: #fff !important;
  background: #1c223a;
}

.login-block a:first-child
{
  border-radius: 5px 5px 0px 0px;
}
.login-block a:last-child
{
  border:none;
  border-radius: 0px 0px 5px 5px;
}
.login-dropdown:after
{
  border-right: 15px solid transparent;
  border-left: 15px solid transparent;
  border-bottom: 15px solid #f8f8f8;
  width: 30px;
  position: absolute;
  top: -15px;
  right: 0;
  text-align: center;
  content: "";
  transform: translate(-15px);
}

  .user-detail
  {
    display: flex;
    align-items: center;
    line-height: 20px;
    padding: 0px;
    font-weight: 600;
    margin-left: 0;
  }
  .user-detail .icon
  {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #1e3680;
    border-radius: 50%;
    color: #fff;
    margin-right: 10px;
  }
  .icon-img
  {
    width: 35px;
    height: 35px;
    margin-right: 15px;
  }
  .icon-img img
  {
    width: 100%;
  }
  .user-detail p
  {
    margin-bottom: 0px;
    line-height: 15px;
    font-weight: 600;
  }
  .user-detail p small
  {
    /* display: block; */
    font-size: 14px;
  }
.dropdown-item
{
  display: flex;
  align-items: center;
}
.dropdown-item i
{
  font-size: 20px;
  margin-right: 10px;
}

@media (min-width: 993px)
{
  html:lang(fr) header .navbar .navbar-nav .nav-link
  {
      font-size: 13px;
      padding-right: 5px;
      padding-left: 5px;
  }

  html:lang(fr) header .navbar-collapse .btn-sm {
      padding: 0 1rem;
  }
  html:lang(fr) header .navbar-collapse .pl-20
  {
    padding-left: 5px;
  }
}
.btn-primary
{
  background: #1e3680;
  border-color: #1e3680;
  box-shadow: none;
  color: #fff ;
}
.btn-primary:hover
{
  box-shadow: none;
  background-color: #f40000;
  border-color: #ee201e;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle
{
  background-color: #f40000;
  border-color: #ee201e;
}
.btn-primary.focus, .btn-primary:focus
{
  box-shadow: none;
}
.top-header
{
    position: absolute;
    right: 15px;
    top: -10px;
}
.top-header ul
{
    list-style:none;
    padding-left:0px;
    display: flex;
    margin-bottom: 0px;
}
.top-header ul li
{
    border-left:1px solid #000000;
    padding: 0px 15px;
        max-height: 20px;
    display: flex;
    align-items: center;

}
.top-header ul li:first-child
{
    border:none;
}
.goog-te-gadget img
{
    display:none;
}
.goog-te-gadget
{

}
.goog-te-gadget-simple
{
    height: 20px;
    background-color: transparent !important;
    border: none !important;
}
.goog-te-menu-value span
{
    border: none !important;
}
.goog-te-menu-value span[aria-hidden="true"]
{
    padding-left:5px !important;
}
.Enhanced-Background-section
{
  /* background: url(../img/home-img2.png); */
  background: url(../img/home-img4.png);
  background-repeat: no-repeat;
  background-position: 5% center;
  background-size: 45%;
}



.slider-area
{
  /* padding-top: 100px; */
  padding-bottom: 0px;
}
@media (min-width: 1281px) {

  .slider-area .hero-thumb.m-minus-60
  {
    margin-right: -15rem;
  }
  .slider-area .hero-thumb img
  {
    width: 110%;
  }
}

.header-space
{
    min-height:130px;
}

/*------------------------------*/
/*---    What We Section    ---*/
/*----------------------------*/
.what-we-section
{
  background: url(../img/home-bg1.png) no-repeat;
  background-position:right bottom 20%;
  background-size: 50%;

}

.what-we-section .featured-item.shadow-default:hover
{
  background: #fab62d;
}
.what-we-section .featured-item.shadow-default .item-link.link-btn::before
{
  background: rgba(233, 60, 62, 0.4);
}
.what-we-section .featured-item.shadow-default .circle-icon
{
  /* background: rgba(233, 60, 62, 0.4); */
    background: radial-gradient(circle at 50% 50%, rgb(233, 60, 62, 0.4), rgba(76, 0, 255, 0));
    /* opacity: 0.4; */
    position: relative;
}
.circle-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #000;
    font-weight: 700;
}
.what-we-section .featured-item.shadow-default .circle-icon i
{
  color: #e93c3e;
}
.what-we-section .featured-item.shadow-default:hover .card-body .circle-icon
{
    background-color: rgb(230, 60, 61);
    color: #fff;
}
.what-we-section .featured-item.shadow-default:hover .card-body .circle-icon i
{
  color: #fff;
}
.what-we-section .featured-item h5
{
    line-height: 3rem;
  min-height: 50px;
}
.what-we-section .featured-item.shadow-default:hover .card-body h5,
.what-we-section .featured-item.shadow-default:hover .card-body p,
.what-we-section .featured-item.shadow-default:hover .card-body .item-link
{
  color: #030102;
}
.what-we-section .featured-item.shadow-default:hover .item-link.link-btn:before
{
  background: rgba(255, 225, 255, 0.4);
}
/*.featured-item.shadow-default:hover .card-body .circle-icon
{
    background-color: rgb(230, 60, 61);
    color: #fff;
}
.featured-item.shadow-default:hover .card-body .circle-icon i
{
  color: #fff;
}*/

/*-----------------------------------*/
/*---    Our Security Section    ---*/
/*---------------------------------*/
.our-security-section
{
  background: url(../img/home-bg2.png) no-repeat;
  background-position:left bottom 20%;
}
.our-security-section .featured-item .circle-icon
{
  background: rgba(233, 60, 62, 0.4);
}
.our-security-section .featured-item .circle-icon i
{
  color: #e93c3e;
}
.our-security-section .featured-item .item-link.link-btn::before
{
  background: rgba(233, 60, 62, 0.4);
}
.our-security-section .featured-item .item-link.link-btn:hover
{
  color: #222;
}
.our-security-section .featured-item .card-body:hover .circle-icon {
    background-color: #e93c3e;
}

/*-------------------------------*/
/*---     Counter Section    ---*/
/*-----------------------------*/
.single-fact
{
  position: relative;
}
.single-fact h1
{
  height: 95px;
  line-height: 95px;
  position: absolute;
  width: 100%;
  color: #000;
  top: 0;
}
.single-fact img
{
  margin-bottom: 20px;
}
.single-fact h4
{
  line-height: 25px;
}

/*----------------------------------*/
/*---     Compliance Section    ---*/
/*--------------------------------*/
.compliance-section
{
  position: relative;
}
.compliance-section:before
{
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../img/home-bg3.png) no-repeat;
}
.compliance-section .card
{
  background: transparent;
  border: 2px solid;
  border-color: #fff;
  min-height: 245px;
}
.compliance-section .card:hover
{
  background:#fff;
}
.compliance-section .card h5
{
 margin-bottom: 0px;
}
.compliance-section .card:hover h5, .compliance-section .card:hover p
{
  color: #1c223a;
}
.compliance-section .card:hover .circle-icon
{
  background-color:#ee201e;
}
.compliance-section .card-body
{
  padding:4rem 1rem;
}
.compliance-section .circle-icon
{
  background: #fff;
}
.compliance-section .circle-icon i
{
  color: #e93c3e;
}
.compliance-section .card h5, .compliance-section .card p
{
  color: #fff;
}
@media (min-width: 993px)
  {
    .compliance-section .col-lg-3
    {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 20%;
      flex: 0 0 20%;
      max-width: 20%;
    }

  }
/*--------------------------*/
/*---     Footer Css    ---*/
/*------------------------*/
footer
{
  background: #e9ecff;
}

footer .footer-widget-area .footer-widget .footer-logo
{
  max-width: 100%;
}
footer .footer-widget-area .footer-widget.about p
{
  padding-right: 3rem;
  max-width: 100% !important;
}
.footer-widget hr.line
{
  float: left;
}

#scrollUp
{
  background: #ee201e;
}
#scrollUp:hover {
    -webkit-box-shadow: 0px 10px 30px 0px rgba(238, 32, 30, 0.4);
    box-shadow: 0px 10px 30px 0px rgba(238, 32, 30, 0.4);
    background-color: #ee201e;
}

/*---------------------------*/
/*---   Breadcrumb Css   ---*/
/*-------------------------*/
.breadcrumb-area .breadcrumb.bg-dark li:hover a, .breadcrumb-area .breadcrumb.bg-dark li.active
{
  color: #fff;
}
/*---------------------------*/
/*---   About Page Css   ---*/
/*-------------------------*/
.about-page
{

}
.about-text.ptb-50
{
  padding-left: 5rem;
  padding-right: 5rem;
}
.about-text.rounded
{
  border-radius: 5px !important;
}
.about-text p
{
  margin-bottom: 0px;
}
.about-bottom-text
{
  border-top: 1px solid #1c223a;
  border-bottom: 1px solid #1c223a;
}
.about-bottom-text h4
{
  margin-bottom: 0px;
  line-height: 30px;
  font-weight: 600;
}

/*---------------------------*/
/*---   Blog Page Css    ---*/
/*-------------------------*/
.blog-page  .bg-white , .blog-details  .bg-white
{
  background-color: #f2f5fc !important;
}
.blog-page .input-group-text, .blog-details  .input-group-text
 {
  background-color: #f2f5fc !important;
  border-color: #f2f5fc !important
 }

.blog-details .next-prev-post a:hover {
    color: #1e3680;
}

.blog-page .card-header  a, .blog-details .card-header
{
    position: relative;
    height: 350px;
    text-align: center;
    display: flex;
    align-items: center;
}
.blog-page .card-header  a img, .blog-details .card-header img
{
    width: auto !important;
    max-height: 100%;
    margin: 0px auto;
}

.page-link:hover ,.page-item.active .page-link
{
 color:#ffffff;
 text-decoration:none;
 background-color:#1e3680;
 border-color:#ffffff
}

.recent-post  hr.line.bw-2
{
  float: left;
}

/*---------------------------------------*/
/*---   Login - Register Page Css    ---*/
/*-------------------------------------*/
.sign-form
{
  border: 2px solid #1e3680;
  margin: 0px auto;
}
.sign-form .form-group
{
  position: relative;
  margin-bottom: 0px;
}
.parsley-errors-list li
{
  list-style-type: none;
  font-size: 0.9em !important;
  line-height: 0.9em !important;
  color: #f00 !important;
}
.sign-form .form-group .parsley-errors-list, .sign-form .form-group .text-danger
{
  position: absolute;
  bottom: -15px;
  line-height: 10px;
  font-size: 12px;
}
.sign-form .form-group .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #ee201e;
}
.sign-form .form-group .form-control:focus
{
  border-color: #1e3680;
}

.faq-page .faq-box
{
 background-color: #f2f5fc !important;
}

.contact-area .height-330 {
    height: 33rem;
}


/*-------------------------------*/
/*---   Checkout Page Css    ---*/
/*-----------------------------*/

.checkout-box
{
  border: 2px solid #1e3680;
  padding: 5rem;
  border-radius: 1rem;
}


#checkout {
  padding: 40px 0;
}

#checkout h4 {
  font-size: 16px;
  color: #36383a;
}

.checkout-box .table
{
  border: 2px solid #eaeaea;
  margin: 0px;
}

.checkout-box .table th, .checkout-box .table td
{
  border-bottom: 2px solid #eaeaea;
  border-right: 2px solid #eaeaea;
  letter-spacing: 0.7px;
  font-size: 15px;
  padding: 15px;
  vertical-align: middle;
  text-align: left;
}
.checkout-box .table th:last-child, .checkout-box .table td:last-child
{
  border-right: none;
}
.apply_coupon_box input.form-control
{
  border: 2px solid #eaeaea;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 45px;
  line-height: 41px;
  width: auto;
  float: left;
  margin-right: 10px;
}
.payment-modal
{
    max-width: 100%;
    width: 100%;
    margin: 50px 0 10px;
    border: 2px solid #1e3680;
    padding: 5rem;
    border-radius: 1rem;
}
.payment-modal .panel-heading
{
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.payment-modal .panel-body
{
    padding: 15px;
}
.payment-modal .panel
{
    /* margin-bottom: 20px; */
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.payment-modal .panel-default
{
    border-color: #ddd;
}
.payment-modal .form-group {
    max-width: 100% !important;
    display: block !important;
    text-align: left;
}

.credit-card-box .panel-title
{
    display: inline;
    font-weight: bold;
}

.credit-card-box .form-control.error
{
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
        rgba(255, 0, 0, 0.6);
}
.credit-card-box .form-group
{
  position: relative;
  margin-bottom: 30px;
  display: inline-block;
  width: 100%;
}
.credit-card-box .form-group .text-danger
{
    position: absolute;
    line-height: 15px;
    left: 0;
    font-size: 12px;
    bottom: -30px;
    height: 30px;
}
.credit-card-box label.error
{
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}
#credit-card .fa-credit-card:before
{
  content: "\f09d";
  font-family: 'Font Awesome 5 Free' !important;
}
.credit-card-box .payment-errors
{
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 12px;
}
.credit-card-box label
{
    display: block;
}
.credit-card-box .display-tr
{
    display: table-row;
}
.credit-card-box .panel-title
{
  min-width: 170px;
}
.credit-card-box .display-td
{
    display: table-cell;
    vertical-align: middle;
}
.credit-card-box .panel-heading img
{
    min-width: 180px;
    border-style: solid;
    border-width: 3px;
    border-color: white;
    box-shadow: 3px 3px 5px #D3D3D3;
}
.payment-modal .modal-body
{
    padding: 30px;
}
.payment-modal .modal-body .form-control, .payment-modal .form-control
{
    border: 2px solid #eaeaea;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 40px !important;
    line-height: 36px;
    float: left;
    padding: 0px 10px;
}
.payment-modal .input-group-addon
{
    width: 50px;
    background: #eaeaea;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.close-cls
{
  border: none;
  background: transparent;
  font-size: 30px;
}

/*=================================*/
/*          Customer Page         */
/*===============================*/
.customer-page .dataTables_length
{
  float: left;
  margin-bottom: 15px;
}
.customer-page .dataTables_length label
{
  margin: 0px;
  position: relative;
}
.customer-page .dataTables_length select
{
  border:1px solid #dee2e6;
  margin:0px 5px;
  padding: 0px 10px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  padding-right: 30px;
}
.customer-page .dataTables_length label:before
{
  content: "\f078";
  top: 0;
  right: 65px;
  line-height: 40px;
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color:#b4b4b4;
  z-index: 99;
}
.customer-page .paginate_button
{
height: 35px !important;
min-width: 35px !important;
line-height: 33px;
padding: 0px;
border-radius: 5px;
border: 1px solid #fff;
display: inline-block;
text-align: center;
margin: 5px;
padding: 0px 5px;
}
.customer-page .paginate_button.current, .customer-page .paginate_button:hover
{
  border-color: #1e3680 !important;
  color: #1e3680;
}
.customer-page .dataTables_filter
{
  float: right;
  margin-bottom: 15px;
}
.customer-page .dataTables_filter label
{
  margin: 0px;
}
.customer-page .dataTables_filter input
{
  border:1px solid #dee2e6;
  margin-left: 10px;
  padding: 0px 10px;
  height: 40px;
}
.customer-page .dataTables_info
{
  float: left;
}
.customer-page .dataTables_paginate
{
  float: right;
}
.customer-page  .dataTables_empty
{
  text-align: center;
}

.customer-table tbody tr:hover
{
  background: #e9ecff;
}
.customer-table td
{
padding:10px 10px;
vertical-align: middle;
border-top: 1px solid #dee2e6;
line-height: 20px;
font-size: 14px;

}
.customer-table td a
{
  background: #1e3680;
  color: #fff;
  padding: 0 2.5rem;
  font-size: 1.4rem;
  line-height: 4rem;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Dosis", sans-serif;
  display: inline-block;

}
.customer-table td:last-child , .customer-table th:last-child
{
/*    width: 210px;*/
    text-align: center;
}
.customer-table td p.note
{
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  position: relative;
  padding-bottom: 30px;
  line-height: 20px;
}
.customer-table td p.note:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 35px;
    background: #e9ecff;
    bottom: -5px;
    z-index: 5;
    left: 0;
}
.customer-table td p.note .badge-danger
{
  position: absolute;
  bottom: 0;
  z-index: 99;
  left: 50%;
  transform: translateX(-50%);
}
.customer-table td a:hover
{
  background: red;
}
.customer-table th
{
    padding: 10px;
    line-height: 20px;
    vertical-align: middle !important;
}
.customer-table
{
  border: 1px solid #dee2e6;
}

.customer-table .in-progree
{
  position: relative;
  padding-left: 15px;
}
.customer-table .in-progree:before
{
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 55%;
  background: #057b42;
  border-radius: 50%;
  left: 0;
  transform: translateY(-50%);
}
.customer-table .score-box
{
  width: 65px;
  height: 65px;
  line-height: 63px;
  border: 2px solid #000;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
}

/*=================================*/
/*  Applicant Results Container   */
/*===============================*/
.customer-detail-container
{
    box-shadow: rgba(0, 0, 0, 0.12) -2px 3px 6px 0px, rgba(0, 0, 0, 0.12) 2px 3px 6px 0px;
    border-top: 1px solid rgb(245, 245, 245);
    padding: 30px;
}
.customer-detail-container hr
{
    margin: 10px 0px;
    border-color: #4a4a4a;
}
.customer-detail-container ul
{
    font-weight: 500;
    list-style: inherit;
    padding-left: 15px;
    margin-bottom: 20px;
}
.customer-detail-container ul li
{
    list-style: initial;
}
.badge-success
{
    color: #fff;
    background-color: #28a745 !important;
}

.badge-notes {
  color: #fff;
  background-color: #daaf15 !important;
}

.badge-notes-view {
  color: #fff;
  background-color: #ffd747a1 !important;
}

.customer-detail-logo img
{
    max-height:  100px;
    margin-bottom: 40px;
}
.applicant-results-title h5
{
    line-height: 40px;
    margin: 0px;
}
.applicant-results-title h5 span
{
    width: 25% !important;
    font-size: 18px;
    display: inline-block;
}
.customer-detail-container select.form-control
{
  height: 50px !important;
  margin-left: 15px;
  max-width: 250px;
  width: 100%;
  box-shadow: none;
}
.customer-detail-container .notes
{
  padding: 20px;
  background: #f4f4f4;
}
.customer-detail-container .notes ul
{
    margin-bottom: 0px;
}
.customer-detail-container .notes p:last-child
{
  margin-bottom: 0px;
}

.customer-detail-dashed {
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border: 1px dashed lightgrey;
}
.file-upload-box, .extra-documents
{
  margin-bottom:70px;
}

.customer-detail-dashed .form-control-label b
{
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
}
.customer-detail-dashed:last-child
{
  margin-bottom: 0px;
}
.customer-detail-title
{
    margin-top: 0px;
    line-height: 35px;
    color: #1c223a;
}
.customer-detail-maintitle
{
    margin-top: 0px;
    line-height: 35px;
    margin-left: 15px;
    font-size: 18px;
    line-height: 35px;
    display: inline-block;
    padding: 0px 10px;
}
.customer-detail-title span
{
    background: #e9ecff;
    margin-left: 15px;
    font-size: 18px;
    line-height: 35px;
    display: inline-block;
    padding: 0px 10px;
    color: #1c223a !important;
}

.Report-Summary-table td
{
    padding: 5px 10px;
    font-weight: 500;
    font-size: 15px;
}

.Report-Summary-table tr
{
    border-bottom: 2px solid #222;
    background:  #d3d3d3;
    color: #222;
}
.Report-Summary-table tr:last-child
{
    border-bottom: none;
}
.Report-Summary-table .bg-success
{
    background: #d8e8f6;
    color: #0d75c9;
}
.OneID-table table
{
    width: 100%;
}
.OneID-table thead
{
    background: #d3d3d3;
}
.OneID-table  tr
{
    border-bottom: 2px solid #a9a9a9;
}
.OneID-table th, .OneID-table td
{

    line-height: 25px;
    padding: 5px 5px;
    text-align: center;
}
.criminal-Record-table tr
{
    border-bottom: 1px solid #a9a9a9;
}

.activity-table  table
{
  border: 1px solid #dee2e6;
  min-width: 600px;
  margin-bottom: 0px;
}
.activity-table  thead
{
  background: #e9ecff;
}
.activity-table th, .activity-table td
{
  padding: 15px 30px;
}
.activity-table td
{
  line-height: 25px;
}

.activity-table td:first-child
{
  padding-left: 55px;
  position: relative;
}
.activity-table td:first-child:before
{
  content: "";
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0px;
  left: 35px;
  background: #000;
  top: 50%;
}
.activity-table td:first-child:after
{
content: "";
position: absolute;
width: 15px;
height: 15px;
border-radius: 50%;
top: 50%;
left: 28px;
background: #fff;
transform: translateX(0%) translateY(-50%);
border: 3px solid #1e3680;
box-shadow: 0px 0px 0px 2px #fff;
}
.activity-table tr:last-child td:first-child:before
{
  display: none;
}

.filters .form-control
{
  height: 40px;
  width: 100%;
  font-size: 13px !important;
  border:1px solid #ced4da !important;
  border-radius: 4px;
  box-shadow: none !important;
  padding: 0px 5px !important;
}
.customer-table .pagination li:first-child .page-link, .customer-table .pagination li:last-child .page-link
{
  border: 1px solid #fff;
  font-size: 30px;
  line-height: 25px !important;
}
.customer-table tbody tr
{
  cursor: pointer;
}
/*==============================*/
/*  Billing Shipping Address   */
/*============================*/
.billing-shipping-address-box
{
  position: relative;
}
.billing-shipping-address-box .custom-checkbox
{
  position: absolute;
  right: 15px;
  top: 5px;
}
.billing-shipping-address-box:first-child
{
  padding-right: 30px;
}
.billing-shipping-address-box:last-child
{
  padding-left: 30px;
}
.billing-shipping-address-box:last-child:before
{
  content: " ";
  position: absolute;
  width: 2px;
  background: #dee2e6;
  top: 0;
  height: 100%;
  left: -1px;
}
.billing-shipping-from .form-group
{
  margin-bottom: 20px;
  position: relative;
}
.address-box
{
  position: relative;
}
.billing-shipping-from .form-group .parsley-errors-list
{
  position: absolute;
  bottom: -15px;
}
.billing-shipping-from .form-group .form-control
{
  box-shadow: none;
  height: 45px;
}
.billing-shipping-from .form-group label
{
  line-height: 25px;
  margin-bottom: 5px;
  display: block;
}
.billing-shipping-from .form-group label span
{
  font-weight: 700;
  color: #ee201e;
}
.billing-shipping-details
{
  position: relative;
}
.billing-shipping-details:first-child
{
  padding-right: 30px;
}
.billing-shipping-details:first-child:before
{
  content: " ";
  position: absolute;
  width: 2px;
  background: #dee2e6;
  top: 0;
  height: 100%;
  right: -1px;
}
.billing-shipping-details:nth-child(2)
{
  padding-left: 30px;
}




.contact-form .form-group
{
  margin-bottom: 0px;
  position: relative;
  clear: both;
}
.contact-form .form-group .parsley-errors-list
{
  position: absolute;
  margin: 0px;
  line-height: 20px;
  color: #ee201e;
  bottom: -20px;
  font-size: 13px;
}
.contact-area .line-sm
{
float: left;
}
.contact-area .contact-info .line.max-w
{
  float: left;
}
.contact-area .contact-info p
{
  clear: both;
}
.contact-area textarea.form-control
{
  height: 125px;
}

/* css 02 - novemebr */
.customer-detail-tbl thead th {
    text-align: center;
}
.customer-detail-tbl th, .customer-detail-tbl td {
  text-align: left;
}
.flex-col {
    padding: 0;
}
.flex-col-left {
    background: #e1e6f9;
}
.flex-col-right {
    background: #e9ecff;
}
.flex-padding {
    padding: 25px 25px 35px;
}
h3.billing-title {
    border-bottom: 1px solid #000;
    padding: 15px 0;
   margin-bottom: 25px;
}
.billing-info-table {
    overflow: hidden !important;
}
td.billing-info-title {
    text-transform: uppercase;
}
.billing-inforamtion-wrapper{
    border: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.billing-info-table thead{background: transparent;}
.billing-info-table th, .billing-info-table td {
    line-height: 25px;
    padding: 20px 5px;
    text-align: left;
}
.billing-info-table table {
    min-width: 100% !important;
}
.billing-info-table tr {
    border-bottom: 1px solid #1c223a;
}
/* error block css */


.print-error-msg {
    background: #ee201e;
    padding: 15px 30px;
    position: relative;
    border-radius: 20px;
    max-width: 700px;
    margin: 30px auto;
    width: 100%;
}
.print-error-msg ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.print-error-msg li {
    text-align: left;
    color: #fff;
    font-family: "Dosis", sans-serif;
    font-size: 17px;
}
.print-error-msg::after {
    content: "";
    font-family: FontAwesome;
    border-bottom: 15px solid #ee201e;
    border-left: 13px solid transparent;
    border-right: 14px solid transparent;
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-top: 0;
}

.application-document {
    height: 100px;
    text-align: center;
    display: flex;
    align-items: center;
    background: #e1e6f9;
    overflow: hidden;
}

.application-document img
{
  width: 100px !important;
  max-height: 100%;
  margin: auto;
  padding: 5px;
}
/*============ Media Screen============*/



@media screen and (max-width:1300px)
{
  .slider-area
  {
    padding-top: 80px;
  }
}
@media screen and (max-width:1200px)
{
  header .navbar .navbar-nav .nav-link
  {
    font-size: 1.6rem;
  }
  .navbar-expand-lg .navbar-nav .nav-link
  {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
  header .btn-sm
  {
    padding: 0 1.8rem ;
  }
  .navbar-brand img
  {
      max-height:65px !important;
  }
  .header-space
  {
      min-height:115px;
  }
  .slider-area
  {
    padding-top: 100px;
    padding-bottom: 0px;
  }
  .compliance-section .card-body
  {
    padding: 3rem 1rem 2rem;
  }
  .compliance-section .card h5
  {
    height: 40px;
  }
  .featured-item .card-body.ptb-45
  {
    padding: 3rem 1rem 3rem 1rem;
  }
  .featured-item .card-body p.mb-20
  {
    margin-bottom: 10px !important;
    min-height: 75px;
  }
  input.form-control,   select.form-control
  {
    height: 45px;
    line-height: 43px;
  }

  .extra_ids_form input.form-control[type="file"]
  {
    line-height: 15px;
    padding: 10px  15px ;
    overflow: hidden;
  }
  .extra_ids_form  select.form-control
  {
    height: 45px !important;
    line-height: 43px;
  }
  textarea.form-control
  {
    height: 120px;
    line-height: 20px;
  }
  .sign-form
  {
    padding: 3rem;
  }
  .what-we-section
  {
    padding-top: 0px;
  }
}



@media all and (max-width: 1200px) and (min-width: 992px)
{
  .container
  {
    max-width: 100%;
  }


}


@media screen and (max-width:993px)
{
    .banner-2-block .row.d-flex {
        display: block !important;
        width: 100% !important;
    }
    .banner-2-block .d-md-none {
        display: block !IMPORTANT;
        text-align: center;
    }
    .Enhanced-Background-section {
        background-image: none;
    }
    .banner-2-block .col-12{
        width: 100% !important;
        display: block !IMPORTANT;
        margin-left: 0 !IMPORTANT;
        order: unset;
        max-width: 100%;
    }
    .hero-block .flex-row {
        display: block !important;
    }
    .slider-area .caption p {
        max-width: 100%;
    }
    .container {
        max-width: 100%;
    }
    .btn
    {
      padding: 0px 20px;
      line-height: 36px;
      font-size: 1.2rem;
    }

    .navbar-expand-lg > .container
    {
      padding: 0px 15px;
    }
    .navbar-brand img
    {
      height: 50px;
    }
    .header-space
    {
        min-height:110px !important;
    }
    .slider-area .caption
    {
      padding-top: 0rem;
    }
    .top-header
    {
      right:15px;
      top: -20px;
    }
    .top-header ul li:last-child
    {
        padding-right:0px;
    }
    .login-block
    {
      position: absolute;
      right: 70px;
      top: 0;
    }
    .login-block  a
    {
      line-height: 30px;
    }
    .login-dropdown
    {
      transform: translate(15%);
    }
    .login-dropdown a
    {
      line-height: 40px !important;
    }
    .user-detail
    {
      margin-left: 0px !important;
      border-top: 1px solid rgba(0,0,0,0.5);
      padding-top: 10px !important;
    }
    .slider-area
    {
      padding-bottom: 0px;
    }
    .slider-area
    {
      padding-top: 50px;
    }
    .what-we-section
    {
      position: relative;
    }
    .what-we-section .featured-item h5
    {
      min-height: auto;
    }
    .our-security-section
    {
      position: relative;
    }
    .our-security-section:before,  .what-we-section:before
    {
      content: " ";
      position: absolute;
      width: 100%;
      height: 100%;
      background: #fff;
      left: 0;
      top: 0;
      opacity: 0.6;
    }
    .compliance-section
    {
      background-size: contain;
      background-repeat: round;
    }
    .compliance-section .card h5
    {
      height: auto;
    }
    .compliance-section .card
    {
      min-height: 200px;
    }

    .featured-item .card-body p
    {
      min-height: auto !important;
    }

    .customer-table, .OneID-table table
    {
      min-width: 900px;
    }
    .criminal-Record-table  table
    {
      min-width: 600px;
    }
    .extra-documents table
    {
      min-width: 100%;
    }
    .customer-detail-dashed, .file-upload-box, .extra-documents
    {
      margin-bottom: 40px;
    }
    .customer-detail-container
    {
      padding: 15px;
    }
    .billing-shipping-address-box
    {
      padding: 0px 15px !important;
    }
    .billing-shipping-address-box:last-child
    {
      padding-top: 30px !important;
    }
    .billing-shipping-address-box:last-child:before
    {
      content: " ";
      position: absolute;
      width: 96%;
      background: #dee2e6;
      top: 0;
      height:2px;
      left: 2%;
    }
    .billing-shipping-address-box .custom-checkbox
    {
      position: absolute;
      right: 15px;
      top: 35px;
      margin: 0px !important;
    }
    .billing-shipping-details:last-child
    {
      margin-top: 30px;
    }

    .blog-page .card-header  a, .blog-details .card-header
    {
      height: 250px;
    }

}

@media screen and (max-width:767px)
{
  .print-error-msg li {
    font-size: 16px;
    line-height: 23px;
    padding: 6px 0;
 }
 .print-error-msg {
   max-width: calc(100% - 30px);
 }
  .Enhanced-Background-section
  {
    background: none;
  }
  .checkout-box
  {
    padding: 15px;
  }

  .apply_coupon_box input.form-control
  {
    width: 100%;
    margin-bottom: 15px;
  }

  .sign-form
  {
    padding: 2rem;
  }
  .custom-checkbox
  {
    display: block !important;
    margin:20px 0px !important;
  }
  .custom-checkbox  .float-left
  {
    width: 100%;
  }
  .breadcrumb-area
  {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .payment-modal .modal-body
  {
    padding: 15px;
  }
  .checkout-box img
  {
    height: 70px;
  }
  .checkout-box .float-right
  {
    float: none !important;
  }
  .customer-detail-container select.form-control
  {
    margin: 0px;
  }
  .customer-detail-container .notes
  {
    padding: 10px;
  }
  .billing-shipping-details
  {
    padding: 0px 15px !important;
  }
  .billing-shipping-details:first-child:before
  {
    content: " ";
    position: absolute;
    width: 96%;
    background: #dee2e6;
    top: auto;
    bottom: 0px;
    height: 2px;
    right: 2%;
  }
  .billing-shipping-details:first-child
  {
    padding-bottom: 10px !important
    ;
  }
  .billing-shipping-details:nth-child(2)
  {
    padding-top: 15px !important;
  }
  .billing-shipping-details:last-child
  {
    margin-top: 0px;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .custom .pagination
  {
    overflow-x: scroll;
  }
  .custom .pagination .page-link
  {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .custom .pagination .page-item
  {
    margin: 0px;
  }
  .compliance-section .card
  {
    min-height: auto;
  }
  .customer-table, .OneID-table table
  {
    min-width: 600px;
  }
  .criminal-Record-table  table
  {
    min-width: 400px;
  }

}

@media screen and (max-width:575px)
{
  .container
  {
    max-width: 100%;
  }
  .top-header
  {
    position: relative;
    top: -10px;
    width: 100%;
  }
  .login-block
  {
    right: 15px;
    padding:0px !important;
    top: -10px;
    line-height:25px;
  }
  .login-dropdown
  {
    transform: translate(15%);
  }
  .login-block .btn-primary
  {
    line-height: 20px;
  }

  header .navbar
  {
    padding-bottom: 10px;
  }

  .about-text.ptb-50
  {
    padding: 20px !important;
  }
  .display-1
  {
    font-size: 3rem;
  }
  .display-3
  {
    font-size: 2.4rem;
  }
  .section-ptb, .section-pt, .section-pb
  {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .checkout-box
  {
    padding:10px;
  }
  .checkout-box .table th, .checkout-box .table td
  {
    padding: 5px;
    font-size: 14px;
  }

  .payment-modal .modal-body
  {
    padding: 10px;
  }
  .credit-card-box .display-td
  {
    width: 100%;
    display: inline-block;
  }
  .billing-shipping-address-box .custom-checkbox
  {
    position: relative;
    left: 0px !important;
    top: 0px !important;
  }
  .blog-page .card-header  a, .blog-details .card-header
  {
    height: 200px;
  }
  td.billing-info-title {
    min-width: 115px;
    font-size: 12px;
}
.flex-padding {
    padding: 15px 15px 30px;
}
}

/* Style For Locked & Unlocked Applications */
._cE{
  background-color: #ccc;
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
._alBox{
  position: relative;
}
._lBox{
  width: 100%;
  position: absolute;
  top: 0;
  background-color: rgba(255, 255, 255, 0.8);
  left: 0;
  z-index: 99;
  background-image: url(../img/loader.gif);
  background-position: center;
  height: 100%;
  background-size: 30%;
  background-repeat: no-repeat;
}

.customer-detail-dashed .dash-text{color: #28a745}
.billing-inforamtion-wrapper p{padding: 15px; margin-bottom: 0;}

.home-content-blk p {
  line-height: 22px;
  line-height: 3.0rem !important;
}
.home-content-blk {
  margin-top: 15px !important;
}
.h1, h1 {
  font-size: 2.4rem;
}
.single-fact h1 {
   line-height: 125px;
   font-size: 3rem;
}
.single-fact img {
  width: 191px;
}
.corporate-title {
    /* font-size: 42px; */
    margin-bottom: 40px;
    text-align: center;
}

.mobile-card-visible {
    display: none;
}

@media only screen and (max-width: 767px) {
    .mobile-card-hidden {
        display: none;
    }

    .mobile-card-visible {
        display: block;
    }
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    display: none !important;
}

.ccc_img{
    height: 100px;
}

.flex-container-ccc-img {
    display: flex;
    padding-top: 30px;
    flex-direction: row;
}
ul.css-image-list li img {
    max-height: 100px;
}
ul.css-image-list {
    list-style: none;
    padding: 0;
    margin: 50px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Responsive layout - makes a one column layout instead of a two-column layout */
@media (max-width: 800px) {
    .flex-container-ccc-img {
        flex-direction: column;
    }
    .ccc_img {
        align-self: center;
    }
    .cc1{
        margin-right: 0px !important;
    }
}

.image-blurred-edge{
    background-color: #555;
    box-shadow: 0 0 12px 10px lightgrey;
    border-radius: 5px;
}


/************ font and typography css 11 July 2022 *************/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6,body,p,li,a.btn,
button.btn,font,.form-group,.c-padd .input-box, .form-group,
.select-box
{
    font-family: 'Roboto Slab', serif !important;
}
::-webkit-input-placeholder,
:-ms-input-placeholder ,
::placeholder,
:-moz-placeholder
{
    font-family: 'Roboto Slab', serif !important;
}

.btn {
  font-size: 13.5px;
}
.navbar-light .navbar-toggler-icon {
       background-size: 30px;
}
.display-3 {
    font-weight: 400;
}
.tawk-min-container .tawk-button-circle.tawk-button-large {
    width: 50px;
    height: 50px;
}
/** responsive css **/
@media screen and (max-width:1500px){
    html {
        font-size: 9px;
    }
}
@media screen and (max-width:1200px){
    html {
        font-size: 8px;
    }
    p,body{font-size: 1.9rem !important;}
    .h5, h5 {
        font-size: 1.8rem;
        line-height: 2.7rem;
    }
}
@media screen and (max-width:991px){
.h1, h1 {
    font-size: 3rem;
    line-height: 4rem;
}
.display-3 {
    font-size: 2.2rem;
}
.footer-logo {display: none;}
.navbar-light .navbar-toggler {
    border: 0;
}
}
@media screen and (max-width:767px){
    .btn {
        font-size: 12.5px;
    }
    .h1, h1 {
        font-size: 2.5rem;
        line-height: 3.5rem;
    }
    p, body {
        font-size: 1.75rem !important;
    }
    .display-3 {
        font-size: 1.9rem;
    }
    .footer-widget {
        margin: 10px 0;
    }
    .footer-copyright {
        text-align: center;
    }
    .mb-25 {
        margin-bottom: 1.5rem !important;
    }
    #scrollUp {
        line-height: 4rem;
 }
 .breadcrumb-area h2 {
    font-size: 2rem;
    padding-bottom: 1rem;
}
.mt-mob-0 {
    margin-top: 0 !important;
}
._address_block,.payment-modal {
   padding: 20px;
}
button.navbar-toggler.navber-toggler-right {
    margin-top: 15px;
}
}
@media screen and (max-width:575px){
header .btn-sm {
    padding: 5px 16px;
}
}
