/* font css */
@font-face {
  font-family: 'Zona Prolight';
  src: url('../fonts/ZonaPro-Light.eot');
  src: local('☺'), url('/fonts/ZonaPro-Light.woff') format('woff'),
  url('../fonts/ZonaPro-Light.woff2') format('woff2'),
  url('../fonts/ZonaPro-Light.ttf') format('truetype'),
  url('../fonts/ZonaPro-Light.svg#ZonaPro-Bold') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Zona Proregular';
  src: url('../fonts/ZonaPro-Regular.eot');
  src: local('☺'), url('/fonts/ZonaPro-Regular.woff') format('woff'),
  url('../fonts/ZonaPro-Regular.woff2') format('woff2'),
  url('../fonts/ZonaPro-Regular.ttf') format('truetype'),
  url('../fonts/ZonaPro-Regular.svg#ZonaPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Zona Pro';
  src: url('../fonts/ZonaPro-Bold.eot');
  src: local('☺'), url('/fonts/ZonaPro-Bold.woff') format('woff'),
  url('../fonts/ZonaPro-Bold.woff2') format('woff2'),
  url('../fonts/ZonaPro-Bold.ttf') format('truetype'),
  url('../fonts/ZonaPro-Bold.svg#ZonaPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Zona Problack';
  src: url('../fonts/ZonaPro-Black.eot');
  src: local('☺'), url('/fonts/ZonaPro-Black.woff') format('woff'),
  url('../fonts/ZonaPro-Black.woff2') format('woff2'),
  url('../fonts/ZonaPro-Black.ttf') format('truetype'),
  url('../fonts/ZonaPro-Black.svg#ZonaPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Zona Proextrabold';
  src: url('../fonts/ZonaPro-ExtraBold.eot');
  src: local('☺'), url('/fonts/ZonaPro-ExtraBold.woff') format('woff'),
  url('../fonts/ZonaPro-ExtraBold.woff2') format('woff2'),
  url('../fonts/ZonaPro-ExtraBold.ttf') format('truetype'),
  url('../fonts/ZonaPro-ExtraBold.svg#ZonaPro-Bold') format('svg');
  font-weight: 800;
  font-style: normal;
}
/* end font css */
.rightbg{
  background: transparent url("../images/img-world-citizenship.png") no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
}
/* contact form css */
.contactblock{
  background: transparent url("../images/bg-img-form.png") no-repeat;
  background-position: 85% 100%;
}
.group input[type="text"] {
  font-size: 14px;
  font-family: 'Zona Pro';
  padding: 10px 10px 10px 0px;
  display: block;
  border: none;
  color:#2c090c;
  border-bottom: 2px solid #dfdfdf;
}
.group input[type="text"]:focus {
  outline: none;
}
/*--Searchtool-Banner--*/
.searchtool-banner {
  background-image: url('../images/img-header-searchtool.jpg') ;
  height: 420px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}
.searchtool-banner .bg-color {
  mix-blend-mode: multiply;
  background-image: linear-gradient(to left, rgba(218, 31, 61, 0), #da1f3d 40%, #da1f3d);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 55%;
}
.searchtool-banner .align-items-center {
  height: 420px;
}
.main-heading {
  font-size: 40px;
  line-height: 1.4;
  font-family: 'Zona Proextrabold';
  text-align: center;
  position: relative;
  margin-bottom: 38px;
}
.main-heading:before {
  border-bottom: 6px solid #da1f3d;
  content: '';
  position: absolute;
  bottom: -18px;
  width: 40px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.sub-heading {
  font-size: 10px;
  color: #871722;
  font-family: 'Zona Proextrabold';
  line-height: 1.6;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
}
.searchtool-banner h2 {
  color: #ffffff;
  text-align: left;
}
.searchtool-banner h2:before {
  right: auto;
  border-bottom: 6px solid #ffffff;
}
.search-form-fields {
  background: #fff;
  position: absolute;
  bottom: -60px !important;
  left: 15px;
  right: 15px;
  padding: 24px 65px;
  box-shadow: 0 39px 47px 0 rgba(90, 1, 10, 0.08);
}
.search-form-fields label {
  font-size: 10px;
  font-family: 'Zona Pro';
}
.search-form-fields select,
.selectbox {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.3);
  font-family: 'Zona Pro';
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #846f71;
  height: 40px;
  border-radius: 0px;
  padding-left: 0px;
  padding-top: 0px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: transparent url("../images/select-arrow.png") no-repeat;
  background-position: right;
}
.search-form-fields select:focus,
.selectbox:focus {
  box-shadow: none;
  border-color: #846f71;
}
/*--Searchtool-Banner--*/
/*search---result*/
.search-result {
  padding-top: 120px;
  padding-bottom: 90px;
}
.search-result h2 {
  text-align: left;
}
.search-result h2:before {
  right: auto;
}
.search-result .search-filter {
  box-shadow: 24px 9px 47px 0 rgba(90, 1, 10, 0.08);
  padding: 20px;
  background-color: #ffffff;
}
.search-result .search-filter h2 {
  font-size: 14px;
  margin-bottom: 30px;
  line-height: 2.29;
  font-family: 'Zona Pro';
}
.search-result .search-filter .selectbox {
  border-bottom: 2px solid #846f71;
  background-position: right 12px;
  height: 43px;
  margin-bottom: 40px;
}
.search-result .search-filter h6 {
  font-size: 10px;
  font-family: 'Zona Pro';
  margin-bottom: 0;
  margin-top: 25px;
}
.search-result .search-filter label {
  margin-bottom: 20px;
  margin-top: 20px;
  opacity: 0.7;
  font-family: 'Zona Pro';
  font-size: 12px;
  line-height: 2.67;
}
.search-result .search-filter label + .custom-control {
  padding-left: 0;
}
.search-result .search-filter .custom-control-label {
  color: #2c090c;
  line-height: 1.33;
  font-family: 'Zona Pro';
  font-size: 12px;
  opacity: 1;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 7px;
}

.custom-checkbox input[type=checkbox]:focus + label::before,
.custom-checkbox input[type=radio]:focus + label::before {
    outline: none;
}
.search-result .search-filter .custom-checkbox .custom-control-label::before {
  border-radius: 0;
  border: 2px solid #998889;
  top: 0;
}
.search-result .search-filter .custom-control-input:checked ~ .custom-control-label::before {
  color: #fff;
  border-color: #2c090c !important;
  background-color: #2c090c;
}
.search-result .search-filter .custom-control-label::after {
  top: 0px;
}
.search-result .search-filter .tab {
  box-shadow: 0 2px 45px 0 rgba(0, 0, 0, 0.04);
  margin-top: 10px;
  margin-bottom: 30px;
  border: 1px solid rgba(237, 238, 239, 0.28);
}
.search-result .search-filter .nav-tabs {
  border-bottom: none;
}
.search-result .search-filter .tab-content {
  margin-top: 24px;
  padding-left: 5px;
}
.search-result .search-filter .tab .nav-tabs .nav-link {
  color: #cbcbcb;
  font-family: 'Zona Pro';
  font-size: 12px;
  line-height: 2.67;
  border: none;
  padding: 5px 12px;
  border-radius: 0;
}
.search-result .search-filter .tab .nav-tabs .nav-link.active {
  background: #d91f3d;
  opacity: 1;
  color: #fff;
}
.search-result .search-filter .btn {
  background: #d91f3d;
  color: #fff;
  font-family: 'Zona Pro';
  font-size: 14px;
  text-transform: uppercase;
  height: 56px;
  border-radius: 0px;
  margin-top: 20px;
}
.searchlist-topfilter {
  margin-bottom: 30px;
  padding-left: 15px;
}
.searchlist-topfilter p {
  font-family: 'Zona Pro';
  font-size: 14px;
  line-height: 2.29;
  margin-bottom: 0;
}
.searchlist-topfilter p span {
  color: #da1f3d;
}
.searchlist-topfilter label {
  float: left;
  margin-bottom: 0;
  font-size: 14px;
  font-family: 'Zona Pro';
  margin-right: 7px;
  line-height: 2.29;
}
.searchlist-topfilter select {
  border-bottom: none;
  height: 32px;
  padding-right: 31px;
  font-size: 14px;
  color: #da1f3d;
  padding-bottom: 1px;
  float: left;
}
.searchlist-topfilter select option {
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  white-space: nowrap;
  width: 100px;
}
.searchlist-topfilter .pagination li {
  margin-right: 3px;
  margin-top: 5px;
}
.searchlist-topfilter .pagination li a {
  font-size: 14px;
  font-family: 'Zona Pro';
  color: #2c090c;
  padding: 3px 9px;
  margin-right: 2px;
  border: none;
}

.page-link:hover{
  background-color: transparent !important;
}

.searchlist-topfilter .pagination li a:hover{
      background-color: transparent !important;
}
.searchlist-topfilter .pagination li.active a {
  background-color: #d91f3d;
  border-radius: 50%;
  color: #ffffff;
}
.searchlist-topfilter .pagination li.prev a {
  padding-left: 0;
}
.searchlist-topfilter .pagination li.next a {
  padding-right: 0;
}
.searchlist-topfilter .filter-dropdown .dropdown-menu {
  right: 0;
  left: auto !important;
}
.searchlist-box {
  border: 1px solid #eeb4a8;
  margin-left: 15px;
  margin-bottom: 30px;
}
.searchlist-box p {
  opacity: 0.4;
  font-family: 'Zona Pro';
  font-size: 12px;
  line-height: 1.67;
  margin-bottom: 10px;
  margin-top: 25px;
}
.searchlist-box p span {
  font-family: 'Zona Proregular';
}
.searchlist-box .tag-count {
  position: relative;
}
.searchlist-box .tag-count .value {
  position: absolute;
  font-family: 'Zona Proextrabold';
  color: #d67101;
  font-size: 10px;
  /*top: 10px;
  bottom: 0;
  left: 0;
  right: 0;*/
  text-align: center;
}
.searchlist-box h3 {
  font-family: 'Zona Pro';
  font-size: 14px;
  line-height: 1.86;
  margin-bottom: 5px;
}
.searchlist-box h3 span {
  opacity: 0.7;
}
.searchlist-box h3 .name {
  font-family: 'Zona Proregular';
}
.searchlist-box h3 img {
  margin-right: 15px;
  width: 16px;
  position: relative;
  top: -2px;
}
.searchlist-box h2 {
  font-size: 20px;
  font-family: 'Zona Pro';
  line-height: 1.2;
  margin-top: 15px;
  margin-bottom: 25px;
}
.searchlist-box .btn {
  font-size: 14px;
  height: 56px;
  border-radius: 0px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: 'Zona Pro';
}
.searchlist-box .btn-danger {
  background-color: #d91f3d;
  border: 2px solid #d91f3d;
}
.searchlist-box .btn-outline-danger {
  background-color: #ffffff;
  border: 2px solid #d91f3d;
  color: #d91f3d;
}
.searchlist-box .popover {
  margin-left: -100px;
  max-width: 106px;
  text-align: center;
  box-shadow: 0 12px 20px 0 rgba(44, 9, 12, 0.1);
  border: solid 1px rgba(44, 9, 12, 0.1);
  background-color: #ffffff;
  height: 46px;
  margin-top: 5px;
  display: none;
}
.searchlist-box .popover .popover-body {
  opacity: 0.4;
  font-family: 'Zona Pro';
  color: #2c090c;
  font-size: 10px;
}
.searchlist-box .popover .arrow {
  margin: -3px 0;
}
.searchlist-box .tag-count:hover + .popover {
  display: block;
}
.searchlist-box .thumbnail img {
  height: 100%;
  object-fit: cover;
}
.searchlist-box .thumbnail .name {
  font-size: 10px;
  font-family: 'Zona Proextrabold';
  line-height: 1.6;
  letter-spacing: 2px;
  text-align: center;
  color: #ffffff;
  height: 35px;
  position: absolute;
  left: 29px;
  top: 15px;
  padding: 9px 15px;
  text-transform: uppercase;
}
.searchlist-box .thumbnail .name.type1 {
  background-color: rgba(135, 23, 34, 0.9);
}
.searchlist-box .thumbnail .name.type2 {
  background-color: #db5a3d;
}
.searchlist-box .thumbnail .amount {
  height: 32px;
  box-shadow: 0 12px 20px 0 rgba(44, 9, 12, 0.1);
  border: solid 1px rgba(44, 9, 12, 0.1);
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  bottom: 18px;
  left: 29px;
  padding: 0 10px;
}
.searchlist-box .thumbnail .amount .value {
  font-family: 'Zona Pro';
  font-size: 20px;
  opacity: 0.8;
  line-height: 1.6;
}
.searchlist-box .thumbnail .amount .type {
  opacity: 0.5;
  font-family: 'Zona Pro';
  margin-left: 4px;
  font-size: 12px;
  line-height: 2.67;
}
/*search-result*/
/*POPULAR-COURSE*/
.popular-course {
  padding-top: 85px;
  background: #f8f8f8;
  padding-bottom: 75px;
}
.popular-course .course-list {
  border: 1px solid #edeeef;
  background-color: #ffffff;
}
.popular-course .course-list .img-sec {
  position: relative;
}
.popular-course .course-list .amount {
  height: 29px;
  position: absolute;
  bottom: 18px;
  left: 15px;
  padding: 0 10px;
  box-shadow: 0 12px 20px 0 rgba(44, 9, 12, 0.1);
  border: solid 1px rgba(44, 9, 12, 0.1);
  background-color: #ffffff;
}
.popular-course .course-list .amount .value {
  font-family: 'Zona Pro';
  font-size: 12px;
  line-height: 2.67;
  position: relative;
  top: -2px;
}
.popular-course .course-list .amount .type {
  opacity: 0.5;
  font-family: 'Zona Pro';
  margin-left: 4px;
  font-size: 12px;
  position: relative;
  top: -2px;
  line-height: 2.67;
}
.popular-course .course-list .addfav {
  position: absolute;
  top: 15px;
  right: 13px;
}
.popular-course .course-list .tag-count {
  position: relative;
}
.popular-course .course-list .tag-count .value {
  position: absolute;
  font-family: 'Zona Proextrabold';
  color: #d67101;
  font-size: 10px;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.popular-course .course-list h3 {
  font-family: 'Zona Pro';
  font-size: 14px;
  line-height: 1.86;
  margin-bottom: 13px;
  padding-left: 20px;
}
.popular-course .course-list h3 span {
  opacity: 0.7;
}
.popular-course .course-list h3 .name {
  font-family: 'Zona Proregular';
}
.popular-course .course-list h3 img {
  margin-right: 15px;
  width: 16px;
  position: relative;
  top: -2px;
}
.popular-course .course-list h2 {
  font-family: 'Zona Pro';
  font-size: 20px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.popular-course .course-list p {
  opacity: 0.4;
  font-family: 'Zona Pro';
  font-size: 12px;
  line-height: 1.67;
  padding-left: 20px;
  margin-bottom: 10px;
  margin-top: 20px;
}
.popular-course .course-list p span {
  font-family: 'Zona Proregular';
}
/*POPULAR-COURSE*/
/*SET-COURSE*/
.aboutblock .rightbanner{
  background: transparent url("../images/img-set-the-course.png") no-repeat;
  background-size: cover;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
}
/*SET-COURSE*/
/*ABOUT-SIGNUP*/
.about-signup {
  background: #ffffff;
  padding-top: 80px;
  padding-bottom: 80px;
}
.about-signup img {
  margin: 60px auto 25px;
  display: block;
}
.about-signup p {
  font-size: 14px;
  text-align: center;
  font-family: 'Zona Proregular';
  line-height: 1.86;
  margin-bottom: 0px;
}
.cursor-pointer{
  cursor: pointer;
}
/*ABOUT-SIGNUP*/
/*-----------------------------------SEARCH-FILTER-PAGE----------------------------------------------*/
.filter-dropdown {
  margin: 0;
}
.filter-dropdown > li {
  float: left;
}
.filter-dropdown .dropdown-toggle,
.filter-dropdown .dropdown-toggle:focus,
.filter-dropdown .dropdown-toggle:active,
.filter-dropdown .show > .btn-secondary.dropdown-toggle,
.filter-dropdown .dropdown-toggle:not(:disabled):not(.disabled):active:focus {
  background: none;
  box-shadow: none;
  color: #da1f3d;
  font-family: 'Zona Pro';
  padding-left: 0;
  padding-right: 0;
  border: none;
  font-size: 14px;
  display: block;
  width: 100%;
  position: relative;
  text-align: left;
}
.filter-dropdown .dropdown-toggle:after {
  border-top: 8px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: 13px;
  right: -18px;
}
.filter-dropdown .dropdown-menu {
  width: 180px;
  padding: 0;
  box-shadow: 0 34px 42px 0 rgba(44, 9, 12, 0.1);
  border: solid 0.5px rgba(44, 9, 12, 0.06);
  background-color: #ffffff;
}
.filter-dropdown .dropdown-menu:after, .filter-dropdown .dropdown-menu:before {
  bottom: 100%;
  right: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.filter-dropdown .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.filter-dropdown .dropdown-menu:before {
  border-color: rgba(102, 102, 102, 0);
  border-bottom-color: #a6a5a5;
  border-width: 10px;
  margin-left: -9px;
}
.filter-dropdown .dropdown-menu ul li {
  padding: 5px 10px;
}
.filter-dropdown .dropdown-menu ul li:last-child a {
  border-bottom: none;
}
.filter-dropdown .dropdown-menu ul li a {
  font-family: 'Zona Proregular';
  font-size: 12px;
  line-height: 2.67;
  padding: 3px 0;
  display: block;
  color: #2c090c;
  border-bottom: 2px solid #f6f6f7;
}
.filter-dropdown .dropdown-menu ul li a img {
  display: none;
}
.filter-dropdown .dropdown-menu ul li .active,
.filter-dropdown .dropdown-menu ul li a:hover {
  font-family: 'Zona Pro';
}
.filter-dropdown .dropdown-menu ul li a:hover img,
.filter-dropdown .dropdown-menu ul li .active img {
  display: inline-block !important;
}
.filter-dropdown .dropdown-menu ul li a:hover {
  text-decoration: none;
}
.irs--round .irs-grid {
  display: none;
}
.irs--round .irs-handle {
  top: 30px;
  width: 16px;
  height: 16px;
}
.irs--round .irs-min,
.irs--round .irs-max {
  visibility: visible !important;
  background: none;
  font-family: 'Zona Proregular';
  font-size: 12px;
  line-height: 2.67;
  opacity: 0.7;
  top: 45px;
  padding: 0;
}
.irs--round .irs-line {
  background-color: #edeeef;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  opacity: 0.7;
  font-family: 'Zona Proregular';
  font-size: 12px;
  border: 2px solid #f0eeee;
  background: none;
  color: #2c090c;
  padding: 5px 7px;
  margin: -5px 0 0;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  border-width: 5px;
  border-top-color: #c6c5c5;
  bottom: -11px;
  margin-left: -5px;
}
/*-----------------------------------SEARCH-FILTER-PAGE----------------------------------------------*/
/*dropdowm multiselect*/
#intake {
  width: 100px;
}
#month{
  width: 100px;
}
/*dropdowm multiselect*/
/*------------------------MULTISELECT---DROPDOWN----------------------------------------*/
.select2-container {
  width: 100% !important;
}
.select2-container--default .select2-selection--multiple {
  border-bottom: 2px solid #846f71;
  border-radius: 0;
  border-left: none;
  border-right: none;
  border-top: none;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0;
}
.select2-container--default .select2-selection--multiple .select2-search__field {
  color: rgba(0, 0, 0, 0.3);
  font-family: 'Zona Pro';
  font-size: 12px;
  height: 35px;
  /*width: 100% !important;*/
  margin-top: 0;
}
.select2-container--default .select2-selection--multiple .select2-search:after {
  border-top: 8px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  top: 13px;
  content: "";
  right: 0;
  color: #d91f3d;
}
.select2-container .select2-dropdown {
  border-radius: 0;
  border: 1px solid #efefef;
  top: 10px;
  box-shadow: 0 34px 42px 0 rgba(44, 9, 12, 0.1);
  min-width: 120px;
}
.select2-results__options .select2-results__option {
  font-size: 12px;
  font-family: 'Zona Proregular';
  margin: 0 10px;
  line-height: 1.67;
  padding: 10px 0;
  position: relative;
  border-bottom: 2px solid #f6f6f7;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-bottom: 2px solid #846f71;
  border-left: none;
  border-right: none;
  border-top: none;
}
.select2-results__option .select2-results__option--highlighted,
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  font-family: 'Zona Pro';
  color: #2c090c;
  background-color: transparent !important;

}
.select2-container--default .select2-results__option[aria-selected="true"] {
  font-family: 'Zona Pro';
  background: none;
  padding-left: 25px;
}
.select2-container--default .select2-results__option[aria-selected="true"]:before {
  background: transparent url("../images/drop-tick.jpg") no-repeat;
  content: "";
  position: absolute;
  left: 0px;
  width: 25px;
  height: 15px;
  top: 12px;
}
.select2-dropdown .select2-results {
  padding-bottom: 5px;
}
.select2-container--default .select2-results > .select2-results__options {
}
.select2-container--default .select2-dropdown--below .select2-results > .select2-results__options:after,
.select2-container--default .select2-dropdown--below .select2-results > .select2-results__options:before {
  bottom: 100%;
  right: 15px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.select2-container--default .select2-dropdown--below .select2-results > .select2-results__options:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #fff;
  border-width: 10px;
  margin-left: -10px;
}
.select2-container--default .select2-dropdown--below .select2-results > .select2-results__options:before {
  border-color: rgba(102, 102, 102, 0);
  border-bottom-color: #a6a5a5;
  border-width: 10px;
  margin-left: -9px;
}
/** SCROLLBAR STARTS HERE  */
.select2-container--default .select2-results > .select2-results__options {
  scrollbar-color: Gainsboro White ;
  scrollbar-width: thin;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-track {
  background: #ffffff;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb {
  background: #dcdcdc;
}
.select2-container--default .select2-results > .select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}
/** SCROLLBAR ENDS HERE **/
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #fbe8eb;
  border: none;
  border-radius: 0;
  margin-right: 10px;
  padding: 3px 5px;
  color: #da1f3d;
  font-size: 10px;
  font-family: 'Zona Pro';
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #da1f3d;
  margin-left: 5px;
  float: right;
  font-size: 13px;
  line-height: 15px;
}
.left-15 {
  left: 15px;
  position: relative;
}
.m-t-15 {
  margin-top: 15px !important;
}
.no-record-theme {
  font-family: 'Zona Pro';
  display: block;
  text-align: center;
  width: 100%;
  color: #86242c;
  padding: 15px 0;
  background-color: rgba(217, 31, 61, 0.1);
  border: 1px solid rgba(217, 31, 61, 0.2);
  border-radius: 3px;
  margin: 15px 0;
  text-transform: capitalize;
  font-size: 16px;
}
#page_records_loader {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
}
#page_records_loader img {
  width: 220px;
  margin: 15% auto 0;
  display: block;
}
#second_level_filter_loader img {
  width: 80px;
  position: absolute;
  top: 0;
  right: 0;
  height: 80px;
  object-fit: cover;
}
#ple-loader-wraps99,
#ple-loader-wraps1,
#ple-loader-wraps2,
#ple-loader-wraps3,
#ple-loader-wraps4 {
  background: none !important;
}

.tag-count {
  width: 50px;
  height: 50px;
  background: #ffc700;
  position: relative;
  margin-top: 10px;
}
.tag-count::before{width: 50px;   height: 50px; background: #ffc700; content: ""; transform: rotate(45deg); position: absolute; left: 0;}
.tag-count span{ position: relative; font-size: 12px; width: 100%; display: block; text-align: center; top: 17px; white-space: nowrap;}
.Partner-banner .tag-count {display: inline-block;}
.partner-form-fields p {
  display: inline-block;
  margin: 0px;
  top: 16px;
  position: relative;
  font-family: 'Zona Proregular';
}
.tag-count span {font-family: 'Zona Proextrabold';font-size: 10px;color: #d67101 !important;}
.redbg{background: #d91f3d !important;}
.redbg span {color: #ffffff !important;}
.redbg::before{background: #d91f3d !important;}
.custom-control-input:focus~.custom-control-label::before{
      box-shadow: none !important;
}
.tag-count-label {
  padding: 0 !important;
  margin-left: 20px !important;
}
.bg-cover {
  background-size: cover !important;
}
