@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  /* color: #1f4e79;  Navy Headings */
}

/* Global Styles */
a {
  text-decoration: none;
}

::selection {
  background: #e39e07;
  color: #f1f4f7;
}
#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 111111111;
  overflow: visible;
}

.standard {
  max-width: 1200px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .standard {
    padding: 0 15px;
  }
}

::selection {
  background: #e39e07;
  color: #f1f4f7;
}
#loader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background: #fff;
  z-index: 111111111;
  overflow: visible;
}

.standard {
  width: 70%;
  margin: 0 auto;
}

.standard2 {
  width: 85%;
  margin: 0 auto;
}

.standard4 {
  width: 80%;
  margin: 0 auto;
}
h3.cpGBP {
  white-space: nowrap;
  padding-top: 10px;
}
h5.subject_code1 {
  padding-top: 10px;
}

.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}
/*.menu1*/
/* {*/
/*    display:none;*/
/*}*/
nav#menu {
  visibility: hidden;
  opacity: 0;
}
.standard5 {
  width: 90%;
  margin: 0 auto;
}
/*.grecaptcha-badge*/
/*{*/
/*    visibility: hidden;*/
/*    display:none;*/
/*}*/

.fix-icon {
  position: fixed;
  top: 25%;
  z-index: 999999;
}

.fix-icon button {
  height: 40px;
  width: 40px;
  background: white;
  border: none;
  cursor: pointer;
}

.fix-icon button i {
  font-size: 17px;
  animation: animation1 infinite 4s;
  animation-timing-function: linear;
}

@keyframes animation1 {
  from {
    transform: rotate(-360deg);
  }

  to {
    transform: rotate(360deg);
  }
}
.main_container {
  overflow: hidden !important;
}

/* top bar styling */

.topbar {
  background: #e39e07;
  padding: 12px 0;
  transition: all ease-in-out 0.5s;
}

/* .topbar.none{
visibility: hidden;
opacity: 0;
} */

.content_bar {
  display: flex;
  justify-content: flex-end;
  column-gap: 3rem;
}

.content_bar span {
  display: block;
  color: white;
  font-size: 12px;
  letter-spacing: 1px;
}

.top_right {
  display: flex;
  column-gap: 33px;
  align-items: center;
}

.top_right a {
  font-size: 12px;
  text-decoration: none;
  border: none;
  padding: 7px 0;
  color: white;
  background: none;
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  position: relative;
}

.top_right a::after {
  position: absolute;
  content: "";
  background: white;
  height: 2px;
  width: 0;
  left: 0;
  bottom: 4px;
  transition: all ease-in-out 0.3s;
}

.top_right a:hover::after {
  width: 100%;
}

.top_right button:hover {
  color: #e39e07;
}

.footer_cpd_image {
  margin-top: 5px;
  width: 100%;
}

.footer_cpd_image img {
  width: 100px;
}

.footer_icon2 {
  display: flex;
  column-gap: 8px;
  justify-content: end;
  width: 28%;
}

.footer_icon2 a {
  background: white;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
  border-radius: 10%;
  color: #e39e07;
}

.footer_icon2 a:hover {
  background: #fef4c2;
}

/* top bar styling end*/

/* navbar styling */
.main_header1 {
  position: fixed;
  width: 100%;
  z-index: 1111111;
  top: 0;
}

.navbar {
  padding: 34px 0;
  background: white;
  position: sticky;
  border-bottom: 1px solid black;
  z-index: 999999;
  position: relative;
  transition: all ease-in-out 0.5s;
}

/* .navbar.fix{
    position: fixed;
    width: 100%;
    top: 0;
} */

.main_navbar {
  display: flex;
  justify-content: end;
  align-items: center;
}

.navigation {
  display: flex;
  column-gap: 15px;
  align-items: center;
}
.menu_icn {
  display: none;
}

.main_navbar .logo {
  max-width: 200px;
  position: absolute;
  left: 210px;
}

.main_navbar .logo img {
  width: 70%;
}

.navigation ul li {
  display: inline-block;
  list-style: none;
  position: relative;
}

.navigation ul li a {
  text-decoration: none;
  text-transform: uppercase;
  color: #2d3e50;
  display: block;
  font-size: 12px;
  margin: 0 15px;
  position: relative;
}

.navigation ul li a:hover {
  color: #e39e07;
}

.navigation ul li a::after {
  bottom: -3px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: #e39e07;
}

.navigation ul li a:hover::after {
  width: 100%;
}

.navigation button {
  background: #86bc42;
  border: none;
  font-size: 18px;
  height: 30px;
  width: 30px;
  cursor: pointer;
}

.navigation button i {
  color: white;
}

.navigation ul li:hover .sub-menu {
  opacity: 1;
  transform: scaleY(1);
}

.navigation ul li .sub-menu {
  background-color: white;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  margin: 0;
  padding: 14px 9px 16px;
  left: -6px;
  position: absolute;
  z-index: 999999;
  text-align: left;
  width: 229px;
  top: 49px;
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.4s ease-in-out 0s;
  transform-origin: top;
  border-bottom: 1px solid #e39e07;
}

.navigation ul li .policySub {
  background-color: white;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
  margin: 0;
  padding: 14px 21px 16px;
  left: -150px;
  position: absolute;
  z-index: 999999;
  text-align: left;
  width: 229px;
  top: 49px;
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.4s ease-in-out 0s;
  transform-origin: top;
  border-bottom: 1px solid #86bc42;
}

.navigation ul li .policySub li {
  display: block;
}

.navigation ul li .policySub li a {
  padding: 0;
  text-transform: capitalize;
  display: block;
  padding: 9px 0;
  font-size: 14px;
  transition: all ease-in-out 0.3s;
}

.navigation ul li .policySub li a::after {
  all: unset;
}

.navigation ul li:hover .policySub {
  opacity: 1;
  transform: scaleY(1);
}

.navigation ul li .sub-menu li {
  display: block;
}

.navigation ul li .sub-menu li a {
  padding: 0;
  text-transform: capitalize;
  display: block;
  padding: 9px 0;
  font-size: 14px;
  transition: all ease-in-out 0.3s;
}

.navigation ul li .sub-menu li a::after {
  all: unset;
}

.navigation ul li .sub-menu2 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navigation ul li .sub-menu2 li a i {
  font-size: 10px;
}

.sub-menu2 .inside-menu {
  position: absolute;
  background: white;
  right: -227.8px;
  z-index: 9999999;
  width: 219px;
  padding: 14px 13px 14px;
  top: -13px;
  transition: all ease-in-out 0.4s;
  transform-origin: left;
  transform: scaleX(0);
  opacity: 0;
  box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.sub-menu2 li:hover .inside-menu {
  transform: scale(1);
  opacity: 1;
}

.navigation .four-section-menu {
  width: 790px;
  background: white;
  padding: 30px 77px 18px 51px;
  position: absolute;
  z-index: 999999;
  right: -260px;
  transform: translateX(-61%);
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  top: 66px;
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.4s ease-in-out 0s;
  transform-origin: top;
}

.navigation ul li:hover .four-section-menu {
  transform: scaleY(1);
  opacity: 1;
}

.four-section-menu h3 {
  color: #2d3e50;
  font-size: 12px;
  padding-bottom: 10px;
  text-transform: uppercase;
  position: relative;
}

.four-section-menu .inner-four a {
  display: block;
  padding: 11px 0;
}

#slider {
  margin-top: 120px;
  /*padding-top: 120px;*/
  position: relative;
}

/* navbar styling end*/

#slider::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 7;
  pointer-events: none;
}

.captions {
  position: absolute;
  top: 0;
  z-index: 9999999;
  left: 50%;
  top: 50%;
  transform: translate(-6%, -50%);
}

.nivoSlider .nivo-caption {
  padding-top: 0;
}

/*.caption2 {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    z-index: 9999999;*/
/*    left: 50%;*/
/*    top: 50%;*/
/*    transform: translate(-6%, -50%);*/
/*}*/

/*.captions h1 {*/
/*    color: #ffffff;*/
/*    font-size: 60px;*/
/*    line-height: 64px;*/
/*    padding-bottom: 41px;*/
/*    position: relative;*/
/*    animation: 1000ms ease-in-out 0s normal none 1 running bounceInDown;*/
/*}*/

/*@keyframes bounceInDown {*/
/*    0% {*/
/*        opacity: 0;*/
/*        transform: translate3d(0, -3000px, 0);*/
/*    }*/

/*    60% {*/
/*        opacity: 1;*/
/*        -webkit-transform: translate3d(0, 25px, 0);*/
/*        transform: translate3d(0, 25px, 0);*/
/*    }*/

/*    75% {*/
/*        -webkit-transform: translate3d(0, -10px, 0);*/
/*        transform: translate3d(0, -10px, 0);*/
/*    }*/

/*    90% {*/
/*        -webkit-transform: translate3d(0, 5px, 0);*/
/*        transform: translate3d(0, 5px, 0);*/
/*    }*/

/*    100% {*/
/*        -webkit-transform: none;*/
/*        transform: none;*/
/*    }*/
/*}*/

/*.captions p {*/
/*    line-height: 1.6;*/
/*    margin-bottom: 32px !important;*/
/*    animation: 2500ms ease-in-out 0s normal none 1 running fadeInLeftBig;*/
/*}*/

/*@keyframes fadeInLeftbig {*/
/*    0% {*/
/*        opacity: 0;*/
/*        -webkit-transform: translate3d(-2000px, 0, 0);*/
/*        transform: translate3d(-2000px, 0, 0);*/
/*    }*/

/*    100% {*/
/*        opacity: 1;*/
/*        -webkit-transform: none;*/
/*        transform: none;*/
/*    }*/
/*}*/

/*.captions .sliderbtn {*/
/*    background: #f29d0a;*/
/*    color: white;*/
/*    text-decoration: none;*/
/*    padding: 11px 29px;*/
/*    text-transform: uppercase;*/
/*    font-size: 13px;*/
/*    display: inline-block;*/
/*    border: solid 1px #e39e07;*/
/*    transition: all ease-in-out 0.3s;*/

/*}*/

/*.captions .slider_btn {*/
/*    animation: 2500ms ease-in-out 0s normal none 1 running bounceInUp;*/
/*}*/

/*@keyframes bounceInUp {*/
/*    0% {*/
/*        opacity: 0;*/
/*        -webkit-transform: translate3d(0, 3000px, 0);*/
/*        transform: translate3d(0, 3000px, 0);*/
/*    }*/

/*    60% {*/
/*        opacity: 1;*/
/*        -webkit-transform: translate3d(0, -20px, 0);*/
/*        transform: translate3d(0, -20px, 0);*/
/*    }*/

/*    75% {*/
/*        -webkit-transform: translate3d(0, 10px, 0);*/
/*        transform: translate3d(0, 10px, 0);*/
/*    }*/

/*    90% {*/
/*        -webkit-transform: translate3d(0, -5px, 0);*/
/*        transform: translate3d(0, -5px, 0);*/
/*    }*/

/*    100% {*/
/*        -webkit-transform: translate3d(0, 0, 0);*/
/*        transform: translate3d(0, 0, 0);*/
/*    }*/
/*}*/

.captions h1 {
  color: #ffffff;
  font-size: 60px;
  line-height: 64px;
  padding-bottom: 41px;
  position: relative;
  animation: 1500ms ease-in-out 0s normal none 1 running slideInLeft;
}

.captions h1::after {
  background: #ffffff none repeat scroll 0 0;
  bottom: 15px;
  content: "";
  height: 5px;
  left: 0;
  margin: 0 auto;
  position: absolute;
  text-align: center;
  width: 66%;
}

@keyframes bounceInDown {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.captions p {
  line-height: 1.6;
  margin-bottom: 32px !important;
  animation: 2500ms ease-in-out 0s normal none 1 running fadeInLeftBig;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.captions .sliderbtn {
  background: #e39e07;
  color: white;
  text-decoration: none;
  padding: 11px 29px;
  text-transform: uppercase;
  font-size: 13px;
  display: inline-block;
  border: solid 1px #e39e07;
  transition: all ease-in-out 0.3s;
}

.captions .slider_btn {
  animation: 3000ms ease-in-out 0s normal none 1 running zoomInUp;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.captions .sliderbtn:hover {
  background: #fef4c2;
  color: black;
}

/*.caption1 .sliderbtn:hover {*/
/*    background: #FEF4C2;*/
/*    color: black;*/
/*}*/

/*.caption1 h1::after {*/
/*    background: #ffffff none repeat scroll 0 0;*/
/*    bottom: 15px;*/
/*    content: "";*/
/*    height: 5px;*/
/*    left: 0;*/
/*    margin: 0 auto;*/
/*    position: absolute;*/
/*    text-align: center;*/
/*    width: 66%;*/
/*}*/

.nivo-controlNav {
  /* bottom: 40px; */
  /*top: 80%;*/
  bottom: 40px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  width: inherit;
  z-index: 999999;
}
.nivoSlider img {
  position: absolute;
  bottom: 0;
  left: 0px;
  max-width: none;
  z-index: 1;
}

.nivo-controlNav a {
  background-color: #ffffff;
  border-radius: 100%;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 12px;
  line-height: 10px;
  margin: 0 21px;
  position: relative;
  text-indent: -9999px;
  width: 12px;
}

.nivo-controlNav .active::before {
  border: 1px solid white;
  border-radius: 30px;
  content: "";
  height: 25px;
  left: -17px;
  margin: auto;
  position: absolute;
  right: -17px;
  top: -7px;
  width: 46px;
}

/*.firstanswer{*/
/*    display:none;*/
/*}*/

/* popular section styling */

.popular {
  padding: 100px 0;
}

.title-wrapper {
  text-align: center;
  position: relative;
  margin-bottom: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.title-wrapper:before {
  content: "";
  display: block;
  width: 250px;
  height: 1.5px;
  background: #1f4e79;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.title-wrapper:after {
  content: "\2660\fe0e";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #ffffff;
  padding: 0 15px;
  color: #e39e07;
  font-size: 26px;
  z-index: 10;
  line-height: 1;
}

.title-wrapper h3 {
  color: #1f4e79;
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.title-wrapper p {
  color: #000000;
  font-weight: 400;
  margin-bottom: 24px;
  line-height: 1.4;
}

.main_popular {
  /* display: grid;
    grid-template-columns: 31% 31% 31%; */
  /* margin-top: 14%; */
  /* column-gap: 24px;
    justify-content: space-around; */
}

.main_popular .popular_card {
  background: #fef4c2 none repeat scroll 0 0;
  border-bottom: 3px solid #f3c30b;
  padding: 0 35px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin-bottom: 20px;
  position: relative;
  height: 450px;
}

.popular_card:hover {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 2px 20px rgb(34 30 31 / 40%);
}

.popular_card .popular_img {
  overflow: hidden;
  position: relative;
  text-align: center;
  top: -35px;
  max-height: 200px;
  height: 200px;
}

.popular_card .popular_img a {
  position: relative;
  display: inline-block;
  height: inherit;
  max-height: inherit;
  width: 100%;
}

.popular_card:hover .popular_img a:before {
  opacity: 1;
}

.popular_img a:before {
  background: rgba(45, 62, 80, 0.2) none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  right: 0;
  width: 100%;
}

.popular_img a:hover:before {
  opacity: 1;
}

.popular_content h4 {
  font-size: 20px;
  padding-top: 7px;
  padding-bottom: 17px;
}

.popular_content h4 a {
  color: #2d3e50;
  text-decoration: none;
  font-family: sans-serif, "poppins";
}

.popular_inner_content {
  margin-bottom: 18px;
  padding-top: 5px;
}

.popular_inner_content span {
  color: #696969;
  margin-right: 11px;
  font-size: 14px;
}

.popular_inner_content span span {
  color: #2d3e50;
}

.popular_content p {
  color: #222222;
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 60px;
  text-align: justify;
}

.popular_content p a {
  color: #222222;
}

.card_read_more {
  color: black !important;
  transition: all 0.3s ease;
}

.card_read_more:hover {
  color: #e39e07 !important;
}

.popular_comment {
  display: inline-block;
}

.popular_comment span {
  color: #696969;
  display: inline-block;
  font-size: 12px;
  margin-right: 17px;
}

.popular_comment span i {
  font-size: 14px;
  margin-right: 7px;
}

.popular_rating {
  color: #f3c30b;
  float: right;
  font-size: 13px;
}

.popular_rating i {
  margin-left: 3px;
}

.popular_inner_content2 {
  margin-bottom: 44px;
  overflow: hidden;
  padding-top: 21px;
}

.button-bottom {
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translate(-50%, -50%);
}

.button-default {
  background: #e39e07;
  color: #ffffff;
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  margin: 0;
  padding: 8px 33px;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
  border: 1px solid #e39e07;
}

.popular_card:hover .button-default {
  background: #fef4c2 none repeat scroll 0 0;
  color: black;
}

.browser {
  text-align: center !important;
}

.button-default2 {
  box-shadow: 0 2px 20px rgb(34 30 31 / 20%);
  font-size: 18px;
  margin-top: 20px;
  padding: 12px 18px;
  text-transform: capitalize;
  background: #e39e07;
  text-decoration: none;
  color: white;
  display: inline-block;
  transition: all ease-in-out 0.4s;
  border: solid 1px #e39e07;
}

.button-default2:hover {
  background: #fef4c2;
  color: black;
}

.button-default2 i {
  font-size: 16px;
  line-height: 20px;
  margin-left: 11px;
  position: relative;
}

.swiperbtn {
  text-align: center;
  margin-top: 3rem;
}

.swiperbtn .swiper-pagination-bullet-active {
  background: #e39e07;
}

/* popular section styling end */

/* important fact styling */
.fact {
  background: url(../webImages/bg6.jpg);
  color: #ffffff;
  padding: 100px 0;
}

.title-wrapper2 {
  text-align: center;
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}

.title-wrapper2:before {
  content: "";
  display: block;
  width: 250px;
  height: 1.5px;
  background: #e39e07; /* Gold line for dark bg */
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.fact .title-wrapper2:after {
  background: #7c5601;
}

.myslick .title-wrapper2:after {
  background: #775508;
}

.title-wrapper2:after {
  content: "\2660\fe0e";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #2d3e50; /* Navy background cutout for dark bg */
  padding: 0 15px;
  color: #ffffff; /* White spade */
  font-size: 26px;
  z-index: 10;
  line-height: 1;
}

.inner-title2 {
  padding-bottom: 12px;
}

.title-wrapper2 h3 {
  color: #e39e07; /* Gold heading for dark bg */
  font-size: 38px;
  font-weight: 800;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.title-wrapper2 p {
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 24px;
  width: 600px;
  margin: 0 auto;
}

.main_fact {
  display: flex;
  flex-wrap: wrap;
  margin-top: 118px;
}

.fact_card {
  width: 25%;
  text-align: center;
}

.fact_card h4 {
  font-size: 30px;
  line-height: 30px;
  margin-bottom: 41px;
  position: relative;
}

.fact_card h4:after {
  background: #ffffff none repeat scroll 0 0;
  bottom: -11px;
  content: "";
  height: 2px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  width: 77px;
}

.fact_card h2 {
  font-size: 62px;
  line-height: 46px;
  color: white;
}

/* important fact styling end */

.latestNews {
  padding: 100px 0;
}

.main_news {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 107px;
  column-gap: 26px;
  row-gap: 2.5rem;
}

.news_card {
  display: flex;

  background: #fef4c2;
  transition: all ease-in-out 0.4s;
}

.news_card:hover {
  box-shadow: 2px 5px 25px rgb(34 30 31 / 25%);
  background: white;
}

.news_content h3 {
  font-family: raleway;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
}

.news_content h3 a {
  text-decoration: none;
  color: #2d3e50;
}

.news_comment span {
  margin-right: 13px;
  color: #696969;
  font-size: 12px;
}

.news_comment span i {
  font-size: 14px;
  margin-right: 7px;
}

.news_content {
  border-bottom: 2px solid #e39e07;
  overflow: hidden;
  padding: 30px 17px 27px 20px;
  width: 57%;
}

.news_img {
  width: 50%;
  height: 220px;
  overflow: hidden;
  align-self: flex-start; /* Prevent stretching */
}

.news_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news_comment {
  margin-bottom: 8px;
}

.news_content p {
  font-size: 15px;
  line-height: 1.5;
  padding-bottom: 20px;
  text-align: justify;
}

.news_content .news_btn {
  font-size: 12px;
  margin-top: 7px;
  display: inline-block;
  background: #e39e07;
  padding: 7px 20px;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  border: solid 1px #e39e07;
  transition: all ease-in-out 0.3s;
}

.news_card:hover .news_btn {
  background: #fef4c2;
  color: black;
}

.news_content a {
  color: #86bc42;
}

/* slick styling */
.myslick {
  background: url(../webImages/bg14.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 95px 0 82px;
  position: relative;
}

.myslick::after {
  background: rgba(124, 86, 1, 0.9); /* Restored to old background color */
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

.main_slick {
  text-align: center;
  position: relative;
  z-index: 999999;
  width: 70%;
  margin: 0 auto;
  margin-top: 50px;
}

.slick_loop {
  display: flex;
  justify-content: center;
  z-index: 99999;
}

/* Slick Custom Arrows */
.slick-arrow {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: white;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  backdrop-filter: blur(5px);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.slick-prev {
  left: -60px;
}

.slick-next {
  right: -60px;
}

.slick-arrow:hover {
  background: #e39e07;
  border-color: #e39e07;
  color: white;
  box-shadow: 0 0 15px rgba(227, 158, 7, 0.4);
}

.slick-prev:hover {
  transform: translateY(-50%) scale(1.1);
}

.slick-next:hover {
  transform: translateY(-50%) scale(1.1);
}

/* Image Slider Items */
.testimonial-image-slider {
  display: block !important; /* Override flex layout which breaks slick alignment */
  margin: 0 auto !important;
}

.testimonial-image-slider .slick-list {
  height: 150px;
  overflow: visible !important; /* Ensure scaled active images do not clip */
}

.testimonial-image-slider .slick-slide {
  padding: 20px 0;
  opacity: 0.5;
  filter: grayscale(100%);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-image-slider .slick-slide.slick-current {
  opacity: 1;
  filter: grayscale(0%);
}

.slick-slide .items img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  border: 3px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  margin: 0 auto;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.testimonial-image-slider .slick-slide.slick-current img {
  width: 120px;
  height: 120px;
  border: 3px solid #e39e07;
  box-shadow: 0 8px 24px rgba(227, 158, 7, 0.4);
}

/* Text Slider (Glassmorphic Container) */
.testimonial-text-slider {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  padding: 50px 60px 40px;
  max-width: 800px;
  margin: 40px auto 0 !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
  position: relative;
  display: block;
}

/* Large decorative quotation mark background */
.testimonial-text-slider::before {
  content: "“";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  font-family: Georgia, serif;
  font-size: 80px;
  line-height: 1;
  color: rgb(255 255 255);
  background: #775508; /* Matches the restored background overlay color */
  padding: 0 20px;
  height: 40px;
  display: flex;
  align-items: center;
  border-radius: 10px;
}

.slick-slide .slick_content {
  text-align: center;
}

.slick-slide .items .slick_content h1,
.slick-slide .items .slick_content h1 * {
  color: #ffffff !important;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  margin: 0 0 10px 0;
  padding: 0;
}

.slick-slide .slick_content p,
.slick-slide .slick_content p * {
  color: rgba(255, 255, 255, 0.9) !important;
  line-height: 1.7;
  font-size: 15px;
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
}

.testimonial-text-slider,
.testimonial-text-slider * {
  color: #ffffff !important;
}

/* Responsive Overrides */
@media screen and (max-width: 768px) {
  .testimonial-text-slider {
    padding: 10px;
    margin-top: 25px !important;
  }
  .slick-arrow {
    width: 38px;
    height: 38px;
    font-size: 12px;
  }
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
}
/* slick styling end */

/* event styling */
.event {
  padding: 100px 0;
}

.main_event {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 110px;
  column-gap: 2rem;
}

/* --- PREMIUM NEWS SECTION REDESIGN (mySwiper_news) --- */

.mySwiper_news .event_card {
  background: #ffffff;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06); /* Deeper, softer shadow */
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  min-height: 620px; /* Adjusted for larger fonts */
  height: auto;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.03);
}

.mySwiper_news .event_card:hover {
  transform: translateY(-15px);
  box-shadow: 0 25px 60px rgba(31, 78, 121, 0.12);
}

.mySwiper_news .event_img {
  position: relative;
  height: 220px;
  background: #f0f0f0;
  overflow: hidden;
}

.mySwiper_news .event_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1.2s ease;
}

.mySwiper_news .event_card:hover .event_img img {
  transform: scale(1.15);
}

/* Floating Bookmark Date */
.mySwiper_news .event_img a > span {
  background: linear-gradient(180deg, #e39e07 0%, #c48906 100%);
  top: 0;
  right: 20px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  padding: 12px 10px 18px 10px;
  line-height: 1.1;
  position: absolute;
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 88%, 0 100%);
  z-index: 10;
}

.mySwiper_news .event_img a span span {
  display: block;
  font-size: 22px;
  font-weight: 900;
}

/* Content Area */
.mySwiper_news .event_content {
  padding: 35px 30px;
  background: #ffffff;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  position: relative;
}

/* Editorial Title */
.mySwiper_news .event_content h3 {
  margin-bottom: 15px;
  font-size: 20px; /* Reduced for a cleaner look */
  font-weight: 700; /* Less bold */
  line-height: 1.3;
  letter-spacing: 0; /* Removed letter spacing */
  min-height: 50px;
}

.mySwiper_news .event_content h3 a {
  color: #1a1a1a;
  text-decoration: none;
  transition: color 0.3s ease;
}

.mySwiper_news .event_card:hover h3 a {
  color: #1f4e79;
}

.mySwiper_news .event_comment {
  margin-bottom: 25px;
}

.mySwiper_news .event_comment span {
  font-size: 12px;
  font-weight: 600;
  color: #1f4e79;
  background: rgba(31, 78, 121, 0.04);
  padding: 6px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.mySwiper_news .event_comment span i {
  color: #e39e07;
  margin-right: 8px;
}

.mySwiper_news .event_content p {
  color: #555;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0;
  text-align: left;
}

/* Refined Gradient Pill Button */
.mySwiper_news .event_btn {
  margin-top: 20px;
  text-decoration: none;
  background: linear-gradient(135deg, #1f4e79 0%, #163856 100%);
  display: inline-flex !important; /* Shrink to text width */
  align-items: center;
  justify-content: center;
  text-transform: capitalize; /* Capitalized as requested */
  padding: 8px 22px; /* Smaller, tighter padding */
  font-size: 12px; /* Smaller font */
  font-weight: 500; /* Lighter weight */
  color: white !important;
  border-radius: 50px;
  transition: all 0.4s ease;
  border: none;
  box-shadow: 0 4px 10px rgba(31, 78, 121, 0.12);
  letter-spacing: 0.2px; /* Minimal spacing */
  width: fit-content;
}

.mySwiper_news .event_btn::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 8px;
  font-size: 10px;
  transition: transform 0.3s ease;
}

.mySwiper_news .event_card:hover .event_btn {
  background: linear-gradient(135deg, #e39e07 0%, #c48906 100%);
  box-shadow: 0 6px 15px rgba(227, 158, 7, 0.2);
  transform: translateY(-1px);
}

.mySwiper_news .event_card:hover .event_btn::after {
  transform: translateX(4px);
}

/* event styling end */

.subcribe {
  background: #ffffff;
  padding: 80px 0;
  color: #133454;
  position: relative;
  overflow: hidden;
  border-top: 1px solid #eef2f5;
  border-bottom: 1px solid #eef2f5;
}

/* Subtle Branding Watermark */
.subcribe::before {
  content: "\2660\fe0e";
  position: absolute;
  right: -50px;
  bottom: -50px;
  font-size: 300px;
  color: rgba(19, 52, 84, 0.02);
  transform: rotate(-15deg);
  pointer-events: none;
}

.main_sub {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 60px;
  position: relative;
  z-index: 2;
}

.main_sub_left {
  flex: 1;
}

.main_sub_left h3 {
  font-size: 26px;
  font-weight: 700;
  color: #133454;
  margin-bottom: 12px;
  line-height: 1.3;
}

.main_sub_left h3 span {
  color: #e39e07;
}

.main_sub_left p {
  font-size: 15px;
  line-height: 1.6;
  color: #555555;
  max-width: 500px;
  margin-bottom: 25px;
}

.lead-magnet-badge {
  display: inline-flex;
  align-items: center;
  background: rgba(227, 158, 7, 0.1);
  border: 1px dashed rgba(227, 158, 7, 0.4);
  color: #e39e07;
  padding: 12px 24px;
  border-radius: 50px; /* Pill style */
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  transition: all 0.3s ease;
}

.lead-magnet-badge i {
  margin-right: 12px;
  font-size: 18px;
}

.main_sub_right {
  flex: 1;
  max-width: 500px;
}

.main_sub_right .subscribe-form {
  display: flex;
  background: #ffffff;
  padding: 8px;
  border-radius: 12px;
  border: 1px solid rgba(19, 52, 84, 0.12);
  box-shadow: 0 15px 30px rgba(19, 52, 84, 0.05);
}

.main_sub_right .subscribe-form input {
  background: transparent;
  border: none;
  color: #333;
  flex: 1;
  padding: 15px 25px;
  outline: none;
  font-size: 16px;
}

.main_sub_right .subscribe-form button {
  background: #e39e07;
  border: none;
  font-size: 13px;
  font-weight: 900;
  color: white;
  padding: 0 35px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.main_sub_right .subscribe-form button:hover {
  background: #1f4e79;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991px) {
  .main_sub {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }
  .main_sub_left p {
    margin-left: auto;
    margin-right: auto;
  }
  .main_sub_right {
    width: 100%;
  }
}

/* footer styling  */

.footer {
  background: #2d3e50;
  padding: 80px 0;
}

.main_footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 12px;
}

.footer-logo img {
  width: 85px;
}

.column_footer p {
  color: white;
  font-size: 14px;
  line-height: 1.6;
}

.footer_icon {
  margin-top: 13px;
  display: flex;
  column-gap: 13px;
}

.footer_icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  font-size: 20px;
  padding: 8px 10px;
  text-decoration: none;
  color: #2d3e50;
  transition: all ease-in-out 0.3s;
  border-radius: 10%;
}

.footer_icon a:hover {
  background: #fef4c2;
  color: black;
}

.column_footer2 h3 {
  font-size: 24px;
  padding-top: 7px;
  margin-bottom: 41px;

  text-transform: uppercase;
  color: white;
}

.column_footer2 a {
  color: #ffffff;
  display: block;
  margin-bottom: 15px;
  font-size: 14px;
  text-decoration: none;
  transition: all ease-in-out 0.4s;
  white-space: nowrap;
}

.column_footer2 a:hover {
  color: #e39e07;
}

.column_footer2 a i {
  font-size: 18px;
  width: 30px;
  font-size: 14px;
}

.column_footer2 span {
  display: flex;
  align-items: center;
  margin-bottom: 3px;
  font-size: 16px;
  color: white;
  transition: all ease-in-out 0.4s;
}

.column_footer2 span:hover {
  color: #e39e07;
  cursor: pointer;
}

.column_footer2 span i {
  font-size: 18px;
  width: 30px;
  font-size: 18px;
}

.footer-list li {
  list-style: none;
  line-height: 0.8;
  padding-left: 20px;
}

.footer-img {
  display: flex;
  column-gap: 1rem;
}

.footerimg a {
  display: block;
  position: relative;
}

.footerimg a:before {
  background: #eea504c4 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
}

.footerimg a:after {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  color: #ffffff;
  content: "+";
  font-size: 40px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  position: absolute;
  transition: all 0.3s ease 0s;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.footerimg a:hover::before,
.footerimg a:hover::after {
  opacity: 1;
}

/* footer styling  end */

/* bottom footer styling */
.bottom-footer {
  background: #fef4c2;
  padding: 17px 0;
}

.bottom_main {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
}

/* .footer_grid{
    text-align: center;
} */

.footer_grid:nth-child(2) {
  text-align: center;
}

.footer_grid span {
  display: block;
  font-size: 13px;
  color: black;
  cursor: pointer;
}

.footer_grid span a {
  color: black;
  text-decoration: none;
}

.footer_grid span a:hover {
  text-decoration: underline;
  color: #2d3e50;
}

/* imeda */
.footer_last2 {
  display: flex;
  align-items: center;
  justify-content: end;
}

.footer_last2 a {
  display: block;
  color: black;
  font-size: 13px;

  transition: all 0.3s ease-in-out;
  text-decoration: none;
}

.footer_last2 a:nth-child(2) {
  font-size: 6px;
}

.footer_last2 p {
  color: black;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

.footer_last2 img {
  padding: 0 10px;
}

/* contact styling */
h1.contact_head2 {
  display: flex;
  align-items: center;
  font-size: 40px;
  white-space: nowrap;
  color: #e0a30c;
}

h1.contact_head2 span {
  width: 100%;
}

h1.contact_head2 span img {
  width: 100%;
}

.contact {
  padding: 100px 0;
  background: #2d3e50;
}

.contact1 {
  padding: 100px 0;
}

.contact_inquiry {
  display: flex;
  align-items: center;
}

.contact_inquiry h3 a {
  text-decoration: none;
  color: black;
  transition: all 0.3s ease;
  font-weight: 200;
}

h1.headCon1 {
  text-align: center;
  padding: 20px 0;
  font-size: 35px;
}

.contact_inquiry h3 a:hover {
  color: #e39e07;
}

h3.contact_i_1 {
  padding-left: 30px;
  padding-top: 5px;
  font-size: 15px;
  cursor: pointer;
}

h3.contact_i_2 {
  padding-left: 35px;
  font-size: 15px;
  cursor: pointer;
}

h3.contact_i_3 {
  padding-left: 61px;
  font-size: 15px;
  cursor: pointer;
}

.contact1_social {
  padding-top: 10px;
  padding-left: 5px;
}

.contact1_social ul li {
  list-style: none;
  display: inline-block;
  padding-right: 15px;
  font-size: 25px;
}

.contact1_social ul li a {
  color: black;
  transition: all 0.3s ease;
}

.contact1_social ul li a:hover {
  color: #e39e07;
}

.contact_left1 h1 {
  text-transform: uppercase;
  padding: 14px 0;
  color: #010204;
}

.contact_left1 h2 {
  font-size: 16px;
  padding: 5px 0;
  font-weight: 800;
}

.main_contact {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 100px;
}

.contact_right {
  display: flex;
  justify-content: center;
}

contact_right1 {
  width: 100%;
  height: 200px;
}

iframe.contact2 {
  width: 100%;
  height: 380px;
  border: 5px solid #e39e07 !important;
  border: 1px soid blue;
}

.headCon {
  padding-bottom: 30px;
  font-weight: 100;
  color: white;
}

.fill_form {
  display: flex;
  flex-direction: column;
}

.fill_form label {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  padding-bottom: 13px;
  color: white;
}

.fill_form input,
textarea {
  border: none;
  border: 1px solid #e39e07;
  padding: 10px 6px;
  /* margin-top: 2px; */
  background: transparent;
  margin-bottom: 20px;
  color: white;
  outline: none;
  transition: all ease-in-out 0.5s;
}

.fill_form select {
  border: none;
  border: 1px solid #e39e07;
  padding: 10px 3px;
  /* margin-top: 2px; */
  background: transparent;
  margin-bottom: 20px;
  color: black;
  outline: none;
  transition: all ease-in-out 0.5s;
}

.fill_form input:focus {
  border: 1px solid white;
}

.fill_form select:focus {
  border: 1px solid white;
}

.fill_form1 select:focus {
  border: 1px solid black;
}

.fill_form1 input:focus {
  border: 1px solid black;
}

.fill_form textarea:focus {
  border: 1px solid #fef4c2;
}

.fill_form1 textarea:focus {
  border: 1px solid black;
}

.fill_form input::placeholder {
  color: gray;
}

.contact_left .gender {
  display: flex;
  display: flex;
  column-gap: 5px;
  align-items: center;
  margin-bottom: 20px;
}

.contact_left .gender1 {
  display: flex;
  display: flex;
  column-gap: 5px;
  align-items: center;
  /* margin-bottom: 20px; */
}

.contact_left .gender label,
input {
  font-size: 15px;
  color: white;
}

.contact_left .submit {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 8px 28px;
  background: #e39e07;
  border: solid 1px #e39e07;
  color: white;
  cursor: pointer;
  transition: all ease-in-out 0.3s;
}

.contact_left .submit:hover {
  background: #fef4c2;
  color: black;
}

/* contact styling end */

/* ######################## About Us page Start ################################### */

section.aboutus {
  padding: 60px 0;
}

.about-title-wrapper {
  text-align: center;
  position: relative;
}

.about-title-wrapper .inner-title {
  text-align: left;
}
.dental-title-wrapper .inner-title span i {
  margin-right: 7px;
}
.about-title-wrapper:before {
  background: #2d3e50 none repeat scroll 0 0;
  bottom: 50%;
  content: "";
  height: 2px;
  left: 15%;
  position: absolute;
  right: 0;
  text-align: center;
  width: 230px;
}

.about-title-wrapper:after {
  background: url(../webImages/2-icons.png) no-repeat;
  top: 0;
  background-size: contain;
  background-position: center;
  content: "";
  font-size: 14px;
  height: 20px;
  left: 22.5%;

  position: absolute;
  right: 0;
  text-align: center;
  width: 40px;
  z-index: 9;
}

.about-title-wrapper h3 {
  color: #e39e07;
  font-size: 30px;
  line-height: 22px;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.about-title-wrapper p {
  color: #000000;
  font-weight: 400;
  margin-bottom: 24px;
}

/* ######################## About Us page Start end ################################### */

/* ################################ dental nurse course page ###################### */
.dental_banner {
  background: url(../webImages/dentalbanner/dentalbanner.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-attachment: fixed;
  height: 50vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dental_banner1 {
  background: url(../webImages/NEBDN_banner.png) no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  /* height: 50vh; */
  height: 450px;
  position: relative;
  /* display: flex;
    justify-content: center;
    align-items: center; */
}

/* .dental_banner1::after {
    position: absolute;
    content: "";
    background: #54545496;
    height: 100%;
    width: 100%;
    top: 0;
} */

.dental_banner::after {
  position: absolute;
  content: "";
  background: #54545496;
  height: 100%;
  width: 100%;
  top: 0;
}

.dental_banner h1 {
  color: white;
  z-index: 1;
  font-size: 42px;
  text-transform: capitalize;
}

.dental-title-wrapper {
  text-align: left;
  position: relative;
  /* margin-bottom: 60px; */
}

.about_sub_heading {
  padding-top: 10px;
  font-size: 23px;
  font-weight: 500;
  color: #000000e3;
}

.about_sub_heading1 {
  padding: 15px 0;
  font-size: 25px;
  font-weight: 500;
  color: #000000e3;
}

/* .dental-title-wrapper .inner-title{
    text-align: left;
}

.dental-title-wrapper:before {
    background: #2d3e50 none repeat scroll 0 0;
    bottom: 50%;
    content: "";
    height: 2px;
    left: 34%;
    position: absolute;
    right: 0;
    text-align: center;
    /* width: 230px; */
/* } */

/* .dental-title-wrapper:after {
    background:  url(../webImages/2-icons.png) no-repeat ;
    top: 0;
    background-size:contain;
    background-position:center;
    content: "";
    font-size: 14px;
    height: 20px;
    left: 33.5%;
  
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    z-index: 9;
}  */

.dental-title-wrapper h3 {
  color: #e39e07;
  font-size: 28px;
  line-height: 22px;
  margin-bottom: 10px;
  line-height: 35px;

  display: flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
  text-transform: capitalize;
}

.dental-title-wrapper h4 {
  color: #e39e07;
  font-size: 21px;
  line-height: 22px;
  margin-bottom: 10px;
  line-height: 35px;

  width: 100%;
  white-space: nowrap;
  text-transform: capitalize;
}

.dental-title-wrapper h3 span {
  display: block;
  width: 100%;
}

.dental-title-wrapper h3 span img {
  width: 100%;
}

section.dental_des {
  padding: 100px 0 36px 0;
}

.dental_description {
  margin-bottom: 53px;
}

.dental_description span {
  font-size: 10px;
}

.dental_description_ {
  margin-bottom: 10px;
  padding-top: 15px;
  text-align: justify;
  line-height: 1.6;
}

.dental_description1 {
  margin-bottom: 53px;
  height: 50vh;
}

.dental_description p {
  line-height: 1.6;
  text-align: justify;
}

.dental_description h4 {
  color: #2d3e50;
  padding-top: 10px;
  padding-bottom: 2px;
  /* padding: 4px 0; */
  font-size: 18px;
}

.dental_description p span {
  color: #e39e07;
  padding-right: 5px;
}

/* ################################ dental nurse course page end ###################### */

/* ################################ electrical installation course page ###################### */
.electrical_banner {
  background: url(../webImages/electricalbanner/electricalbanner.jpg) no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  background-attachment: fixed;
  height: 40vh;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.electrical_banner::after {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  top: 0;
}

.electrical_banner h1 {
  color: white;
  z-index: 1;
  font-size: 42px;
}

.electrical-title-wrapper {
  text-align: left;
  position: relative;
  margin-bottom: 60px;
}

/*
.electrical-title-wrapper .inner-title{
    text-align: left;
}

.electrical-title-wrapper:before {
    background: #2d3e50 none repeat scroll 0 0;
    bottom: 50%;
    content: "";
    height: 2px;
    left: 34%;
    position: absolute;
    right: 0;
    text-align: center;
    /* width: 230px; */

/* .electrical-title-wrapper:after {
    background:  url(../webImages/2-icons.png) no-repeat ;
    top: 0;
    background-size:contain;
    background-position:center;
    content: "";
    font-size: 14px;
    height: 20px;
    left: 33.5%;
  
    position: absolute;
    right: 0;
    text-align: center;
    width: 40px;
    z-index: 9;
}  */

.electrical-title-wrapper h3 {
  color: #e39e07;
  font-size: 30px;
  line-height: 22px;
  margin-bottom: 10px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  width: 100%;
  white-space: nowrap;
}

.electrical-title-wrapper h3 span {
  display: block;
  width: 60%;
}

section.electrical_des {
  padding: 100px 0 136px 0;
}

.electrical_description {
  margin-bottom: 53px;
}

.electrical_description p {
  line-height: 1.6;
}

/* ################################ electrical installation course page end ###################### */
/* ################################ electrical installation course page start ###################### */
.download_pdf {
  padding-top: 30px;
}

.download_pdf img {
  width: 200px;
  cursor: pointer;
  margin-left: -10px;
  /* text-align: center; */
}

.download_pdf h1 {
  font-size: 35px;
  padding: 10px 15px;
  color: #e39e07;
}

/* ################################ electrical installation course page end ###################### */
/* FEE LIST START */
div.table-title {
  display: block;
  margin: auto;
  max-width: 600px;
  padding: 5px;
  width: 100%;
}

.table-title h3 {
  color: #fafafa;
  font-size: 30px;
  font-weight: 400;
  font-style: normal;
  font-family: "Roboto", helvetica, arial, sans-serif;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
}

/*** Table Styles **/

.table-fill {
  background: white;
  border-radius: 3px;
  border-collapse: collapse;
  height: 320px;
  margin: auto;
  padding: 5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}

.table-fill th {
  color: #ffffff;
  background: #e39e07;
  border-bottom: 4px solid white;
  border-right: 1px solid #343a45;
  font-size: 25px;
  font-weight: 100;
  padding: 14px 24px;
  font-weight: 800;
  text-align: left;
  text-shadow: 0 1px 1px rgb(0 0 0 / 10%);
  vertical-align: middle;
}

.table-fill th:first-child {
  border-top-left-radius: 3px;
}

.table-fill th:last-child {
  border-top-right-radius: 3px;
  border-right: none;
}

.table-fill tr {
  border-top: 1px solid #c1c3d1;
  border-bottom: 1px solid #c1c3d1;
  color: #666b85;
  font-size: 16px;
  font-weight: normal;

  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}

.table-fill tr:hover td {
  background: #4e5066;
  color: #ffffff;
  border-top: 1px solid #22262e;
  transition: all 0.5s ease;
}

.table-fill tr:first-child {
  border-top: none;
}

.table-fill tr:last-child {
  border-bottom: none;
}

.table-fill tr:nth-child(odd) td {
  background: #ebebeb;
}

.table-fill tr:nth-child(odd):hover td {
  background: #2d3e50;
}

.table-fill tr:last-child td:first-child {
  border-bottom-left-radius: 3px;
}

.table-fill tr:last-child td:last-child {
  border-bottom-right-radius: 3px;
}

.table-fill td {
  background: #ffffff;
  padding: 20px;
  text-align: left;
  vertical-align: middle;
  font-weight: 300;
  font-size: 18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #c1c3d1;
}

.table-fill td:last-child {
  border-right: 0px;
}

.table-fill th.text-left {
  text-align: left;
}

.table-fill th.text-center {
  text-align: center;
}

.table-fill th.text-right {
  text-align: right;
}

.table-fill td.text-left {
  text-align: left;
}

.table-fill td.text-center {
  text-align: center;
}

.table-fill td.text-right {
  text-align: right;
}

.table_fee_list {
  padding-top: 30px;
}

.fee_list_structure_inner h1 {
  font-weight: 400;
  color: #4f4c4c;
  font-size: 20px;
}

/* FEE LIST END */
/* Workshop Main Start */
.workshop_form {
  padding-bottom: 50px;
  width: 50%;
  margin: 0 auto;
}

.form_fill1 label {
  color: black;
  font-size: 12px;
  font-weight: 100;
  padding: 10px 0;
  letter-spacing: 1px;
}

/* Workshop Main End */
/* FAQ'S Start */
.accordion-container {
  /* border-radius: 16px; */
  /* border: solid 2px #ebebeb; */
  overflow: hidden;
}

.accordion-container .accordion-title {
  position: relative;
  margin: 0;
  padding: 0.625em 0.625em 0.625em 2em;
  /* background-color: #000; */
  /* font-size: 1.25em; */
  font-weight: 600 !important;
  font-size: 20px;
  background-color: #2d3e50;
  font-weight: normal;
  padding: 20px 10px;
  color: #ffffff;
  cursor: pointer;
}

.accordion-container .accordion-title::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  transform: rotate(90deg);
  background: white;
  transition: all 0.3s ease-in-out;
}

.accordion-container .accordion-title::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  width: 15px;
  height: 2px;
  background: white;
  transition: all 0.2s ease-in-out;
}

.accordion-title.open {
  background-color: #e0a30c;
  border-bottom: solid 1px #ebebeb;
}

.accordion-container .accordion-title.open::before {
  transform: rotate(180deg);
}

.accordion-content {
  padding: 12px 5px;
}

.accordion-content p {
  font-size: 18px;
}

/* FAQ'S End */
/* Sign In Start */
.standard_form {
  width: 30%;
  margin: 0 auto;
}

.sing_input_box {
  width: 100%;
  position: relative;
  margin-top: 30px;
}

.sing_input_box_pass {
  margin-top: 35px;
}

.sing_input_box input {
  width: 100%;
  padding: 16px 10px 5px 10px;
  border: 1px solid #e39e07;
  background: transparent;
  outline: none;
  color: #ffffff;
  font-size: 16px;
}

.sing_input_box select {
  width: 100%;
  padding: 16px 10px 5px 10px;
  border: 1px solid #e39e07;
  background: transparent;
  outline: none;
  color: #ffffff;
  font-size: 16px;
}

.sing_input_box input[type="date"] {
  width: 100%;
  padding: 10px;
  border: 1px solid #e39e07;
  background: transparent;
  outline: none;
  color: #ffffff;
  font-size: 16px;
}
select.typeUser {
  /* padding: 11px 10px 5px 10px; */
  padding: 12px;
}
select.typeUser option {
  color: white;
  background: #e39e07;
  padding: 12px;
}
/*select.typeUser option:hover*/
/*{*/
/*    background:white;*/
/*    color: black;*/
/*}*/
select.typeUser:first-child {
  color: white;
  background: #e39e07;
}
.sing_input_box span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 15px;
  padding: 10px;
  /* text-transform: uppercase; */
  color: transparent;
  transition: all 0.3s ease;
  /*color: white;*/
  height: 100%;
  line-height: 1.6;
  /* text-align: center; */
}
.sing_input_box input:placeholder {
  color: white;
  opacity: 1;
}

.sing_input_box input:valid ~ span,
.sing_input_box input:focus ~ span {
  color: #ffffff;
  font-size: 15px;
  padding: 0px 11px;
  transform: translateX(10px) translateY(-9px);
  background: #e39e07;
  line-height: 1.5;
  height: auto;
}

.sign_main_1 {
  width: 80%;
  background: #2d3e50;
  padding: 40px 20px;
  border-radius: 10px;
  margin: 0 auto;
}

.sign_main_1 img {
  width: 100px;
  display: block;
  margin: 0 auto;
}

.sign_radio {
  padding-top: 20px;
}

.sign_radio input {
  outline: none;
}

.sign_radio label {
  color: white;
  cursor: pointer;
}

.sing_button {
  width: 100%;
}

.sing_button button {
  width: 100%;
  padding: 10px;
  outline: none;
  border: 2px solid #e39e07;
  background: #e39e07;
  color: white;
  font-size: 18px;
  border-radius: 5px;
  margin-top: 30px;
  transition: all 0.4s ease;
  cursor: pointer;
}

.sing_button button:hover {
  background: white;
  color: #e39e07;
}

.sign_regis {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding: 25px 0;
}

.sign_regis a {
  color: #e39e07;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
}

.sign_regis a:hover {
  color: white;
}

.forget_pass {
  text-align: center;
  display: block;
  margin: 0 auto;
  padding-top: 20px;
}

.forget_pass a {
  color: #e39e07;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s ease;
}

.forget_pass a:hover {
  color: white;
}

.sing_input_box label {
  margin-bottom: 10px;
  display: block;
}

.sing_input_box input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.singup_gender label {
  color: white;
}

.singup_gender {
  padding-top: 35px;
}

.singup_gender input {
  outline: none;
  cursor: pointer;
}

.singup_gender input[type="radio"]:checked:after {
  width: 8px;
  height: 8px;
  border-radius: 15px;
  top: -2px;
  left: 0px;
  position: relative;
  background-color: #e39e07;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

/* Sign In End */
/* Forget Password Main Start */
p.forget_head {
  text-align: center;
  padding-bottom: 30px;
  font-size: 20px;
}

/* Forget Password Main End */
/* Connect Main Start */
.connect_icon_inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.connect1 {
  box-shadow:
    rgba(50, 50, 93, 0.25) 0px 13px 27px -5px,
    rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  position: relative;
}

.connect1 span {
  display: block;
  text-align: center;
  font-size: 50px;
  color: #2d3e50;
  padding: 70px;
  cursor: pointer;
}

.connect1 span a {
  text-decoration: none;
  color: #2d3e50;
}

.connect1 i#dropdown_connect {
  color: #e39e07;
  font-size: 25px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.connect1 i#dropdown_connect:hover {
  color: #2d3e50;
}

.connect1_links {
  position: absolute;

  left: 0%;
  top: 62%;
  background: white;
  width: 100%;

  padding: 10px 0px;
  text-align: center;

  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  display: none;
}

.connect1_links p {
  font-style: 20px;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.4s ease;
  cursor: pointer;
  padding-top: 5px;
}

.connect1_links p a {
  text-decoration: none;
  color: black;
  font-size: 14px;
  word-break: break-all;
  padding: 0 2px;
}

.connect1_links p a:hover {
  color: #e39e07;
}

#connect2_links {
  display: none;
}

.connect_icon_main {
  padding-bottom: 100px;
}

/* Connect Main End */
/* Course_main Start */
.course_card_inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.course_card img {
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
  min-height: 170px;
  max-height: 170px;
}

.course_card_content {
  padding: 20px;
}

.course_card {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  border-radius: 10px;
  transition: all 0.5s ease;
  overflow: hidden;
  /* height: 100px; */
  height: 100%;
  min-height: 325px;
}

.course_card_content h1 {
  /* display: block; */
  width: 100%;
  text-align: center;
  font-size: 20px;
  padding-top: 30px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.course_card_content h1:hover {
  color: #e6a108;
}

.course_card_main {
  padding-bottom: 100px;
}

.course_card:hover.course_card img {
  transform: scale(1.2);
  transition: all 0.5s ease;
  filter: grayscale(1);
}

.course_card_a {
  color: black;
}

/* Course_main_end */
/* Course_main_end */
/* Dental Course Main Start */
/* .dental_card_inner { */
/* display: grid;
    grid-template-columns: repeat(2, 1fr); */
/* gap: 30px; */
/* } */

.dental_course_card img {
  width: 100%;
  border-radius: 10px;
  cursor: pointer;
}

.dental_course_card_content {
  padding: 20px;
}

.dental_course_card {
  box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
  border-radius: 10px;
  transition: all 0.5s ease;
  width: 360px;
  overflow: hidden;
}

.dental_course_card_content h1 {
  /* display: block; */
  width: 100%;
  text-align: center;
  font-size: 26px;
  padding-top: 50px;
  padding-bottom: 30px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.dental_course_card_content h1:hover {
  color: #e6a108;
}

.dental_course_card_main {
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dental_course_card:hover.dental_course_card img {
  transform: scale(1.2);
  transition: all 0.5s ease;
  filter: grayscale(1);
}

.course_card_d {
  color: black;
}

/* Dental Course Main End */
/* NEBDN Section Start */
/* .form_option_main {
    position: absolute;
    right: 10%;
    width: 35%;
    top: 5%;
} */

.form_option_inner h1 {
  color: #eab747;
  font-size: 21px;

  text-transform: capitalize;
}

.option_inner {
  border: 2px solid #eab747;
  display: flex;
  max-width: 178px;
  width: 100%;
  padding: 11px 10px;
  border-radius: 50px;
  text-align: left;
  margin-top: 10px;
  color: black;
  transition: all 0.3s ease;
}

.option_inner:hover {
  background: #e39e07;
  color: white;
  border: 2px solid #e39e07;
}

.form_option_flex {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}

.form_option_inner {
  padding-top: 10px;
}

.form_option_bottom h2 {
  padding-top: 20px;
  color: white;
  text-transform: capitalize;
}

.form_option_bottom button {
  /* margin: 20px 0; */
  /* padding: 10px 30px; */
  width: 100%;
  padding: 15px 0;
  border-radius: 50px;
  border: none;
  outline: none;
  background: #eab747;
  color: white;
  font-size: 20px;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.form_option_bottom button:hover {
  background-color: #e39e07;
  color: white;
}

.couse_timing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.option_inner input[type="radio"] {
  border: none;
  outline: none;
  cursor: pointer;
}

.option_inner input[type="radio"]:checked:after {
  width: 9px;
  height: 9px;
  border-radius: 15px;
  top: -1px;
  left: 0px;
  position: relative;
  background-color: #e39e07;
  content: "";
  display: inline-block;
  visibility: visible;
  border: 2px solid white;
}

/* .course_timing1 {
    
    margin-top: -30px;
} */

.course_timing1 span {
  font-size: 35px;
}

/* .timing_content {
    padding-top: 15px;
} */

.course_timing1 p {
  /* color: rebeccapurple; */
  font-size: 17px;
}

.course_timing1 h1 {
  font-size: 21px;
  color: #eab747;
}

.course_timing2 h1 {
  font-size: 21px;
  padding: 8px 0;
  color: #e39e07bd;
}

.fee_finance_p {
  max-width: 225px;
}

.fee_finance_p p {
  line-height: 25px;
}

.course_timing2 span {
  font-size: 30px;
}

.f_sub_heading1 h1 {
  font-size: 28px;
  color: #e39e07;
  padding: 15px 0;
}

.f_sub_heading1 h3 {
  color: #2d3e50;
  padding-bottom: 5px;
  padding-top: 5px;
}

.f_sub_heading1 p span {
  color: #e39e07;
  padding-right: 10px;

  /* font-size: 24px; */
}
.f_sub_heading1 p span i {
  font-size: 16px;
}
.f_sub_heading1 p {
  text-align: justify;
}

.financial_sub_heading {
  padding-bottom: 100px;
}

/* NEBDN Section End */
/* Our Team Main Start */
.our_team_inner {
  display: flex;
  align-items: center;
  justify-content: space-around;
  gap: 30px;
  padding: 20px 0;
}

.team_img {
  /* width: 30%; */
  display: block;
  position: relative;
}

.team_img img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
  /* border: 4px solid #e39e07; */
}

.team_content h1 {
  padding-bottom: 10px;
  color: #e39e07;
  font-size: 21px;
}

.team_content p {
  font-size: 17px;
  line-height: 24px;
  text-align: justify;
}

.icon_border {
  position: absolute;
  width: 180px;
  height: 180px;
  line-height: 70%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 4px solid #e39e07;
  animation: animation2 2s infinite;
  border-left: 10px;
  animation-timing-function: linear;
}

@keyframes animation2 {
  0% {
    transform: rotate(-360deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Our Team Main End */
/* GDPR MAIN PAGE START */
.f_sub_heading2 p span {
  color: #e39e07;
  padding-right: 8px;

  font-size: 10px;
}

.f_sub_heading2 p {
  text-align: justify;
  line-height: 20px;
}

/*.dental_description_ p {*/
/*    padding-bottom: 10px;*/
/*}*/

.dental_description_ p a {
  text-decoration: none;
  color: black;
  cursor: pointer;
  transition: all 0.3s ease;
}

.dental_description_ p a:hover {
  color: #e39e07;
}

/* GDPR MAIN PAGE END */
.dental_description_q {
  text-align: justify;
  padding: 20px 0;
}

.dental_description_q h3 {
  font-size: 21px;
  text-transform: capitalize;

  color: #e39e07;
}

.dental_description_q {
  text-align: justify;
  padding: 20px 0;
}

.dental_description_q p {
  line-height: 1.6;
  font-size: 17px;
  padding-top: 5px;
}

.dental_description_q a {
  text-decoration: none;
  color: black;
  transition: all 0.3s ease;
}

.dental_description_q a:hover {
  color: #e39e07;
}

.f_sub_heading2 h3 {
  color: #e39e07;
  font-size: 21px;
  padding-bottom: 10px;
}

.coporateTraining {
  width: 100%;
}

.mySwiper_news {
  padding: 20px 10px 80px 10px !important;
  margin-top: -20px;
}

.mySwiper_news .swiper-wrapper {
  padding-top: 25px;
}
/* --- AUDIENCE ENTRY GRID 5.2 --- */
.audience-grid-section {
  background-color: #e7e7e7;
  padding: 100px 0 0 0; /* No bottom padding as grid hits the next section */
  border-top: 1px solid #eee;
}

.audience-intro {
  text-align: center;
  margin-bottom: 100px; /* Increased for signature space */
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.audience-intro:before {
  content: "";
  display: block;
  width: 250px;
  height: 1.5px;
  background: #1f4e79;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.audience-intro:after {
  content: "\2660\fe0e";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #e7e7e7;
  padding: 0 15px;
  color: #e39e07;
  font-size: 26px;
  z-index: 10;
  line-height: 1;
}

.audience-intro h2 {
  font-size: 44px;
  font-weight: 900;
  color: #1f4e79;
  line-height: 1.2;
  margin-bottom: 40px;
}

.audience-intro h2 span {
  color: #e39e07;
}

.audience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  border-top: 1px solid #eee;
  border-left: 0;
  border-right: 0;
}

.audience-card {
  /* background: #ffffff; */
  padding: 70px 60px;
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

/* Remove right border for the 3rd and 6th items on desktop */
.audience-card:nth-child(3n) {
  border-right: 0;
}

.audience-card:hover {
  background: #fdfaf4;
}

.audience-card .eyebrow {
  display: block;
  font-size: 11px;
  font-weight: 800;
  color: #e39e07;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 25px;
}

.audience-card h3 {
  font-size: 26px;
  font-weight: 900;
  color: #1a1a1a;
  margin-bottom: 20px;
  line-height: 1.3;
}

.audience-card p {
  color: #666;
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 40px;
  max-width: 90%;
}

.audience-link {
  margin-top: auto;
  text-decoration: none;
  color: #1f4e79;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  border-bottom: 2px solid transparent;
  width: fit-content;
  padding-bottom: 2px;
}

.audience-link i {
  margin-left: 10px;
  font-size: 11px;
  transition: transform 0.3s ease;
}

.audience-card:hover .audience-link {
  color: #e39e07;
  border-bottom-color: #e39e07;
}

.audience-card:hover .audience-link i {
  transform: translateX(6px);
}

/* Responsive Grid */
@media (max-width: 1200px) {
  .audience-intro h2 {
    font-size: 36px;
  }
  .audience-card {
    padding: 50px 35px;
  }
}

@media (max-width: 991px) {
  .audience-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .audience-card:nth-child(3n) {
    border-right: 1px solid #eee;
  }
  .audience-card:nth-child(2n) {
    border-right: 0;
  }
}

@media (max-width: 768px) {
  .audience-intro h2 {
    font-size: 28px;
  }
  .audience-grid {
    grid-template-columns: 1fr;
  }
  .audience-card {
    border-right: 0 !important;
    padding: 45px 25px;
  }
}
.coursesMain h3 {
  font-size: 28px;
  color: #e39e07;
}
/*Media Query Start*/
@media screen and (max-width: 1527px) {
  .option_inner span {
    font-size: 15px;
  }
}
@media screen and (max-width: 1480px) {
  .couse_timing {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .course_timing1 h1 {
    font-size: 26px;
    color: #eab747;
  }
  .course_timing2 h1 {
    font-size: 26px;
    padding: 8px 0;
    color: #e39e07bd;
  }
  .form_option_main {
    padding-bottom: 30px;
  }
  .form_option_bottom button {
    /* margin: 20px 0; */
    /* padding: 10px 30px; */
    width: 86%;
    padding: 11px 0;
    border-radius: 50px;
    border: none;
    outline: none;
    background: #eab747;
    color: white;
    font-size: 19px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
}
@media screen and (max-width: 1400px) {
  .main_sub_left h3 {
    color: black;
    font-size: 20px;
  }
  .main_sub_left h2 {
    font-size: 26px;
    color: black;
  }
  .main_sub_right .subscribe-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #f3c30b;
    color: black;
    width: 345px;
    padding: 10px;
    outline: none;
  }
  .main_sub_right .subscribe-form button {
    background: #e39e07;
    border: solid 1px #e39e07;
    font-size: 14px;
    color: white;
    padding: 0 28px;
    transition: all ease-in-out 0.2s;
  }
  .connect1 i#dropdown_connect {
    color: #e39e07;
    font-size: 25px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-right: 10px;
  }
  .popular {
    padding: 60px 0;
  }
  .form_option_bottom button {
    /* margin: 20px 0; */
    /* padding: 10px 30px; */
    width: 100%;
    padding: 11px 0;
    border-radius: 50px;
    border: none;
    outline: none;
    background: #eab747;
    color: white;
    font-size: 19px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
}
@media screen and (max-width: 1366px) {
  .main_slick {
    text-align: center;
    position: relative;
    z-index: 999999;
    width: 80%;
    margin: 0 auto;
    margin-top: 70px;
  }
}
@media screen and (max-width: 1370px) {
  .sign_main_1 {
    width: 90%;
    background: #2d3e50;
    padding: 40px 20px;
    border-radius: 10px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1394px) {
  .button-default {
    background: #e39e07;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    margin: 0;
    padding: 8px 33px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    border: 1px solid #e39e07;
  }
  .popular_content h4 {
    font-size: 20px;
    padding-top: 0px;
    padding-bottom: 8px;
  }
  .main_popular .popular_card {
    height: 375px;
  }
}
@media screen and (max-width: 1350px) {
  .event_content h3 {
    margin-bottom: 10px;
    font-size: 21px;
    color: #2d3e50;
  }
  .event_content {
    padding: 15px 25px 25px;
    background: #f6f6f6 none repeat scroll 0 0;
  }
}
@media screen and (max-width: 1300px) {
  .connect_icon_inner {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
}
@media screen and (max-width: 1300px) {
  section.dental_des {
    padding: 40px 0 25px 0;
  }
}
@media screen and (max-width: 1280px) {
  .news_content {
    border-bottom: 2px solid #e39e07;
    overflow: hidden;
    padding: 20px 17px 9px 20px;
    width: 57%;
  }
}
@media screen and (max-width: 1250px) {
  .course_card_inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .main_sub_left h3 {
    color: black;
    font-size: 18px;
    font-weight: unset;
  }
  .main_sub_left h2 {
    font-size: 23px;
    color: black;
  }
  .main_sub_right .subscribe-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #f3c30b;
    color: black;
    width: 326px;
    padding: 8px;
    outline: none;
  }
  .main_sub_right .subscribe-form button {
    padding: 0px 20px;
    font-size: 12px;
  }
  .connect_icon_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .fact_card h4 {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 36px;
    position: relative;
  }
  .fact_card h2 {
    font-size: 52px;
    line-height: 46px;
    color: white;
  }
}
@media screen and (max-width: 1200px) {
  .contact {
    padding: 70px 0;
    background: #2d3e50;
  }
  .main_contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 80px;
    gap: 20px;
  }
  .contact_left .submit {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 14px 50px;
    background: #e39e07;
    border: solid 1px #e39e07;
    color: white;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
  }
  .footer-logo img {
    width: 78px;
  }
  .column_footer p {
    color: white;
    font-size: 13px;
    line-height: 1.6;
  }
  .footer_icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    font-size: 20px;
    padding: 6px 8px;
    text-decoration: none;
    color: #2d3e50;
    transition: all ease-in-out 0.3s;
    border-radius: 10%;
  }
  .column_footer2 h3 {
    font-size: 20px;
    padding-top: 7px;
    margin-bottom: 41px;
    text-transform: uppercase;
    color: white;
  }
  .column_footer2 a {
    color: #ffffff;
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
  }
  .column_footer2 h3 {
    font-size: 19px;
    padding-top: 7px;
    margin-bottom: 41px;
    text-transform: uppercase;
    color: white;
  }
  .column_footer2 a {
    color: #ffffff;
    display: block;
    margin-bottom: 15px;
    font-size: 13px;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
  }
  .captions h1 {
    color: #ffffff;
    font-size: 50px;
    line-height: 64px;
    padding-bottom: 41px;
    position: relative;
    animation: 1500ms ease-in-out 0s normal none 1 running slideInLeft;
  }
  .news_content p {
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 20px;
    text-align: justify;
  }
  .main_slick {
    text-align: center;
    position: relative;
    z-index: 999999;
    width: 87%;
    margin: 0 auto;
    margin-top: 70px;
  }
  .event_content p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.5;
    text-align: justify;
  }
  .event_card {
    background: #f6f6f6;
  }
  .workshop_form {
    padding-bottom: 50px;
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1140px) {
  .footer_grid span {
    display: block;
    font-size: 12px;
    color: black;
    cursor: pointer;
  }
  .footer_last2 p {
    color: black;
    font-size: 13px;
    transition: all 0.3s ease-in-out;
  }
  .footer_last2 a {
    display: block;
    color: black;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }
  .news_content h3 {
    font-family: raleway;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1100px) {
  .main_contact {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 70px;
    gap: 20px;
  }
  .contact_left1 {
    width: 100% !important;
  }
  .contact_left {
    width: 120%;
  }
  .contact_right {
    width: 80%;
    margin-left: auto;
  }
  .main_sub_left h3 {
    font-size: 16px;
  }
  .main_sub_left h2 {
    font-size: 19px;
  }
  .main_sub_right .subscribe-form input {
    width: 300px;
  }
  .main_sub_right .subscribe-form button {
    font-size: 11px;
    color: white;
  }
  .main_footer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12px;
  }
  .column_footer {
    width: 100%;
  }
  .footer-logo img {
    width: 108px;
  }
  .column_footer p {
    color: white;
    font-size: 17px;
    line-height: 1.6;
  }
  .footer_icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    font-size: 20px;
    padding: 10px 14px;
    text-decoration: none;
    color: #2d3e50;
    transition: all ease-in-out 0.3s;
    border-radius: 10%;
  }
  .column_footer2 h3 {
    font-size: 22px;
    padding-top: 7px;
    margin-bottom: 41px;
    text-transform: uppercase;
    color: white;
  }
  .column_footer2 a {
    color: #ffffff;
    display: block;
    margin-bottom: 15px;
    font-size: 16px;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
  }
  .navigation ul li a {
    text-decoration: none;
    text-transform: uppercase;
    color: #2d3e50;
    display: block;
    font-size: 11px;
    margin: 0 15px;
    position: relative;
  }
  .navigation ul li .sub-menu li a {
    padding: 0;
    text-transform: capitalize;
    display: block;
    padding: 9px 0;
    font-size: 13px;
    transition: all ease-in-out 0.3s;
  }
  .navigation ul li .sub-menu {
    background-color: white;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
    margin: 0;
    padding: 14px 9px 16px;
    left: -6px;
    position: absolute;
    z-index: 999999;
    text-align: left;
    width: 220px;
    top: 49px;
    opacity: 0;
    transform: scaleY(0);
    transition: all 0.4s ease-in-out 0s;
    transform-origin: top;
    border-bottom: 1px solid #e39e07;
  }
  .main_navbar .logo img {
    width: 61%;
  }
  .captions h1 {
    color: #ffffff;
    font-size: 45px;
    line-height: 64px;
    padding-bottom: 26px;
    position: relative;
    animation: 1500ms ease-in-out 0s normal none 1 running slideInLeft;
  }
  .captions .sliderbtn {
    background: #e39e07;
    color: white;
    text-decoration: none;
    padding: 11px 29px;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    border: solid 1px #e39e07;
    transition: all ease-in-out 0.3s;
  }
  .captions p {
    line-height: 1.6;
    margin-bottom: 18px !important;
    animation: 2500ms ease-in-out 0s normal none 1 running fadeInLeftBig;
  }
  .main_slick {
    text-align: center;
    position: relative;
    z-index: 999999;
    width: 97%;
    margin: 0 auto;
    margin-top: 70px;
  }
  .contect_center {
    text-align: center;
    padding: 0 0px;
  }
  .standard_form {
    width: 40%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1050px) {
  .course_card {
    min-height: 305px;
  }
  .fact {
    background: url(../webImages/bg6.jpg);
    color: #ffffff;
    padding: 70px 0;
  }
  .main_fact {
    display: flex;
    flex-wrap: wrap;
    margin-top: 85px;
  }
  .fact_card h4 {
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 36px;
    position: relative;
  }
  .fact_card h2 {
    font-size: 42px;
    line-height: 19px;
    color: white;
  }
  .news_content {
    border-bottom: 2px solid #e39e07;
    overflow: hidden;
    /* padding: 5px 17px 9px 20px; */
    padding: 10px;
    width: 57%;
  }
  .main_navbar .logo {
    max-width: 200px;
    position: absolute;
    left: 50px;
    /* left: 210px; */
  }
  .couse_timing {
    display: block;
    /* grid-template-columns: repeat(1, 1fr); */
  }
  .course_timing2 {
    /* display: block; */
    /* margin: 0 auto; */
    padding-top: 40px;
  }
  .form_option_main {
    /* padding-bottom: 30px; */
    padding: 30px 0;
  }
  .fee_finance_p p {
    line-height: 25px;
    white-space: nowrap;
  }
}
@media screen and (max-width: 1024px) {
  .main_event {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 110px;
    column-gap: 2rem;
    row-gap: 2rem;
  }
  .event {
    padding: 70px 0;
  }
  .main_slick {
    text-align: center;
    position: relative;
    z-index: 999999;
    width: 100%;
    margin: 0 auto;
    margin-top: 70px;
  }
}
@media screen and (max-width: 1000px) {
  section.dental_des {
    padding: 30px 0 20px 0;
  }
  .bottom_main {
    display: flex;
    /* grid-template-columns: repeat(3, 1fr); */
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
  .contact_left1 h1 {
    text-transform: uppercase;
    padding: 14px 0;
    color: #010204;
    font-size: 30px;
  }
  h3.contact_i_1 {
    padding-left: 15px;
    padding-top: 5px;
    font-size: 15px;
    cursor: pointer;
  }
  h3.contact_i_2 {
    padding-left: 20px;
    font-size: 15px;
    cursor: pointer;
  }
  iframe.contact2 {
    width: 100%;
    height: 100%;
    border: 5px solid #e39e07 !important;
    /*border: 1px soid blue;*/
  }
  .popular_content p {
    color: #222222;
    font-size: 14px;
    line-height: 1.4;
    margin-bottom: 60px;
    text-align: justify;
  }
  .main_popular .popular_card {
    height: 400px;
  }
  .main_news {
    display: block;
    /* grid-template-columns: repeat(1, 1fr); */
    margin-top: 107px;
    column-gap: 26px;
    row-gap: 2.5rem;
  }
  .news_content {
    border-bottom: 2px solid #e39e07;
    overflow: hidden;
    padding: 42px 22px 18px 20px;
    /*padding: 10px;*/
    width: 57%;
  }
  .news_card {
    display: flex;
    background: #fef4c2;
    transition: all ease-in-out 0.4s;
    margin-top: 20px;
  }
  .main_news {
    display: block;
    /* grid-template-columns: repeat(1, 1fr); */
    margin-top: 70px;
    column-gap: 26px;
    row-gap: 2.5rem;
  }
  .latestNews {
    padding: 60px 0;
  }
  .navigation ul {
    display: none;
    column-gap: 15px;
    align-items: center;
  }
  .menu_icn {
    display: block !important;
  }
  nav#menu {
    /*display:block !important;*/
    visibility: visible;
    opacity: 1;
  }
  a.menu_icn_ {
    color: #e39e07;
    font-size: 25px;
  }
  .main_navbar .logo img {
    width: 58%;
  }
  .main_navbar .logo {
    max-width: 200px;
    position: absolute;
    left: 70px;
    /* left: 210px; */
  }
  #slider {
    margin-top: 145px;
    /* padding-top: 120px; */
  }
  .captions {
    position: absolute;
    top: 0;
    z-index: 9999999;
    left: 50%;
    top: 43%;
    transform: translate(-6%, -50%);
  }
  .captions h1 {
    color: #ffffff;
    font-size: 38px;
    line-height: 48px;
    padding-bottom: 26px;
    position: relative;
    animation: 1500ms ease-in-out 0s normal none 1 running slideInLeft;
  }
  .download_pdf h1 {
    font-size: 30px;
    padding: 10px 15px;
    color: #e39e07;
  }
  .team_content p {
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
  }
  .standard {
    width: 80%;
  }

  /*.mm-menu.mm-effect-panels-zoom .mm-panel.mm-opened {*/
  /*    background: #e39e07;*/
  /*}*/
}
@media screen and (max-width: 960px) {
  .course_card_main {
    padding-bottom: 40px;
  }
  .course_card {
    min-height: 290px;
  }
  .main_sub_left h3 {
    color: black;
    font-size: 14px;
    font-weight: unset;
  }
  .main_sub_left h2 {
    font-size: 17px;
    color: black;
  }
  .main_sub_right .subscribe-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #f3c30b;
    color: black;
    width: 250px;
    padding: 7px;
    outline: none;
  }
  .main_sub_right .subscribe-form button {
    background: #e39e07;
    border: solid 1px #e39e07;
    font-size: 9px;
    color: white;
    padding: 0px 13px;
    transition: all ease-in-out 0.2s;
  }
}
@media screen and (max-width: 900px) {
  .contact_left {
    width: 100%;
    margin-top: 40px;
  }
  .main_contact {
    display: unset;
  }
  .contact_right {
    width: 100%;
  }
  .contact_right iframe {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    /* padding-top: 40px; */
  }
  iframe.contact2 {
    width: 100%;
    height: 400px;
    border: 5px solid #e39e07 !important;
    /* padding-top: 30px; */
    margin-top: 40px;
  }
  .popular_card .popular_img {
    overflow: hidden;
    position: relative;
    text-align: center;
    top: -34px;
  }
  .popular_content {
    margin-top: -15px;
  }
  .captions h1 {
    color: #ffffff;
    font-size: 34px;
    line-height: 43px;
    padding-bottom: 26px;
    position: relative;
    animation: 1500ms ease-in-out 0s normal none 1 running slideInLeft;
  }
  .nivo-caption p {
    padding: 5px;
    margin: 0;
    font-size: 14px;
  }
  .nivo-caption p {
    /* padding: 5px; */
    padding: 0 5px;
    text-align: justify;
    margin: 0;
    font-size: 14px;
  }
  #slider::after {
    height: 97.5%;
  }
  .contact_left1 h1 {
    text-transform: uppercase;
    padding: 14px 0;
    color: #010204;
    font-size: 25px;
    text-align: center;
  }
  .team_content p {
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
  }
  .standard_form {
    width: 50%;
    margin: 0 auto;
  }
  .contact_left1 p {
    text-align: center;
  }
  .contact_inquiry {
    display: flex;
    align-items: center;
    text-align: center;
    /* align-items: center; */
    justify-content: center;
  }
  .contact1_social {
    padding-top: 10px;
    padding-left: 5px;
    text-align: center;
  }
}
@media screen and (max-width: 850px) {
  .download_pdf h1 {
    font-size: 26px;
    padding: 10px 15px;
    color: #e39e07;
  }
  .our_team_inner {
    display: block;
    justify-content: space-around;
    /* gap: 30px; */
    padding: 20px 0;
  }
  .team_content h1 {
    /* padding-bottom: 10px; */
    color: #e39e07;
    font-size: 25px;
    padding: 10px 0;
  }
  .team_content p {
    font-size: 17px;
    line-height: 25px;
    text-align: justify;
  }
  .standard {
    width: 85%;
  }
  .captions h1 {
    color: #ffffff;
    font-size: 28px;
    line-height: 28px;
  }
}
@media screen and (max-width: 860px) {
  .button-default {
    background: #e39e07;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-size: 11px;
    margin: 0;
    padding: 8px 33px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    border: 1px solid #e39e07;
  }
  .standard {
    width: 86%;
  }
}

@media screen and (max-width: 840px) {
  .column_footer2 a {
    color: #ffffff;
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
  }
}
@media screen and (max-width: 830px) {
  .course_card_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
  .main_sub_left h3 {
    color: black;
    font-size: 13px;
    font-weight: unset;
  }
  .main_sub_left h2 {
    font-size: 15px;
    color: black;
  }
  .main_sub_right .subscribe-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #f3c30b;
    color: black;
    width: 237px;
    padding: 6px;
    font-size: 15px;
    outline: none;
  }
  .button-default {
    background: #e39e07;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-size: 11px;
    margin: 0;
    padding: 10px 28px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    border: 1px solid #e39e07;
  }
}
@media screen and (max-width: 820px) {
  .popular_content {
    margin-top: -25px;
  }
}

@media screen and (max-width: 800px) {
  .standard {
    width: 90%;
  }
  .title-wrapper2 p {
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 24px;
    width: 100%;
    margin: 0 auto;
  }
  .fill_form label {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    padding-bottom: 13px;
    color: white;
    letter-spacing: 2px;
  }
  .connect_icon_inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    row-gap: 50px;
  }
  .fact_card h4 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 36px;
    position: relative;
  }
  .fact_card h4 {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 36px;
    position: relative;
  }
  .captions h1 {
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 26px;
    position: relative;
    animation: 1500ms ease-in-out 0s normal none 1 running slideInLeft;
  }
  .contact_left1 .fill_form label {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    padding-bottom: 13px;
    color: #020202;
    letter-spacing: 2px;
  }
  .standard {
    width: 90%;
  }
}
@media screen and (max-width: 770px) {
  .main_sub_left h3 {
    color: black;
    font-size: 12px;
    font-weight: unset;
  }

  .main_sub_left h2 {
    font-size: 13px;
    color: black;
  }
  .main_sub_right .subscribe-form input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #f3c30b;
    color: black;
    width: 237px;
    padding: 6px;
    margin-right: -37px;
    font-size: 15px;
    outline: none;
  }
  .popular_content h4 {
    font-size: 27px;
    padding-top: 0px;
    padding-bottom: 8px;
  }
  .popular_content p {
    color: #222222;
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 60px;
    text-align: justify;
  }
  .popular_content {
    margin-top: 0;
  }
  .button-default {
    background: #e39e07;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-size: 16px;
    margin: 0;
    padding: 16px 65px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    border: 1px solid #e39e07;
  }
}
@media screen and (max-width: 768px) {
  .event_content h3 {
    margin-bottom: 10px;
    font-size: 19px;
    color: #2d3e50;
  }
  .event_img a span {
    display: block;
    font-size: 24px;
    text-align: center;
  }
  .standard {
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
  }
  .content_bar {
    display: flex;
    justify-content: space-between;
    column-gap: 3rem;
  }
  .footer_icon2 {
    display: flex;
    column-gap: 8px;
    justify-content: start;
    width: 28%;
  }
  .footer_icon2 {
    display: flex;
    column-gap: 8px;
    justify-content: end;
    width: unset;
  }
  #slider {
    margin-top: 150px;
    /* padding-top: 120px; */
  }
  .captions h1 {
    color: #ffffff;
    font-size: 31px;
    line-height: 35px;
    padding-bottom: 24px;
    position: relative;
    animation: 1500ms ease-in-out 0s normal none 1 running slideInLeft;
  }
  .captions h1::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 8px;
    content: "";
    height: 5px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 66%;
  }
  .main_navbar .logo img {
    width: 45%;
  }
  .main_header1 {
    position: fixed;
    width: 100vw;
    z-index: 1111111;
    top: 0;
  }
  /*.navbar*/
  /*{*/
  /*    display:none;*/
  /*}*/
  /*.topbar {*/
  /*        display: none;*/
  /*}*/
  .grecaptcha-badge {
    display: none !important;
  }
  .dental_banner {
    background: url(../webImages/dentalbanner/dentalbanner.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    /* background-attachment: fixed; */
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 8px; */
  }
  .dental_banner h1 {
    color: white;
    z-index: 1;
    font-size: 42px;
    padding: 150px 0;
    text-transform: capitalize;
  }
  .standard4 {
    width: 100%;
    margin: 0 auto;
  }
  .dental_banner h1 {
    color: white;
    z-index: 1;
    font-size: 37px;
    padding: 150px 20px;
    text-align: center;
    text-transform: capitalize;
  }
  /*.standard*/
  /*{*/
  /*    width: 102%;*/
  /*}*/
}
@media screen and (max-width: 750px) {
  .column_footer p {
    color: white;
    font-size: 14px;
    line-height: 1.6;
  }
  .footer-logo img {
    width: 95px;
  }
  .column_footer2 h3 {
    font-size: 19px;
    padding-top: 7px;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: white;
  }
  .standard_form {
    width: 55%;
    margin: 0 auto;
  }
  .captions {
    position: absolute;
    top: 0;
    z-index: 9999999;
    left: 11%;
    top: 43%;
  }
}
/*@media screen and (max-width: 742px)*/
/*{*/
/*    .standard*/
/*    {*/
/*        width: 105%;*/
/*    }*/
/*}*/
@media screen and (max-width: 700px) {
  .main_sub_right .subscribe-form input {
    width: 214px;
    font-size: 13px;
  }
  .fill_form input,
  textarea {
    border: none;
    border: 1px solid #e39e07;
    padding: 10px 6px;
    /* margin-top: 2px; */
    background: transparent;
    margin-bottom: px;
    color: white;
    outline: none;
    transition: all ease-in-out 0.5s;
  }
  .main_fact {
    /* display: flex; */
    display: block;
    /* flex-wrap: wrap; */
    /* width: 100%; */
    margin-top: 60px;
  }
  .fact_card {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    /* margin-top: 20px; */
  }
  .fact_card h4 {
    font-size: 35px;
    line-height: 22px;
    margin-bottom: 36px;
    position: relative;
  }
  .fact_card h2 {
    font-size: 50px;
    line-height: 19px;
    color: white;
  }
  .captions h1 {
    color: #ffffff;
    font-size: 27px;
    line-height: 29px;
    padding-bottom: 21px;
    position: relative;
    animation: 1500ms ease-in-out 0s normal none 1 running slideInLeft;
  }
  .captions {
    position: absolute;
    top: 0;
    z-index: 9999999;
    left: 11%;
    top: 43%;
    transform: translate(-6%, -50%);
  }
  .main_navbar .logo img {
    width: 46%;
  }
  .team_content h1 {
    /* padding-bottom: 10px; */
    color: #e39e07;
    font-size: 23px;
    padding: 10px 0;
  }
  .team_content p {
    font-size: 16px;
    line-height: 23px;
    text-align: justify;
  }
  .standard_form {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 690px) {
  .fee_finance_p p {
    line-height: 24px;
    /* white-space: nowrap; */
    width: 649px;
    font-size: 15px;
  }
  .course_timing1 h1 {
    font-size: 24px;
    color: #eab747;
  }
  .course_timing2 h1 {
    font-size: 24px;
    padding: 8px 0;
    color: #e39e07bd;
  }
  .form_option_bottom button {
    /* margin: 20px 0; */
    /* padding: 10px 30px; */
    width: 100%;
    padding: 9px 0;
    border-radius: 50px;
    border: none;
    outline: none;
    background: #eab747;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
  }
}
@media screen and (max-width: 680px) {
  .nivo-caption p {
    padding: 5px;
    margin: 0;
    font-size: 12px;
  }
}
@media screen and (max-width: 670px) {
  .footer_icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    background: white;
    font-size: 20px;
    padding: 6px 9px;
    text-decoration: none;
    color: #2d3e50;
    transition: all ease-in-out 0.3s;
    border-radius: 10%;
  }
  .captions {
    position: absolute;
    top: 0;
    z-index: 9999999;
    left: 11%;
    top: 43%;
    transform: translate(-6%, -50%);
  }
}

@media screen and (max-width: 660px) {
  .main_sub_left h3 {
    color: black;
    font-size: 11px;
    font-weight: unset;
  }
  .main_sub_left h2 {
    font-size: 12px;
    color: black;
  }
  .main_sub_right .subscribe-form input {
    width: 187px;
    font-size: 12px;
  }
}
@media screen and (max-width: 650px) {
  .title1 br {
    display: none;
  }
  .main_navbar .logo img {
    width: 45%;
  }
  .top_right {
    display: flex;
    column-gap: 23px;
    align-items: center;
  }
  .dental-title-wrapper h3 span img {
    width: 100%;
    display: none;
  }
  .download_pdf h1 {
    font-size: 24px;
    padding: 10px 0px;
    color: #e39e07;
  }
  .dental_banner h1 {
    color: white;
    z-index: 1;
    text-align: center;
    font-size: 35px;
    padding: 150px 20px;
    text-transform: capitalize;
  }
}
@media screen and (max-width: 650px) {
  .title-wrapper2 p {
    font-size: 14px;
  }
  .title-wrapper2 h3 {
    color: #e39e07;
    font-size: 25px;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 650px) {
  .footer_cpd_image {
    display: flex;
    justify-content: center;
  }

  .main_footer {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    column-gap: 12px;
  }
  .footer_column {
    display: block;
    margin: 0 auto;
  }
  .footer-logo img {
    width: 120px;
  }
  .footer-logo {
    width: 100%;
    display: block;
    text-align: center;
    /* margin: 0 auto; */
  }
  .footer_icon {
    margin-top: 13px;
    display: flex;
    justify-content: center;
    column-gap: 13px;
    /* text-align: center; */
    /* margin: 0 auto; */
  }

  .column_footer2 h3 {
    font-size: 19px;
    padding-top: 25px;
    text-align: center;
    margin: 10px 0;
    /* margin-bottom: 30px; */
    text-transform: uppercase;
    color: white;
  }
  .column_footer2 a {
    color: #ffffff;
    display: block;
    text-align: center;
    /* margin-bottom: 15px; */
    font-size: 14px;
    text-decoration: none;
    transition: all ease-in-out 0.4s;
  }
  .column_footer2 span {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: white;
    justify-content: center;
    transition: all ease-in-out 0.4s;
  }
  .popular_content h4 {
    font-size: 23px;
    padding-top: 0px;
    padding-bottom: 8px;
  }
  .popular_content p {
    color: #222222;
    font-size: 15px;
    line-height: 1.4;
    margin-bottom: 60px;
    text-align: justify;
  }
  .button-default {
    background: #e39e07;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-size: 14px;
    margin: 0;
    padding: 14px 41px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    border: 1px solid #e39e07;
  }
  .fee_finance_p {
    max-width: 59%;
    display: block;
    margin: 0 auto;
  }
  .course_timing1 {
    /* display: block; */
    /* width: 100%; */
    /* margin: 0 auto; */
    text-align: center;
  }
  .fee_finance_p {
    max-width: 60%;
    display: block;
    margin: 0 auto;
  }
  .fee_finance_p p {
    white-space: unset;
    line-height: 24px;
    /* white-space: nowrap; */
    /* width: 448px; */
    width: unset;
    font-size: 15px;
  }
  .course_timing2 {
    /* display: block; */
    /* margin: 0 auto; */
    padding-top: 30px;
    text-align: center;
  }
  .form_option_main img {
    /* text-align: center; */
    /* width: 100%; */
    display: block;
    margin: 0 auto;
    width: 80px;
  }
  .dental-title-wrapper h3 {
    color: #e39e07;
    font-size: 27px;
    word-spacing: unset;
    line-height: 22px;
    margin-bottom: 10px;
    line-height: 35px;
    display: block;
    /* align-items: center; */
    width: 100%;
    /* white-space: nowrap; */
    text-transform: capitalize;
  }
  .usefulLinks_footer {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .main_sub_right .subscribe-form input {
    width: 160px;
    font-size: 12px;
  }
  .footer_last2 p {
    color: black;
    font-size: 10px;
    transition: all 0.3s ease-in-out;
  }
  .footer_grid span {
    display: block;
    font-size: 10px;
    color: black;
    cursor: pointer;
  }
  .nivoSlider img {
    height: 300px !important;
  }
  .footer_grid {
    text-align: center;
  }
  .footer_grid span {
    display: block;
    font-size: 14px;
    color: black;
    cursor: pointer;
  }
  .bottom_main {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem 2rem;
  }
  .footer_last2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
  }
  .footer_last2 p {
    color: black;
    font-size: 12px;
    transition: all 0.3s ease-in-out;
  }
  .course_card_inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
  }
  .connect_icon_inner {
    display: block;
    /*grid-template-columns: repeat(1, 1fr);*/
    gap: 15px;
    row-gap: 50px;
  }
  .connect1 {
    box-shadow:
      rgb(50 50 93 / 25%) 0px 13px 27px -5px,
      rgb(0 0 0 / 30%) 0px 8px 16px -8px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    position: relative;
    margin-top: 30px;
  }
  .title-wrapper p {
    color: #000000;
    font-weight: 400;
    margin-bottom: 49px;
    line-height: 1.4;
  }
  .main_fact {
    /* display: flex; */
    display: block;
    /* flex-wrap: wrap; */
    /* width: 100%; */
    margin-top: 25px;
  }
  .fact_card h4 {
    font-size: 28px;
    line-height: 22px;
    margin-bottom: 36px;
    position: relative;
  }
  .fact_card h2 {
    font-size: 40px;
    line-height: 19px;
    color: white;
  }
  .fact_card {
    width: 100%;
    text-align: center;
    padding-top: 25px;
    /* margin-top: 20px; */
  }
  .workshop_form {
    padding-bottom: 50px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
  }
  .accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 0.625em 0.625em 0.625em 2em;
    /* background-color: #000; */
    /* font-size: 1.25em; */
    font-weight: 500 !important;
    font-size: 16px;
    background-color: #2d3e50;
    font-weight: normal;
    padding: 20px 10px;
    color: #ffffff;
    cursor: pointer;
  }
  .accordion-content p {
    font-size: 15px;
  }
  .standard_form {
    width: 70%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 590px) {
  .option_inner {
    border: 2px solid #eab747;
    display: flex;
    /* max-width: 100%; */
    width: 70%;
    margin: 0 auto;
    padding: 11px 10px;
    border-radius: 50px;
    text-align: left;
    margin-top: 10px;
    color: black;
    transition: all 0.3s ease;
  }
  .form_option_inner h1 {
    color: #eab747;
    font-size: 20px;
    text-align: center;
    text-transform: capitalize;
  }
  .form_option_inner h1 {
    display: block;
  }
  .form_option_flex {
    display: block;
    /* grid-template-columns: repeat(2, 1fr); */
    gap: 10px;
  }
  .dental-title-wrapper h3 {
    color: #e39e07;
    font-size: 26px;
    white-space: unset;
    line-height: 22px;
    margin-bottom: 10px;
    line-height: 35px;
    display: block;
    /* align-items: center; */
    width: 100%;
    /* white-space: nowrap; */
    text-transform: capitalize;
  }
  h3.cpGBP {
    white-space: nowrap;
    padding-top: 10px;
    text-align: center;
  }
  h5.subject_code1 {
    padding-top: 10px;
    text-align: center;
  }
  .form_option_bottom button {
    /* margin: 20px 0; */
    /* padding: 10px 30px; */
    width: 65%;
    display: block;
    margin: 0 auto;
    /* text-align: center; */
    padding: 9px 0;
    border-radius: 50px;
    border: none;
    outline: none;
    background: #eab747;
    color: white;
    font-size: 18px;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    margin-top: 10px;
  }
  .form_option_bottom h2 {
    padding-top: 20px;
    color: white;
    text-transform: capitalize;
    display: none;
  }
  h1.form_o_h {
    display: none;
  }
}
@media screen and (max-width: 574px) {
  .dental_banner h1 {
    color: white;
    z-index: 1;
    font-size: 36px;
    text-transform: capitalize;
  }
}
@media screen and (max-width: 570px) {
  .main_sub {
    display: block;
  }
  .main_sub_left h3 {
    color: black;
    font-size: 18px;
    font-weight: unset;
  }
  .main_sub_left h2 {
    font-size: 20px;
    color: black;
  }
  .main_sub_right .subscribe-form {
    display: flex;
    column-gap: 46px;
    margin-top: 10px;
  }
  .main_sub_right .subscribe-form input {
    width: 224px;
    font-size: 12px;
  }
  .news_content {
    border-bottom: 2px solid #e39e07;
    overflow: hidden;
    /* padding: 42px 22px 18px 20px; */
    padding: 15px;
    width: 57%;
  }
}
@media screen and (max-width: 550px) {
  .news_content {
    border-bottom: 2px solid #e39e07;
    overflow: hidden;
    padding: 42px 22px 18px 20px;
    /* padding: 10px; */
    width: 65%;
  }
  .f_sub_heading1 h1 {
    font-size: 25px;
    color: #e39e07;
    padding: 15px 0;
  }
}

@media screen and (max-width: 530px) {
  .contact_left1 .fill_form label {
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 700;
    padding-bottom: 13px;
    line-height: 15px;
    color: #020202;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 520px) {
  .accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 0.625em 0.625em 0.625em 2em;
    /* background-color: #000; */
    /* font-size: 1.25em; */
    font-weight: 500 !important;
    font-size: 14px;
    background-color: #2d3e50;
    font-weight: normal;
    padding: 20px 10px;
    color: #ffffff;
    cursor: pointer;
  }
  .accordion-content p {
    font-size: 13px;
  }
  .accordion-container .accordion-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 12px;
    height: 2px;
    transform: rotate(90deg);
    background: white;
    transition: all 0.3s ease-in-out;
  }
  .accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 25px;
    width: 12px;
    height: 2px;
    background: white;
    transition: all 0.2s ease-in-out;
  }
  .contact_left1 h1 {
    text-transform: uppercase;
    padding: 14px 0;
    color: #010204;
    font-size: 22px;
    text-align: center;
  }
}
@media screen and (max-width: 526px) {
  .dental_banner h1 {
    color: white;
    z-index: 1;
    font-size: 36px;
    padding: 150px 20px;
    text-align: center;
    text-transform: capitalize;
  }
}

@media screen and (max-width: 500px) {
  .contact_left1 .fill_form input,
  textarea::placeholder {
    font-size: 13px;
  }
  iframe.contact2 {
    width: 100%;
    height: 350px;
    border: 5px solid #e39e07 !important;
    /* padding-top: 30px; */
    margin-top: 40px;
  }
  .fill_form input,
  textarea {
    border: none;
    border: 1px solid #e39e07;
    padding: 10px 6px;
    /* margin-top: 2px; */
    /* margin-top: unset; */
    margin-bottom: 8px;
    background: transparent;
    margin-bottom: px;
    color: white;
    outline: none;
    transition: all ease-in-out 0.5s;
  }
  .contact_left .submit {
    font-size: 12px;
    font-weight: 700;
    margin-top: 10px;
    letter-spacing: 1px;
    padding: 14px 50px;
    background: #e39e07;
    border: solid 1px #e39e07;
    color: white;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
  }
  .news_content {
    border-bottom: 2px solid #e39e07;
    overflow: hidden;
    /* padding: 42px 22px 18px 20px; */
    padding: 12px;
    width: 65%;
  }
  .captions h1 {
    color: #ffffff;
    font-size: 23px;
    line-height: normal;
    padding-bottom: 15px;
    position: relative;
    animation: 1500ms ease-in-out 0s normal none 1 running slideInLeft;
  }
  .captions h1::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: -4px;
    content: "";
    height: 3px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 66%;
  }
  #slider::after {
    height: 95.5%;
  }
  .captions {
    position: absolute;
    top: 0;
    z-index: 9999999;
    left: 11%;
    top: 48%;
    transform: translate(-6%, -50%);
  }
  .main_navbar .logo img {
    width: 90px;
    /* object-fit: cover; */
  }
  .top_right {
    display: flex;
    column-gap: 25px;
    align-items: center;
  }
  .contect_center {
    text-align: center;
    padding: 0px 20px;
  }
  .standard_form {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 482px) {
  .button-default {
    background: #e39e07;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-size: 12px;
    margin: 0;
    padding: 9px 40px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    border: 1px solid #e39e07;
  }
  .popular_content {
    margin-top: -15px;
  }
  .popular_content h4 {
    font-size: 21px;
    padding-top: 0px;
    padding-bottom: 8px;
  }
  .news_content h3 {
    font-family: raleway;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .news_content p {
    font-size: 17px;
    line-height: 1.5;
    padding-bottom: 20px;
    text-align: justify;
  }
  .news_content .news_btn {
    font-size: 15px;
    margin-top: 7px;
    display: inline-block;
    background: #e39e07;
    padding: 12px 54px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    border: solid 1px #e39e07;
    transition: all ease-in-out 0.3s;
  }
  .news_card {
    display: block;
    background: #fef4c2;
    transition: all ease-in-out 0.4s;
    margin-top: 20px;
  }
  .news_img {
    width: 100%;
  }
  .news_content {
    border-bottom: 2px solid #e39e07;
    overflow: hidden;
    /* padding: 42px 22px 18px 20px; */
    padding: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .captions h1 {
    color: #ffffff;
    font-size: 20px;
    line-height: normal;
    padding-bottom: 15px;
    position: relative;
    animation: 1500ms ease-in-out 0s normal none 1 running slideInLeft;
  }
  .captions h1::after {
    background: #ffffff none repeat scroll 0 0;
    bottom: 0px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    width: 66%;
  }
  .captions .sliderbtn {
    background: #e39e07;
    color: white;
    text-decoration: none;
    padding: 9px 20px;
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    border: solid 1px #e39e07;
    transition: all ease-in-out 0.3s;
  }
  .top_right {
    display: flex;
    column-gap: 19px;
    align-items: center;
  }
  .f_sub_heading1 h1 {
    font-size: 23px;
    color: #e39e07;
    padding: 15px 0;
  }
  .f_sub_heading1 h3 {
    color: #2d3e50;
    padding-bottom: 5px;
    padding-top: 0px;
    font-size: 16px;
  }
}
@media screen and (max-width: 462px) {
  .footer_icon2 a {
    background: white;
    display: flex;
    align-items: center;
    padding: 0px 7px;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    border-radius: 10%;
    color: #e39e07;
  }
}
@media screen and (max-width: 425px) {
  .main_event {
    display: block;
    /* grid-template-columns: repeat(2, 1fr); */
    margin-top: 55px;
    /*column-gap: 2rem;*/
    /*row-gap: 2rem;*/
  }
  .event_card {
    margin-top: 30px;
  }
  .contect_center {
    text-align: center;
    padding: 0;
  }
  .nivoSlider img {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 320px !important;
    max-width: none;
    z-index: 1;
  }
  #slider::after {
    height: 96.5%;
  }
  .captions h1 {
    color: #ffffff;
    font-size: 24px;
    line-height: normal;
    padding-bottom: 24px;
    position: relative;
    animation: 1500ms ease-in-out 0s normal none 1 running slideInLeft;
  }
  .nivo-caption p {
    padding: 5px;
    margin: 0;
    font-size: 14px;
    line-height: l.1 !important;
  }
  .captions .sliderbtn {
    background: #e39e07;
    color: white;
    text-decoration: none;
    padding: 10px 26px;
    /* margin-top: 10px; */
    text-transform: uppercase;
    font-size: 11px;
    display: inline-block;
    border: solid 1px #e39e07;
    transition: all ease-in-out 0.3s;
  }
  .download_pdf h1 {
    font-size: 22px;
    padding: 10px 0px;
    color: #e39e07;
  }
  .download_pdf {
    padding-top: 20px;
  }
  .download_pdf img {
    width: 170px;
    margin-left: -20px;
    cursor: pointer;
    /* text-align: center; */
  }
  .contact_left1 .fill_form label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 13px;
    line-height: 18px;
    color: #020202;
    letter-spacing: 2px;
  }
  .contact_left1 .fill_form input,
  textarea::placeholder {
    font-size: 11px;
  }
  .contact_left1 h1 {
    text-transform: uppercase;
    padding: 14px 0;
    color: #010204;
    font-size: 19px;
    text-align: center;
  }
  .team_content h1 {
    /* padding-bottom: 10px; */
    color: #e39e07;
    font-size: 21px;
    padding: 10px 0;
  }
  .team_content p {
    font-size: 15px;
    line-height: 22px;
    text-align: justify;
  }
  .icon_border {
    position: absolute;
    width: 150px;
    height: 150px;
    line-height: 70%;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 4px solid #e39e07;
    animation: animation2 2s infinite;
    border-left: 10px;
    animation-timing-function: linear;
  }
  .team_img img {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    /* border: 4px solid #e39e07; */
  }
  .f_sub_heading1 h1 {
    font-size: 21px;
    color: #e39e07;
    padding: 15px 0;
  }
  .f_sub_heading1 p {
    text-align: justify;
    font-size: 14px;
  }
  .standard_form {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 470px) {
  .standard_form {
    width: 85%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 464px) {
  .accordion-container .accordion-title {
    position: relative;
    margin: 0;
    padding: 0.625em 0.625em 0.625em 2em;
    /* background-color: #000; */
    /* font-size: 1.25em; */
    font-weight: 500 !important;
    font-size: 13px;
    background-color: #2d3e50;
    font-weight: normal;
    padding: 20px 10px;
    color: #ffffff;
    cursor: pointer;
  }
  .accordion-content p {
    font-size: 12px;
  }
  .accordion-container .accordion-title::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 2px;
    transform: rotate(90deg);
    background: white;
    transition: all 0.3s ease-in-out;
  }
  .accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 10px;
    width: 12px;
    height: 2px;
    background: white;
    transition: all 0.2s ease-in-out;
  }
}
@media screen and (max-width: 454px) {
  .contact_left1 .fill_form input,
  textarea::placeholder {
    font-size: 12px;
  }
}
@media screen and (max-width: 450px) {
  .main_sub_left h3 {
    color: black;
    font-size: 16px;
    font-weight: unset;
  }
  .contact_left .submit {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 30px;
    background: #e39e07;
    border: solid 1px #e39e07;
    color: white;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
  }
  .fact_card h4 {
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 30px;
    position: relative;
  }
  .fact_card h2 {
    font-size: 35px;
    line-height: 9px;
    color: white;
  }
  .fact_card {
    width: 100%;
    text-align: center;
    padding-top: 33px;
    /* margin-top: 20px; */
  }
  .dental-title-wrapper h3 {
    color: #e39e07;
    font-size: 28px;
    line-height: 22px;
    margin-bottom: 10px;
    line-height: 35px;
    display: block;
    align-items: center;
    width: 100%;
    white-space: normal;
    text-transform: capitalize;
  }
  .contact_left1 h1 {
    text-transform: uppercase;
    padding: 14px 0;
    color: #010204;
    font-size: 20px;
    text-align: center;
  }
  .sign_main_1 {
    width: 100% !important;
    background: #2d3e50;
    padding: 40px 20px;
    border-radius: 10px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 440px) {
  h4.accordion-title span {
    width: 80%;
    display: block;
    text-align: justify;
  }
  .accordion-container .accordion-title::after {
    content: "";
    position: absolute;
    top: 40%;
    right: 10px;
    width: 12px;
    height: 2px;
    background: white;
    transition: all 0.2s ease-in-out;
  }
  .accordion-container .accordion-title::before {
    content: "";
    position: absolute;
    top: 40%;
    right: 10px;
    width: 12px;
    height: 2px;
    transform: rotate(90deg);
    background: white;
    transition: all 0.3s ease-in-out;
  }
}
@media screen and (max-width: 443px) {
  .button-default {
    background: #e39e07;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-size: 10px;
    margin: 0;
    padding: 9px 33px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    border: 1px solid #e39e07;
  }
  .captions h1 {
    color: #ffffff;
    font-size: 19px;
    line-height: normal;
    padding-bottom: 15px;
    position: relative;
    animation: 1500ms ease-in-out 0s normal none 1 running slideInLeft;
  }
  .main_navbar .logo {
    max-width: 200px;
    position: absolute;
    left: 35px;
    /* left: 210px; */
  }
  .main_navbar .logo img {
    width: 77px;
    /* object-fit: cover; */
  }
  .captions {
    position: absolute;
    top: 0;
    z-index: 9999999;
    left: 11%;
    top: 52%;
    transform: translate(-6%, -50%);
  }
  .captions .sliderbtn {
    background: #e39e07;
    color: white;
    text-decoration: none;
    padding: 8px 14px;
    text-transform: uppercase;
    font-size: 10px;
    display: inline-block;
    border: solid 1px #e39e07;
    transition: all ease-in-out 0.3s;
  }
}
@media screen and (max-width: 412px) {
  .footer_icon2 a {
    background: white;
    display: flex;
    align-items: center;
    padding: 0px 4px;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    border-radius: 22%;
    color: #e39e07;
  }
  .content_bar {
    display: flex;
    /* justify-content: center; */
    /* column-gap: 3rem; */
    align-items: center;
  }
  .footer_icon2 {
    display: flex;
    column-gap: 7px;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .footer_icon2 a {
    background: white;
    display: flex;
    align-items: center;
    padding: 7px 10px;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    border-radius: 22%;
    color: #e39e07;
  }
  .top_right {
    display: flex;
    column-gap: 10px;
    justify-content: center;
    /* margin-top: 20px; */
    align-items: center;
  }
  .top_right a {
    font-size: 12px;
    text-decoration: none;
    border: none;
    white-space: nowrap;
    padding: 7px 0;
    color: white;
    background: none;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    font-size: 14px;
    position: relative;
  }
}
@media screen and (max-width: 420px) {
  .footer_grid span {
    display: block;
    font-size: 12px;
    color: black;
    cursor: pointer;
  }
  .footer_last2 p {
    color: black;
    font-size: 10px;
    transition: all 0.3s ease-in-out;
  }
  .dental_banner h1 {
    color: white;
    z-index: 1;
    font-size: 28px;
    padding: 120px 20;
    text-align: center;
    text-transform: capitalize;
  }
  .dental-title-wrapper h3 {
    color: #e39e07;
    font-size: 25px;
    line-height: 22px;
    margin-bottom: 10px;
    line-height: 35px;
    display: flex;
    align-items: center;
    width: 100%;
    white-space: nowrap;
    text-transform: capitalize;
  }
}
@media screen and (max-width: 419px) {
  .slick-slide .items img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    border: 3px solid #e39e07;
    margin-top: 0;
  }
}
@media screen and (max-width: 400px) {
  .dental-title-wrapper h3 {
    color: #e39e07;
    font-size: 23px;
    line-height: 22px;
    margin-bottom: 10px;
    line-height: 31px;
    display: block;
    align-items: center;
    width: 100%;
    white-space: normal;
    text-transform: capitalize;
  }
  .contact_left1 .fill_form label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 13px;
    line-height: 17px;
    color: #020202;
    letter-spacing: 2px;
  }
  .contact_left1 .fill_form input,
  textarea::placeholder {
    font-size: 9px;
  }
  .contact_left1 h1 {
    text-transform: uppercase;
    padding: 14px 0;
    color: #010204;
    font-size: 17px;
    text-align: revert;
  }
  .team_content h1 {
    /* padding-bottom: 10px; */
    color: #e39e07;
    font-size: 18px;
    /* letter-spacing: 1px; */
    padding: 10px 0;
  }
  .standard_form {
    width: 90%;
    margin: 0 auto;
  }
  .standard_form {
    width: 94%;
    margin: 0 auto;
  }
  .captions h1 {
    color: #ffffff;
    font-size: 19px;
    line-height: normal;
    padding-bottom: 15px;
    word-break: normal;
    text-align: justify;
    line-height: 24px;
    position: relative;
    animation: 1500ms ease-in-out 0s normal none 1 running slideInLeft;
  }
  .contact_left1 p {
    text-align: unset;
  }
  .contact_inquiry {
    display: flex;
    align-items: center;
    text-align: center;
    /* align-items: center; */
    justify-content: start;
  }
  .contact1_social {
    padding-top: 10px;
    padding-left: 5px;
    text-align: start;
  }
  .content_bar {
    display: flex;
    /* justify-content: center; */
    justify-content: space-around;
    /* column-gap: 3rem; */
    align-items: center;
  }
  .footer_icon2 a {
    background: white;
    display: flex;
    align-items: center;
    padding: 4px 7px;
    text-decoration: none;
    transition: all ease-in-out 0.3s;
    border-radius: 22%;
    color: #e39e07;
  }
}

@media screen and (max-width: 398px) {
  .popular_content {
    margin-top: -20px;
  }
  .popular_content h4 {
    font-size: 20px;
    padding-top: 0px;
    padding-bottom: 8px;
  }
  .news_content h3 {
    font-family: raleway;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 5px;
  }
  .news_content p {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 20px;
    text-align: justify;
  }
  .news_content .news_btn {
    font-size: 13px;
    margin-top: 7px;
    display: inline-block;
    background: #e39e07;
    padding: 9px 29px;
    text-decoration: none;
    color: white;
    text-transform: uppercase;
    border: solid 1px #e39e07;
    transition: all ease-in-out 0.3s;
  }
}
@media screen and (max-width: 392px) {
  .download_pdf h1 {
    font-size: 20px;
    padding: 6px 0px;
    color: #e39e07;
  }
  .download_pdf {
    padding-top: 15px;
  }
}

@media screen and (max-width: 390px) {
  .course_card_content h1 {
    font-size: 27px;
  }
  .footer_grid span {
    display: block;
    font-size: 10px;
    color: black;
    cursor: pointer;
  }
  .footer_last2 a {
    text-align: start;
    display: block;
    color: black;
    font-size: 10px;
    transition: all 0.3s ease-in-out;
    text-decoration: none;
  }
  .contact_left1 h1 {
    text-transform: uppercase;
    padding: 14px 0;
    color: #010204;
    font-size: 18px;
  }
  .contact_left1 p {
    font-size: 14px;
  }
  .contact_inquiry h3 a {
    text-decoration: none;
    color: black;
    transition: all 0.3s ease;
    font-weight: 200;
    font-size: 14px;
  }
  iframe.contact2 {
    width: 100%;
    height: 300px;
    border: 5px solid #e39e07 !important;
    /* padding-top: 30px; */
    margin-top: 40px;
  }
  h1.headCon1 {
    text-align: center;
    padding: 0px 0;
    font-size: 35px;
  }
  .dental_course_card {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 10px;
    transition: all 0.5s ease;
    width: 325px;
    overflow: hidden;
  }
  .dental_course_card_content h1 {
    /* display: block; */
    width: 100%;
    text-align: center;
    font-size: 20px;
    padding-top: 50px;
    padding-bottom: 30px;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .contact_left1 h1 {
    font-size: 18px;

    padding-bottom: 10px;
    text-align: center;
  }
  .contact_left1 p {
    font-size: 14px;
    text-align: center;
  }
  .contact_inquiry {
    display: flex;
    align-items: center;
    text-align: center;
    /* align-items: center; */
    justify-content: center;
  }
  .contact1_social {
    padding-top: 10px;
    padding-left: 5px;
    text-align: center;
  }
}
@media screen and (max-width: 370px) {
  .contact_left1 .fill_form label {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    padding-bottom: 13px;
    line-height: 17px;
    color: #020202;
    letter-spacing: 2px;
  }
}

@media screen and (max-width: 375px) {
  .title-wrapper h3 {
    color: #e39e07;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 10px;
    text-transform: uppercase;
  }
  .myslick {
    background: url(../webImages/bg14.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 60px 0 82px;
    position: relative;
  }
  .slick-slide .items img {
    border-radius: 50%;
    width: 120px;
    height: 120px;
    border: 3px solid #e39e07;
    margin-top: 0;
  }
  .top_right {
    display: flex;
    column-gap: 10px;
    justify-content: center;
    margin-top: 4px;
    align-items: center;
  }
  .dental_banner h1 {
    color: white;
    z-index: 1;
    font-size: 27px;
    text-align: center;
    text-transform: capitalize;
  }
  .dental_course_card_main {
    padding-bottom: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top_right a {
    font-size: 12px;
    text-decoration: none;
    border: none;
    padding: 7px 0;
    color: white;
    background: none;
    transition: all ease-in-out 0.3s;
    cursor: pointer;
    font-size: 12px;
    position: relative;
  }
  .team_content p {
    font-size: 14px;
    line-height: 19px;
    text-align: justify;
  }
  .team_img img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    /* border: 4px solid #e39e07; */
  }
  .icon_border {
    position: absolute;
    width: 130px;
    height: 130px;
    line-height: 70%;
    top: 0;
    left: 0;
    border-radius: 50%;
    border: 4px solid #e39e07;
    animation: animation2 2s infinite;
    border-left: 10px;
    animation-timing-function: linear;
  }
  .f_sub_heading1 h3 {
    color: #2d3e50;
    padding-bottom: 5px;
    padding-top: 0px;
    font-size: 14px;
  }
  .forget_pass a {
    color: #e39e07;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    transition: all 0.3s ease;
  }
  .sign_regis {
    text-align: center;
    display: block;
    margin: 0 auto;
    padding: 16px 0;
    font-size: 14px;
  }
}
@media screen and (max-width: 367px) {
  .button-default {
    background: #e39e07;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-size: 10px;
    margin: 0;
    padding: 9px 32px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    border: 1px solid #e39e07;
  }
}
@media screen and (max-width: 362px) {
  .button-default {
    background: #e39e07;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-size: 10px;
    margin: 0;
    padding: 8px 31px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    border: 1px solid #e39e07;
  }
  .main_popular .popular_card {
    height: 424px;
  }
}
@media screen and (max-width: 360px) {
  .fill_form input,
  textarea {
    border: none;
    border: 1px solid #e39e07;
    padding: 8px 6px;
    /* margin-top: 2px; */
    /* margin-top: unset; */
    margin-bottom: 8px;
    background: transparent;
    margin-bottom: px;
    color: white;
    outline: none;
    transition: all ease-in-out 0.5s;
  }
  .dental-title-wrapper h3 {
    color: #e39e07;
    font-size: 24px;
    line-height: 22px;
    margin-bottom: 10px;
    line-height: 35px;
    display: block;
    align-items: center;
    width: 100%;
    white-space: normal;
    text-transform: capitalize;
  }
}
@media screen and (max-width: 344px) {
  .contact_left1 .fill_form label {
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 600;
    padding-bottom: 13px;
    line-height: 17px;
    color: #020202;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 340px) {
  .dental_banner h1 {
    color: white;
    z-index: 1;
    font-size: 25px;
    text-align: center;
    text-transform: capitalize;
  }
  .dental_course_card {
    box-shadow: rgb(0 0 0 / 24%) 0px 3px 8px;
    border-radius: 10px;
    transition: all 0.5s ease;
    width: 285px;
    overflow: hidden;
  }
  .dental_course_card_content h1 {
    /* display: block; */
    width: 100%;
    text-align: center;
    font-size: 19px;
    padding-top: 50px;
    padding-bottom: 30px;
    transition: all 0.3s ease;
    cursor: pointer;
  }
  .standard2 {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 320px) {
  .main_popular .popular_card {
    height: 459px;
  }
  .button-default {
    background: #e39e07;
    color: #ffffff;
    display: inline-block;
    text-decoration: none;
    font-size: 8px;
    margin: 0;
    padding: 8px 30px;
    text-transform: uppercase;
    transition: all ease-in-out 0.3s;
    border: 1px solid #e39e07;
  }
  .main_footer {
    display: block;
    /* grid-template-columns: repeat(1, 1fr); */
    /* column-gap: 12px; */
  }
  .footer-img {
    display: block;
    column-gap: 1rem;
  }
  .myslick {
    background: url(../webImages/bg14.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    padding: 60px 0 82px;
    position: relative;
  }
  .main_slick {
    text-align: center;
    position: relative;
    z-index: 999999;
    width: 100%;
    margin: 0 auto;
    margin-top: 35px;
  }
  .dental_banner h1 {
    color: white;
    z-index: 1;
    font-size: 23px;
    padding: 100px 20px;
    text-align: center;
    text-transform: capitalize;
  }
  .contact_inquiry h3 a {
    text-decoration: none;
    color: black;
    transition: all 0.3s ease;
    font-weight: 200;
    font-size: 13px;
  }
  h3.contact_i_1 {
    padding-left: 10px;
    padding-top: 5px;
    font-size: 15px;
    cursor: pointer;
  }
  h3.contact_i_2 {
    padding-left: 14px;
    font-size: 11px;
    cursor: pointer;
  }
  .standard {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
  }
  .dental-title-wrapper h3 {
    color: #e39e07;
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 10px;
    line-height: 35px;
    display: block;
    align-items: center;
    width: 100%;
    white-space: normal;
    text-transform: capitalize;
  }
  .column_footer p {
    color: white;
    font-size: 14px;
    line-height: 1.6;
    text-align: center;
  }
}

/* Trust Strip 5.1 - Full Width Upgrade */
.trust-strip {
  background-color: #1f4e79;
  width: 100%;
  border-bottom: 2px solid #e39e07; /* Gold accent line */
}
.trust-strip-inner {
  display: flex;
  justify-content: space-between; /* Space items out across width */
  align-items: center;
  min-height: 80px;
  padding: 10px 5%; /* Side padding for full-width */
  flex-wrap: wrap;
}
.trust-item {
  display: flex;
  align-items: center;
  color: #ffffff;
  font-family: Arial, sans-serif;
  font-weight: 600;
  font-size: 15px; /* Slightly smaller for 4 items */
  padding: 10px;
  transition: transform 0.3s ease;
}
.trust-item:hover {
  transform: translateY(-2px);
  color: #e39e07;
}
.trust-item i {
  margin-right: 12px;
  font-size: 22px;
  color: #e39e07; /* Highlight icons in gold */
}
@media (max-width: 768px) {
  .trust-strip-inner {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 15px;
  }
  .trust-item {
    margin-bottom: 15px;
  }
  .trust-item:last-child {
    margin-bottom: 0;
  }
}
/* --- PREMIUM COURSE CARD REDESIGN (Point 5.5 + General Polish) --- */

.main_popular .popular_card {
  background: #ffffff;
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 0; /* Removed internal padding to let image be full-width */
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  margin-bottom: 30px;
  position: relative;
  min-height: 480px; /* Changed to min-height to allow growth */
  height: auto;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
}

.popular_card:hover {
  background: #ffffff;
  transform: translateY(-8px); /* Card "lifts" up */
  box-shadow: 0 12px 30px rgba(34, 30, 31, 0.15);
  border-color: #e39e07;
}

.popular_card .popular_img {
  top: 0; /* Resetting the negative offset */
  height: 220px;
  max-height: 220px;
  width: 100%;
  margin-bottom: 20px;
  background: #f8f8f8;
}

.popular_card .popular_img img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Ensures image isn't squashed */
  transition: transform 0.5s ease;
}

.popular_card:hover .popular_img img {
  transform: scale(1.08); /* Subtle zoom on hover */
}

.popular_content {
  padding: 0 25px 80px 25px; /* Added large bottom padding for the absolute button */
}

.popular_content h4 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.3;
  min-height: 50px; /* Ensures titles align even if one is longer */
  margin-bottom: 10px;
}

.popular_content h4 a {
  color: #1f4e79; /* Navy title */
  transition: color 0.3s ease;
}

.popular_card:hover h4 a {
  color: #e39e07; /* Title turns gold on hover */
}

.popular_content p {
  color: #555;
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: left; /* Changed from justify for better readability */
}

/* Restyled Button */
.button-bottom {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  transform: none; /* Removed the complex transform */
}

.button-default {
  background: #1f4e79;
  color: #ffffff;
  font-weight: 600;
  border-radius: 6px;
  padding: 10px 25px;
  width: 80%; /* Fixed width for consistency */
  border: 2px solid #1f4e79;
}

.popular_card:hover .button-default {
  background: #e39e07;
  border-color: #e39e07;
  color: #fff;
}

/* Hanging Price Tag (Point 5.5) */
.course-price-label {
  position: absolute;
  top: 0;
  right: 20px;
  background-color: #e39e07;
  color: #ffffff;
  padding: 10px 10px 20px 10px;
  font-size: 13px;
  font-weight: 800;
  z-index: 100;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  text-align: center;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
  display: flex;
  flex-direction: column;
  line-height: 1.2;
  font-family: "Arial", sans-serif;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.popular_card:hover .course-price-label {
  padding-top: 15px;
  background-color: #1f4e79;
}

/* --- PREMIUM SWIPER PAGINATION --- */
.swiperbtn {
  padding-bottom: 30px !important;
  position: relative !important;
}

.swiperbtn .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #1f4e79 !important;
  opacity: 0.3;
  transition: all 0.4s ease;
  border-radius: 50px;
  margin: 0 6px !important;
}

.swiperbtn .swiper-pagination-bullet-active {
  width: 30px !important;
  background: #e39e07 !important;
  opacity: 1;
  box-shadow: 0 2px 10px rgba(227, 158, 7, 0.3);
}

.swiperbtn .swiper-pagination-bullet:hover {
  opacity: 0.7;
  background: #1f4e79;
}

/* --- GOOGLE REVIEWS SECTION --- */
.google-reviews {
  padding: 60px 0;
  background-color: #f9fbfd; /* Very subtle light blue to separate from white sections */
}

.reviews-widget-container {
  border-radius: 20px;
  overflow: hidden;
  padding: 0 20px; /* Restored side padding for cards */
  position: relative;
  height: 330px;
}

.reviews-widget-container iframe {
  margin-top: -55px; /* Pushes branding up */
  height: 400px !important;
}

@media (max-width: 768px) {
  .google-reviews {
    padding: 60px 0;
  }
  .reviews-widget-container iframe {
    height: 500px !important;
  }
}

/* ==========================================================================
   Course & Blog Redesign Styles
   ========================================================================== */

/* --- Course Cards Metadata & Price Layout --- */
.course-meta-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 12.5px;
  color: #555555;
}

.course-meta-info .meta-item {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 500;
  line-height: 1.4;
}

.course-meta-info .meta-item i {
  color: #e39e07; /* Spade Gold */
  font-size: 13px;
  width: 16px; /* Fixed width to align text perfectly */
  text-align: center;
}

/* --- Blog & News Cards Layout Redesign --- */
.mySwiper_news .event_img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.event_meta_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.category-tag {
  background: rgba(31, 78, 121, 0.08); /* 8% Spade Navy */
  color: #1f4e79; /* Spade Navy */
  font-size: 11px;
  font-weight: 700;
  padding: 5px 12px;
  border-radius: 50px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.event-date {
  font-size: 13px;
  color: #707070;
  font-weight: 600;
}

.card-action-divider {
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
  margin: 20px 0 15px 0;
}

.card-action-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.btn-read-article {
  font-size: 14px;
  font-weight: 700;
  color: #1f4e79 !important; /* Spade Navy */
  text-decoration: none;
  transition: color 0.3s ease;
}

.btn-read-article:hover {
  color: #e39e07 !important; /* Spade Gold */
}

.btn-course-link {
  font-size: 13px;
  font-weight: 600;
  color: #707070 !important;
  text-decoration: none;
  transition: color 0.3s ease;
}

.btn-course-link:hover {
  color: #1f4e79 !important; /* Spade Navy */
}

/* ==========================================================================
   News homepage grid and briefing box layout
   ========================================================================== */

.news-grid-layout {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  margin-top: 40px;
  margin-bottom: 40px;
}

/* Featured Card spans across 2 columns (full width) */
.news-grid-layout .featured_card {
  grid-column: span 2;
  display: flex;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.news-grid-layout .featured_card .event_img {
  flex: 1.2;
}

.news-grid-layout .featured_card .event_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.news-grid-layout .featured_card .event_content {
  flex: 1;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* Standard Cards below the featured card */
.news-grid-layout .standard_card {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.04);
  overflow: hidden;
  border: 1px solid rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
}

.news-grid-layout .standard_card .event_img img {
  height: 220px;
  width: 100%;
  object-fit: cover;
}

.news-grid-layout .standard_card .event_content {
  padding: 25px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

/* Author subtitle/byline */
.author-byline {
  font-size: 13px;
  color: #888888;
  margin-top: -5px;
  margin-bottom: 15px;
  font-weight: 500;
}

/* --- News Briefing Subscription Box --- */
.news-briefing-cta {
  background: #fdfaf0; /* Softer gold-tinted white */
  border: 1px solid rgba(227, 158, 7, 0.2); /* Muted Spade Gold border */
  border-radius: 12px;
  padding: 30px 40px;
  margin-top: 40px;
  text-align: center;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
}

.news-briefing-cta h4 {
  font-size: 18px;
  font-weight: 700;
  color: #1f4e79;
  margin: 0 0 20px 0;
}

.news-briefing-cta h4 span {
  color: #e39e07; /* Highlight brand name in gold */
}

.news-briefing-cta .briefing-form {
  display: flex;
  max-width: 600px;
  margin: 0 auto;
  gap: 10px;
}

.news-briefing-cta .briefing-form input[type="email"] {
  flex-grow: 1;
  padding: 12px 20px;
  border: 1px solid rgba(31, 78, 121, 0.15);
  border-radius: 6px;
  font-size: 14px;
  outline: none;
  background: #ffffff;
  transition: border-color 0.3s ease;
}

.news-briefing-cta .briefing-form input[type="email"]:focus {
  border-color: #1f4e79;
}

.news-briefing-cta .briefing-form button {
  background: #1f4e79;
  color: #ffffff;
  border: none;
  padding: 12px 30px;
  border-radius: 6px;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition:
    background 0.3s ease,
    transform 0.2s ease;
}

.news-briefing-cta .briefing-form button:hover {
  background: #e39e07; /* Spade gold hover */
}

/* Mobile responsive adjustments */
@media (max-width: 991px) {
  .news-grid-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .news-grid-layout .featured_card {
    grid-column: span 1;
    flex-direction: column;
  }
  .news-grid-layout .featured_card .event_img img {
    height: 250px;
  }
  .news-briefing-cta {
    padding: 25px 20px;
  }
  .news-briefing-cta .briefing-form {
    flex-direction: column;
    gap: 10px;
  }
  .news-briefing-cta .briefing-form button {
    width: 100%;
  }
}

/* --- News Grid Card Typography and Theme Colors --- */
.news-grid-layout .event_content h3 {
  margin-bottom: 12px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
}

.news-grid-layout .event_content h3 a {
  color: #1a1a1a !important; /* Dark Grey/Black theme title color */
  text-decoration: none;
  transition: color 0.3s ease;
}

.news-grid-layout .event_card:hover h3 a {
  color: #1f4e79 !important; /* Brand Spade Navy on hover */
}

.news-grid-layout .featured_card .event_content h3 {
  font-size: 24px;
}

.news-grid-layout .event_content p {
  color: #555555 !important; /* Medium Grey paragraph text */
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 0;
  text-align: left;
}

/* ==========================================================================
   News Article Detail Page Styling
   ========================================================================== */
.article-breadcrumb-wrapper {
  padding: 30px 15px 0 15px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.back-to-news a {
  color: #1f4e79;
  font-weight: 600;
  text-decoration: none;
  font-size: 13.5px;
  display: inline-flex;
  align-items: center;
  transition: color 0.2s;
}

.back-to-news a:hover {
  color: #e39e07;
}

.article-breadcrumb {
  font-size: 12.5px;
  color: #888888;
}

.article-breadcrumb a {
  color: #888888;
  text-decoration: none;
  transition: color 0.2s;
}

.article-breadcrumb a:hover {
  color: #1f4e79;
}

.article-breadcrumb span {
  color: #333333;
  font-weight: 500;
}

.article-detail-container {
  padding-top: 20px !important;
  padding-bottom: 60px !important;
}

.article-content-width {
  max-width: 800px !important;
  margin: 0 auto !important;
  padding: 0 15px !important;
}

.article-hero-header {
  margin-bottom: 25px;
}

.article-hero-header .category-badge {
  display: inline-block;
  background-color: #1f4e79;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 12px;
}

.article-main-title {
  font-size: 32px;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.25;
  margin-bottom: 12px;
}

.article-subtitle {
  font-size: 17px;
  color: #555555;
  line-height: 1.5;
  margin-bottom: 18px;
  font-style: italic;
  font-weight: 500;
}

.article-meta-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #666666;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  padding: 12px 0;
}

.article-meta-row .meta-dot {
  color: #cccccc;
}

.article-meta-row .meta-read-time i {
  color: #e39e07;
}

.article-hero-image {
  margin-bottom: 30px;
  width: 100%;
}

.article-hero-image img {
  width: 100%;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  aspect-ratio: 16/9;
  object-fit: cover;
}

.article-hero-image .image-caption {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #777777;
  font-style: italic;
  text-align: center;
}

.article-body-text {
  max-width: 680px;
  margin: 0 auto;
  font-family: inherit;
  font-size: 17.5px;
  line-height: 1.8;
  color: #2c2c2c;
}

.article-body-text p {
  margin-bottom: 1.6em;
}

.article-section-heading {
  font-size: 21px;
  font-weight: 700;
  color: #1f4e79;
  margin-top: 35px;
  margin-bottom: 15px;
  line-height: 1.3;
}

.article-divider {
  border: 0;
  border-top: 1px solid #eeeeee;
  margin: 30px 0;
}

.article-share-buttons {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
  font-size: 13.5px;
  color: #555555;
}

.article-share-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  color: #555555;
  font-size: 13px;
  transition: all 0.3s ease;
}

.article-share-buttons a:hover {
  background-color: #1f4e79;
  color: #ffffff;
  border-color: #1f4e79;
  transform: translateY(-2px);
}

.article-tags {
  font-size: 13px;
  color: #666666;
  margin-bottom: 40px;
}

.article-tags a {
  display: inline-block;
  background-color: #f5f5f5;
  color: #555555;
  padding: 3px 8px;
  border-radius: 4px;
  margin-left: 4px;
  text-decoration: none;
  font-size: 12px;
  transition:
    background-color 0.2s,
    color 0.2s;
}

.article-tags a:hover {
  background-color: #e39e07;
  color: #ffffff;
}

/* Recommended Course Card */
.recommended-course-card {
  background: linear-gradient(135deg, #fefbf0 0%, #fffcf5 100%);
  border: 1.5px solid #e39e07;
  border-radius: 10px;
  padding: 24px;
  margin: 40px auto;
  max-width: 680px;
  box-shadow: 0 6px 20px rgba(227, 158, 7, 0.06);
}

.recommended-course-card .rec-card-badge {
  display: inline-block;
  background-color: #e39e07;
  color: #ffffff;
  padding: 3px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.recommended-course-card h4 {
  font-size: 19px;
  font-weight: 700;
  color: #1f4e79;
  margin: 0 0 8px 0;
}

.recommended-course-card .rec-card-meta {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #555555;
  margin-bottom: 12px;
}

.recommended-course-card .rec-card-meta i {
  color: #e39e07;
}

.recommended-course-card .rec-card-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #555555;
  margin-bottom: 18px;
}

.recommended-course-card .rec-card-cta {
  display: flex;
}

.recommended-course-card .rec-card-btn {
  display: inline-block;
  background-color: #1f4e79;
  color: #ffffff;
  padding: 9px 18px;
  border-radius: 5px;
  font-weight: 600;
  text-decoration: none;
  font-size: 13px;
  transition: all 0.3s;
}

.recommended-course-card .rec-card-btn:hover {
  background-color: #e39e07;
  color: #ffffff;
  transform: translateX(3px);
}

/* Related Articles strip */
.related-articles-section {
  margin-top: 50px;
  border-top: 1px solid #eeeeee;
  padding-top: 40px;
}

.related-section-title {
  font-size: 21px;
  font-weight: 700;
  color: #1f4e79;
  margin-bottom: 25px;
  text-align: left;
}

.related-articles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.related-article-card {
  background: #ffffff;
  border: 1px solid #eeeeee;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
  transition: transform 0.3s;
  display: flex;
  flex-direction: column;
}

.related-article-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

.related-card-img {
  width: 100%;
  height: 140px;
  overflow: hidden;
  background-color: #fcfcfc;
}

.related-card-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}

.related-article-card:hover .related-card-img img {
  transform: scale(1.05);
}

.related-card-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.related-card-category {
  display: inline-block;
  background-color: #f2f2f2;
  color: #666666;
  font-size: 9px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 2px 6px;
  border-radius: 3px;
  margin-bottom: 8px;
  align-self: flex-start;
}

.related-card-content h4 {
  font-size: 14.5px;
  font-weight: 700;
  margin: 0 0 8px 0;
  line-height: 1.3;
  min-height: 38px;
}

.related-card-content h4 a {
  color: #1f4e79;
  text-decoration: none;
  transition: color 0.2s;
}

.related-card-content h4 a:hover {
  color: #e39e07;
}

.related-card-content p {
  font-size: 12.5px;
  color: #666666 !important;
  line-height: 1.5;
  margin-bottom: 15px;
  text-align: left;
  flex-grow: 1;
}

.related-card-link {
  font-size: 12.5px;
  font-weight: 600;
  color: #1f4e79;
  text-decoration: none;
  align-self: flex-start;
  transition: color 0.2s;
}

.related-card-link:hover {
  color: #e39e07;
}

@media (max-width: 768px) {
  .related-articles-grid {
    grid-template-columns: 1fr;
  }
  .article-main-title {
    font-size: 26px;
  }
}

/* News page grid layout */
.news_page_grid {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 30px !important;
}

@media (max-width: 978px) {
  .news_page_grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }
}

@media (max-width: 767px) {
  .news_page_grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* Blog/news card grid styling */
.news_page_grid .event_card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.news_page_grid .event_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.12);
}
.news_page_grid .event_img {
  overflow: hidden;
  border-radius: 18px 18px 0 0;
}
.news_page_grid .event_img img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news_page_grid .event_card:hover .event_img img {
  transform: scale(1.05);
}
.news_page_grid .event_content {
  padding: 24px;
}
.news_page_grid .event_meta_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.news_page_grid .event_meta_row .category-tag,
.news_page_grid .event_meta_row .event-date {
  font-size: 13px;
  line-height: 1.4;
}
.news_page_grid .event_content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.news_page_grid .event_content h3 a {
  color: #1f4e79;
  text-decoration: none;
  transition: color 0.3s ease;
}
.news_page_grid .event_content h3 a:hover {
  color: #e39e07;
}
.news_page_grid .event_content p {
  margin: 0 0 18px;
  color: #444;
  min-height: 76px;
}
.news_page_grid .card-action-links {
  padding-top: 10px;
}
.news_page_grid .btn-read-article {
  display: inline-flex;
  align-items: center;
  color: #1f4e79;
  font-weight: 600;
  transition: color 0.3s ease;
}
.news_page_grid .btn-read-article:hover {
  color: #e39e07;
}

/* ==========================================================================
   Inner Blog Page Redesign Styles (Styled same like News Section)
   ========================================================================== */
.inner_content .blog {
  max-width: 800px !important;
  margin: 0 auto !important;
  padding: 0 15px 40px 15px !important;
  text-align: left !important;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}

.inner_content .blog_left {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Blog post hero image */
.inner_content .blog_left img {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  aspect-ratio: 16/9 !important;
  object-fit: cover !important;
  margin-bottom: 30px !important;
  display: block !important;
}

/* Blog text container */
.inner_content .blog_txt {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Blog article date/meta row styled like news meta row */
.inner_content .blog_txt h6 {
  font-size: 13.5px !important;
  color: #666666 !important;
  border: none !important; /* Reset default borders */
  padding: 6px 0 !important;
  margin: 0 !important;
  font-weight: 500 !important;
  text-transform: none !important;
  display: block !important;
  width: 100% !important;
  text-align: left !important;
}

/* Single border-top on first metadata element */
.inner_content .blog_txt h6:first-of-type {
  border-top: 1px solid #eeeeee !important;
  padding-top: 12px !important;
}

/* Single border-bottom on last metadata element */
.inner_content .blog_txt h6:last-of-type {
  border-bottom: 1px solid #eeeeee !important;
  padding-bottom: 12px !important;
  margin-bottom: 30px !important;
}

/* Prepend author only to the first metadata element to avoid repeating */
.inner_content .blog_txt h6:first-of-type::before {
  content: "By the Spade Learning Academy team \2022\00a0" !important; /* Dot and space */
  font-weight: 700 !important;
  color: #1a1a1a !important;
}

/* Style h2, p, and other text elements as standard body text to prevent heading styles */
.inner_content .blog_txt h2,
.inner_content .blog_txt p,
.inner_content .blog_txt span {
  font-family: inherit !important;
  font-size: 17.5px !important;
  line-height: 1.8 !important;
  color: #2c2c2c !important;
  font-weight: 400 !important;
  text-align: left !important;
  margin-bottom: 1.6em !important;
  -webkit-text-fill-color: initial !important;
}

/* Center and constrain maximum width of text content to match news detail body */
.inner_content .blog_txt > *:not(h6):not(h3):not(h4) {
  max-width: 680px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Blog subheadings style (if any h3 or h4 headings are inside the body) */
.inner_content .blog_txt h3,
.inner_content .blog_txt h4 {
  font-size: 21px !important;
  font-weight: 700 !important;
  color: #1f4e79 !important;
  margin-top: 35px !important;
  margin-bottom: 15px !important;
  line-height: 1.3 !important;
  -webkit-text-fill-color: initial !important;
  gap: 20px !important;
}

@media (max-width: 767px) {
  .news_page_grid {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }
}

/* Blog/news card grid styling */
.news_page_grid .event_card {
  background: #ffffff;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.08);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}
.news_page_grid .event_card:hover {
  transform: translateY(-5px);
  box-shadow: 0 28px 60px rgba(0, 0, 0, 0.12);
}
.news_page_grid .event_img {
  overflow: hidden;
  border-radius: 18px 18px 0 0;
}
.news_page_grid .event_img img {
  display: block;
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.news_page_grid .event_card:hover .event_img img {
  transform: scale(1.05);
}
.news_page_grid .event_content {
  padding: 24px;
}
.news_page_grid .event_meta_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}
.news_page_grid .event_meta_row .category-tag,
.news_page_grid .event_meta_row .event-date {
  font-size: 13px;
  line-height: 1.4;
}
.news_page_grid .event_content h3 {
  font-size: 22px;
  margin-bottom: 12px;
}
.news_page_grid .event_content h3 a {
  color: #1f4e79;
  text-decoration: none;
  transition: color 0.3s ease;
}
.news_page_grid .event_content h3 a:hover {
  color: #e39e07;
}
.news_page_grid .event_content p {
  margin: 0 0 18px;
  color: #444;
  min-height: 76px;
}
.news_page_grid .card-action-links {
  padding-top: 10px;
}
.news_page_grid .btn-read-article {
  display: inline-flex;
  align-items: center;
  color: #1f4e79;
  font-weight: 600;
  transition: color 0.3s ease;
}
.news_page_grid .btn-read-article:hover {
  color: #e39e07;
}

/* ==========================================================================
   Inner Blog Page Redesign Styles (Styled same like News Section)
   ========================================================================== */
.inner_content .blog {
  max-width: 800px !important;
  margin: 0 auto !important;
  padding: 0 15px 40px 15px !important;
  text-align: left !important;
  box-shadow: none !important;
  background: transparent !important;
  border: none !important;
}

.inner_content .blog_left {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Blog post hero image */
.inner_content .blog_left img {
  width: 100% !important;
  max-width: 100% !important;
  border-radius: 8px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important;
  aspect-ratio: 16/9 !important;
  object-fit: cover !important;
  margin-bottom: 30px !important;
  display: block !important;
}

/* Blog text container */
.inner_content .blog_txt {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  display: flex !important;
  flex-direction: column !important;
}

/* Blog article date/meta row styled like news meta row */
.inner_content .blog_txt h6 {
  font-size: 13.5px !important;
  color: #666666 !important;
  border: none !important; /* Reset default borders */
  padding: 6px 0 !important;
  margin: 0 !important;
  font-weight: 500 !important;
  text-transform: none !important;
  display: block !important;
  width: 100% !important;
  text-align: left !important;
}

/* Single border-top on first metadata element */
.inner_content .blog_txt h6:first-of-type {
  border-top: 1px solid #eeeeee !important;
  padding-top: 12px !important;
}

/* Single border-bottom on last metadata element */
.inner_content .blog_txt h6:last-of-type {
  border-bottom: 1px solid #eeeeee !important;
  padding-bottom: 12px !important;
  margin-bottom: 30px !important;
}

/* Prepend author only to the first metadata element to avoid repeating */
.inner_content .blog_txt h6:first-of-type::before {
  content: "By the Spade Learning Academy team \2022\00a0" !important; /* Dot and space */
  font-weight: 700 !important;
  color: #1a1a1a !important;
}

/* Style h2, p, and other text elements as standard body text to prevent heading styles */
.inner_content .blog_txt h2,
.inner_content .blog_txt p,
.inner_content .blog_txt span {
  font-family: inherit !important;
  font-size: 17.5px !important;
  line-height: 1.8 !important;
  color: #2c2c2c !important;
  font-weight: 400 !important;
  text-align: left !important;
  margin-bottom: 1.6em !important;
  -webkit-text-fill-color: initial !important;
}

/* Center and constrain maximum width of text content to match news detail body */
.inner_content .blog_txt > *:not(h6):not(h3):not(h4) {
  max-width: 680px !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Blog subheadings style (if any h3 or h4 headings are inside the body) */
.inner_content .blog_txt h3,
.inner_content .blog_txt h4 {
  font-size: 21px !important;
  font-weight: 700 !important;
  color: #1f4e79 !important;
  margin-top: 35px !important;
  margin-bottom: 15px !important;
  line-height: 1.3 !important;
  -webkit-text-fill-color: initial !important;
  text-align: left !important;
}

/* ==========================================================================
   What Makes Us Different Section
   ========================================================================== */
.different-section {
  background: linear-gradient(135deg, #1f4e79 0%, #112d47 100%);
  color: #ffffff;
  padding: 90px 0;
  overflow: hidden;
}

.different-header {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 999;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.different-header:before {
  content: "";
  display: block;
  width: 250px;
  height: 1.5px;
  background: #e39e07; /* Gold line */
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.different-header:after {
  content: "\2660\fe0e";
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #1c466e; /* Match gradient background color at header bottom */
  padding: 0 15px;
  color: #e39e07; /* Gold spade icon */
  font-size: 26px;
  z-index: 10;
  line-height: 1;
}

.different-header h2 {
  font-size: 40px !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  color: #ffffff !important;
  margin: 0 0 40px 0 !important; /* Margin bottom increased for spacing above divider */
  text-align: center !important;
}

.different-header h2 span {
  color: #e39e07 !important;
  font-style: normal !important;
  font-weight: 900 !important;
}

.different-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.different-col {
  display: flex;
  flex-direction: column;
  padding: 40px !important;
  border-radius: 12px !important;
  box-sizing: border-box;
}

.different-col.left-col {
  background-color: #122842 !important; /* Lighter dark blue */
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  color: #ffffff !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
}

.different-col.right-col {
  background-color: #0b1a2e !important; /* Premium dark navy */
  border: 1px solid rgba(255, 255, 255, 0.05) !important;
  color: #ffffff !important;
  box-shadow: 0 20px 40px rgba(11, 26, 46, 0.15) !important;
}

.col-eyebrow {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.different-col.left-col .col-eyebrow {
  color: rgba(255, 255, 255, 0.6) !important;
}

.different-col.right-col .col-eyebrow {
  color: #e39e07 !important; /* Spade Gold */
}

.different-col h3 {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0 0 35px 0;
}

.different-col.left-col h3 {
  color: #ffffff !important;
}

.different-col.right-col h3 {
  color: #ffffff !important;
}

.different-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.different-list li {
  font-size: 16px;
  line-height: 1.6;
  padding: 15px 0;
  position: relative;
  padding-left: 20px;
  text-align: left;
}

.different-col.left-col .different-list li {
  color: rgba(255, 255, 255, 0.85) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.different-col.right-col .different-list li {
  color: rgba(255, 255, 255, 0.85) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
}

.different-list li::before {
  content: "—";
  position: absolute;
  left: 0;
  font-weight: 700;
}

.different-col.left-col .different-list li::before {
  color: rgba(255, 255, 255, 0.4) !important; /* White-ish dash for standard */
}

.different-col.right-col .different-list li::before {
  color: #e39e07 !important; /* Gold dash for Spade */
}

.different-list li:last-child {
  border-bottom: none !important;
}

@media (max-width: 991px) {
  .different-grid {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  .different-col.left-col {
    padding-right: 40px !important;
  }

  .different-header h2 {
    font-size: 32px !important;
  }

  .different-col h3 {
    font-size: 24px;
    margin-bottom: 25px;
  }
}
