@font-face {
  font-family: "ProductSansRegular";
  src: url("../fonts/ProductSansRegular.eot");
  src: url("../fonts/ProductSansRegular.eot") format("embedded-opentype"),
    url("../fonts/ProductSansRegular.woff2") format("woff2"),
    url("../fonts/ProductSansRegular.woff") format("woff"),
    url("../fonts/ProductSansRegular.ttf") format("truetype"),
    url("../fonts/ProductSansRegular.svg#ProductSansRegular") format("svg");
}

@font-face {
  font-family: "ProductSansBold";
  src: url("../fonts/ProductSansBold.eot");
  src: url("../fonts/ProductSansBold.eot") format("embedded-opentype"),
    url("../fonts/ProductSansBold.woff2") format("woff2"),
    url("../fonts/ProductSansBold.woff") format("woff"),
    url("../fonts/ProductSansBold.ttf") format("truetype"),
    url("../fonts/ProductSansBold.svg#ProductSansBold") format("svg");
}

.form-control::-webkit-input-placeholder {
  font-family: "ProductSansRegular";
  color: #9b9b9b;
}

.form-control:-ms-input-placeholder {
  font-family: "ProductSansRegular";
  color: #9b9b9b;
}

.form-control::placeholder {
  color: #9b9b9b;
  font-family: "ProductSansRegular";
}

*,
body {
  padding: 0;
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* body { background:#f4f8f9;  font-family: 'ProductSansRegular'; font-size: 16px; color: #747782; line-height: 22px; font-weight: normal; } */
body {
  background: #f4f8f9;
  font-family: "Ubuntu";
  font-size: 14px;
  color: #4d4d4f;
  line-height: 22px;
  font-weight: normal;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 100%;
}

textarea {
  width: 100%;
}

h1,
h2,
h3,
h4 {
  font-family: "Ubuntu";
}

h3 {
  font-size: 40px;
}

h2 {
  font-size: 46px;
}

h4 {
  font-size: 28px;
}

a,
a:hover,
a:focus,
button,
button:hover,
button:focus {
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.full-img {
  width: 100%;
  height: auto;
}

.c-btn-1 {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: none;
  background: #063755;
  color: #fff;
  line-height: 100%;
  padding: 13px;
  padding-left: 40px;
  font-size: 15px;
  font-family: "Ubuntu";
  border-radius: 6px;
  position: relative;
}

.c-btn-1 i {
  position: absolute;
  left: 11px;
  top: 13px;
  border-right: none;
}

.c-btn-1:hover,
.c-btn-1:focus {
  background: #316de9;
  color: #fff;
}

/*file*/
.c-file-upload-in {
  position: relative;
}

.c-file-upload-w .c-form-control {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  z-index: 1;
  cursor: pointer;
}

.c-file-upload-w span {
  display: block;
  background-color: #316de8;
  padding: 15px;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  font-weight: 700;
  border-radius: 8px;
}

/*header*/
.nav-link i.fa {
  width: 25px;
}

.sidebar .sidebar-brand {
  background-color: #010f1f;
}

.sidebar.bg-gradient-primary {
  background: #063755;
}

.sidebar .nav-item .nav-link span {
  font-size: 14px;
  color: #818895;
}

.sidebar .nav-item>a:hover,
.sidebar .nav-item.active>a {
  background: #052c57;
  color: #fff;
}

.sidebar .nav-item>a:hover i,
.sidebar .nav-item>a:hover span,
html body .sidebar .nav-item>a:hover:after,
.sidebar .nav-item.active a i,
.sidebar .nav-item.active>a,
.sidebar .nav-item.active>a span {
  color: #fff;
}

.sidebar-dark .nav-item .nav-link i {
  font-size: 20px;
  margin-right: 5px;
}

.c-heading-1 {
  color: #303441;
  font-size: 25px;
}

.navbar-expand .nav-link .badge-danger {
  background: #38ceb3;
}

.topbar .dropdown-list .dropdown-header {
  background-color: #316de8;
  border-color: #316de8;
}

.topbar.navbar-light .navbar-nav .nav-item .nav-link {
  font-size: 20px;
  font-family: "Ubuntu";
}

/*search datatable*/
.c-search-table-w .dataTables_length,
.c-search-table-w .dataTables_filter {
  display: none;
}

.c-search-table-w thead tr:first-child th {
  background: #316de8;
  padding: 12px 15px;
}

.c-search-table-w thead tr th input {
  width: 130px;
  height: 36px;
  border-radius: 4px;
  padding: 10px 11px;
  padding-right: 40px;
  display: block;
  margin: 0 auto;
  border: none;
  background: #fff url("../img/small-search-icon.png") 90% 50% no-repeat;
}

.c-search-table-w thead tr:last-child th {
  font-size: 14px;
  font-weight: normal;
  color: #747782;
  background-image: url("../img/down-arow.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.c-search-table-w thead tr:last-child th.sorting_desc {
  border-bottom: 0px;
  background-image: url("../img/up-arow.png");
}

.table thead th,
.table thead td {
  border-color: #dde0e9;
}

.dt-edit-btn a {
  width: 30px;
  height: 30px;
  background-color: #cfddfa;
  border-radius: 0px;
  padding: 0 5px;
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  line-height: 100%;
  display: block;
}

.dt-delete-btn a {
  width: 30px;
  height: 30px;
  background-color: #ffc9c9;
  border-radius: 0px;
  padding: 0 5px;
  border-radius: 50%;
  padding: 5px;
  text-align: center;
  line-height: 100%;
  display: block;
}

.view-btn-w li {
  padding: 0 5px;
}

.dt-view-btn {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.c-search-table-w thead tr:last-child {
  background-color: #fff;
}

.table-bordered td {
  font-size: 14px;
  color: #8d919f;
  position: relative;
  vertical-align: middle;
  padding: 8px;
}

.table-striped tbody tr:nth-of-type(2n + 1) {
  background-color: #fff;
}

.table-striped tbody tr:nth-of-type(2n + 2) {
  background-color: #f7f8fa;
}

.dt-view-btn {
  width: 65px;
}

.my-profile-w {
  margin-top: 50px;
}

.c-form-box h2 {
  font-size: 24px;
  color: #303441;
  margin-bottom: 30px;
}

/*no search table*/

.no-search-table-w .row {
  margin: 0;
}

.dt-email-btn {
  margin-right: auto;
}

.dt-email-btn a {
  color: #8d919f;
  font-size: 16px;
  font-family: "Ubuntu";
}

.no-search-table-w thead tr th {
  background: #fff;
  border-bottom: 0;
  font-size: 16px;
  font-weight: normal;
  color: #747782;
  background-image: url("../img/down-arow.png");
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

.no-search-table-w thead tr th.sorting_desc {
  border-bottom: 0px;
  background-image: url("../img/up-arow.png");
}

.table thead th,
.table thead td {
  border-color: #dde0e9;
}

.no-search-table-w .dataTables_length,
.no-search-table-w .dataTables_filter {
  display: none;
}

.table-bordered .select-checkbox {
  border-right: none !important;
}

.table-bordered td.c-no-boder {
  border-left: none !important;
}

.no-search-table-w thead tr th {}

.no-search-table-w thead tr th.select-checkbox,
.c-search-table-w thead tr:last-child th.select-checkbox {
  opacity: 0;
}

.no-search-table-w thead tr th.c-no-boder {
  border-left: none !important;
  min-width: 100px;
}

.c-search-table-w thead tr:last-child th.c-no-boder {
  border-left: none !important;
  min-width: 100px;
}

.no-search-table-w thead {
  background-color: #fff;
}

/*form*/
.c-form-group {
  margin-bottom: 15px;
}

.c-form-group label {
  color: #747782;
  font-size: 16px;
  margin-bottom: 12px;
  display: block;
}

.c-form-group .c-form-control {
  display: block;
  background-size: 100% 100%;
  background: #f2f4f4 url("../img/form-chip.png") no-repeat top left;
  font-size: 16px;
  color: #6b6e79;
  padding: 15px 20px;
  line-height: 100%;
  border: none;
  width: 100%;
  border-radius: 6px;
  font-family: "Ubuntu";
  height: 46px;
}

.c-form-box {
  background-color: #ffffff;
  border-radius: 10px;
  padding: 20px 20px 40px 20px;
  height: 100%;
}

.c-warper {
  padding-bottom: 30px;
}

.c-form-box .c-form-group:last-child {
  margin-bottom: 0;
}

.c-search-table-w .row {
  margin: 0 !important;
}

.no-search input {
  display: none !important;
}

.c-form-group select.c-form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-image: url("../img/down-arow-select.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: inherit;
  background-position: 93% 50%;
}

.c-resources-filter .c-form-group select.c-form-control {
  background-color: #fff;
  border: 2px solid #ccc;
  padding: 13px 20px 13px;
}

.c-resources-in {
  margin-top: 40px;
}

.c-resources-in li a {
  display: block;
  border-radius: 8px;
  margin-bottom: 15px;
  overflow: hidden;
}

.c-resources-in li a img {
  width: 100%;
}

.c-model-popup {
  background: rgba(0, 0, 0, 0.7);
}

.c-model-popup .modal-dialog {
  margin-top: 100px;
}

.c-model-popup .modal-body {
  padding: 40px 30px;
}

.c-model-popup .modal-content {
  border-radius: 15px;
}

.c-model-popup .close {
  color: #d3d3d3;
  font-size: 50px;
  line-height: 28px;
  position: absolute;
  right: 0;
  top: -50px;
}

.c-model-popup h4 {
  margin-bottom: 15px;
  text-align: center;
  color: #303441;
  font-size: 24px;
}

/*login page*/

.c-inner-page {
  width: 100%;
  height: 100vh;
  overflow: auto;
  background: #316de8;
}

.c-login-wr {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 100;
}

.c-newslatter-form {
  padding: 0;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  background: #f4f8f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-newslatter-form span {
  width: 100%;
}

.c-newslatter-form img {
  height: 680px;
  object-fit: cover;
  width: 100%;
}

.c-warper-agent {
  background: #001e40;
  padding: 15px;
  color: #fff;
  display: inline-block;
  width: 100%;
}

.c-warper-agent h3 {
  line-height: 23px;
  margin: 0 0 10px 0;
}

.c-warper-agent h3 strong {
  font-size: 23px;
  letter-spacing: 2px;
  width: 100%;
  display: block;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #fff;
}

.c-warper-agent p {
  width: 48%;
  display: inline-flex;
  margin: 0 0 10px 0;
}

.c-warper-custom {
  background: #86868663 !important;
  padding: 15px;
  color: #545454;
}

#edit-div {
  padding-left: 10px;
  margin-top: 10px;
}

.c-warper-custom h4 {
  color: #001e40;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 0;
  font-size: 22px;
  width: 100%;
}

#edit-div form {
  margin-top: 10px;
}

.det_show {
  position: relative;
}

.det_show_outer {
  position: absolute;
  top: 0;
  left: 100%;
  background: #063755;
  z-index: 99;
  display: none;
  padding: 10px;
}

.det_show:hover~.det_show_outer {
  display: block;
}

.det_show_outer .s_content h3 {
  color: #fff;
}

.det_show_outer .s_content p,
.det_show_outer .s_content p a {
  color: #fff;
}

.c-warper-custom h1 {
  color: #000;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #000;
}

.c-warper-custom strong {
  color: #001e40;
}

.c-warper-custom form label {
  color: #001e40;
  display: inline;
}

.c-warper-custom form label small {
  display: inline;
  font-size: 9px;
}

.r_custom {
  background: #eaecf4;
  padding: 10px 0;
}

.c-warper-custom p {
  margin: 0 0 6px 0;
  color: #333;
}

.custom_width {
  width: 50%;
  margin: 0 auto;
}

.custom_width p strong {
  text-transform: uppercase;
  font-size: 18px;
}

.outer_img_custom {
  height: 500px;
}

.outer_img_custom img {
  height: 100%;
  /* object-fit: cover; */
  object-fit: contant;
  width: 100%;
}

.agent_img {
  width: 100%;
  display: block;
  height: 300px;
  overflow: hidden;
  margin-bottom: 15px;
  background-color: #f5f5f5;
}

.agent_img img {
  height: 100%;
  object-fit: contain;
  width: 100%;
}

.folder_outer {
  width: 100%;
  display: block;
}

.folder {
  width: 32%;
  padding: 10px;
  border: solid 1px #000;
  position: relative;
  text-align: left;
  height: 60px;
  display: inline-flex;
  margin-bottom: 10px;
  margin-right: 11px;
}

.folder span {
  padding-left: 62px;
  line-height: 43px;
  color: #001e40;
}

.folder:after {
  content: " ";
  width: 50px;
  height: 35px;
  border-radius: 0 5px 5px 5px;
  box-shadow: 1px 1px 0 1px #cccccc;
  display: block;
  background-color: #001e40;
  position: absolute;
  top: 15px;
  left: 10px;
}

.folder:before {
  content: " ";
  width: 25px;
  height: 5px;
  border-radius: 5px 15px 0 0;
  display: block;
  background-color: #001e40;
  position: absolute;
  top: 10px;
  left: 10px;
}

.faq-page-w-custom {
  padding-top: 50px !important;
}

.text-primary-primary {
  font-size: 22px;
  color: #001e40 !important;
}

.c-login-form {
  position: absolute;
  padding: 90px 50px;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  left: 50%;
  max-width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  top: 50%;
  -ms-flex-align: center;
  transform: translate(-50%, -50%);
  align-items: center;
}

.c-login-form:after {
  width: 100px;
  height: 100px;
  display: none !important;
  border-radius: 50%;
  left: -35px;
  content: "";
  display: block;
  position: absolute;
  background: #316de8;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.c-logo-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-login-page .c-logo-w {
  position: absolute;
  left: 5%;
  top: 0;
  -webkit-transform: translateX(-5%);
  -ms-transform: translateX(-5%);
  transform: translateX(-5%);
}

.c-logo-w a {
  background: #001e40;
  padding: 30px 40px;
  padding-top: 25px;
  width: 250px;
  display: inline-block;
  padding-bottom: 15px;
  display: inline-block;
  position: relative;
}

.c-logo-w a:after {
  content: "";
  border-top: 50px solid #001e40;
  border-right: 250px solid transparent;
  display: block;
  position: absolute;
  left: 0;
  bottom: -49px;
  z-index: 2;
}

.c-logo-w a:before {
  content: "";
  border-top: 68px solid #1088c0;
  border-right: 225px solid transparent;
  display: block;
  position: absolute;
  left: 14px;
  bottom: -68px;
  z-index: 1;
}

.cl-form-in {
  background: #0841b46b;
  width: 450px;
  padding: 50px 40px;
  border-radius: 50px 0 50px 0;
}

.cl-form-in .c-form-group>label {
  color: #fff;
}

.cl-form-in h2 {
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
  text-transform: uppercase;
  font-size: 28px;
}

.cl-form-in .c-form-group:last-child {
  margin: 0;
  margin-top: 40px;
}

.c-list-nav {
  background: #fff;
  padding: 10px;
  position: fixed;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  z-index: 99;
  width: 100%;
  box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
}

.c-list-nav li {
  padding: 0 20px;
}

.c-list-nav li a {
  color: #000;
  display: inline-block;
  position: relative;
  font-size: 14px;
}

.c-list-nav li a:after {
  content: "";
  position: absolute;
  left: -20px;
  top: 7px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #00d854;
}

.c-list-nav li a:hover {
  color: #00d854;
}

.c-list-nav ul {
  margin-left: auto;
}

.cn-form-in {
  width: 450px;
}

.cn-form-in h2 {
  color: #000;
  text-transform: uppercase;
  font-size: 28px;
  text-align: center;
}

.cn-form-heading {
  text-align: center;
  margin-bottom: 30px;
}

.cn-form-heading p {
  margin-top: 5px;
}

.c-list-nav p {
  margin: 0;
}

.cn-form-in .c-form-control {
  background: #052c57;
  color: #fff;
  padding: 15px;
  height: 55px;
}

.cn-form-in .c-btn-1 {
  padding: 15px;
  width: 100%;
  text-transform: uppercase;
  font-size: 20px;
}

.cn-form-heading span {
  margin-bottom: 30px;
  display: inline-block;
}

/*FAQ PAGE*/
.faq-page-w {
  padding: 100px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.faq-page-in {
  max-width: 900px;
  flex: 900px;
}

.faq-page-in .card-header {
  padding: 0;
  border: none;
  background: none;
}

.faq-page-in .card {
  background: #316de8;
  border: none;
}

.faq-page-in .btn-link {
  display: block;
  width: 100%;
  text-align: left;
  padding: 15px 20px;
  background: #03266e;
  color: #fff;
  font-size: 16px;
  border: none;
  margin-bottom: 15px;
  border-radius: 8px;
  font-weight: bold;
}

.card-body {
  background: #fff;
  border-radius: 8px;
  margin-bottom: 15px;
}

.faq-page-in .btn-link[aria-expanded=" true "] {
  background: #03266e;
}

.faq-page-in .btn-link:hover,
.faq-page-in .btn-link:focus {
  background: #001e40;
  text-decoration: none;
}

.faq-page-in {
  padding: 20px;
}

/*inner page*/
.inner-content-p {
  padding: 100px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.inner-content-in {
  background: #fff;
  border-radius: 30px 0 30px 0;
  padding: 40px;
  max-width: 900px;
  flex: 900px;
}

.inner-content-in h3 {
  font-size: 24px;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}

.inner-content-in h3:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background: #00d854;
  width: 100px;
  height: 2px;
  left: 0;
}

.inner-content-in h4 {
  font-size: 18px;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}

.inner-content-in h4:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  background: #00d854;
  width: 80px;
  height: 2px;
  left: 0;
}

.inner-content-in ul {
  margin-bottom: 10px;
  display: block;
}

.inner-content-in ul li {
  display: block;
  padding-left: 15px;
  margin-bottom: 10px;
  position: relative;
}

.inner-content-in ul li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #316de8;
}

.c-contactus-p {
  padding: 100px 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-contactus-in {
  background: #f4f8f9;
  border-radius: 30px 0 30px 0;
  padding: 40px;
  max-width: 900px;
  flex: 900px;
}

.c-form-group textarea.c-form-control {
  height: 70px;
}

.agent-list-table thead tr:first-child th:last-child input {
  display: none;
}

.agent-list-table thead tr:first-child th {
  padding-left: 0;
  padding-right: 0;
}

.agent-list-table thead tr:first-child th input {
  width: 90%;
  font-size: 12px;
}

.sup-list-table thead tr:first-child th:last-child input {
  display: none;
}

.sup-list-table thead tr:first-child th {
  padding-left: 0;
  padding-right: 0;
}

.sup-list-table thead tr:first-child th input {
  width: 90%;
  font-size: 12px;
}

/*  sudipta code start here */
.code_outer {
  background-color: #f3f4f6;
  padding: 0 20px;
}

.code {
  display: block;
}

.code p {
  color: #fff;
  background-color: #0b88c0;
  padding: 10px;
  margin: 0;
  font-size: 16px;
  letter-spacing: 1px;
}

.code h3 {
  color: #3b3f42;
  padding: 25px 10px;
  margin: 0;
  font-size: 30px;
  font-weight: 300;
}

.code-lower {
  display: block;
  margin: 10px 0;
}

.code-lower-header {
  width: 100%;

  margin-bottom: 20px;
}

.code-lower-header h4 {
  background-color: #298ef6;
  color: #fff;
  padding: 15px 10px;
  font-size: 16px;
  letter-spacing: 1px;
}

.code-lower-inner {
  background-color: #ffffff;
  padding: 15px 10px;
  height: 300px;
  overflow-y: scroll;
}

.code-lower-inner a {
  color: #298ef6;
  display: block;
  font-size: 14px;
  margin: 0 0 10px 0;
}

.s_custom_header p {
  margin: 0;
  padding: 0;
  font-size: 15px;
  letter-spacing: 1px;
}

.add_text {
  width: 100%;
  float: left;
}

.add_text li {
  width: 50%;
  margin: 0 0 10px;
  float: left;
  font-size: 15px;
}

.s_custom_address h3 {
  font-size: 25px;
  margin: 0 0 10px 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  padding: 0 0 10px 0;
  width: 50%;
  float: left;
}

.control-label-custom-boots {
  flex: 0 0 100% !important;
  max-width: 100% !important;
}

/* ---------------- */

.sidebar .nav-item .collapse {
  width: 100%;
  margin: 0px;
  padding-left: 15px;
  padding-right: 15px;
}

.sidebar .nav-item .collapse .collapse-inner {
  width: 100%;
}

table td .det_show_outer .s_dropdown img {
  max-width: 100px;
  max-height: 100px;
}

.card-body table.table-bordered td {
  width: 150px;
}

.card-body table.table-bordered td a {
  display: inline-block;
}

.border-left-primary {
  background-image: url(../img/Corner_Light_Blue_Bottom.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  border-left: 0.25rem solid #1088c0 !important;
}

.border-left-primary .card-body {
  background-color: transparent;
}

.border-left-success {
  background-image: url(../img/Corner_Navy_Blue_Bottom.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  border-left: 0.25rem solid #063755 !important;
}

.border-left-success .card-body {
  background-color: transparent;
}

.border-left-info {
  background-image: url(../img/Corner_Light_Blue_Bottom.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  border-left: 0.25rem solid #1088c0 !important;
}

.border-left-info .card-body {
  background-color: transparent;
}

#content-wrapper #content {
  background-image: url(../img/Corner_Navy_Blue_Top-Right.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: contain;
}

.card h6 {
  padding-left: 15px;
}

.card .s_custom_header {
  margin: 0px 15px;
}

button.c-btn-1 {
  margin-top: 10px;
}

.navbar-nav span.menu-close {
  display: none;
}
.sv_img_custom_agent{
  position: relative;
  padding-top: 83%;
  overflow: hidden;
  width: 100%;
}
.sv_img_custom_agent img {
  width: 100%;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: contain !important;
}

.scroll-to-top {
  bottom: 6rem;
}

.help-block {
  color: red;
}

.help-block strong {
  color: red !important;
}

.show-wrap {
  margin: 0;
}

.show-btn {}

.show-btn a {
  display: inline-block;
  background-color: #063754;
  color: #fff;
  border: #063754 solid 2px;
  padding: 10px 30px;
  border-radius: 5px;
}

.show-btn a:hover {
  background-color: transparent;
  color: #063754;
}

.det_show_outer {}

.det_show_outer .media {
  align-items: center;
}

.det_show_outer .media .media-left {
  width: 120px;
}

.det_show_outer .media .media-left img {
  width: 120px;
  height: 120px;
  object-fit: cover;
}

.det_show_outer .media .media-body {
  padding-left: 15px;
}

.det_show_outer .media .media-body h3 {
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.det_show_outer .media .media-body p {
  font-size: 16px;
  color: #fff;
}

.det_show_outer .media .media-body p a {
  font-size: 16px;
  color: #fff;
}

.table-responsive {
  padding-right: 15px;
  padding-bottom: 50px;
}

/* -------Responsive--------- */

@media only screen and (min-width: 960px) and (max-width: 1069px) {}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .sticky-footer ul {
    display: flex !important;
    justify-content: center;
    float: none !important;
    margin: 0 0 10px 0;
  }
}

@media only screen and (max-width: 767px) {
  #faq_list_filter {
    float: none !important;
    width: 100%;
    margin: 0 0 5px 0;
  }

  #faq_list_filter label {
    width: 100%;
  }

  .dataTables_info {
    padding: 0 0 10px 10px;
  }

  #searchDropdown {
    display: none !important;
  }

  .sticky-footer ul {
    display: flex;
    justify-content: center;
    float: none;
    margin: 0 0 10px 0;
  }

  .navbar-nav span.menu-close {
    display: block;
    position: absolute;
    top: 0;
    right: 0px;
    width: 30px;
    height: 30px;
    background-color: #063755;
    color: #fff;
    z-index: 99;
    text-align: center;
    line-height: 30px;
    font-size: 22px;
  }

  .navbar-expand .navbar-nav .dropdown-menu {
    z-index: 99;
  }

  .c-login-form {
    max-width: 90%;
    padding: 0px;
  }

  .cl-form-in {
    padding: 30px;
  }

  .sidebar.bg-gradient-primary {
    width: 85% !important;
    max-width: 280px;
    position: fixed;
    z-index: 999;

    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
  }

  .sidebar-dark .nav-item .nav-link {
    width: 100%;
    text-align: left;
  }

  .sidebar .nav-item .nav-link span {
    display: inline-block;
  }

  .sidebar .nav-item .collapse {
    left: 0 !important;
    top: 50px !important;
  }

  .navbar.static-top button.mobile-menu-show i {
    font-size: 30px;
  }

  .c-btn-1 {
    display: inline-block;
    margin-top: 10px;
  }

  .c-search-table-w .row {
    margin: 0px -15px !important;
  }

  .c-form-group {
    margin-bottom: 20px !important;
  }

  .c-form-group label {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .c-form-group .c-form-control {
    padding: 10px;
    font-size: 14px;
  }

  .topbar.navbar-light .navbar-nav .nav-item .nav-link {
    height: 100% !important;
  }

  a.sidebar-brand {
    justify-content: left !important;
    padding: 0px 15px;
    text-align: left;
  }

  .card h6 {
    padding-left: 0px;
  }

  .mb-4,
  .my-4 {
    padding: 15px;
  }

  .s_custom_address h3 {
    font-size: 14px;
    line-height: 17px;
  }

  #contact-list_filter {
    float: left !important;
  }

  #newslatter_list_filter {
    float: left !important;
  }

  #cms_list_filter {
    float: left !important;
  }

  #resource_list_filter {
    float: left !important;
  }

  .c-warper-agent p {
    width: 100%;
    margin: 0 0 20px 0;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {}

@media only screen and (min-width: 320px) and (max-width: 479px) {}

.priview-wraper {
  width: auto;
  height: auto;
  position: relative;
  top: 0;
  right: 0;
  overflow: hidden;
  margin: 15px auto;
  text-align: center;
}

.priview-wraper .preview {
  text-align: center;
}

.priview-wraper .preview img {
  display: inline-block !important;
}

.priview-wraper-origal {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 100%;
  background-position: center;
  background-repeat: no-repeat;
}



.con-img-wrap {}

.con-img-wrap .img-circle.profile_img {
  margin-bottom: 30px;
  max-width: 100%;
  width: 100%;
}

.con-img-bott-wrap {}

.con-info-wrap {}

.var-row {
  align-items: center;
}

.sv_img_outer .p_img p {
  overflow: hidden;
  text-overflow: ellipsis;
}

.view-m-btn {
  padding: 10px;
  text-align: center;
}

.view-m-btn a {
  display: inline-block;
  background-color: #063755;
  color: #fff;
  padding: 12px 25px;
  border-radius: 5px;
  line-height: 15px;
  border: #063755 solid 2px;
}

.view-m-btn a:hover {
  background-color: transparent;
  color: #063755;
}

.form-reset {}

.form-reset .validate-input {
  position: relative;
}

.form-reset input[type="email"] {
  width: 100%;
  height: 40px;
  border: none;
  padding: 10px 10px 10px 30px;
  border-radius: 5px;
}

.form-reset button[type="submit"] {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 14px;
  border: none;
  border-radius: 5px;
  color: #063755;
  margin-top: 15px;
  width: 100%;
}

.c-back-btn {
  color: #fff;
  display: inline-block;
  margin-top: 5px;
}

.cl-form-in a {
  color: #fff;
}

.form-reset .symbol-input100 {
  position: absolute;
  top: 10px;
  left: 10px;
}

.res-frm-wrap {
  background-color: #fff;
  padding: 15px;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 50px;
}

.res-frm-wrap h2 {
  font-size: 22px;
  font-weight: 700 !important;
}

.var-row {
  align-items: center;
}

.succe-wrap-page {
  height: 100%
}

.succe-wrap-page .row {
  height: 100%;
}

.succe-wrap {
  background-color: #f6f6f6;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  padding: 15px;
}

.succe-wrap .succe-wrap-inner {
  text-align: center;
}

.succe-wrap .succe-wrap-inner img {
  max-width: 150px;
}

.succe-wrap .succe-wrap-inner p {
  font-size: 16px;
  font-weight: 700;
}

.wrg-t-bt {
  text-align: center;
}

.wrg-t-bt a.c-back-btn {
  color: #316de8;
  font-weight: 700;
}

.training-admin {
  color: #fff;
}

.training-admin:hover {
  color: #fff;
}

.form-count {
  background: red;
  padding: 6px 10px;
  color: #fff !important;
  border-radius: 50%;
}
