body {
  letter-spacing: 0.2px;
}
a:hover {
  color: #0056b3;
  text-decoration: none;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
button:focus {
  outline: 0;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.fa-whatsapp {
  font-size: 1.2rem;
  font-weight: 600;
}
.form-control:disabled,
.form-control[readonly] {
  cursor: not-allowed;
}
input[type="file"] {
  padding: 3px 10px 3px 10px !important;
}
/*font family classes*/
.raleway {
  font-family: "Raleway", sans-serif;
}
.open-sans {
  font-family: "Open Sans", sans-serif;
}

.text-red {
  color: #ff0000;
}
.text-blue {
  color: #2e3091 !important;
}
.fixed-width {
  max-width: 1400px;
  margin: 0 auto;
}
input[type="date"] {
  position: relative;
  cursor: pointer;
}
input[type="date"]:after {
  font-family: "FontAwesome";
  font-weight: 900;
  content: "\f271";
  color: #ff0000;
  padding: 0 5px;
}
input[type="date"]::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}

/* adjust increase/decrease button */
input[type="date"]::-webkit-inner-spin-button {
  z-index: 1;
}

/* adjust clear button */
input[type="date"]::-webkit-clear-button {
  z-index: 1;
}

.top-bar {
  background-color: #1d2025;
}
.top-bar h6 {
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.top-bar .fa {
  font-size: 1.05rem;
}
.badge-custom {
  background-color: #ff0000;
  color: #ffffff;
  border-radius: 50%;
  vertical-align: top;
  position: absolute;
  left: 7px;
  top: -7px;
}
.logo-name img {
  max-width: 100px;
}
.logo-name {
  font-family: "Libre Baskerville", serif;
  color: #250f64;
  letter-spacing: 0.7px;
  font-size: 0.5rem;
}
.navbar-custom .navbar-nav .nav-link,
.dropdown-item {
  color: #250f64;
  font-size: 0.9rem;
}
.navbar-custom .navbar-nav .active > .nav-link,
.navbar-custom .navbar-nav .nav-link.active,
.navbar-custom .navbar-nav .nav-link.show,
.navbar-custom .navbar-nav .show > .nav-link {
  color: #ff0000;
}

.navbar-custom .navbar-toggler {
  color: #ff0000;
  border-color: #ff0000;
}
.toggle-custom {
  background-color: transparent;
  color: #ff0000;
  border: 2px solid #ff0000;
  padding: 5px 15px;
  border-radius: 50px;
  font-size: 1.05rem;
  font-weight: 600;
}

.toggle-custom span {
  color: #ff0000;
}

.carousel-indicators li {
  background-color: #ffffff;
  opacity: 1;
}
.carousel-indicators .active {
  background-color: #ff0000;
}

.title-heading {
  color: #202a30;
  font-weight: 600;
  font-size: 1.5rem;
}
.view-all {
  font-size: 0.8rem;
  font-weight: 700;
  text-decoration: underline;
}

.title-heading .fa {
  font-size: 2rem;
  font-weight: 600;
}
.star-carousel .owl-stage-outer {
  padding: 1rem 0;
}
.star-carousel .owl-nav.disabled {
  display: block;
}

.star-carousel .owl-nav {
  position: absolute;
  top: -10%;
  right: 8%;
}

.star-carousel .owl-nav button.owl-next,
.star-carousel .owl-nav button.owl-prev {
  padding: 0 2px !important;
}

.star-carousel .owl-nav span {
  background-color: #ff0000;
  padding: 0px 8px;
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 600;
}

.star-bg-box {
  background: #fff;
  margin: 0 10px;
}

.box-shadow {
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 7px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 7px 1px;
  -o-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 7px 1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 7px 1px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 7px 1px;
}
.cust-checkbox label.position-relative,
.cust-radio .label-text {
  cursor: pointer;
  font-size: 0.9rem;
}
.cust-checkbox input[type="checkbox"],
input[type="radio"] {
  position: absolute;
  right: 9000px;
}
/*Check box*/
.cust-checkbox input[type="checkbox"] + .label-text:before {
  content: "\f0c8";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
}

.cust-checkbox input[type="checkbox"]:checked + .label-text:before {
  content: "\f14a";
  color: #2e3091;
  animation: effect 250ms ease-in;
  font-weight: 900;
}

.cust-checkbox input[type="checkbox"]:disabled + .label-text {
  color: #aaa;
}

.cust-checkbox input[type="checkbox"]:disabled + .label-text:before {
  content: "\f0c8";
  color: #ccc;
}

/*Radio box*/

.cust-radio input[type="radio"] + .label-text:before {
  content: "\f111";
  font-family: "FontAwesome";
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  width: 1em;
  display: inline-block;
  margin-right: 5px;
}

.cust-radio input[type="radio"]:checked + .label-text:before {
  content: "\f192";
  color: #2e3091;
  animation: effect 250ms ease-in;
}

.cust-radio input[type="radio"]:disabled + .label-text {
  color: #aaa;
}

.cust-radio input[type="radio"]:disabled + .label-text:before {
  content: "\f111";
  color: #ccc;
}
.star-bg-box h5 {
  font-weight: 600;
  color: #222e35;
}
.star-bg-box .star-details-box h5 {
  text-transform: capitalize;
}
/* .star-bg-box .star-details-box h5::first-letter{text-transform: uppercase;} */
.star-bg-box p {
  font-size: 0.9rem;
  font-weight: 600;
}

/* .jbn-banner-cont{
    background-image: url('../img/jbn-event-banner.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
} */

.jbn-event-carousel .carousel-caption {
  top: 0;
  right: 0;
  bottom: 0;
  left: 50%;
}
.jbn-event-carousel img {
  height: fit-content;
}

.jbn-event-carousel .view-jbn:hover {
  color: #ffffff;
}
.btn.focus,
.btn:focus {
  box-shadow: none;
}

.jbn-event-box {
  background-color: #222222eb;
}

.jbn-event-box h5 {
  font-weight: 600;
}
.title-underline {
  display: block;
  width: 60px;
  height: 2px;
  background-color: #ff0000;
}
.jbn-event-box p,
.footer p,
.event-details p {
  font-size: 0.86rem;
}
.book-event-btn {
  background-color: #2e3091;
  border-color: #2e3091;
  color: #ffffff;
  font-size: 0.7rem;
}
.book-event-btn:hover,
.book-event-btn:active,
.book-event-btn:focus {
  background-color: transparent;
  border-color: #2e3091;
  color: #2e3091;
}
.jbn-events-cont img {
  height: 260px;
  max-height: 260px;
}
.morecontent span {
  display: none;
}
p.more {
  color: #212529;
}
a.morelink {
  color: #ff0000;
  font-weight: 700;
}
#book-event .btn {
  font-size: 0.7rem;
}
#book-event .modal-footer {
  justify-content: flex-start;
}

.jgc-list ul li {
  padding-bottom: 0.15rem;
  border-left: 2px solid #2e3091;
  position: relative;
  padding-left: 20px;
}

.jgc-list ul li:before {
  content: url("../img/li-icon.png");
  position: absolute;
  left: -10px;
  top: 0px;
}

.jgc-list h6,
.business-info h6 {
  font-size: 1.1rem;
  color: #222e35;
  font-weight: 600;
  max-width: 100%;
  margin-bottom: 0.3rem;
}
.jgc-list p {
  font-size: 0.8rem;
  color: #8c8c8c;
  font-weight: 600;
}

.jgc-list ul li:last-child {
  border-left: 2px solid #2e309100;
}
.bg-custom {
  background-color: #f6f6f6;
}
.bg-blue {
  background-color: #2e3091 !important;
}
.bg-green {
  background-color: #00a74e;
}
.bg-yellow {
  background-color: #fdd704;
}
.bg-red {
  background-color: #ff0000;
}

.bg-custom .event-title {
  font-weight: 600;
  font-size: 1.15rem;
}

.bg-custom ul li span {
  color: #8c8c8c;
  font-size: 0.85rem;
}

.text-green {
  color: #00a74e;
}
.text-yellow {
  color: #fdd704;
}

.consultant .owl-nav {
  top: -20%;
}

.footer {
  background-image: url("../img/footer-bg.png");
  background-position: initial !important;
  background-size: initial !important;
  background-repeat: initial !important;
  background-attachment: initial !important;
  background-origin: initial !important;
  background-clip: initial !important;
  background-color: #3c3c3c !important;
  position: relative;
}

.footer h5 {
  font-weight: 600;
}
ul.social-links li {
  float: left;
  margin-right: 0.7rem;
}
ul.social-links li i {
  border: 1px solid #ffffff94;
  border-radius: 100%;
  color: #ffffff94;
  display: inline-block;
  font-size: 0.9rem;
  height: 35px;
  line-height: 32px;
  text-align: center;
  width: 35px;
}

ul.social-links li i:hover {
  border: 1px solid #ff0000;
  color: #ff0000;
}

ul.footer-links li {
  border-bottom: 1px dashed #ffffff;
  padding: 0 0 7px 12px;
  position: relative;
  margin-bottom: 10px;
}
ul.footer-links li a:before {
  color: #ff0000;
  content: "\f101";
  font-family: fontawesome;
  font-size: 18px;
  left: -5px;
  padding-right: 6px;
  position: absolute;
  top: 0px;
}
ul.footer-links li a {
  color: #ffffff;
  font-size: 0.86rem;
}

ul.contact-links li {
  border-bottom: 1px dashed #ffffff;
  padding: 0 0 10px 0;
  margin-bottom: 10px;
}
ul.contact-links li a {
  color: #ffffff;
  font-size: 0.86rem;
}
ul.contact-links li a i {
  font-size: 1.2rem;
  margin-right: 5px;
}
.footer-bottom {
  background-color: #312f2f;
  font-size: 0.78rem;
}
.hr-custom {
  border-top: 1px dashed #8c8c8c;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/menu-icon.png");
}

.breadcrumb-item {
  font-size: 0.9rem;
  font-weight: 600;
}
.list-container h6 {
  font-size: 1rem;
}
.list-container img {
  width: 105px;
  height: 102px;
  max-width: 108px;
  max-height: 105px;
}
.breadcrumb-item a {
  color: #ff0000;
}
.pagination-custom .page-link {
  color: #2e3091;
  padding: 0.4rem 0.75rem;
}
.pagination-custom .page-item.active .page-link {
  background-color: #ff0000;
  border-color: #ff0000;
}
.user-img {
  height: 150px;
}
.com-memb-img {
  max-height: 200px;
  overflow: hidden;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
}
.com-memb-img .user-img {
  height: auto;
}
.offc-bearers-img {
  height: 290px;
}

p a {
  color: #212529;
}
/*Event gallery (event details page)*/
.portfolio-menu {
  text-align: center;
}
.portfolio-menu ul li {
  display: inline-block;
  margin: 0 5px 10px 0;
  list-style: none;
  padding: 5px 7px;
  cursor: pointer;
  -webkit-transition: all 05s ease;
  -moz-transition: all 05s ease;
  -ms-transition: all 05s ease;
  -o-transition: all 05s ease;
  transition: all 0.5s ease;
  font-size: 12px;
}

.portfolio-item .item {
  /*width:303px;*/
  float: left;
  margin-bottom: 10px;
}
.portfolio-item .item img {
  width: 215px;
  height: 145px;
}

.event-btns {
  border-radius: 0;
  border: 1px solid #ff0000;
  color: #ff0000;
  background-color: transparent;
}

.event-btns:not(:disabled):not(.disabled).active,
.event-btns:not(:disabled):not(.disabled):active,
.show > .event-btns.dropdown-toggle {
  color: #fff;
  background-color: #ff0000;
  border-color: #ff0000;
}

.chat-icon {
  position: absolute;
  bottom: 5%;
  right: 1%;
}

/*Scroll to top*/
.scrolltop {
  display: none;
  width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 1;
}
.scroll {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #2e3091;
  padding: 7px 10px;
  text-align: center;
  margin: 0 0 0 0;
  cursor: pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  border-radius: 50%;
  border: 1px solid #2e3091;
}
.scroll .fa {
  font-size: 24px;
  margin-top: -8px;
  margin-left: 1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  color: #ffffff;
}
/*Scroll to top*/

/*----------Login & register pages css start---------------*/
.login-bg {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 7px 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 7px 1px;
  -o-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 7px 1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 7px 1px;
  box-shadow: rgba(0, 0, 0, 0.4) 0px 0px 7px 1px;
}

.login-text {
  font-size: 1.3rem;
  color: #222e35;
  letter-spacing: 0.5px;
  font-weight: 600;
}

.form-custom {
  font-size: 0.87rem;
  color: #250f64;
  font-weight: 600;
}
.form-custom .form-control {
  font-size: 0.87rem;
  height: calc(1.8em + 0.75rem + 2px);
  border-bottom: 1px solid #2e3091 !important;
}
.submit-btn {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
  font-size: 0.7rem;
  font-weight: 600;
}
.submit-btn:hover,
.submit-btn:focus,
.submit-btn:active {
  background-color: transparent;
  border-color: #ff0000;
  color: #ff0000;
}
a.pass-text {
  color: #250f64;
}
.reg-text,
.required {
  color: #ff0000;
  font-weight: 600;
}
.form-control:focus {
  box-shadow: none;
}
/*----------Login & register pages css end---------------*/
.business-info p,
.business-info p a {
  font-size: 0.8rem;
  font-weight: 600;
  color: #3c3c3c;
}
.business-info p.text-truncate {
  max-width: 250px;
}
ul.detail-list li {
  float: left;
}
ul.detail-list li a {
  background-color: #ffffff;
  border-radius: 5px;
  padding: 3px 7px;
}

.edit-btn {
  background-color: #250f64;
  border-color: #250f64;
  color: #ffffff;
}
.edit-btn:hover,
.edit-btn:focus,
.edit-btn:active {
  background-color: transparent;
  border-color: #250f64;
  color: #250f64;
}
ul.dbc-social-link li {
  float: left;
}
ul.dbc-social-link li i,
p.addr i {
  border: 1px solid #2e3091;
  border-radius: 100%;
  color: #ffffff;
  background-color: #2e3091;
  display: inline-block;
  height: 35px;
  line-height: 32px;
  text-align: center;
  width: 35px;
}
ul.dbc-social-link li a .fa-whatsapp {
  font-weight: 500;
}
table.details-table {
  font-size: 0.82rem;
}
table.details-table th {
  text-align: right;
  color: #250f64;
}
table.details-table td {
  text-align: left;
}
.update-img {
  right: 20px;
  top: 0;
}
.mobile-cust {
  font-size: 1.5rem;
  vertical-align: middle;
}
.card-pic img {
  width: 290px;
  height: 300px;
  max-width: 290px;
  max-height: 300px;
}
.card-col {
  border-left: 5px solid;
  border-image: linear-gradient(#ff0000, #250f64) 0 100%;
}

.card-col img {
  width: 200px;
  height: 100px;
  max-width: 200px;
  max-height: 100px;
}
.card-gal .item img {
  width: 80px;
  height: 80px;
}

/*------inner pages css start here(another-developer)-----*/
.pageTitle {
  background: url("../img/page-title-bg.jpg") no-repeat;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0.8rem 0;
}
.pageTitle h1 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 0;
}
.breadCrumb {
  text-align: right;
  color: #fff;
  font-size: 0.9rem;
}
.breadCrumb a {
  color: #fff;
  display: inline-block;
  padding: 0 5px;
}
.breadCrumb span {
  color: #ff0000;
  display: inline-block;
  padding-left: 5px;
  font-weight: 700;
}
.about-wraper {
  padding: 100px 0;
  text-align: justify;
}
.about-wraper h2 {
  font-size: 36px;
  color: #085bb5;
  font-weight: 700;
  margin-bottom: 15px;
}
.about-wraper p {
  line-height: 24px;
  font-size: 16px;
}
.about-wraper ul {
  margin-top: 20px;
  margin-bottom: 20px;
  list-style: none;
}
.about-wraper ul li {
  padding: 5px 0 5px 25px;
  position: relative;
  line-height: 24px;
  font-size: 15px;
  text-align: justify;
  margin-bottom: 5px;
}
.about-wraper ul li:before {
  content: "\f18e";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
}
.jeap_about_rows {
  padding: 15px 0;
}
.jeap_about_rows:after {
  content: "";
  clear: both;
  display: table;
}
.img-width {
  width: 110px;
  height: 110px;
  max-width: 110px;
  max-height: 110px;
}
a.add-pr-btn {
  background-color: #ff0000;
  border-color: #ff0000;
  color: #ffffff;
  font-size: 0.6rem;
  font-weight: 600;
  padding: 3px 4px;
}

a.add-pr-btn:hover,
a.add-pr-btn:focus,
a.add-pr-btn:active {
  background-color: transparent;
  color: #ff0000;
  border-color: #ff0000;
}

a.add-give-btn {
  background-color: #2e3091;
  border-color: #2e3091;
  color: #ffffff;
  font-size: 0.6rem;
  font-weight: 600;
  padding: 3px 4px;
}

a.add-give-btn:hover,
a.add-give-btn:focus,
a.add-give-btn:active {
  background-color: transparent;
  color: #2e3091;
  border-color: #2e3091;
}
form {
  font-family: "Open Sans", sans-serif;
}
a.consultant-details .box-shadow {
  transition: all 0.8s ease-in-out;
}
a.consultant-details:hover .box-shadow {
  transform: scale(1.1);
}
p.consultant-details-para {
  display: block;
  overflow-y: scroll;
  height: 200px;
  max-height: 200px;
  cursor: pointer;
  font-size: 0.9rem;
  text-align: justify;
}
p.consultant-details-para::-webkit-scrollbar {
  width: 6px;
}
/* Track */
p.consultant-details-para::-webkit-scrollbar-track {
  background: #f6f6f6;
}

/* Handle */
p.consultant-details-para::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
p.consultant-details-para::-webkit-scrollbar-thumb:hover {
  background: #555;
}

@media screen and (min-width: 992px) {
  .jeap_about_rows {
    display: -ms-flexbox;
    display: flex;
  }
}
.jeap_about_left {
  width: 150px;
  flex: 0 0 auto;
  margin-right: 15px;
  text-align: center;
}
.jeap_about_left {
  width: 150px;
  flex: 0 0 auto;
  margin-right: 15px;
  text-align: center;
}
.jeap_about_right {
  line-height: 25px;
  font-size: 15px;
  text-align: justify;
}
.about-wraper strong {
  font-weight: 700;
}
.inner-page {
  padding: 50px 0;
}
.inner-page .title {
  text-align: center;
  margin-bottom: 40px;
}
.inner-page .title > span {
  color: #292929;
  font-size: 17px;
  margin-bottom: 10px;
}
.inner-page .title h2 {
  color: #292929;
  font-size: 40px;
  font-weight: 800;
  letter-spacing: 1px;
  margin: 0;
}
.contact {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 30px;
}
.contact > span {
  color: #085bb5;
  float: left;
  font-size: 50px;
  line-height: 30px;
  margin-right: 10px;
  text-align: center;
  width: 70px;
}
.information {
  overflow: hidden;
  padding-right: 20px;
  margin-top: 5px;
}
.information > strong {
  color: #000;
  display: table;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.information > p {
  line-height: 22px;
  margin: 0;
  font-size: 12px;
}
.information > p a {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  color: #28a745;
}
.googlemap iframe {
  height: 400px;
  width: 100%;
  border: none;
}
.contact-form {
  text-align: right;
}
.contact-form input,
.contact-form textarea {
  color: #8c8c8c;
  border: 1px solid #ddd;
  font-size: 12px;
  line-height: 32px;
  margin-bottom: 15px;
  padding: 10px 20px;
  width: 100%;
}
.contact-form button {
  background-color: #085bb5;
  border: 0 none;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 18px 40px;
  margin-top: 20px;
}

ul.bank-details li {
  position: relative;
  list-style-type: none;
  padding: 0 0 0 25px;
  margin-bottom: 20px;
}

ul.bank-details li::before {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  height: 8px;
  width: 8px;
  background-color: #2e3091;
  border-radius: 50%;
}
ul.bank-details li span {
  font-weight: 600;
  color: #2e3091;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 950px;
    margin: 1.75rem auto;
    width: 100%;
  }
}
img.event-detail-pic {
  height: 950px;
}

/*------inner pages css end here(another-developer)-----*/
.form-control {
  font-size: 0.75rem;
}

/*-----------Media Query Start Here----------*/
@media screen and (max-width: 991px) {
  .img-width {
    width: inherit;
    height: auto;
    max-width: initial;
    max-height: initial;
  }
  .jbn-event-carousel .carousel-caption {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  p.consultant-details-para {
    display: block;
    overflow-y: auto;
    height: auto;
    max-height: initial;
    cursor: pointer;
  }
  .jbn-event-carousel .carousel-caption {
    left: 0;
  }
}

@media screen and (max-width: 575px) {
  .title-heading {
    font-size: 1.09rem;
  }
  .title-heading .fa {
    font-size: 1.5rem;
  }
  .star-carousel .owl-nav {
    top: -8%;
    right: 10%;
  }
  .consultant .owl-nav {
    top: -20%;
    right: 10%;
  }
  .img-width {
    height: auto;
    max-height: auto;
  }
  p.b-text {
    font-size: 0.8rem;
  }
  .user-img {
    height: auto;
  }
  .jbn-event-carousel .carousel-caption {
    left: 0;
  }
  .breadCrumb {
    text-align: left;
  }
  .star-bg-box h5 {
    font-size: 0.9rem;
  }
  .offc-bearers-img,
  img.event-detail-pic {
    height: auto;
  }
  .navbar-brand.logo-name img {
    max-width: 85px;
  }
  .logo-name {
    font-size: 1rem;
    margin-right: 0;
    max-width: 75%;
    display: flex;
    align-items: center;
  }
  .logo-name span {
    white-space: normal;
    padding-left: 10px;
  }
}
@media screen and (max-width: 480px) {
  .logo-name {
    font-size: 1rem;
    margin-right: 0;
  }
  .logo-name span {
    margin-left: 0 !important;
  }
  .toggle-custom {
    padding: 5px 7px;
    font-size: 0.8rem;
  }

  .title-heading {
    font-size: 1.07rem;
  }
  .title-heading .fa {
    font-size: 1.45rem;
  }
  .star-carousel .owl-nav {
    top: -5%;
    right: 13%;
  }
  .consultant .owl-nav {
    top: -15%;
  }
  .user-img {
    height: auto;
  }
  .jbn-event-carousel .carousel-caption {
    left: 0;
  }
  .jgc-list h6,
  .business-info h6 {
    font-size: 0.9rem;
  }
  .pagination-custom .page-link {
    padding: 0.4rem 0.65rem;
  }
  .offc-bearers-img {
    height: auto;
  }
  .about-wraper {
    padding: 50px 0;
  }
}

@media screen and (max-width: 420px) {
  .logo-name {
    font-size: 0.72rem;
    margin-right: 0;
  }
  .star-bg-box p {
    font-size: 0.71rem;
    font-weight: 700;
  }

  .custom-col-width .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
  }

  .custom-col-width .col-6.text-right,
  .custom-col-width .breadCrumb {
    text-align: left !important;
  }
  .star-carousel .owl-nav {
    top: -5%;
    right: 0%;
  }
  .consultant .owl-nav {
    top: -15%;
  }
  /* .portfolio-menu ul li:last-child{margin-top: 10px;} */
  .img-width {
    height: auto;
    max-height: auto;
  }
  .user-img {
    height: auto;
  }
  .jbn-event-carousel .carousel-caption {
    left: 0;
  }
  .jbn-event-box p {
    margin-bottom: 10px;
  }
  .pagination-custom .page-link {
    padding: 0.4rem 0.58rem;
  }
  .offc-bearers-img,
  img.event-detail-pic {
    height: auto;
  }
}

@media screen and (max-width: 360px) {
  .ask-cont .col-6 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .business-info p,
  .business-info p a {
    font-size: 0.69rem;
  }
  .pagination-custom .page-link {
    padding: 0.4rem 0.35rem;
  }
  .offc-bearers-img,
  img.event-detail-pic {
    height: auto;
  }
}
@media screen and (max-width: 320px) {
  .navbar {
    padding-left: 0;
    padding-right: 0;
  }
  .logo-name span {
    font-size: 9px;
  }
  .navbar-custom .navbar-toggler {
    font-size: 10px;
  }
}
