/* body {
  min-width: 1024px;
} */
.leftpane {
  max-width: 290px;
}
#accordionProfileChange .profileimg {
  margin-right: 15px;
  width: 36px;
}
#accordionProfileChange .profileimg + div {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.leftPaneFilter {
  width: 250px;
}
.album_contblk {
  width: calc(100% - 20px);
}
.album_blk {
  margin: 0 -2px;
}
.form-check-label span {
  margin-left: 0;
}
.fiterItem .card {
  padding: 0px 17px 20px;
}
.compareCollegeswrap {
  padding: 40px 30px 10px 5%;
}

.tab-content .skill-wrap {
  max-width: 100%;
  width: 100%;
  margin-top: 50px;
}
.tab-content .select-skill input:checked + label.skill {
  background: #0d3453;
  border-color: #0d3453;
  color: #fff;
}
.sticky-select-skill-result {
  padding: 36px 50px;
  background: #f6f6f6;
  margin-left: -50px;
  margin-bottom: -24px;
  position: sticky;
  bottom: 0;
  z-index: 2;
}
.skill {
  background: #ffffff;
  border: 1px solid #c1ddfd;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  position: relative;
  text-decoration: none;
}
.skill .icon {
  display: flex;
  align-items: center;
}
.select-skill .active {
  background: #2680eb;
  border-color: #2680eb;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.select-skill input:checked + label.skill .icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
}

.select-skill input:checked + label.skill .icon::before {
  content: "";
  width: 13px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
  transform: rotate(-40deg);
  margin: 7px 3px 0 0;
  left: 7px;
  top: 2px;
  right: 0;
  position: absolute;
  background: none;
}

.select-skill input:checked + label.skill .icon p {
  width: 36px;
  height: 36px;
  margin-top: 10px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
}
.select-skill input:checked + label.skill .icon p::before {
  content: "";
  width: 15px;
  height: 7px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  display: inline-block;
  transform: rotate(-40deg);  
  margin: 9px 3px 0 0;
  left: 8px;
  top: 2px;
  right: 0;
  position: absolute;
  background: none;
}

.select-skill-container .select.completed label.skill {
  background: #f0f0f0;
  border-color: #e5e5e5;
  pointer-events: none;
}
.status {
  background: #b2db56;
  border-radius: 10px 0px;
  padding: 0 15px;
  position: absolute;
  top: -1px;
  left: -1px;
  height: 23px;
  line-height: 23px;
  display: none;
  text-transform: capitalize;
}
.select-skill-container .select.completed label.skill .status {
  display: block;
}
.skill-range .progress {
  height: 20px;
  max-width: 800px;
  width: 90%;
  border-radius: 25px;
}
.skill-range .progress .progress-bar {
  border-radius: 25px;
}
.sticky-select-skill-result .interested {
  justify-content: center;
  align-items: end;
}
.sticky-select-skill-result .interested .skill {
  background: #0d3453;
  color: #fff;
  border: 0;
  height: 54px;
  padding: 0 15px;
}
.sticky-select-skill-result .interested .equalto::before,
.sticky-select-skill-result .interested .equalto::after {
  content: "";
  width: 10px;
  height: 2px;
  background: #414141;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 1px 0;
  display: inline-block;
}
.sticky-select-skill-result .interested .equalto {
  width: 10px;
  height: 10px;
  position: relative;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 21px 20px;
}
.sticky-select-skill-result .interested .check {
  display: flex;
  align-items: flex-end;
  width: 0;
  overflow: hidden;
  opacity: 0;
  transition: all 0.9s ease-in-out;
}
.sticky-select-skill-result .interested.added .check {
  width: auto;
  opacity: 1;
  transition: all 0.9s ease-in-out;
}
.icon-checked {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  margin-left: 20px;
}

.sticky-select-skill-result .interested .icon-checked {
  position: relative;
}
.sticky-select-skill-result .interested .icon-checked:before {
  content: "";
  position: absolute;
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 15px;
  height: 8px;
  transform: rotate(-45deg);
  top: 1px;
  left: 6px;
}
.sticky-select-skill-result .interested .plus {
  width: 10px;
  height: 10px;
  position: relative;
  font-size: 0;
  margin: 21px 20px;
}
.sticky-select-skill-result .interested .plus::before,
.sticky-select-skill-result .interested .plus::after {
  background: #000;
}
#personalityTypes-Tab.nav-tabs .nav-link {
  padding: 0 15px;
}

.btn-circle-back {
  width: 40px;
  height: 40px;
  border: 2px solid #0b345480;
  display: inline-block;
  border-radius: 50%;
  position: relative;
  background: #fff;
  margin-right: 20px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-circle-back:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #0b3454;
  border-left: 2px solid #0b3454;
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  left: 14px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-circle-back:hover {
  background: #0b3454;
}
.btn-circle-back:hover:before {
  border-color: white;
}
input[type="time"]::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  background-image: url(../images/select-arrow.svg);
  background-size: 11px;
  background-position: right 40px top 17px;
  left: 0;
  top: 0;
}

.tab-header {
  background: #f2f9ff;
  padding: 25px 30px;
}
.tab-header .nav-tabs {
  border: none;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.tab-header .nav-tabs .nav-link {
  border: 2px solid #7d7d7d;
  border-radius: 20px;
  margin-bottom: 0;
  padding: 0 35px;
  min-height: 40px;
  background: #fff;
  color: #414141;
  font-weight: 500;
}
.tab-header .nav-tabs .nav-item:not(:last-child) {
  margin-right: 20px;
}
.tab-header .nav-tabs .nav-link.active {
  color: #fff;
  background: #5bae47;
  border-color: #5bae47;
}

.email_settings_wrap {
  display: flex;
  flex-wrap: wrap;
  background: #ffffff;
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  overflow: hidden;
  margin: 15px 0 30px;
}
.email_settings_left {
  width: 200px;
  background: #f2f9ff;
  padding: 15px 0 15px 15px;
}
.email_settings_right {
  width: calc(100% - 200px);
  padding: 20px;
}
.email_settings_left ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.email_settings_left ul li:not(:last-child) {
  margin-bottom: 5px;
}
.email_settings_left ul li span {
  min-height: 38px;
  display: flex;
  text-decoration: none;
  width: 100%;
  /* background: ; */
  border-radius: 4px 0px 0px 4px;
  opacity: 1;
  align-items: center;
  padding-left: 15px;
  font-size: 16px;
  font-weight: 500;
  color: black;
  transition: all 0.3s ease-in-out;
}
.email_settings_left ul li span.active,
.email_settings_left ul li span:hover {
  background: #fff;
  color: #5cae48;
  font-weight: 600;
}

.email_form_container {
  max-width: 590px;
  margin: 40px auto;
}
.email_settings_right .nav {
  border-bottom: 1px solid #c5c5c5;
  padding: 0 30px;
}
.email_settings_right .nav .nav-link {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #70707067;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
  border-bottom: none;
  color: #414141;
  padding: 10px 35px;
  font-size: 16px;
  font-weight: 500;
}

.add-link {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  opacity: 1;
  width: 24px;
  height: 24px;
  display: inline-block;
  border-radius: 50%;
  margin: 10px 0 0 10px;
  position: relative;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.add-link:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #f05a2a;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.add-link:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background: #f05a2a;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  margin: auto;
}
.add-link:hover {
  box-shadow: 0px 0px 6px #00000029;
}
.email_form_container .form-control {
  border: 1px solid #848484;
  border-radius: 6px;
  min-height: 45px;
}
.form-check-input[type="radio"].custom-gary-border {
  width: 20px;
  height: 20px;
  border: 2px solid #848484;
  box-shadow: 0 0px 0 0px white inset;
  background: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.form-check-input[type="radio"].custom-gary-border:checked {
  box-shadow: 0 0px 0 4px white inset;
  background: #848484;
}
.icon-filter {
  filter: invert(55%) sepia(59%) saturate(5110%) hue-rotate(344deg)
    brightness(96%) contrast(96%);
  -webkit-filter: invert(55%) sepia(59%) saturate(5110%) hue-rotate(344deg);
}

.btn-white-tooltip {
  color: #f05a2a;
}
.btn-white-tooltip:hover {
  color: #0b3454;
}
.mailSetting .icon-note {
  width: 13px;
  margin-top: 2px;
}
.mailSetting a.icon-mail-moved-red {
  background: url(../images/subtraction-red.svg) no-repeat 0 0 / 16px;
  width: 16px;
}
.mailSetting a.icon-mail-moved-red:hover {
  filter: invert(22%) sepia(85%) saturate(3077%) hue-rotate(350deg)
    brightness(86%) contrast(83%);
  -webkit-filter: invert(22%) sepia(85%) saturate(3077%) hue-rotate(350deg)
    brightness(86%) contrast(83%);
}
.mailSetting a.icon-mail-moved-green {
  background: url(../images/subtraction-green.svg) no-repeat 0 0 / 16px;
  width: 16px;
}
.mailSetting a.icon-mail-moved-green:hover {
  filter: invert(40%) sepia(29%) saturate(750%) hue-rotate(67deg)
    brightness(92%) contrast(87%);
  -webkit-filter: invert(40%) sepia(29%) saturate(750%) hue-rotate(67deg);
}
.mailSetting a.icon-mail-read {
  margin-top: 2px;
}
.mailSetting a.icon-mail-read {
  margin-top: 2px;
}

.mailSetting a.icon-mail-moved {
  margin-top: -1px;
}
.mailSetting a.icon-mail-read:hover,
.mailSetting a.icon-mail-moved:hover,
.mailSetting a.icon-note:hover {
  filter: invert(56%) sepia(74%) saturate(361%) hue-rotate(62deg)
    brightness(92%) contrast(87%);
  -webkit-filter: invert(56%) sepia(74%) saturate(361%) hue-rotate(62deg)
    brightness(92%) contrast(87%);
}
.search_sort {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0;
}
.search_sort .search {
  max-width: 100%;
  flex: 1;
  margin-right: 20px;
  border: 1px solid #e1e1e1;
}
.search_sort .sort_by .form-select {
  width: 150px;
  border-radius: 25px;
  height: 40px;
  border: 1px solid #848484;
  padding-left: 20px;
  background-position: right 16px top 14px;
}

.product-item {
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
}
.product-item-img img {
  width: 100%;
}
.product-item .discount {
  position: absolute;
  background: #f05a2a;
  border-radius: 6px 0px 15px 0px;
  width: 130px;
  height: 32px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.product-item-detail {
  padding: 20px;
}
.product-item-detail .product-title {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 15px;
}
.product-item-detail .product-item-pricedetail {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.product-item-detail .product-item-pricedetail > div {
  width: 50%;
}
.product-item-detail .product-item-pricedetail .webprice {
  font-size: 24px;
  font-weight: 600;
  color: #f05a2a;
  line-height: 24px;
}
.product-item-detail .product-item-pricedetail .product-item-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: start;
}
.product-item-detail .product-item-pricedetail .actualprice {
  position: relative;
  font-size: 16px;
}
.product-item-detail .product-item-pricedetail .actualprice:before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  height: 1px;
  background: #000;
  top: 11px;
}
.product-item-save {
  font-size: 24px;
  font-weight: bold;
  color: #0d3453;
  line-height: 24px;
}

.product-item-buttons-share button {
  height: 40px;
  border: none;
  padding: 0 10px;
  border-radius: 25px;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
}
.product-item-buttons-share button.btn-addToInventory {
  margin-right: 5px;
  background: #5cae48;
  color: #fff;
  margin-top: 10px;
}
.product-item-buttons-share {
  display: flex;
  flex-wrap: wrap;
}
.product-item-buttons-share button.btn-addToInventory:hover {
  background: #418e2e;
}
.product-item-buttons-share button.btn-lead {
  background: #0d3453;
  color: #fff;
  margin-top: 10px;
}
.product-item-buttons-share button.btn-lead:hover {
  background: #0c79d0;
}

.product-item-buttons-share .share-product {
  width: 49px;
  height: 40px;
  margin-left: 5px;
  margin-top: 10px;
}
.product-item-buttons-share .share-product .share {
  border: 1px solid #0d3453;
  width: 100%;
  height: 100%;
  display: inline-block;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.product-item-buttons-share .share-product .share:hover {
  background: #0d3453;
}
.product-item-buttons-share .share-product .share:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  /* right: ; */
  right: 0;
  margin: auto;
  width: 15px;
  height: 15px;
  background: url(../images/share_icon.svg) no-repeat 0 0 / 100%;
  filter: invert(1) brightness(0);
  -webkit-filter: invert(1) brightness(0);
}
.product-item-buttons-share .share-product .share:hover:before {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(67deg)
    brightness(200%) contrast(101%);
  -webkit-filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(67deg)
    brightness(200%) contrast(101%);
}
.bg-grd-blue {
  /* position: absolute; */
  top: 0;
  left: 0;
  right: 0;
  height: 460px;
  background: transparent
    radial-gradient(closest-side at 60% 40%, #0d4390 0%, #0a2d60 100%) 0% 0%
    no-repeat padding-box;
  z-index: 1;
}

.back-wrap {
  margin-bottom: 24px;
  display: flex;
}
.back-wrap a {
  border: 1px solid #788eac;
  height: 40px;
  display: flex;
  line-height: 40px;
  text-decoration: none;
  color: #fff;
  padding: 0 25px;
  border-radius: 25px;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.back-wrap a i {
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  width: 8px;
  height: 8px;
  margin: 0 5px 0 0;
  transform: rotate(45deg);
}
.back-wrap a:hover {
  background: #788eac;
}
.product-brife .product-brife-left h1 {
  font-size: 32px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 20px;
}
.product-brife-wrap {
  padding: 40px 40px;
  margin: 40px 0;
}
.product-brife {
  display: flex;
  flex-wrap: wrap;
}
.product-brife .product-brife-left {
  flex: 1;
  margin-right: 60px;
}
.product-brife .product-brife-left .green-tick {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}
.product-brife .product-brife-left .green-tick li {
  width: 48%;
  padding-left: 40px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  list-style: none;
}
.product-brife .product-brife-left .green-tick li:before {
  left: 0;
  border: 0;
  background: url(../images/tick-inside-circle-green.svg);
  width: 20px;
  height: 20px;
  transform: rotate(0);
  top: 2px;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  content: "";
  position: absolute;
}
.tab_mobile_links {
  display: none;
}
.btn_section_rating {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-wrap: wrap;
  flex-wrap: wrap;
}
.btn_section_rating .btn_section {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  margin-right: 10px;
}
.btn_section_rating .btn_section .btn-watch-intro {
  background: #5cae48;
  border-radius: 25px;
  height: 40px;
  width: 150px;
  padding: 0 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border: 0;
  margin-bottom: 10px;
}
.btn_section_rating .btn_section .btn-watch-intro b {
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  margin: auto 8px auto 0;
  display: inline-block;
  font-size: 0;
  position: relative;
}
.btn_section_rating .btn_section .btn-watch-intro b::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 6px;
  margin: auto;
  width: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 5px solid #5cae48;
  height: 0;
}
.btn_section_rating .btn_section .btn-watch-intro:hover {
  background: #4b9f36;
}
.btn_section_rating .btn_section .btn-download {
  background: #5cae48;
  border: 1px solid #5cae48;
  border-radius: 25px;
  height: 40px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  padding: 0 15px;
  margin-bottom: 10px;
}
.btn_section_rating .btn_section .btn-download .icon-download {
  margin-right: 5px;
  width: 14px;
  background-size: 14px;
  height: 14px;
  filter: invert(1) brightness(1);
  -webkit-filter: invert(1) brightness(1);
}
.btn_section_rating .btn_section .btn-download:hover {
  background: #4b9f36;
  color: #fff;
  border-color: #4b9f36;
}
.rating_review {
  margin-bottom: 0px;
}
.rating_review ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  vertical-align: top;
}
.rating_review ul li {
  width: 12px;
  height: 12px;
}
.rating_review ul li .star {
  background: url(../images/star.svg) no-repeat 0 0 / 100%;
  width: 100%;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  filter: invert(3%) sepia(3%) saturate(8%) hue-rotate(337deg) brightness(200%)
    contrast(90%);
  -webkit-filter: invert(3%) sepia(3%) saturate(8%) hue-rotate(337deg)
    brightness(200%) contrast(90%);
}
.rating_review ul.poor li .star {
  filter: none;
  -webkit-filter: none;
}
.rating_review ul.poor li:first-child ~ li a {
  filter: invert(3%) sepia(3%) saturate(8%) hue-rotate(337deg) brightness(200%)
    contrast(90%);
  -webkit-filter: invert(3%) sepia(3%) saturate(8%) hue-rotate(337deg)
    brightness(200%) contrast(90%);
}
.rating_review ul.average li .star {
  filter: none;
  -webkit-filter: none;
}
.rating_review ul.average li:nth-child(2) ~ li a {
  filter: invert(3%) sepia(3%) saturate(8%) hue-rotate(337deg) brightness(200%)
    contrast(90%);
  -webkit-filter: invert(3%) sepia(3%) saturate(8%) hue-rotate(337deg)
    brightness(200%) contrast(90%);
}
.rating_review ul.good li .star {
  filter: none;
  -webkit-filter: none;
}
.rating_review ul.good li:nth-child(3) ~ li a {
  filter: invert(3%) sepia(3%) saturate(8%) hue-rotate(337deg) brightness(200%)
    contrast(90%);
  -webkit-filter: invert(3%) sepia(3%) saturate(8%) hue-rotate(337deg)
    brightness(200%) contrast(90%);
}
.rating_review ul.very_good li .star {
  filter: none;
  -webkit-filter: none;
}
.rating_review ul.very_good li:nth-child(4) ~ li a {
  filter: invert(3%) sepia(3%) saturate(8%) hue-rotate(337deg) brightness(200%)
    contrast(90%);
  -webkit-filter: invert(3%) sepia(3%) saturate(8%) hue-rotate(337deg)
    brightness(200%) contrast(90%);
}
.rating_review ul.excellent li .star {
  filter: none;
  -webkit-filter: none;
}
.rating_review ul li:not(:last-child) {
  margin-right: 2px;
}
.rating_result {
  font-size: 12px;
  color: #fff;
  line-height: 13px;
}

.addToInventorySection {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #0000001a;
  border-radius: 6px;
  padding: 50px 30px 30px;
  width: 310px;
  position: relative;
  margin-bottom: 20px;
}
.addToInventory-discount {
  background: #f05a2a 0% 0% no-repeat padding-box;
  border-radius: 6px 0px 15px 0px;
  opacity: 1;
  width: 90px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.addToInventory-price {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
  align-items: center;
}
.btn-addToInventory {
  background: #5cae48;
  border-radius: 25px;
  height: 40px;
  width: 150px;
  padding: 0 16px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  border: 0;
}
.btn-addToInventory:hover {
  background: #4b9f36;
}
.addToInventory-price .webprice {
  font-size: 32px;
  font-weight: 600;
  color: #f05a2a;
  margin-right: 10px;
  display: flex;
}
.addToInventory-price .actualprice {
  font-size: 24px;
  display: flex;
  position: relative;
  color: #000;
}
.addToInventory-price .actualprice:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -2px;
  right: -2px;
  margin: auto;
  height: 1px;
  background: #000;
}
.rightSticky {
  position: sticky;
  top: 50px;
  padding-left: 20px;
}
.shareProductDetails h3 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.shareProductDetails-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shareProductDetails-links a {
  width: 48%;
  height: 60px;
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 20px #0000001a;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  color: #0d3453;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-share i {
  content: "";
  background: url(../images/hyperlink.svg) no-repeat 0 0;
  width: 16px;
  height: 16px;
  margin-right: 9px;
}
.btn-lead i {
  content: "";
  background: url(../images/share_icon.svg) no-repeat 0 0 / 16px;
  width: 16px;
  height: 16px;
  margin-right: 9px;
}
.shareProductDetails-links a:hover {
  background: #0d3453;
  color: #fff;
}
.shareProductDetails-links a:hover i {
  filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(159deg)
    brightness(200%) contrast(101%);
  -webkit-filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(159deg)
    brightness(200%) contrast(101%);
}

.product-detail-wrap h2 {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
}
.product-detail-wrap h2:before {
  position: absolute;
  content: "";
  width: 35px;
  height: 3px;
  left: 0;
  bottom: 0;
  background: #5cae48;
}
.product-detail-wrap p {
  margin-bottom: 30px;
}
.product-detail-wrap h2 ~ h2 {
  margin-top: 40px;
}

.red-tick {
  margin: 0;
  padding: 0;
  list-style: none;
}
.red-tick li {
  padding: 0 0 0 38px;
  display: flex;
  flex-direction: column;
  position: relative;
  margin-bottom: 30px;
}
.red-tick li b {
  font-weight: 500;
}
.red-tick li:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  background: url(../images/check.svg) no-repeat 0 0 / 16px;
  left: 0;
  top: 2px;
}

.social_media {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social_media li a {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #eee;
  border-radius: 10px;
  font-size: 0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.social_media li a:hover {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.social_media li a.mail {
  background: #d93e35 url(../images/social_mail.svg) no-repeat center;
}
.social_media li a.whats_app {
  background: #55b845 url(../images/social_whatsapp.svg) no-repeat center;
}
.social_media li a.fb {
  background: #1976d2 url(../images/social_facebook.svg) no-repeat center;
}
.social_media li a.in {
  background: #1777b5 url(../images/social_linkedin.svg) no-repeat center;
}
.social_media li a.tw {
  background: #50abf1 url(../images/social_twitter.svg) no-repeat center;
}
.social_media li:not(:last-child) {
  margin-right: 15px;
}

.add_units .modal-header {
  padding: 30px 40px 20px;
}
.add_units .modal-header h2 {
  font-size: 24px;
  font-weight: 500;
}
.add_units .modal-header h2 .icon-right-arrow {
  font-size: 14px;
}
.add_units .modal-header h2 span {
  color: #5bae47;
}
.add_unit_section {
  background: #eff6fa;
  padding: 23px 40px 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.add_unit_section .add_qty {
  width: 200px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #848484;
  border-radius: 6px;
  height: 45px;
  overflow: hidden;
}

.add_unit_section .add_qty .add_count,
.add_unit_section .add_qty .del_count {
  background: #ffffff 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 55px;
  height: 100%;
  position: relative;
}
.quantity_number {
  width: 86px;
  height: 100%;
  border-width: 0 1px;
  border-color: #848484;
  text-align: center;
}
.add_unit_section .add_qty .add_count:before,
.add_unit_section .add_qty .del_count:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 21px;
  height: 3px;
  background: #989898;
  border-radius: 5px;
}
.add_unit_section .add_qty .del_count:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 3px;
  height: 21px;
  background: #989898;
  border-radius: 5px;
}
.add_unit_section .range_placeholder {
  width: 100%;
  position: relative;
  padding: 30px 0 0;
  max-width: 400px;
}
.add_units_values {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.add_units_values .add_units_values_row {
  max-width: 400px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 12px;
  align-items: center;
}

.add_units_values .add_units_values_row > div.label {
  text-align: right;
  font-size: 16px;
  font-weight: 500;
  width: 48%;
}
.add_units_values .add_units_values_row > div.labelprice {
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
  width: 52%;
}
.add_units_values .add_units_values_row > div.labelprice b {
  font-weight: 500;
}
.btn-addToCart {
  background: #5cae48 0% 0% no-repeat padding-box;
  border-radius: 25px;
  width: 182px;
  height: 50px;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-top: 10px;
  transition: all 0.3s ease-in-out;
}
.btn-addToCart:hover {
  background: #499137 0% 0% no-repeat padding-box;
}

.notify_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -4px 0 0 0;
  font-size: 14px;
  font-weight: 500;
}
.notify_wrap .middle-value {
  font-size: 16px;
  margin-top: 5px;
}
.range_placeholder label[data-range]:before {
  content: attr(data-range) "%";
  /* font-size: 14px; */
  text-align: center;
  width: 25px;
  display: flex;
  justify-content: center;
  font-size: 16px;
  font-weight: 500;
}
.add_unit_section .range_placeholder label {
  position: absolute;
  top: 8px;
  font-size: 0;
  width: 0;
  height: 25px;
  display: flex;
  justify-content: center;
}
.checkout_container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px;
}
.checkout_steps {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  margin-bottom: 30px;
}
.checkout_steps ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.checkout_steps ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.checkout_steps ul li:not(:last-child) {
  margin-right: 30px;
  padding-right: 40px;
}
.checkout_steps ul li b {
  background: #0d3453;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-right: 10px;
  font-size: 16px;
  font-weight: 500;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.checkout_steps ul li.active b {
  background: #5bae47;
}
.checkout_steps ul li span {
  font-size: 16px;
  font-weight: 500;
}
.checkout_summary {
  width: 63%;
}
.checkout_cart_detail {
  width: 35%;
  margin-left: 2%;
}
.summary_table td {
  vertical-align: middle;
}
.checkout_steps ul li:not(:last-child)::after {
  content: "";
  width: 15px;
  height: 15px;
  position: absolute;
  right: 0;
  top: 10px;
  bottom: 0;
  margin: 0 auto;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.checkout_steps ul li span {
  font-size: 16px;
  font-weight: 500;
}
.item_img {
  width: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  overflow: hidden;
}
.item_img img {
  height: 48px;
}
.item_product {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.product_name {
  font-size: 18px;
  line-height: 26px;
  margin-left: 10px;
  font-weight: 400;
}
.product_name a {
  color: #000;
  text-decoration: none;
}
.product_name a:hover {
  color: #5bae47;
}
.cart_detail {
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  opacity: 1;
}

.summary_table {
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  overflow: hidden;
}
.summary_table .table {
  margin: 0;
}
.summary_table .table thead {
  background: #f8f8f8;
}
.summary_table .table thead th {
  border-bottom: none;
  min-height: 45px;
  vertical-align: middle;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 400;
}
.summary_table .table tbody td {
  padding: 20px;
  font-size: 16px;
  line-height: 23px;
}
.summary_table .table tbody tr:last-child td {
  border-bottom: none;
}

.continue_shopping {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-wrap: wrap;
  flex-wrap: wrap;
}
.btn-continue {
  background: #ffffff;
  border: 1px solid #0b3454;
  border-radius: 4px;
  opacity: 1;
  height: 40px;
  display: flex;
  align-items: center;
  text-decoration: none;
  padding: 0 20px 0 10px;
  transition: all 0.3s ease-in-out;
  color: #0b3454;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  font-size: 16px;
}
.btn-continue i {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/left-arrow.svg) no-repeat 0 0 / 100%;
  margin-right: 5px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

.btn-continue:hover {
  background: #0b3454;
  color: #fff;
}
.btn-continue:hover i {
  filter: invert(100%) brightness(150%);
  -webkit-filter: invert(100%) brightness(150%);
}

.add_item {
  width: 110px;
  height: 36px;
  border: 2px solid #eff6fa;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-wrap: wrap;
  flex-wrap: wrap;
  border-radius: 18px;
}
.add_item .item_number {
  width: 34px;
  border: none;
  text-align: center;
  font-size: 18px;
  font-family: Jost, sans-serif;
}
.add_item .btn-minus {
  background: #eff6fa;
  border-radius: 18px 0px 0px 18px;
  opacity: 1;
  width: 36px;
  position: relative;
}
.add_item .btn-plus {
  background: #eff6fa;
  border-radius: 0px 18px 18px 0px;
  opacity: 1;
  width: 36px;
  position: relative;
}
.add_item .btn-minus:before,
.add_item .btn-plus:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: black;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.add_item .btn-plus:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background: black;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.btn-delete {
  background: url(../images/delete.svg);
  width: 16px;
  height: 16px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-delete:hover {
  filter: invert(100%) sepia(0%) saturate(7420%) hue-rotate(63deg)
    brightness(121%) contrast(105%);
  -webkit-filter: invert(100%) sepia(0%) saturate(7420%) hue-rotate(63deg)
    brightness(121%) contrast(105%);
}

.cart_detail h2 {
  font-size: 20px;
  font-weight: 500;
  padding: 18px 30px 14px;
  border-bottom: 1px solid #ededed;
  margin: 0;
}
.price_row {
  min-height: 45px;
  padding: 8px 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.price_row label {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
}
.price_row span {
  font-weight: 600;
  font-size: 20px;
  width: 110px;
  text-align: right;
}
.price_row span b {
  font-weight: 500;
  font-size: 20px;
}
.price_row:nth-child(odd) {
  background: #f8f8f8;
}
.coupon_code_other {
  padding: 15px 30px 30px;
}

.cart_text p {
  margin: 10px 0 0;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}
.cart_text_logo {
  margin: 0 0 20px;
  font-size: 14px;
  font-style: italic;
  text-align: right;
}
.btn_text {
  text-align: right;
  margin-bottom: 12px;
}
.btn-proceed {
  background: #52a43f;
  border: 0;
  width: 182px;
  border-radius: 25px;
  height: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-proceed:hover {
  background: #348e1f;
}

.coupon_code form {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  padding: 6px;
  align-items: center;
}
.coupon_code form .form-control {
  border: none;
  height: 29px;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #fff url(../images/coupon_code_icon.png) no-repeat left 10px
    center;
  padding-left: 45px;
}
.coupon_code form .btn {
  background: #869aaa;
  border-radius: 18px;
  color: #fff;
  width: 70px;
  height: 29px;
  padding: 0;
  margin: 0;
  font-size: 13px;
  font-weight: 500;
}
.coupon_code form .btn:hover {
  background: #6a7e8e;
}
.coupon_code form .form-control:focus {
  box-shadow: none;
}

.summary_section {
  display: none;
}
.product_item {
  background: #ffffff;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  overflow: hidden;
}
.product_item .title {
  background: #f8f8f8;
  font-size: 16px;
  padding: 12px 20px;
  min-height: 45px;
}
.product_item .title h2 {
  font-size: 16px;
  margin: 0;
}
.cart_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.cart_row > div.item_product {
  flex: 1;
}
.cart_row > div.item_price {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 0px 10px 20px 20px;
}
.cart_row > div.item_product {
  padding: 20px;
}
.cart_row > div.del_parent {
  padding: 20px;
}
.cart_row > div.item_quantity {
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  padding: 0 10px 20px;
}
.cart_row > div label {
  vertical-align: top;
  display: inline-block;
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 5px;
}
.cart_row > div.item_subtotal {
  text-align: center;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  padding: 0px 20px 20px 10px;
}
.cart_row:nth-child(2) {
  align-items: start;
}

.top-arrow {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  display: inline-block;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.blue_section {
  background: #0d3453;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
}
.cart_summary_fixed {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  flex-direction: column-reverse;
  display: none;
}
.blue_section .total {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  color: #fff;
  min-width: 95px;
  border-right: 2px solid #376183;
  padding-right: 20px;
}
.toggle_btn {
  width: 54px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mb_proceed_btn {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: end;
  align-items: center;
}
.blue_section .total label {
  font-size: 16px;
  font-weight: 400;
}
.blue_section .total span {
  font-size: 20px;
  font-weight: 600;
}
.blue_section .total span b {
  font-weight: 400;
}
.cart_summary_fixed .card_details_section {
  background: #fff;
  box-shadow: 0px 0px 10px #0000001a;
}
.cart_summary_fixed .price_row:nth-child(2n + 1) {
  background: #fff;
}
.cart_summary_fixed .price_row:nth-child(2n) {
  background: #eff6fa;
}

.coupon_section .coupon_code form {
  margin: 0;
}
.cart_summary_fixed .coupon_section .card_details_section {
  background: #eff6fa;
  padding: 15px 20px;
  box-shadow: 0 -5px 9px 0 #5757571a inset;
}
.cart_summary_fixed .coupon_section .card_details_section .form-inline {
  background: #fff;
  height: 45px;
}
.coupon-link {
  background: #eff6fa;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 45px;
  font-size: 14px;
  color: #000;
}
.coupon-link[aria-expanded="true"] {
  display: none;
}

.billing_details {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #d2d2d2;
  border-radius: 6px;
  overflow: hidden;
}
.billing_detail_form {
  padding: 30px;
}
.billing_details .title {
  padding: 8px 30px;
  background: #f8f8f8;
}
.billing_details .title h2 {
  margin: 0;
  font-size: 20px;
  line-height: 29px;
}
.billing_detail_form .form-control {
  border: 1px solid #848484;
  border-radius: 6px;
  height: 45px;
}
.billing_detail_form .form-select {
  border: 1px solid #848484;
  border-radius: 6px;
  height: 45px;
}
.billing_detail_form .form-label {
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 3px;
}

.order_details_section .order_title {
  background: #eff6fa;
  height: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 30px;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.order_details_row {
  margin: 0 30px;
  padding: 8px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;

  font-size: 16px;
}
.order_details_row:last-child {
  border-bottom: 1px solid #d2d2d2;
  padding-bottom: 20px;
}
.order_details_row span {
  font-size: 20px;
  font-weight: 600;
  width: 100px;
  text-align: right;
}
.order_details_row span b {
  font-weight: 400;
}
.order_details_row label {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 15px;
}
.order_details_row label b {
  font-weight: 600;
  margin-left: 5px;
}

.total_subtotal_row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: end;
  padding: 8px 0;
}
.order_total_subtotal {
  margin: 0 30px;
  padding: 10px 0;
  border-bottom: 1px solid #d2d2d2;
}
.total_subtotal_row label {
  font-size: 16px;
  margin-right: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.total_subtotal_row span {
  font-size: 20px;
  font-weight: 600;
  min-width: 75px;
  text-align: right;
}
.total_subtotal_row span b {
  font-weight: 400;
}
.coupon_section .coupon_code form .close {
  width: 20px;
  height: 20px;
  border: 1px solid #869aaa;
  border-radius: 50%;
  margin-left: 6px;
  position: relative;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}
.coupon_section .coupon_code form .close:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  background: #869aaa;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.coupon_section .coupon_code form .close:after {
  content: "";
  position: absolute;
  width: 2px;
  height: 10px;
  background: #869aaa;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 5px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.coupon_section .coupon_code form .close:hover {
  background: #869aaa;
}
.coupon_section .coupon_code form .close:hover:before,
.coupon_section .coupon_code form .close:hover:after {
  background: #fff;
}

.custom_card {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.custom_card_header {
  background: #eff6fa 0% 0% no-repeat padding-box;
  border-radius: 19px 19px 0px 0px;
  opacity: 1;
  padding: 7px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}
.custom_card_header h2 {
  flex: 1;
}
.custom_card_header h2 span {
  font-size: 20px;
  font-weight: 500;
}
.custom_date input {
  border: 1px solid #848484;
  border-radius: 19px;
  opacity: 1;
  height: 35px;
  background: #fff url(../images/calendar.svg) no-repeat left 13px center / 16px;
  max-width: 140px;
  width: 140px;
  padding-left: 41px;
  color: #00000099;
}
.custom_card_body {
  flex: 1;
  width: 100%;
  padding: 75px 50px;
}
.custom_card_body .triangleGraph {
  max-width: 254px;
  width: 100%;
}
.triangleGraphLabel {
  flex: 1;
}
.custom_card_body .triangleGraph ul li {
  height: 80px;
  background-color: #0e3453;
}
.custom_card_body .triangleGraph ul li + li {
  background-color: #27a7df;
}
.custom_card_body .triangleGraph ul li + li + li {
  background-color: #5bae47;
}
.custom_card_body .triangleGraph ul li:not(:last-child) {
  margin-bottom: 0;
}
.custom_card_body .triangleGraph ul li span {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
}
.custom_card_body .triangleGraphLabel ul li:not(:last-child) {
  margin-bottom: 0;
}
.custom_card_body .triangleGraphLabel ul li {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.add_unit_section_wrap {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e1e1e1;
  border-radius: 20px;
  overflow: hidden;
}

.btn-viewReport {
  width: 120px;
  height: 40px;
  background: #0b3454;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
}
.btn-viewReport:hover {
  color: #fff;
  background: #12578c;
}

.btn-unassign {
  width: 120px;
  height: 40px;
  background: #d42941;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
}
.btn-unassign:hover {
  color: #fff;
  background: #a2051b;
}

.btn-assign {
  width: 120px;
  height: 40px;
  background: #5bae47;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #fff;
  border-radius: 25px;
  transition: all 0.3s ease-in-out;
}
.btn-assign:hover {
  color: #fff;
  background: #34931d;
}
.contact-detail i {
  width: 16px;
  margin-right: 10px;
  text-align: center;
  background-position: center;
}
.contact-detail a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

.btn-liteblue-addToCart {
  background: #e9f6fc;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 25px;
  color: #000;
  padding: 6px 25px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-liteblue-addToCart:hover {
  background: #25b0f0;
  color: #fff;
}

.btn-payment-successful {
  background: #bde8b7;
  height: 32px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 25px;
  color: #000;
  padding: 6px 10px;

  max-width: 140px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-payment-successful:hover {
  background: #7dc872;
  color: #000;
}

.btn-na {
  width: 124px;
  height: 32px;
  padding: 8px 10px;
  border-radius: 25px;
  display: inline-block;
  background: #fff;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-na:hover {
  color: #333;
  background: #f9f9f9;
}
.btn-yettoprocess {
  width: 124px;
  height: 32px;
  padding: 8px 10px;
  border-radius: 25px;
  display: inline-block;
  background: #eedfba;
  color: #000;
  font-size: 14px;
  line-height: 14px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.btn-yettoprocess:hover {
  color: #333;
  background: #eece7f;
}

.dashboard_card {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}
.dashboard_card_header {
  background: #eff6fa 0% 0% no-repeat padding-box;
  opacity: 1;
  padding: 7px 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
.dashboard_card_header h2 {
}
.dashboard_card_header h2 span {
  font-size: 20px;
  font-weight: 500;
}
.dashboard_date input {
  border: 1px solid #848484;
  border-radius: 19px;
  opacity: 1;
  height: 35px;
  background: #fff url(../images/calendar.svg) no-repeat left 13px center / 16px;
  max-width: 140px;
  width: 140px;
  padding-left: 41px;
  color: #00000099;
}
.custom_select {
  width: auto;
  display: flex;
  flex-wrap: wrap;
}
.custom_select .form-select {
  border: 1px solid #848484;
  width: 118px;
  border-radius: 25px;
  height: 35px;
  line-height: 20px;
}
.dashboard_card_body {
  flex: 1;
  width: 100%;
  padding: 40px;
}
.custom_select_Color ul {
  margin: 20px auto 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  max-width: 317px;
}
.custom_select_Color ul li {
  min-width: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  margin: 5px 10px 5px 0;
}
.custom_select_Color ul li .color {
  width: 16px;
  height: 16px;
  display: inline-block;
  margin: 0 5px 0 0;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.custom_select_Color.oneLine ul,
.custom_select_Color ul {
  max-width: initial;
}
.custom_select_Color.oneLine ul li:last-child,
.custom_select_Color ul li:last-child {
  margin-right: 0;
}

.dashboard_card_body .rangeSection {
  padding: 30px;
  background: #eff6fa;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dashboard_card_body .rangeSection .range_placeholder {
  max-width: 480px;
  width: 90%;
  position: relative;
  padding-top: 20px;
}
.dashboard_card_body .rangeSection .range_placeholder label {
  position: absolute;
  top: 0;
  font-size: 0;
  width: 0;
  display: flex;
  justify-content: center;
}

.smart_apply_block {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  width: max-content;
}
.smart_apply_block li:not(:last-child) {
  margin-right: 8px;
}
.smart_apply_block li {
  width: 195px;
  padding: 15px 20px;
  border-radius: 10px;
  min-height: 169px;
  color: #fff;
}
.smart_apply_block li.leads {
  background: #52a43f;
}
.smart_apply_block li.registered_students {
  background: #239dda;
}
.smart_apply_block li.applications {
  background: #0b3454;
}
.smart_apply_block li.visa_applications {
  background: #51499c;
}
.smart_apply_block li.enrolled_students {
  background: #f8b018;
}

.smart_apply_block li h3 {
  font-size: 15px;
  line-height: 18px;
  min-height: 31px;
  margin: 0;
}
.smart_apply_block li .count {
  font-size: 28px;
  font-weight: 600;
}
.smart_apply_block li .pgUgCount {
  font-size: 14px;
  font-weight: 500;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-wrap: wrap;
  flex-wrap: wrap;
}
.smart_apply_block li .pgUgCount span:first-child {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.smart_apply_block li .pgUgCount span {
  line-height: 14px;
}

.smart_apply_block li .icon.leads {
  width: 28px;
  height: 35px;
  background: url(../images/tick-note.svg) no-repeat 0 0 / 100%;
  margin-bottom: 14px;
}
.smart_apply_block li .icon.registered_students {
  width: 36px;
  height: 31px;
  background: url(../images/customer.svg) no-repeat 0 0 / 100%;
  margin-bottom: 14px;
}
.smart_apply_block li .icon.applications {
  width: 27px;
  height: 36px;
  background: url(../images/curriculum-vitae.svg) no-repeat 0 0 / 100%;
  margin-bottom: 14px;
}
.smart_apply_block li .icon.visa_applications {
  width: 31px;
  height: 36px;
  background: url(../images/applications.svg) no-repeat 0 0 / 100%;
  margin-bottom: 14px;
}
.smart_apply_block li .icon.enrolled_students {
  width: 31px;
  height: 36px;
  background: url(../images/verified.svg) no-repeat 0 0 / 100%;
  margin-bottom: 14px;
}
@media (max-width: 1150px) {
  .select-skill-container .select {
    width: 31%;
  }
  .scroll {
    overflow: auto;
    scrollbar-width: thin;
  }
  .scroll .scrollContainer {
    width: 730px;
  }

  /* width */
  .scroll::-webkit-scrollbar {
    height: 4px;
  }
  /* Track */
  .scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }

  /* Handle */
  .scroll::-webkit-scrollbar-thumb {
    background: #888;
  }

  /* Handle on hover */
  .scroll::-webkit-scrollbar-thumb:hover {
    background: #555;
  }
  .countryfee {
    pointer-events: none;
  }
  .feeDetails .detail {
    position: static;
    display: block;
    box-shadow: none;
    border: 0;
    border-radius: 0;
  }
  .feeDetails .detail .card > div:last-child {
    display: none !important;
  }
  .scrollContainer {
    height: auto;
  }
  .listed-country:not(.open) {
    height: auto;
  }
}
@media (min-width: 767px) and (max-width: 1183px) {
  .college_detail_price_deadline > div {
    width: 100%;
  }
}
@media (max-width: 1140px) {
  .college_blk_left {
    flex-basis: 100%;
    margin-bottom: 15px;
  }
  .college_blk_right {
    margin-left: auto;
  }
  .product-brife-right {
    max-width: 310px;
  }
  .product-brife-right img {
    width: 100%;
  }
  .custom_select.custom_select_color_wrap {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .custom-nav > ul li.nav-item:hover span.nav-link {
    color: #f05a2a;
  }
  .custom-nav > ul > li:hover > ul > li > span:hover,
  .custom-nav > ul > li:hover > ul > li > ul li span:hover {
    color: #f05a2a;
  }
}
@media (max-width: 991px) {
  .sticky-select-skill-result {
    margin-right: calc(var(--bs-gutter-x) * -1.2);
    margin-left: calc(var(--bs-gutter-x) * -1.2);
  }
  .sticky-select-skill-result .interested {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .whatilike label {
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .interested .check {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 0;
  }
  .interested.added .check {
    height: auto;
  }

  .sticky-select-skill-result .interested .equalto,
  .sticky-select-skill-result .interested .plus {
    margin: 21px auto;
  }
  .sticky-select-skill-result .interested.added .check .viewMatch {
    margin: auto;
  }
  .select-skill-container .select {
    width: 31%;
  }
  .bg-grd-blue {
    top: 70px;
  }
  .checkout_summary {
    width: 100%;
  }
  .checkout_cart_detail {
    width: 100%;
    margin: 30px 0 0 0;
  }
}
@media (max-width: 850px) {
  .product-brife-right {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .tab_mobile_links {
    flex: 1;
    display: flex;
  }
  .tab_mobile_links .shareProductDetails h3 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
    color: #fff;
  }
  .product-brife .product-brife-left {
    flex-basis: 100%;
    margin-bottom: 30px;
  }

  .product-brife-right img {
    max-width: 400px;
    width: 100%;
  }
  .product-brife-right .shareProductDetails {
    flex: 1;
    margin-left: 20px;
  }
  .product-brife-right .shareProductDetails .shareProductDetails-links {
    flex-direction: column;
  }
  .product-brife-right .shareProductDetails .shareProductDetails-links a {
    margin-bottom: 15px;
    width: 180px;
  }
  .product-brife-right .shareProductDetails .shareProductDetails-links a:hover {
    background: #eee;
    color: #0a2d60;
  }
  .product-brife-right
    .shareProductDetails
    .shareProductDetails-links
    a:hover
    i {
    filter: invert(0) brightness(0);
    -webkit-filter: invert(0) brightness(0);
  }
}
@media (max-width: 767px) {
  .search {
    right: 145px;
  }
  .leftPaneFilter {
    width: 100%;
  }
  .sideBar + div {
    z-index: 9;
  }
  .main {
    z-index: 2;
  }
  .select-skill-container .select {
    width: 48%;
  }

  .email_settings_wrap {
    flex-direction: column;
  }
  .email_settings_left {
    padding: 15px 15px 0;
    width: 100%;
  }
  .email_settings_left ul {
    display: flex;
    flex-wrap: nowrap;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    margin-bottom: -10px;
    z-index: 1;
    position: relative;
  }
  .email_settings_left ul li:not(:last-child) {
    margin-bottom: 0;
    margin-right: 5px;
  }
  .email_settings_left ul li a {
    padding: 0 20px;
    border-radius: 4px 4px 0px 0px;
  }
  .email_settings_right {
    width: 100%;
  }
  .rightSticky {
    position: fixed;
    top: auto;
    padding: 0;
    bottom: 0;
    width: 100%;
    right: 0;
  }
  .rightSticky .shareProductDetails {
    display: none;
  }
  .rightSticky .addToInventorySection {
    margin: 0;
    border-radius: 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 40px 30px 20px;
  }
  .rightSticky .addToInventory-discount {
    border-radius: 0px 0px 15px 0px;
  }
  .rightSticky .addToInventorySection .addToInventory-price {
    margin: 0 20px 0 0;
  }
  .rightSticky .btn-addToInventory {
    margin: 0 0 0 auto;
  }
  .checkout_steps ul li span {
    font-size: 12px;
  }
  .checkout_steps ul li:not(:last-child) {
    margin-right: 10px;
    padding-right: 20px;
  }
  .checkout_cart_detail {
    display: none;
  }
  .summary_table {
    display: none;
  }
  .summary_section {
    display: block;
  }
  .cart_row:nth-child(2) {
    align-items: start;
    justify-content: space-between;
  }
  .add_item {
    margin: auto;
  }
  .cart_summary_fixed {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .billing_details .title {
    padding: 8px 20px;
  }
  .billing_detail_form {
    padding: 20px;
  }
}

@media (max-width: 650px) {
  .product-brife-right .shareProductDetails {
    margin: 20px 0 0;
  }
  .product-brife-right .shareProductDetails .shareProductDetails-links {
    flex-direction: row;
  }
  .product-brife-right .shareProductDetails .shareProductDetails-links a {
    width: 48%;
  }
  .tab_mobile_links {
    flex-basis: 100%;
  }
  .product-brife .product-brife-left {
    margin-right: 0;
  }
}

@media (max-width: 575px) {
  .select-skill-container .select {
    width: 100%;
  }
  .tab-header .nav-tabs {
    padding-bottom: 10px;
  }
  .product-brife .product-brife-left .green-tick {
    margin-bottom: 20px;
  }
  .product-brife .product-brife-left .green-tick li {
    width: 100%;
  }
  .product-detail-wrap {
    overflow: hidden;
  }
  .product-brife-wrap {
    padding: 20px 20px 10px;
    background: transparent
      radial-gradient(closest-side at 60% 40%, #0d4390 0%, #0a2d60 100%) 0% 0%
      no-repeat padding-box;
    z-index: 1;
    margin: 0 -3.1%;
  }
  .bg-grd-blue {
    display: none;
  }
  .sideBarEnable::before {
    z-index: inherit;
  }
  .main {
    z-index: inherit;
  }
}
@media (max-width: 430px) {
  .rightSticky .addToInventorySection {
    flex-direction: column;
    align-items: start;
  }
  .rightSticky .btn-addToInventory {
    margin: 5px 0 0;
  }
}
@media (max-width: 383px) {
  .college_detail_price_deadline > div {
    width: 100%;
  }
}

.fourslider .owl-nav.disabled {
  display: none !important
}

.fourslider .owl-nav {
  position: static;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 20px;
}

.fourslider .owl-nav .disabled {
  opacity: 0.5;
}

.fourslider .owl-nav button {
  opacity: 1;
  position: absolute;
  top: 0;
  padding: 0;
  margin: auto;
  line-height: 0;
  bottom: 0;
  background-color: #fff;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 45px;
  height: 45px;
  font-size: 0 !important;
  background-size: 20px;
  border: none;
  box-shadow: 0px 10px 20px #0000001A;
}

.fourslider .owl-nav button:after,.fourslider .owl-nav:before {
  display: none !important;
}

.fourslider .owl-nav button {
  position: absolute;
  box-shadow: 0px 10px 20px #0000001A;
  border-radius: 4px;
  background: #fff !important;
  font-size: 0;
  width: 45px;
  height: 45px;
}

.fourslider .owl-nav button span {
  display: none;
}

.fourslider .owl-nav button::before {
  content: '';
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='black' stroke='black' stroke-linecap='round' stroke-linejoin='round' stroke-width='1' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
}

.fourslider .owl-nav button.owl-prev.disabled {
  opacity: 0.5;
}

.fourslider .owl-nav button.owl-prev {
  left: -70px;
}

.fourslider .owl-nav button.owl-next {
  right: -70px;
  transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  -moz-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  -o-transform: scaleX(-1);
}

.fourslider .owl-stage {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

.fourslider .item {
  height: 100%;
}

.guiding_alumni_block {
  background: #FFFFFF;
  box-shadow: 0px 0px 7px #0000001A;
  border-radius: 4px;
  opacity: 1;
  padding: 20px;
  height: 100%;
}

.guiding_alumni_block .guiding_alumni_top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #E2E2E2;
  padding-bottom: 12px;
}

.guiding_alumni_block .guiding_alumni_top .guiding_alumni_profile_img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 8px;
  box-shadow: 0px 0px 3px 2px #eee;
}

.guiding_alumni_block .guiding_alumni_top .guiding_alumni_profile_name {
  font-size: 20px;
  line-height: 26px;
  font-weight: 600;
  color: #0B3454;
}

.guiding_alumni_college_cource {
  padding-top: 14px;
}

.guiding_alumni_college_cource ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 14px;
}

.guiding_alumni_college_cource ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-wrap: wrap;
  -moz-box-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  color: #505050;
  font-size: 16px;
}

.guiding_alumni_college_cource ul li:not(:last-child) {
  margin-bottom: 12px;
}

.guiding_alumni_college_cource ul li i {
  font-size: 18px;
  background-size: 20px !important;
}

.guiding_alumni_college_cource ul li span {
  width: calc(100% - 32px);
  text-align: left;
  font-size: 16px;
  line-height: 17px;
}

@media (max-width: 1366px) {
  .fourslider .owl-nav {justify-content: start;}
  .fourslider .owl-nav button {position: relative;margin: 0 10px 0 0;}
  .fourslider .owl-nav button.owl-prev {left: auto;}
  .fourslider .owl-nav button.owl-next {right: auto;}
}