﻿html,
body {
  width: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'GillSansMTPro';
  font-weight: 400;
  background: #f5f5f5;
}


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

a,
a:hover,
a:focus {
  color: #333;
  text-decoration: none;
}

:focus {
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none !important;
}

button:focus {
  outline: none;
}



@font-face {
  font-family: 'GillSansMTPro';
  src: url('../fonts/GillSansMTPro-Light.otf');
  font-weight: 300;
}

@font-face {
  font-family: 'GillSansMTPro';
  src: url('../fonts/GillSansMTPro-Book.otf');
  font-weight: 400;
}

@font-face {
  font-family: 'GillSansMTPro';
  src: url('../fonts/GillSansMTPro-Condensed.otf');
  font-weight: 500;

}

@font-face {
  font-family: 'GillSansMTPro';
  src: url('../fonts/GillSansMTPro-Medium.otf');
  font-weight: 600;

}

@font-face {
  font-family: 'GillSansMTPro';
  src: url('../fonts/GillSansMTPro-Bold.otf');
  font-weight: 700;

}

@font-face {
  font-family: 'GillSansMTPro';
  src: url('../fonts/GillSansMTPro-BoldCondensed.otf');
  font-weight: 800;

}

@font-face {
  font-family: 'GillSansMTPro';
  src: url('../fonts/GillSansMTPro-ExtraBold.otf');
  font-weight: 900;

}



::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #757575b3 !important;
  text-transform: capitalize;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #757575b3 !important;
  text-transform: capitalize;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #757575b3 !important;
  text-transform: capitalize;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: #757575b3 !important;
  text-transform: capitalize;
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url(../fonts/glyphicons-halflings-regular.eot);
  src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"), url(../fonts/glyphicons-halflings-regular.woff) format("woff"), url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"), url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg")
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "\002a"
}

.glyphicon-plus:before {
  content: "\002b"
}

.glyphicon-eur:before,
.glyphicon-euro:before {
  content: "\20ac"
}

.glyphicon-minus:before {
  content: "\2212"
}

.glyphicon-cloud:before {
  content: "\2601"
}

.glyphicon-envelope:before {
  content: "\2709"
}

.glyphicon-pencil:before {
  content: "\270f"
}

.glyphicon-glass:before {
  content: "\e001"
}

.glyphicon-music:before {
  content: "\e002"
}

.glyphicon-search:before {
  content: "\e003"
}

.glyphicon-heart:before {
  content: "\e005"
}

.glyphicon-star:before {
  content: "\e006"
}

.glyphicon-star-empty:before {
  content: "\e007"
}

.glyphicon-user:before {
  content: "\e008"
}

.glyphicon-film:before {
  content: "\e009"
}

.glyphicon-th-large:before {
  content: "\e010"
}

.glyphicon-th:before {
  content: "\e011"
}

.glyphicon-th-list:before {
  content: "\e012"
}

.glyphicon-ok:before {
  content: "\e013"
}

.glyphicon-remove:before {
  content: "\e014"
}

.glyphicon-zoom-in:before {
  content: "\e015"
}

.glyphicon-zoom-out:before {
  content: "\e016"
}

.glyphicon-off:before {
  content: "\e017"
}

.glyphicon-signal:before {
  content: "\e018"
}

.glyphicon-cog:before {
  content: "\e019"
}

.glyphicon-trash:before {
  content: "\e020"
}

.glyphicon-home:before {
  content: "\e021"
}

.glyphicon-file:before {
  content: "\e022"
}

.glyphicon-time:before {
  content: "\e023"
}

.glyphicon-road:before {
  content: "\e024"
}

.glyphicon-download-alt:before {
  content: "\e025"
}

.glyphicon-download:before {
  content: "\e026"
}

.glyphicon-upload:before {
  content: "\e027"
}

.glyphicon-inbox:before {
  content: "\e028"
}

.glyphicon-play-circle:before {
  content: "\e029"
}

.glyphicon-repeat:before {
  content: "\e030"
}

.glyphicon-refresh:before {
  content: "\e031"
}

.glyphicon-list-alt:before {
  content: "\e032"
}

.glyphicon-lock:before {
  content: "\e033"
}

.glyphicon-flag:before {
  content: "\e034"
}

.glyphicon-headphones:before {
  content: "\e035"
}

.glyphicon-volume-off:before {
  content: "\e036"
}

.glyphicon-volume-down:before {
  content: "\e037"
}

.glyphicon-volume-up:before {
  content: "\e038"
}

.glyphicon-qrcode:before {
  content: "\e039"
}

.glyphicon-barcode:before {
  content: "\e040"
}

.glyphicon-tag:before {
  content: "\e041"
}

.glyphicon-tags:before {
  content: "\e042"
}

.glyphicon-book:before {
  content: "\e043"
}

.glyphicon-bookmark:before {
  content: "\e044"
}

.glyphicon-print:before {
  content: "\e045"
}

.glyphicon-camera:before {
  content: "\e046"
}

.glyphicon-font:before {
  content: "\e047"
}

.glyphicon-bold:before {
  content: "\e048"
}

.glyphicon-italic:before {
  content: "\e049"
}

.glyphicon-text-height:before {
  content: "\e050"
}

.glyphicon-text-width:before {
  content: "\e051"
}

.glyphicon-align-left:before {
  content: "\e052"
}

.glyphicon-align-center:before {
  content: "\e053"
}

.glyphicon-align-right:before {
  content: "\e054"
}

.glyphicon-align-justify:before {
  content: "\e055"
}

.glyphicon-list:before {
  content: "\e056"
}

.glyphicon-indent-left:before {
  content: "\e057"
}

.glyphicon-indent-right:before {
  content: "\e058"
}

.glyphicon-facetime-video:before {
  content: "\e059"
}

.glyphicon-picture:before {
  content: "\e060"
}

.glyphicon-map-marker:before {
  content: "\e062"
}

.glyphicon-adjust:before {
  content: "\e063"
}

.glyphicon-tint:before {
  content: "\e064"
}

.glyphicon-edit:before {
  content: "\e065"
}

.glyphicon-share:before {
  content: "\e066"
}

.glyphicon-check:before {
  content: "\e067"
}

.glyphicon-move:before {
  content: "\e068"
}

.glyphicon-step-backward:before {
  content: "\e069"
}

.glyphicon-fast-backward:before {
  content: "\e070"
}

.glyphicon-backward:before {
  content: "\e071"
}

.glyphicon-play:before {
  content: "\e072"
}

.glyphicon-pause:before {
  content: "\e073"
}

.glyphicon-stop:before {
  content: "\e074"
}

.glyphicon-forward:before {
  content: "\e075"
}

.glyphicon-fast-forward:before {
  content: "\e076"
}

.glyphicon-step-forward:before {
  content: "\e077"
}

.glyphicon-eject:before {
  content: "\e078"
}

.glyphicon-chevron-left:before {
  content: "\e079"
}

.glyphicon-chevron-right:before {
  content: "\e080"
}

.glyphicon-plus-sign:before {
  content: "\e081"
}

.glyphicon-minus-sign:before {
  content: "\e082"
}

.glyphicon-remove-sign:before {
  content: "\e083"
}

.glyphicon-ok-sign:before {
  content: "\e084"
}

.glyphicon-question-sign:before {
  content: "\e085"
}

.glyphicon-info-sign:before {
  content: "\e086"
}

.glyphicon-screenshot:before {
  content: "\e087"
}

.glyphicon-remove-circle:before {
  content: "\e088"
}

.glyphicon-ok-circle:before {
  content: "\e089"
}

.glyphicon-ban-circle:before {
  content: "\e090"
}

.glyphicon-arrow-left:before {
  content: "\e091"
}

.glyphicon-arrow-right:before {
  content: "\e092"
}

.glyphicon-arrow-up:before {
  content: "\e093"
}

.glyphicon-arrow-down:before {
  content: "\e094"
}

.glyphicon-share-alt:before {
  content: "\e095"
}

.glyphicon-resize-full:before {
  content: "\e096"
}

.glyphicon-resize-small:before {
  content: "\e097"
}

.glyphicon-exclamation-sign:before {
  content: "\e101"
}

.glyphicon-gift:before {
  content: "\e102"
}

.glyphicon-leaf:before {
  content: "\e103"
}

.glyphicon-fire:before {
  content: "\e104"
}

.glyphicon-eye-open:before {
  content: "\e105"
}

.glyphicon-eye-close:before {
  content: "\e106"
}

.glyphicon-warning-sign:before {
  content: "\e107"
}

.glyphicon-plane:before {
  content: "\e108"
}

.glyphicon-calendar:before {
  content: "\e109"
}

.glyphicon-random:before {
  content: "\e110"
}

.glyphicon-comment:before {
  content: "\e111"
}

.glyphicon-magnet:before {
  content: "\e112"
}

.glyphicon-chevron-up:before {
  content: "\e113"
}

.glyphicon-chevron-down:before {
  content: "\e114"
}

.glyphicon-retweet:before {
  content: "\e115"
}

.glyphicon-shopping-cart:before {
  content: "\e116"
}

.glyphicon-folder-close:before {
  content: "\e117"
}

.glyphicon-folder-open:before {
  content: "\e118"
}

.glyphicon-resize-vertical:before {
  content: "\e119"
}

.glyphicon-resize-horizontal:before {
  content: "\e120"
}

.glyphicon-hdd:before {
  content: "\e121"
}

.glyphicon-bullhorn:before {
  content: "\e122"
}

.glyphicon-bell:before {
  content: "\e123"
}

.glyphicon-certificate:before {
  content: "\e124"
}

.glyphicon-thumbs-up:before {
  content: "\e125"
}

.glyphicon-thumbs-down:before {
  content: "\e126"
}

.glyphicon-hand-right:before {
  content: "\e127"
}

.glyphicon-hand-left:before {
  content: "\e128"
}

.glyphicon-hand-up:before {
  content: "\e129"
}

.glyphicon-hand-down:before {
  content: "\e130"
}

.glyphicon-circle-arrow-right:before {
  content: "\e131"
}

.glyphicon-circle-arrow-left:before {
  content: "\e132"
}

.glyphicon-circle-arrow-up:before {
  content: "\e133"
}

.glyphicon-circle-arrow-down:before {
  content: "\e134"
}

.glyphicon-globe:before {
  content: "\e135"
}

.glyphicon-wrench:before {
  content: "\e136"
}

.glyphicon-tasks:before {
  content: "\e137"
}

.glyphicon-filter:before {
  content: "\e138"
}

.glyphicon-briefcase:before {
  content: "\e139"
}

.glyphicon-fullscreen:before {
  content: "\e140"
}

.glyphicon-dashboard:before {
  content: "\e141"
}

.glyphicon-paperclip:before {
  content: "\e142"
}

.glyphicon-heart-empty:before {
  content: "\e143"
}

.glyphicon-link:before {
  content: "\e144"
}

.glyphicon-phone:before {
  content: "\e145"
}

.glyphicon-pushpin:before {
  content: "\e146"
}

.glyphicon-usd:before {
  content: "\e148"
}

.glyphicon-gbp:before {
  content: "\e149"
}

.glyphicon-sort:before {
  content: "\e150"
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151"
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"
}

.glyphicon-sort-by-order:before {
  content: "\e153"
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154"
}

.glyphicon-sort-by-attributes:before {
  content: "\e155"
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"
}

.glyphicon-unchecked:before {
  content: "\e157"
}

.glyphicon-expand:before {
  content: "\e158"
}

.glyphicon-collapse-down:before {
  content: "\e159"
}

.glyphicon-collapse-up:before {
  content: "\e160"
}

.glyphicon-log-in:before {
  content: "\e161"
}

.glyphicon-flash:before {
  content: "\e162"
}

.glyphicon-log-out:before {
  content: "\e163"
}

.glyphicon-new-window:before {
  content: "\e164"
}

.glyphicon-record:before {
  content: "\e165"
}

.glyphicon-save:before {
  content: "\e166"
}

.glyphicon-open:before {
  content: "\e167"
}

.glyphicon-saved:before {
  content: "\e168"
}

.glyphicon-import:before {
  content: "\e169"
}

.glyphicon-export:before {
  content: "\e170"
}

.glyphicon-send:before {
  content: "\e171"
}

.glyphicon-floppy-disk:before {
  content: "\e172"
}

.glyphicon-floppy-saved:before {
  content: "\e173"
}

.glyphicon-floppy-remove:before {
  content: "\e174"
}

.glyphicon-floppy-save:before {
  content: "\e175"
}

.glyphicon-floppy-open:before {
  content: "\e176"
}

.glyphicon-credit-card:before {
  content: "\e177"
}

.glyphicon-transfer:before {
  content: "\e178"
}

.glyphicon-cutlery:before {
  content: "\e179"
}

.glyphicon-header:before {
  content: "\e180"
}

.glyphicon-compressed:before {
  content: "\e181"
}

.glyphicon-earphone:before {
  content: "\e182"
}

.glyphicon-phone-alt:before {
  content: "\e183"
}

.glyphicon-tower:before {
  content: "\e184"
}

.glyphicon-stats:before {
  content: "\e185"
}

.glyphicon-sd-video:before {
  content: "\e186"
}

.glyphicon-hd-video:before {
  content: "\e187"
}

.glyphicon-subtitles:before {
  content: "\e188"
}

.glyphicon-sound-stereo:before {
  content: "\e189"
}

.glyphicon-sound-dolby:before {
  content: "\e190"
}

.glyphicon-sound-5-1:before {
  content: "\e191"
}

.glyphicon-sound-6-1:before {
  content: "\e192"
}

.glyphicon-sound-7-1:before {
  content: "\e193"
}

.glyphicon-copyright-mark:before {
  content: "\e194"
}

.glyphicon-registration-mark:before {
  content: "\e195"
}

.glyphicon-cloud-download:before {
  content: "\e197"
}

.glyphicon-cloud-upload:before {
  content: "\e198"
}

.glyphicon-tree-conifer:before {
  content: "\e199"
}

.glyphicon-tree-deciduous:before {
  content: "\e200"
}

.glyphicon-cd:before {
  content: "\e201"
}

.glyphicon-save-file:before {
  content: "\e202"
}

.glyphicon-open-file:before {
  content: "\e203"
}

.glyphicon-level-up:before {
  content: "\e204"
}

.glyphicon-copy:before {
  content: "\e205"
}

.glyphicon-paste:before {
  content: "\e206"
}

.glyphicon-alert:before {
  content: "\e209"
}

.glyphicon-equalizer:before {
  content: "\e210"
}

.glyphicon-king:before {
  content: "\e211"
}

.glyphicon-queen:before {
  content: "\e212"
}

.glyphicon-pawn:before {
  content: "\e213"
}

.glyphicon-bishop:before {
  content: "\e214"
}

.glyphicon-knight:before {
  content: "\e215"
}

.glyphicon-baby-formula:before {
  content: "\e216"
}

.glyphicon-tent:before {
  content: "\26fa"
}

.glyphicon-blackboard:before {
  content: "\e218"
}

.glyphicon-bed:before {
  content: "\e219"
}

.glyphicon-apple:before {
  content: "\f8ff"
}

.glyphicon-erase:before {
  content: "\e221"
}

.glyphicon-hourglass:before {
  content: "\231b"
}

.glyphicon-lamp:before {
  content: "\e223"
}

.glyphicon-duplicate:before {
  content: "\e224"
}

.glyphicon-piggy-bank:before {
  content: "\e225"
}

.glyphicon-scissors:before {
  content: "\e226"
}

.glyphicon-bitcoin:before {
  content: "\e227"
}

.glyphicon-btc:before {
  content: "\e227"
}

.glyphicon-xbt:before {
  content: "\e227"
}

.glyphicon-yen:before {
  content: "\00a5"
}

.glyphicon-jpy:before {
  content: "\00a5"
}

.glyphicon-ruble:before {
  content: "\20bd"
}

.glyphicon-rub:before {
  content: "\20bd"
}

.glyphicon-scale:before {
  content: "\e230"
}

.glyphicon-ice-lolly:before {
  content: "\e231"
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"
}

.glyphicon-education:before {
  content: "\e233"
}

.glyphicon-option-horizontal:before {
  content: "\e234"
}

.glyphicon-option-vertical:before {
  content: "\e235"
}

.glyphicon-menu-hamburger:before {
  content: "\e236"
}

.glyphicon-modal-window:before {
  content: "\e237"
}

.glyphicon-oil:before {
  content: "\e238"
}

.glyphicon-grain:before {
  content: "\e239"
}

.glyphicon-sunglasses:before {
  content: "\e240"
}

.glyphicon-text-size:before {
  content: "\e241"
}

.glyphicon-text-color:before {
  content: "\e242"
}

.glyphicon-text-background:before {
  content: "\e243"
}

.glyphicon-object-align-top:before {
  content: "\e244"
}

.glyphicon-object-align-bottom:before {
  content: "\e245"
}

.glyphicon-object-align-horizontal:before {
  content: "\e246"
}

.glyphicon-object-align-left:before {
  content: "\e247"
}

.glyphicon-object-align-vertical:before {
  content: "\e248"
}

.glyphicon-object-align-right:before {
  content: "\e249"
}

.glyphicon-triangle-right:before {
  content: "\e250"
}

.glyphicon-triangle-left:before {
  content: "\e251"
}

.glyphicon-triangle-bottom:before {
  content: "\e252"
}

.glyphicon-triangle-top:before {
  content: "\e253"
}

.glyphicon-console:before {
  content: "\e254"
}

.glyphicon-superscript:before {
  content: "\e255"
}

.glyphicon-subscript:before {
  content: "\e256"
}

.glyphicon-menu-left:before {
  content: "\e257"
}

.glyphicon-menu-right:before {
  content: "\e258"
}

.glyphicon-menu-down:before {
  content: "\e259"
}

.glyphicon-menu-up:before {
  content: "\e260"
}

.read_less {
  word-wrap: normal;
  word-break: break-word;
  white-space: normal;
  text-align: justify;
  display: none;
  height: auto;
  line-height: 1.4;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

/*======================Loader==============================*/
.loader_fs.global-loader {
  display: none;
}

.load_msg {
  padding: 0 !important;
  border-radius: 100% !important;
}

.loaderimg {
  width: 75px;
}

.loader_fs .load_body {
  position: fixed;
  z-index: 999999999;
  left: 45%;
  top: 45%;
  padding: 7px;
  border-radius: 100%;
}

.loader_fs .load_body img {
  border-radius: 100%;
}

#loader {
  display: none;
}

.loader-datatable {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  width: 100% !important;
  background: rgba(204, 204, 204, 0.5);
}

.loader-datatable .loader_item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.loader_datatable_item_inner {
  display: flex;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.9);
  border-right: 5px solid rgba(255, 255, 255, 0.9);
  border-bottom: 5px solid rgba(255, 255, 255, 0.9);
  border-left: 5px solid #292929;
  animation: loader_animation 1s cubic-bezier(.41, .25, .32, .83) infinite;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1100;
  background: rgba(204, 204, 204, 0.5);
}

.loader-wrapper .loader_item {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
}

.loader_item_inner {
  display: flex;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  border-top: 5px solid rgba(255, 255, 255, 0.9);
  border-right: 5px solid rgba(255, 255, 255, 0.9);
  border-bottom: 5px solid rgba(255, 255, 255, 0.9);
  border-left: 5px solid #292929;
  animation: loader_animation 1s cubic-bezier(.41, .25, .32, .83) infinite;
}

@keyframes loader_animation {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(1turn);
  }
}

.load-ft {
  height: 100%;
  left: 0px;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99999999;
  background: rgba(0, 0, 0, 0.298039);
}

.fulloverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 100;
  cursor: pointer;
}

#loading-image {
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 101;
  width: 60px;
  height: 60px;
  margin-left: -16px;
  margin-top: -16px;
}


/*========== Custom Checkbox ==========*/
.cust-chk-bx {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 13px;
  color: #003d66;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cust-chk-bx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cust-chkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #eee;
  border-radius: 2px;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.cust-chk-bx input:checked~.cust-chkmark {
  background-color: #094f8c;
}

.cust-chkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cust-chk-bx input:checked~.cust-chkmark:after {
  display: block;
}

.cust-chk-bx .cust-chkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}


/*========== Custom Radio Button ==========*/
.cust-radio-bx {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 0px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 14px;
}

.cust-radio-bx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.cust-rdbx {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #eee;
  border-radius: 50%;
}

.cust-radio-bx:hover input~.cust-rdbx {
  background-color: #eee;
}

.cust-radio-bx input:checked~.cust-rdbx {
  background-color: #0a4f8b;
}

.cust-rdbx:after {
  content: "";
  position: absolute;
  display: none;
}

.cust-radio-bx input:checked~.cust-rdbx:after {
  display: block;
}

.cust-radio-bx .cust-rdbx:after {
  top: 7px;
  left: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: white;
}


.login-main {
  overflow: hidden;
  position: relative;
  background: #fff;
}

.log-right-fix-width {
  max-width: 410px;
  position: relative;
  overflow: auto;
  background: #fff;
}

.modl-inner {
  position: relative;
  height: calc(100vh - 0px);
  padding: 0 0 0 0;
}

.modl-abs-cls {
  padding: 0 0 40px 0;
  width: 100%;
  position: relative;
}

.con-center {
  padding: 0 0;
}

.popup-link-comns {
  left: 0;
  right: 0;
  position: absolute;
  bottom: 15px;
  z-index: 5;
  text-align: center;
}

.bottom-con-pos {
  text-align: center;
  margin: 0;
}

.log-logo {
  width: 270px;
  height: 120px;
  margin: 2% auto 5% auto;
}

.con-center h3 {
  position: relative;
  margin-bottom: 5px;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  color: #0C3C60;
  text-align: center;
}

.con-center p {
  color: #595959;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: 600;
}

.src-headding {
  width: 100%;
  float: left;
  padding: 0 5px;
}

.src-headding h4 {
  font-size: 16px;
  color: #0C3C60;
  font-weight: 600;
  float: left;
}

.cust-select-main {
  width: 100%;
  display: inline-block;
}

.upload-dim-input {
  margin: 0 3px;
  position: relative;
}

.formWrapper input {
  transition: all .2s ease;
  padding: 10px;
}

.input-main {
  padding: 6px 10px;
  border: 1px solid #E6E6E6;
  box-shadow: none !important;
  margin: 2px 0;
  border-radius: 0;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  color: #323232;
}

.src-headding {
  width: 100%;
  float: left;
  padding: 0 5px;
}

.src-headding h4 {
  font-size: 16px;
  color: #0C3C60;
  font-weight: 600;
  float: left;
}

.cust-select-main {
  width: 100%;
  display: inline-block;
}

.upload-dim-input {
  margin: 0 3px;
  position: relative;
}

.login-left {
  width: 100%;
  top: 0;
  bottom: 0;
  background: url(../images/lonin-side-backgroud.jpg);
  height: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

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

.log-cnter-logo-sec {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 350px;
}

.log-cnter-logo-sec img {
  -webkit-filter: invert(1) brightness(10);
  filter: invert(1) brightness(10);
}

.lfild button {
  padding: 10px;
  width: 100%;
  display: block;
  text-align: center;
  border: 0;
  cursor: pointer;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 600;
  background: #0C3C60;
  color: #fff;
  margin-top: 10px;
  font-size: 16px;
  transition: all 0.3s;
}


.dash-diam-jwery-top-box {
  overflow: auto;
}

.dash-diam-jwery-top-box table tbody tr td {
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  white-space: nowrap;
}

.dash-diam-jwery-top-box table tbody tr td:last-child {
  border-right: 0;
}

ul.fm-efm-tabs {
  border-radius: 50px;
  overflow: hidden;
  background: #fff;
  border: 2px solid #0C3C60;
}

ul.fm-efm-tabs li.nav-item {
  margin-bottom: -1px;
  margin-top: -1px;
  margin-left: -1px;
  margin-right: -1px;
}

ul.fm-efm-tabs li a.nav-link {
  border-radius: 0;
  padding: 8px 35px;
  color: #333;
}

ul.fm-efm-tabs li a.nav-link.active {
  color: #fff;
  background-color: #0C3C60;
}

.shape-img,
.shape-img-more {
  background: #fff;
  text-align: center;
  padding: 5px 13px;
  border: 1px solid #E6E6E6;
  border-radius: 0;
  margin: 2px 5px;
  position: relative;
  cursor: pointer;
}

.shape-img.active {
  background: #0C3C60;
}

.shape-img.active h6 {
  color: #fff;
}

.shape-img img,
.shape-img-more img {
  height: 50px;
  opacity: 0.85;
}

.shape-img.active img {
  /* filter: grayscale(10) brightness(10) invert(1); */
  filter: grayscale(10) brightness(0) invert(1);
}

.shape-img h6,
.shape-img-more h6 {
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin: 7px 0 0 0;
}

.dash-tab-shap-row ul {
  padding: 15px 0;
  border-bottom: 1px solid #F0F0F0;
  margin-bottom: 15px;
  overflow: auto;
}

.dash-tab-shap-row ul li {
  min-width: 100px;
}

.dash-stock-table-main {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
  margin-top: 15px;
  overflow-y: auto;
  font-size: 14px;
  font-weight: 600;
  height: 500px;
  overflow-x: hidden;
}

.scroll-table-inner {
  overflow: auto;
  width: 100%;
}

.dash-stock-table-main table tr td {
  width: 50%;
  font-size: 14px;
  white-space: nowrap;
  padding: 13px 11px;
  text-align: center;
  border-bottom: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.scroll-table-inner table tbody tr td,
.scroll-table-inner table thead tr th {
  width: auto;
  padding: 9px 11px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  transition: all 0.3s;
}

.carat-row {
  padding: 8px 11px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tab-light-bg {
  background: #fcfcfc;
  color: #000;
}

ul.popover-stock-inner li {
  padding: 3px 0;
}

ul.popover-stock-inner li b {
  margin: 0 10px 0 0;
}


.header-rght-side {
  float: right;
  padding: 4px 0 0 0;
}

.navbar-toggler-right {
  float: right;
  padding: 11px 0 0 0;
  line-height: 0;
  width: 30px;
  display: none;
}

ul.header-nfcn-lnguj-main {
  float: right;
  padding: 5px 10px 0;
}

ul.header-nfcn-lnguj-main li {
  position: relative;
  color: #595959;
  float: right;
  cursor: pointer;
  /*border-left: 1px solid #e6e6e6;*/
  height: 35px;
  margin: 0 12px 0 0;
  padding: 0 0 0 15px;
}

ul.header-nfcn-lnguj-main li a {}

ul.header-nfcn-lnguj-main li i {
  font-size: 26px;
}

.src-rest-topbtn {
  margin: 5px 0px 0 0;
}

.src-rest-topbtn ul li {
  display: inline-block;
  margin: 0 0 0 5px;
}

.src-rest-topbtn ul li a {
  text-align: center;
  display: block;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.4px;
  cursor: pointer;
  border: 1px solid #0C3C60;
  padding: 5px 15px 7px 13px;
}

.src-rest-topbtn ul li a:focus {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.14);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.14);
}

.src-rest-topbtn ul li a:hover {
  background-color: #0C3C60;
  color: #fff;
}

.page-btn-left-icon {
  width: 18px;
  margin: 0;
}

.src-rest-topbtn ul li a img {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.src-rest-topbtn ul li a:hover img {
  filter: invert(10) brightness(100);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

span.src-rslt-text {
  display: inline-block;
  position: relative;
  top: 2px;
  margin-left: 3px;
}



.fitscreen-height-main {
  margin-top: 50px;
  /* overflow: auto; */
  margin-bottom: 0px;
}

.main-header-page {
  padding-top: 15px;
  white-space: nowrap;
}

.dv-dsp-inblk.bdr-btm {}

.main-header-page h1 {
  color: #0C3C60;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 0;
  letter-spacing: 0.5px;
}

.main-header-page .breadcrumb {
  padding: 0;
  margin-bottom: 0px;
  background-color: transparent;
}

.main-header-page li.breadcrumb-item.active h1 {
  color: #0a4e8a;
}

.datatable-main {
  background: url('../images/box-background-ptn-1.png') #fff;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  overflow: hidden;
}

.datatable-main table {
  width: 100% !important;
  margin: 0 !important;
  background: #fff;
}

.datatable-main table thead th {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  background: #000;
  padding: 6px 5px;
  white-space: nowrap;
  border-bottom: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.datatable-main table tfoot th {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  background: #000;
  padding: 6px 5px;
  white-space: nowrap;
  border-bottom: 1px solid rgb(255, 255, 255);
  border-right: 1px solid rgb(255, 255, 255);
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.5px;
}

.datatable-main table tbody td {
  font-size: 13px;
  white-space: nowrap;
  border-top: 0 !important;
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 400;
  padding-top: 2px;
  padding-bottom: 2px;
  color: #464646;
  letter-spacing: 0.4px;
}


.datatable-main .dataTables_scrollBody {
  border-bottom: 0 !important;
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
  background: #fff;
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
  background-color: rgb(245, 245, 245) !important;
}

table.dataTable tbody tr {
  background: #f9f9f9;
}

.dataTables_wrapper .dataTables_info {
  padding-left: 15px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0 !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .4) !important;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .4) !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, .4) !important;
  margin: 4px 4px 5px 3px;
  padding: 5px 13px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:active {
  background: #000;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  background: #094f8c;
  color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button i {
  font-size: 18px;
  position: relative;
  top: 0;
}

.tbl-flt-icon ul li {
  display: inline-block;
}

.tbl-flt-icon ul li button,
.tbl-flt-icon ul li a {
  background: #0C3C60;
  border: 0;
  /* padding: 0px 7px 2px 7px; */
  width: 28px;
  /* margin: 2px 3px; */
  height: 28px;
  line-height: 28px;
  border-radius: 50px;
  display: block;
  transition: all 0.3s;
  color: #fff;
}

.tbl-flt-icon ul li button img,
.tbl-flt-icon ul li a img {
  filter: grayscale(1) brightness(10);
}

.Description-text {
  width: 300px;
  white-space: normal;
  margin-bottom: 0;
  display: inline-block;
}

.tbl-flt-icon ul li button:hover {
  background: #000;
}

.sts-clm {
  padding: 3px 10px;
  border-radius: 50px;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 600;
  text-transform: uppercase;
}

.status-active {
  background: #009124;
  color: #fff !important;
}

.instock-item {
  color: #009124 !important;
  background-color: transparent;
  font-size: 14px;
}

.sold-item {
  color: #ff4d4d !important;
  background-color: transparent !important;
  font-size: 14px;
}

.status-deactive {
  background: #ff4d4d;
  color: #fff;
}

.box-wht-wrapper {
  background: #fff;
  border: 1px solid #dcdcdc;
  padding: 10px 15px 10px 15px;
}

.member-form-heading {
  text-transform: uppercase;
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 0 7px 0;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.cust-frmgroup label {
  margin-bottom: 2px;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #0C3C60;
  font-weight: 600;
}

.required-fild {
  color: #dc3545;
  font-size: 15px;
  margin: -3px 0px 0px 2px;
}

.input-main {
  padding: 6px 10px;
  border: 1px solid #E6E6E6;
  box-shadow: none !important;
  border-radius: 0;
  width: 100%;
  font-size: 15px;
  font-weight: 600;
  color: #323232;
  height: 40px;
  margin: 0;
}

.input-main {
  background: #fcfcfc;
}

.input-main:focus {
  border-color: #b8b8b8;
}


.bottom-fix {
  background: #fff;
  float: right;
  position: fixed;
  bottom: 0;
  right: 0;
  padding: 8px 15px 8px 15px;
  z-index: 1010;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  width: calc(100% - 220px);
}

.sidebar-mini .bottom-fix {
  width: calc(100% - 55px);
}

ul.fix-bottom-btn {}

ul.fix-bottom-btn li {}

ul.fix-bottom-btn li a {
  display: block;
  font-size: 14px;
  margin-left: 10px;
  padding: 8px 20px;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: pointer;
  font-weight: 600;
  border: 1px solid #000;
  color: #000;
  transition: all 0.3s;
  letter-spacing: 0.3px;
}

ul.fix-bottom-btn li a:hover {
  background: #000;
  color: #fff;
}

ul.fix-bottom-btn li a.butn-fill {
  background: #000;
  color: #fff;
}

input[type="file"] {
  display: none;
}

.js .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.inputfile+label {
  max-width: 100%;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  height: calc(1.8em + .75rem + 2px);
  position: relative;
  background: #fcfcfc;
}

.no-js .inputfile+label {
  display: none;
}

.inputfile:focus+label,
.inputfile.has-focus+label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px;
}

.inputfile+label {
  border: 1px solid #e7edf0;
  display: flex
}

.inputfile+label .archive-name,
.inputfile+label .btn-inputfile {
  padding: 6px 10px;
  font-style: normal;
}

.inputfile+label .archive-name {
  width: 60%;
  display: inline-block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: top;
  color: #919298;
}

.inputfile+label .btn-inputfile {
  color: #fff;
  background-color: #0C3C60;
  display: inline-block;
  position: absolute;
  top: 2px;
  bottom: 2px;
  right: 2px
}

.inputfile:focus+label .btn-inputfile,
.inputfile.has-focus+label .btn-inputfile,
.inputfile+label:hover .btn-inputfile {
  background-color: #0C3C60;
}


.cust-modal-header {
  background: #0C3C60;
  color: #fff;
  border-radius: 0;
  padding: 10px 15px;
}

.cust-modal-header .close,
.cust-modal-header .close:hover {
  opacity: 1 !important;
  color: #fff !important;
}

.cust-modal-header h5 {
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.Model-Animation.modal.fade .modal-dialog {
  -webkit-transform: scale(0.85);
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  transform: scale(0.85);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.cust-modal-footer {
  padding: 10px 15px;
}

.Model-Animation.modal.fade.show .modal-dialog {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -moz-opacity: 1;
  opacity: 1;
}

.mdl-btom-btn li {
  display: inline-block;
}

.btn-main {
  display: block;
  padding: 7px 17px;
  background: #0C3C60;
  color: #fff;
  margin-left: 5px;
  border-radius: 0;
  letter-spacing: 0.5px;
  font-size: 14px;
  text-transform: uppercase;
  white-space: nowrap;
  border: 0;
  cursor: pointer;
  font-weight: 600;
}

.src-rest-topbtn ul li a img {
  filter: brightness(0);
}

/*filter css start*/
.filter-pop-open {
  position: relative;
}

.filter-src-main {
  width: 380px;
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 52;
  right: 0;
  transform: translate(100%, 0);
  visibility: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.filter-pop-open .filter-src-main {
  transform: translate(0, 0);
  visibility: visible;
}

.filter-src-heading {
  text-transform: uppercase;
  font-size: 20px;
  background: #0C3C60;
  color: #fff;
  padding: 10px 20px;
  float: left;
  position: relative;
  width: 100%;
  text-align: center;
}

.filter-src-close {
  float: left;
  position: absolute;
  left: -42px;
  background: #0C3C60;
  top: 0px;
  padding: 15px 15px;
  bottom: 0;
  border-bottom-left-radius: 50px;
  border-top-left-radius: 50px;
  cursor: pointer;
  line-height: 21px;
}

.filter-src-heading h5 {
  margin-bottom: 0;
  display: inline-block;
}

.filter-src-inner {
  background: #fff;
  display: block;
  width: 100%;
  position: absolute;
  overflow: auto;
  bottom: 0;
  top: 50px;
  box-shadow: -3px 0 10px rgba(0, 0, 0, 0.3);
}

.filter-src-main .filter-src-inner {
  height: calc(100% - 90px);
}

.filter-src-row {
  padding: 10px 15px 0 15px;
  border-bottom: 1px solid #e4e4e4;
}

.filter-src-row .form-group label {
  font-size: 14px;
  color: #111;
  margin-bottom: 3px;
  text-transform: capitalize;
}

.filter-footer-fix {
  position: absolute;
  background: #fff;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 7px 0;
  box-shadow: -3px -3px 5px rgba(0, 0, 0, 0.3);
}

.filter-src-backdroup.filter-pop-open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 51;
}

.main-cl-button {
  display: block;
  padding: 8px 16px;
  background-color: #0C3C60;
  color: #fff;
  margin-left: 0;
  border-radius: 3px;
  font-size: 14px;
  text-transform: capitalize;
  white-space: nowrap;
  border: 0;
  width: 100%;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.main-cl-button:hover,
.main-cl-button:focus {
  background-color: #000000;
  color: #fff;
}

/*filter css end*/


/*2-6-20*/
.header-main-fix {
  padding-bottom: 4px;
}

/*tab css*/
.enqi-tab .nav-tabs {
  border-bottom: none;
  text-align: center;
  background-color: #292929;
  padding: 5px;
  display: inline-flex;
  border-radius: 25px;
  margin: 3px 0 0px 0;
  position: relative;
}

.enqi-tab .nav-tabs .nav-item {
  margin-bottom: 0;
}

.enqi-tab .nav-tabs .nav-link {
  border: none;
  border-radius: 25px;
  padding: 5px 16px;
  color: #fff;
  background-color: transparent;
  position: relative;
  z-index: 2;
}

.enqi-tab .nav-tabs .nav-link.active {
  background-color: #fff;
  color: #292929;
}

.enqi-tab ul li .tab-icon {
  width: 22px;
  margin-right: 8px;
}


/*14-7-20*/
.fl-shdow {
  -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px 0px rgba(0, 0, 0, 0.3);
  padding: 5px 0px;
  display: flow-root;
  margin: 5px 0px;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.tbl-head-tp h4 {
  font-weight: 600;
  margin-top: 0px;
  font-size: 16px;
}

/*file upload css*/
.avatar-upload {
  position: relative;
  margin: 10px;
}

.avatar-upload .avatar-edit {
  position: absolute;
  right: 5px;
  z-index: 1;
  top: -10px;
}

.avatar-upload .avatar-edit input {
  display: none;
}

.avatar-upload .avatar-edit input+label {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background: #FFFFFF;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.avatar-upload .avatar-edit input+label:after {
  content: "\f030";
  font-family: 'FontAwesome';
  color: #757575;
  font-size: 12px;
  text-align: center;
  margin: auto;
}

.avatar-upload .avatar-preview {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  position: relative;
  border: 5px solid #F8F8F8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/* =============resposive css============= */
@media (max-width:1199px) {
  .header-main-fix {
    padding-bottom: 4px;
  }

  .navbar-toggler-right {
    display: block;
  }

  ul.header-nfcn-lnguj-main li,
  ul.header-nfcn-lnguj-main,
  .header-user-profile {
    width: 100%;
  }

  .header-user-profile {
    padding: 0 15px 0 30px;
  }

  ul.header-nfcn-lnguj-main li {
    padding: 6px 15px;
    height: auto;
    border-left: 0;
    border-top: 1px solid #e6e6e6;
    margin: 0;
  }

  .add-new .btn {
    background-color: #000;
    color: #fff;
    padding: 4px 10px;
    margin-top: 0;
    margin-bottom: 6px;
    border: 0;
    font-size: 12px;
  }

  .avatar-upload .avatar-edit {
    right: -10px;
    top: -10px;
  }

}

@media (max-width:991px) {
  .log-cnter-logo-sec {
    width: 250px;
  }

  .logo-header {
    display: inline-block;
  }

  .logo-header img {
    max-width: 100% !important;
  }

  .sidebar-mini .bottom-fix {
    width: calc(100% - 0px);
  }

}

@media (max-width: 767px) {
  .log-cnter-logo-sec {
    position: relative;
    -webkit-transform: none;
    transform: none;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
    padding: 20px 0 25px 0;
  }

  .log-cnter-logo-sec img {
    width: 200px;
  }

  /*.header-rght-side {
      position: absolute;
      background: #fff;
      left: 0;
      right: 0;
      top: 102%;
      -webkit-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
      -moz-box-shadow: 0 3px 5px rgba(0,0,0,0.15);
      box-shadow: 0 3px 5px rgba(0,0,0,0.15);
      display: none;
    }*/
}

@media (max-width: 575px) {
  .mobile-toggle-icon {
    padding: 0 10px 0 0;
  }

  .enqi-tab .nav-tabs {
    padding: 5px;
    margin: 3px 5px 0px 5px;
  }

  .src-rest-topbtn {
    margin: 5px 5px 0 5px;
  }

  .enqi-tab .nav-tabs .nav-link {
    padding: 3px 8px;
  }

  .src-rest-topbtn ul li a {
    border: none;
    padding: 5px 5px 5px 5px;
  }

  .src-rest-topbtn ul li a span {
    display: none;
  }

  .filter-src-main {
    width: 275px;
  }
}




/* ----------------------------------------start---------------------------------------------------- */
.datatable-main {
  background: #fff;
  padding: 0 0;
  overflow: hidden;
  border-radius: 3px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  position: relative;
}

.datatable-main table {
  width: 100% !important;
  margin: 0 !important;
}

.datatable-main table thead th {
  text-transform: uppercase;
  color: #c8c8c8;
  background: #0C3C60 !important;
  padding: 7px 10px;
  white-space: nowrap;
  /*border-top: 1px solid rgba(0,0,0,0.1) !important;*/
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.datatable-main table tfoot th {
  text-transform: uppercase;
  color: #c8c8c8;
  background: #0C3C60 !important;
  padding: 7px 10px;
  white-space: nowrap;
  /*border-top: 1px solid rgba(0,0,0,0.1) !important;*/
  border-bottom: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.datatable-main table tbody td {
  /*text-transform: uppercase;*/
  font-size: 14px;
  background: #fff;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  vertical-align: middle;
}

.datatable-main table tbody td .flaticon-discount:before {
  line-height: normal;
  cursor: pointer;
}

.dataTables_length {
  float: left;
  margin: 5px 0 0 10px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  text-transform: capitalize;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 5px 10px 5px;
  float: right;
}

.page-link {}

.page-item .page-link {
  color: #262d47 !important;
  border: 0;
  background-color: #ddd !important;
  /*height: 36px;*/
  /*margin-left: 5px !important;*/
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  /*line-height: 39px;
    padding: 0 14px;*/
  line-height: 30px;
  padding: 0 10px;
}

.page-item .page-link i {
  font-size: 16px;
  font-weight: 600;

}

.page-item.active .page-link {
  background-color: #0C3C60 !important;
  color: #fff !important;
}

div.dataTables_wrapper div.dataTables_info {
  float: left;
  padding: 10px 0 0 10px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  background: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 0 !important;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .4) !important;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .4) !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, .4) !important;
  margin: 4px 4px 5px 3px;
  padding: 0;
}

table.dataTable.display tbody tr:hover>.sorting_1,
table.dataTable.order-column.hover tbody tr:hover>.sorting_1 {
  background-color: #ffffff;
}

table.dataTable.display tbody tr.odd>.sorting_1,
table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
  background-color: #ffffff;
}

table.dataTable.display tbody tr.even>.sorting_1,
table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
  background-color: #ffffff;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: no-drop;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

/* ----------------------------- End ------------------------------------------- */
/* ----------------------- start toast -------------------------- */
.toast-message #confirmYes {
  background: #292929;
  border: 0;
  color: #fff;
  padding: 8px 20px;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 3px;
}

.toast-message #confirmNo {
  background: #f4f4f4;
  border: 0;
  color: #292929;
  padding: 8px 20px;
  font-size: 14px;
  text-transform: capitalize;
  border-radius: 3px;
}

.custom-error {
  border: 1px dotted red !important;
}

/* ----------------------- end toast -------------------------- */

/* ----------------------- start model -------------------------- */
.ord-sts-popup-icon {
  background: #0C3C60;
  color: #fff;
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
  flex-shrink: 0;
}

.ord-sts-info span {
  font-size: 18px;
  padding: 0px 20px;
  display: block;
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

/* ----------------------- end model -------------------------- */



.cust-check-main {
  display: inline-block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cust-check-main input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 1px;
  left: 0;
  height: 19px;
  width: 19px;
  background-color: #eee;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
}

.cust-check-main input:checked~.checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  opacity: 0;
  visibility: hidden;
}

.cust-check-main input:checked~.checkmark:after {
  opacity: 1;
  visibility: visible;
  border-color: #000;
}

.cust-check-main .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.table-check-bx .cust-check-main {
  float: left;
  margin-left: 0;
}

.table-check-bx {
  width: 20px;
  height: 20px;
  margin: 0 auto;
}



/* Ashvin Malaviya Bootstrap Upgrade CSS Start (16-01-2025) */

.form-group {
  margin-bottom: 1rem;
}

.cust-modal-header .close,
.cust-modal-header .close:hover {
  opacity: 1 !important;
  color: #fff !important;
  border: none;
  box-shadow: none;
  background-color: transparent;
  font-size: 20px;
}

.modal-header,
.cust-modal-header {
  justify-content: space-between;
}

.fl-shdow {
  padding: 5px 15px !important;
}

.enqi-tab .nav-tabs .nav-link {
  display: flex;
  align-items: center;
}

.select2 {
  padding: 6px 10px;
  border: 1px solid #E6E6E6;
  box-shadow: none !important;
  border-radius: 0;
  width: 100% !important;
  font-size: 15px;
  font-weight: 600;
  color: #323232;
  height: 40px;
}

.select2-container {
  z-index: 1010;
  background-color: #fff;
}

.select2-container--open {
  /*z-index: 1060;*/
  z-index: 1010;
}

.select2-container .select2-selection--multiple {
  height: 100%;
}

.modal .select2-container {
  z-index: 1060;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  position: absolute;
  top: 50% !important;
  right: 0px !important;
  width: 20px;
  transform: translateY(-50%);
}

.main-header-page h1 {
  display: flex;
  align-items: center;
}

.main-header-page h1 a {
  padding-right: 10px;
}

/* Ashvin Malaviya Bootstrap Upgrade CSS End (16-01-2025) */


/* Ashvin Malaviya CSS Start (05-02-2025) */

.login_main {
  width: 100%;
  height: 100vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.login_main .login_inner {
  width: 100%;
  height: 100vh;
  position: relative;
}

.loginboxform {
  width: 100%;
  display: inline-block;
  background-color: #FFFFFF;
  border-radius: 10px;
  padding: 30px 20px;
}

.login_inner .row {
  margin-right: 20px;
}

.login_inner .loginhead {
  text-align: center;
}

.login_inner .loginhead .logo_box {
  width: 100%;
  height: 180px;
  margin: 0 auto 10px;
}

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

.login_inner .loginhead h1 {
  font-size: 17px;
  color: #797b8b;
  font-weight: 600;
  margin-bottom: 5px;
}

.login_inner .loginhead p {
  color: #9593a6;
  font-size: 13px;
  font-weight: 400;
  margin-bottom: 10px;
}


.login_inner .copyright {
  position: absolute;
  bottom: 15px;
  z-index: 1090;
  right: 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.forgt-paswd-link {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #444444CC;
}


.inputwithicon {
  position: relative;
}

.inputwithicon input {
  padding: 10px 40px 10px 15px !important;
}

.inputwithicon .inputicon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #696969;
}

.inputwithicon .inputicon img {
  width: 25px;
  height: 25px;
}


/*.select2-container {
    z-index: 1060;
}*/


@media (max-width: 1680.98px) {}


@media (max-width: 1440.98px) {
  .login_inner .loginhead .logo_box {
    height: 100px;
  }

  .login_main .loginbox {
    flex: 0 0 auto;
    width: 28%;
  }
}


@media (max-width: 1399.98px) {}


@media (max-width: 1280.98px) {
  .login_main .loginbox {
    flex: 0 0 auto;
    width: 33.33%;
  }
}


@media (max-width: 1199.98px) {}


@media (max-width: 1024.98px) {
  .login_main .loginbox {
    flex: 0 0 auto;
    width: 50%;
  }
}


@media (max-width: 991.98px) {
  .login_inner .row {
    margin-right: calc(-0.5 * var(--bs-gutter-x));
    justify-content: center !important;
  }
}


@media (max-width: 767.98px) {
  .login_main .loginbox {
    flex: 0 0 auto;
    width: 60%;
  }
}


@media (max-width: 575.98px) {
  .login_main .loginbox {
    flex: 0 0 auto;
    width: 90%;
  }
}


@media (max-width: 480.98px) {}

/* Ashvin Malaviya CSS End (05-02-2025) */


/* Ashvin Malaviya CSS Start (17-02-2025) */
.border-top {
  border-top: none !important;
  position: relative;
}

.border-top::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(217, 217, 217, 0.1), rgba(217, 217, 217, 0.5), rgba(217, 217, 217, 0.1));
}

.border-bottom {
  border-bottom: none !important;
  position: relative;
}

.border-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, rgba(217, 217, 217, 0.1), rgba(217, 217, 217, 0.5), rgba(217, 217, 217, 0.1));
}

.border-start {
  border-left: none !important;
  position: relative;
}

.border-start::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(217, 217, 217, 0.1), rgba(217, 217, 217, 0.5), rgba(217, 217, 217, 0.1));
}

.border-end {
  border-right: none !important;
  position: relative;
}

.border-end::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(217, 217, 217, 0.1), rgba(217, 217, 217, 0.5), rgba(217, 217, 217, 0.1));
}



.ptb-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.plr-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.ptb-5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.plr-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}


.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.ptb-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.plr-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}


.pt-15 {
  padding-top: 15px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.ptb-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.plr-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}


.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.ptb-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.plr-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}


.pt-25 {
  padding-top: 25px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.ptb-25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.plr-25 {
  padding-left: 25px !important;
  padding-right: 25px !important;
}


.pt-30 {
  padding-top: 30px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.ptb-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.plr-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}


.pt-35 {
  padding-top: 35px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.ptb-35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.plr-35 {
  padding-left: 35px !important;
  padding-right: 35px !important;
}


.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.ptb-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.plr-40 {
  padding-left: 40px !important;
  padding-right: 40px !important;
}


.pt-45 {
  padding-top: 45px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pl-45 {
  padding-left: 45px !important;
}

.pr-45 {
  padding-right: 45px !important;
}

.ptb-45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.plr-45 {
  padding-left: 45px !important;
  padding-right: 45px !important;
}


.pt-50 {
  padding-top: 50px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pl-50 {
  padding-left: 50px !important;
}

.pr-50 {
  padding-right: 50px !important;
}

.ptb-50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.plr-50 {
  padding-left: 50px !important;
  padding-right: 50px !important;
}


.pt-55 {
  padding-top: 55px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pl-55 {
  padding-left: 55px !important;
}

.pr-55 {
  padding-right: 55px !important;
}

.ptb-55 {
  padding-top: 55px !important;
  padding-bottom: 55px !important;
}

.plr-55 {
  padding-left: 55px !important;
  padding-right: 55px !important;
}


.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.ptb-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.plr-60 {
  padding-left: 60px !important;
  padding-right: 60px !important;
}


.pt-65 {
  padding-top: 65px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.ptb-65 {
  padding-top: 65px !important;
  padding-bottom: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.ptb-70 {
  padding-top: 70px !important;
  padding-bottom: 70px !important;
}


.pt-75 {
  padding-top: 75px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.ptb-75 {
  padding-top: 75px !important;
  padding-bottom: 75px !important;
}


.pt-80 {
  padding-top: 80px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.ptb-80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}


.pt-85 {
  padding-top: 85px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.ptb-85 {
  padding-top: 85px !important;
  padding-bottom: 85px !important;
}


.pt-90 {
  padding-top: 90px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.ptb-90 {
  padding-top: 90px !important;
  padding-bottom: 90px !important;
}


.pt-100 {
  padding-top: 100px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.ptb-100 {
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}



/* Margin */

.mtb-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

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

.mt-0 {
  margin-top: 0px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

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

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

.mt-5 {
  margin-top: 5px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mtb-5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mlr-5 {
  margin-left: 5px !important;
  margin-right: 5px !important;
}


.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mtb-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mlr-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}


.mt-15 {
  margin-top: 15px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mtb-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mlr-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}


.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mtb-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mlr-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}


.mt-25 {
  margin-top: 25px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mtb-25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mlr-25 {
  margin-left: 25px !important;
  margin-right: 25px !important;
}


.mt-30 {
  margin-top: 30px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mtb-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mlr-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}


.mt-35 {
  margin-top: 35px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mtb-35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mlr-35 {
  margin-left: 35px !important;
  margin-right: 35px !important;
}


.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mtb-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mlr-40 {
  margin-left: 40px !important;
  margin-right: 40px !important;
}


.mt-45 {
  margin-top: 45px !important;
}

.mb-45 {
  margin-bottom: 45px !important;
}

.ml-45 {
  margin-left: 45px !important;
}

.mr-45 {
  margin-right: 45px !important;
}

.mtb-45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mlr-45 {
  margin-left: 45px !important;
  margin-right: 45px !important;
}


.mt-50 {
  margin-top: 50px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.mr-50 {
  margin-right: 50px !important;
}

.mtb-50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mlr-50 {
  margin-left: 50px !important;
  margin-right: 50px !important;
}


.mt-55 {
  margin-top: 55px !important;
}

.mb-55 {
  margin-bottom: 55px !important;
}

.ml-55 {
  margin-left: 55px !important;
}

.mr-55 {
  margin-right: 55px !important;
}

.mtb-55 {
  margin-top: 55px !important;
  margin-bottom: 55px !important;
}

.mlr-55 {
  margin-left: 55px !important;
  margin-right: 55px !important;
}


.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mtb-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.mlr-60 {
  margin-left: 60px !important;
  margin-right: 60px !important;
}


.mt-70 {
  margin-top: 70px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mtb-70 {
  margin-top: 70px !important;
  margin-bottom: 70px !important;
}


.mt-75 {
  margin-top: 75px !important;
}

.mb-75 {
  margin-bottom: 75px !important;
}

.mtb-75 {
  margin-top: 75px !important;
  margin-bottom: 75px !important;
}


.mt-80 {
  margin-top: 80px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mtb-80 {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
}


.mt-85 {
  margin-top: 85px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mtb-85 {
  margin-top: 85px !important;
  margin-bottom: 85px !important;
}


.mt-90 {
  margin-top: 90px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mtb-90 {
  margin-top: 90px !important;
  margin-bottom: 90px !important;
}


.mt-100 {
  margin-top: 100px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mtb-100 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}



.offcanvas {
  border: 0 !important;
  margin: 20px;
  transform: inherit;
  border-radius: 10px;
  background: #FFF;
}

.offcanvas-header .btn-close {
  opacity: 1;
  box-shadow: none;
  padding: 0;
  margin: 0;
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
  border-radius: 5px;
  color: #000000;
  background: #FFFFFF;
  border: 1px solid #0C3C60;
}

.offcanvas-header .btn-close:hover {
  background: #0C3C60;
  border-color: #0C3C60;
  color: #fff;
}

.offcanvas-header {
  padding: 15px 0px;
  margin: 0 15px 15px;
}

.offcanvas-header h5 {
  flex: 1;
  color: #0C3C60;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.offcanvas-body {
  padding: 0px 20px 20px;
  overflow-x: hidden;
}

.offcanvas .modal-footer {
  box-shadow: 0px 3px 17px 0px rgb(0 0 0 / 15%);
  padding: 15px 20px;
  border: none;
}

.offcanvas .modal-footer .btn {
  margin: 0 15px 0 0;
}

.offcanvas .modal-footer .btn:last-child {
  margin-right: 0
}



.cmetcut {
  font-size: 10px;
  font-weight: 700;
  position: absolute;
  top: -2px;
  right: -2px;
  background-color: #DF2626;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  border-radius: 100%;
}

.offcanvas.offcanvas-end {
  width: 55%;
}

.filtterM .pageboxes .boxtitle,
.filtterM .form-label {
  color: #0C3C60;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
}

.filtterM .pbdata {
  padding-bottom: 10px;
}

.filtterM .dvShape {
  display: flex;
  /*flex-wrap: wrap;*/
  overflow: auto !important;
}

.color_list {
  overflow: auto;
}

.filtterM .dvShape li {
  padding-right: 20px;
  margin-bottom: 10px;
  text-align: center;
}

.filtterM .dvShape li:last-child {
  padding-right: 0;
}

.filtterM .dvShape li:hover .simg,
.filtterM .dvShape li.active .simg {
  background: #0C3C60;
}

.filtterM .dvShape li:hover .simg img,
.filtterM .dvShape li.active .simg img {
  filter: brightness(200);
}

.filtterM .shape-img {
  width: 100%;
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
}

.filtterM .shape-img .simg {
  height: 60px;
  width: 60px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  transition: all 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}

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

.filtterM .shape-name {
  color: #292929;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: 0.5px;
  text-align: center;
  margin-top: 5px;
}


.filtterM .src-rest-topbtn ul li {
  margin: 0px 10px;
  font-size: 0;
  line-height: normal;
}



.filtterM ul.color-whit-box li {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  padding: 10px 10px;
  margin: 0 5px 5px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  color: rgba(42, 53, 71, 0.50);
  background: #fff;
  white-space: nowrap;
  transition: all 0.3s;
  border: 1px solid #E5EAEF;
  letter-spacing: 0.7px;
}

.filtterM ul.color-whit-box li:hover {
  color: #fff;
  background: #0C3C60;
}

.filtterM ul.color-whit-box li:hover,
.filtterM ul.color-whit-box li.active {
  color: #fff;
  background: #0C3C60;
  /* font-weight: bold; */
  border-radius: 5px;
  /* Optional: for better UI */
}

.filtterM .advance-src-heding-main {
  color: #213254;
  font-size: 25px;
  font-weight: 500;
  padding: 30px 0 30px 0;
  position: relative;
  text-align: center;
}

.filtterM .advance-src-heding-main span {
  position: relative;
  background-color: #fff;
  padding: 0 20px;
}

.filtterM .advance-src-heding-main:before {
  content: '';
  background: #E7E7E7;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  z-index: 0;
}

.filtterM .advance-src-wrapper {
  position: sticky;
  bottom: -20px;
  left: 0;
  right: 0;
  z-index: 45;
  margin-left: 0;
  margin-right: 0;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
}

.filtterM .advance-src-wrapper ul li .mbl-menu-icn {
  display: none;
  text-align: center;
  font-size: 18px;
  margin: 0 auto 5px auto;
  position: relative;
  z-index: 1;
}

.filtterM .advance-src-heding-main {
  color: #4A4A4A;
  font-size: 25px;
  font-weight: 500;
  padding: 30px 0 30px 0;
  position: relative;
  text-align: center;
}

.filtterM .advance-src-heding-main:before {
  content: '';
  background: #D9D9D9;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
  z-index: 0;
}

.filtterM .advance-src-heding-main span {
  background: #fff;
  padding: 0 10px;
  display: inline-block;
  position: relative;
}

.filtterM .chktab {
  margin-bottom: 12px;
}

.filtterM .carat-weight-plus {
  cursor: pointer;
  margin: 1px auto 1px auto;
  padding: 0 0;
  color: #2A3547;
  text-align: center;
  transition: all 0.3s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  border: 1px solid #E5EAEF;
  background: #FFF;
  font-size: 17px;
  margin: 0;
}

.filtterM .carat-weight-plus:hover {
  background: #0C3C60;
  color: #fff;
}

.filtterM .carat-weight-plus:hover i {
  color: #fff;
}

.filtterM .carat-weight-plus .dropdown-toggle::after {
  display: none;
}

.filtterM .carat-weight-dropdown {
  min-width: 500px;
  cursor: default;
}

.filtterM .carat-weight-dropdown li {
  border-bottom: 1px solid #dfe4f7;
}

.filtterM .carat-weight-dropdown .cust-chk-bx {
  line-height: 18px;
}



/*************************************** Radio & CheckBox Style Start ***********************************/
/*========== Custom Checkbox ==========*/

/* .cust-chk-bx {
  display: inline;
  position: relative;
  padding-left: 30px;
  letter-spacing: 0.5px;
  margin-bottom: 0;
  cursor: pointer;
  color: #212529;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.02em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.cust-chk-bx input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.cust-chkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border-radius: 3px;
  border: 1px solid #c8c8c8;
  transition: all 0.3s;
}

.cust-chk-bx input:checked~.cust-chkmark {
  background: #0C3C60;
  border-color: #0C3C60 !important;
}

.cust-chkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cust-chk-bx input:checked~.cust-chkmark:after {
  display: block;
  border-color: #232323;
}

.cust-chk-bx .cust-chkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cust-chk-bx input:focus~.cust-chkmark {
  border-color: #0C3C60 !important;
} */

/*======= Custom radio  button ======*/

.cust-radio-btn {
  color: #212529;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  letter-spacing: 0.02em;
  display: flex;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
}

.cust-radio-btn input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.cust-radio-chkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 1px solid #c8c8c8;
  border-radius: 50%;
  transition: all 0.3s;
}

.cust-radio-btn input:checked~.cust-radio-chkmark {
  background-color: #fff;
  border-color: #0C3C60;
}

.cust-radio-chkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cust-radio-btn input:checked~.cust-radio-chkmark:after {
  display: block;
  border-color: #232323;
}

.cust-radio-btn .cust-radio-chkmark:after {
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #0C3C60;
}

/* .cust-radio-btn input:focus~.cust-radio-chkmark {
    box-shadow: 0 0 0 0.17rem rgba(208, 208, 208, 0.7);
} */

/*************************************** Radio & CheckBox Style End ***********************************/

.btn.btn-primary {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  padding: 10px 15px;
  border-radius: 7px;
  text-align: center;
  box-shadow: none !important;
  white-space: nowrap;
  color: #fff;
  background: #0C3C60;
  border: 1px solid #E9EBEC;
}

.btn-primary:hover {
  color: #0C3C60;
  background: #fff;
  border: 1px solid #E9EBEC;
}

.btn.btn-border {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  padding: 10px 15px;
  color: #0C3C60;
  border-radius: 7px;
  text-align: center;
  box-shadow: none !important;
  white-space: nowrap;
  background: #fff;
  border: 1px solid #E9EBEC;
}

.btn.btn-border:hover {
  background: #0C3C60;
  color: #fff;
  border: 1px solid #0C3C60;
}

.dropdown-menu.show {
  z-index: 1090;
  padding: 0;
}



/* Ashvin Malaviya CSS End (17-02-2025) */