@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

.custom-effect {
  transition: transform 0.3s ease;
}
.custom-effect:hover{
transform: scale(1.1);
}

.custom-divider {
  padding-top: 20px;
}
.jcenter {
  justify-content: center;
}
.p20 {
  padding: 20px 0;
}
.custom-mb {
  margin-top: 0px !important;
}

.lead {
  font-size: 1.2rem !important;
}
.stats-font {
  font-size: 0.9rem !important;
}
.p-bottom {
  padding: 0 0 20px 0;
}
.custom-mtop {
  margin-top: 0.5em;
  margin-bottom: 0em !important;
}
.news-pt {
  padding: 10px 0;
}

.custom-logo {
  width: 15vw;
}

.w15vh {
  width: 15vw;
}
.w50vw {
  width: 50%;
}

.custom-bg-color {
  background-color: #4e43b0;
}
.custom-red-bg {
  background-color: #e9342a;
}

.custom-font-size {
  font-size: 15px;
  font-weight: 500;
}
.custom-panel {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}
.form-control {
  background-color: #fff0 !important;
  border-radius: 15px;
}
.form-style {
  padding: 0 20px;
}

.owl-dots {
  margin-top: 10px !important;
}
.p-top-custom {
  padding-top: 0;
  margin-bottom: -7px;
}

.red-bg {
  background: #e8342a;
}

.custom-dot {
  padding: 0.6rem !important;
  margin-top: 1rem;
}

.dot-margin {
  margin-right: 1rem !important;
}
.custom-frame {
  width: 445px;
  height: 223px;
  border-radius: 25px;
}
.custom-frame-two {
  width: 445px;
  height: 223px;
  border-radius: 25px;
}
.ptcus-100 {
  padding-top: 20px;
}
.custom-flow {
  width: 50vw;
}
.education-poster {
  width: 21vw;
}
.custom-h5 {
  color: #4e43ae;
  font-size: 16px;
  margin-bottom: 0;
}
.cus-mar {
  margin-top: 0;
}
.desktop-view {
  display: block;
}
.mob-view {
  display: none;
}

.w70 {
  width: 70%;
}
.w90 {
  width: 90%;
}
.cus-p-10 {
  padding-left: 11vh;
}
.custom-carousel {
  width: 60% !important;
  border-radius: 30px;
}

.cus-padd-logo {
  padding: 0 130px;
}
@media (max-width: 690px) {
  .single-product {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .single-product a{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .single-product img {
    width: 50% !important;
  }
  .cus-padd-logo {
  padding: 0 ;
}
  .custom-carousel {
  width: 100% !important;
  border-radius: 30px;
}
  .cus-p-10 {
    padding-left: 15px;
  }
  .lead {
    font-size: 1rem !important;
  }
  .w70 {
    width: 50%;
  }
  .w90 {
    width: 70%;
  }
  .desktop-view {
    display: none;
  }
  .mob-view {
    display: block;
  }
  .custom-frame {
    width: 80vw;
    height: 20vh;
    border-radius: 30px;
  }
  .custom-frame-two {
    width: 80vw;
    height: 20vh;
    border-radius: 30px;
  }
  .custom-flow {
    width: 100vw;
  }
  .education-poster {
    width: 45vw;
  }
  .custom-h5 {
    font-size: 16px;
  }
  .cus-mar {
    margin-top: 2rem;
  }
  .client-testimonial-1 .owl-item .author-info img {
    width: 50px;
    height: 50px;
    display: none !important;
  }
  .custom-mb {
    margin-top: 1rem !important;
  }
}

@media (max-width: 902px) {
  .custom-nav-item {
    margin: 5px 0;
  }
}

@media (max-width: 500px) {
  .custom-dot {
    padding: 0.6rem !important;
    margin-top: 0.2rem;
  }
}

.header-custom {
  padding: 10% 0;
  background: url('https://talisma.com/education/img/talisma-education-banner.webp');
  background-size: cover; /* or background-size: contain; depending on your preference */
  background-repeat: no-repeat;
  background-position: center center;
}

.ptb-mod-100 {
  padding: 100px 0 65px 0;
}

@media (max-width: 600px) {
  .mb-5 {
    margin-bottom: 1rem !important;
  }
  .header-custom {
   padding: 13vh 0 5vh;
        background: url('https://talisma.com/education/img/mob.webp');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 102%;
    }
  }
  .ptb-100 {
    padding: 20px 0;
  }
  .ptb-mod-100 {
    padding: 120px 0 35px 0;
  }
  .p-top-custom {
    padding-top: 20px;
  }
  .custom-divider {
    padding-top: 20px;
  }
  .p-bottom {
    padding: 0 0 20px 0;
  }
  .news-pt {
    padding: 20px 0;
  }
  .custom-logo {
    width: 40vw;
  }
}

.display-inline-block {
  display: inline-block !important;
}
.no-margin-right {
  margin-right: 0 !important;
}
.no-margin-tb {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.margin-five {
  margin: 3% !important;
}
.text-deep-green {
  color: #6aa84f;
}

.custom-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.custom-nav-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.custom-pri-btn {
  color: white;
  padding: 2px 5px;
  border-radius: 5px;
  margin: 0 0 0 20px;
  font-size: 15px;
  display: block;
  font-weight: 400;
  transition: all 0.3s ease-in-out;
}

.cus-red {
  background: #e11c24;
  color: white;
  border: none;
}

.cus-blue {
  background: #4e43b0;
  color: white;
  border: none;
}

.cus-red:hover {
  background: #4e43b0;
  color: white;
  text-decoration: none;
}

.cus-blue:hover {
  background: #e11c24;
  color: white;
  text-decoration: none;
}
.form-center {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}
.form-design {
  width: 95%;
  border: 1px solid var(--text-color-level3, rgba(26, 26, 26, 0.1));
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgb(0 0 0/8%);
  padding: 50px;
}

.bro-design {
  width: 100%;
  border: 1px solid var(--text-color-level3, rgba(26, 26, 26, 0.1));
  border-radius: 8px;
  box-shadow: 0 1px 8px 0 rgb(0 0 0/8%);
  padding: 50px 35px;
}

