@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


html {
  scroll-behavior: smooth;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 30px;
  background: #fff;
  color: #000;
  overflow-x: hidden;
}

.container {
  max-width: 1270px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  width: 100%;
}

.container-fluid {
  max-width: 100%;
  padding: 0 2%;
}

.text-center {
  text-align: center;
}


.relative {
  position: relative;
}

.padt80 {
  padding-top: 80px;
}

.padt40 {
  padding-top: 40px;
}

.padt20 {
  padding-top: 20px;
}

.padb80 {
  padding-bottom: 80px;
}

.mt50 {
  margin-top: 50px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb50 {
  margin-bottom: 50px;
}

.mb20 {
  margin-bottom: 20px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.d-flex {
  display: flex;
}

.jsb {
  justify-content: space-between;
}

.aic {
  align-items: center;
}

.site-color {
  color: var(--site-color3);
}



.site-title {
  font-size: 48px;
  font-weight: 800;
  line-height: 58px;
  margin-top: 0;
  margin-bottom: 30px;
}


img {
  max-width: 100%;
  height: auto;
}

.padb20 {
  padding-bottom: 20px;
}


/* mcc css */

header{padding:30px 0 50px 0}
.yellow-bg{background:url(../images/yellow-bg.jpg) repeat;}

.logo{padding:0;}
.logo .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap:30px;
}

header .site-title {
  text-align: center;
  font-size: 70px;
  line-height: 70px;
  margin: 0;
  box-shadow: 15px 15px 0 #000;
  border: 2px solid #000;
  background: #fbee2e;
  border-radius: 15px;
  padding: 20px;
}



header .site-title span {
  display: inline-block;
  background: #fff;
  border: 2px solid #000;
  border-radius: 15px;
  padding: 15px 25px;
  font-size: 36px;
  line-height: 36px;
  box-shadow: 5px 5px 0 #000;
}

.ca-online-boxs {
  display: grid;
  margin-top: 30px;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}
.ca-online-boxs .box {
  padding: 0px;
  background: no-repeat padding-box #fff;
  border-radius: 6px;
  overflow: hidden;
  border: 2px solid #000;
  display: grid;
  grid-template-columns:29% 69%;
  gap: 20px;
  align-items: center;
  box-shadow: 10px 10px 0 #000;
}
.course-content {
  padding: 10px;
}

.price-box .btn.btn-primary {
  background-color: #428800;
  color: #fff;
  border-color: none;
  border-radius: 6px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  padding: 8px 25px;
  width: 100%;
  margin-top: 0;
  display: block;
  text-decoration:none;
  text-align:center;
}
.price-box .btn.btn-primary:hover{background-color:#fbee2e; color:#000;}
.padb40{padding-bottom:40px;}

.course-content h2 {
  margin: 0 0 20px 0;
}

.course-content h2 a {
  font-size: 36px;
  line-height: 46px;
  color: #000;
  text-decoration: none;
  display: inline-block;
}

.course-content p {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}

.call-on-section{background:#3aaf57;}

.call-on-helpline {
  border: 2px solid #1f1f1f;
  border-radius: 20px;
  text-align: center;
  font-size: 36px;
  padding: 20px;
  margin-bottom: 50px;
  font-weight: 600;
  box-shadow: 15px 15px 0 #1f1f1f;
  color: #fff;
  line-height: 44px;
}
.call-on-helpline strong{font-weight:700;}
.call-on-helpline strong a{color:#fff;}

.call-on-helpline-video-banner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap:30px;
}

.v-box iframe, .v-box img {
  width: 100%;
  height: 100%;
  border: none;
  box-shadow: 15px 15px 0 #1f1f1f;
  border-radius:10px;
}

.black-bg{background:#100f17;}

.title-yellow {
  text-align: center;
  color: #eee323;
  font-size: 60px;
  line-height: 66px;
  padding: 0 60px;
  margin: 0 0 35px 0;
}

.why-c-mcc {
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  box-shadow: 5px 5px 0 #51514e;
}
.why-c-mcc h4 {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight:600;
}
.why-c-mcc p {
  margin: 0;
}

.yellow-bg.yellow-box {
  padding: 30px;
  border-radius: 10px;
  margin-top: 50px;
  box-shadow: 10px 10px 0 #51514e;
}

.yellow-bg.yellow-box h3 {
  margin: 0;
  font-size: 36px;
  line-height:44px;
  font-weight:600;
}
.yellow-bg.yellow-box p{margin-bottom:0;}

.qbox-cta {
  background: #3aaf57;
  padding: 30px;
  border-radius: 10px;
  margin-bottom:30px;
}

.qbox-cta h3 {
  margin: 0 0 20px 0;
  font-size: 30px;
  color: #fff;
}

.cta-b {
  background: url(../images/yellow-bg.jpg) repeat;
  padding: 15px;
  border-radius: 10px;
  box-shadow: 10px 10px 0 #000;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
}
.cta-b a{color:#000; text-decoration:none;}

.qbox-list {
  font-weight: 500;
  margin-bottom: 15px;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.qbox-cta.blue-box {
  background: #56f;
}

.qbox-cta.dark-blue-box {
  background: #001eff;
}

.explore-course img {
  display: block;
}
body.fixed{padding-bottom:140px;}
.biynow-fixed.yellow-bg{display:none;}
.fixed .biynow-fixed.yellow-bg {
  background: #56f;
  text-align: center;
  padding: 25px 0 10px 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: block;
}


.banners-top-rankers img{width:100%;display: block;}

.mobile{display:none !important;}

.page-template-ca-foundation-online-course-landing #header,
body.page-template-ca-foundation-online-course-landing .top_head,
.page-template-ca-foundation-online-course-landing .copyright-reserved, .page-template-ca-foundation-online-course-landing .downlosd-link,
.page-template-ca-foundation-online-course-landing #six-layer, .page-template-ca-foundation-online-course-landing #fifth-layer{display:none;}


.enquiry-fi-button {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  cursor: pointer;
  background: #0b8f42;
  z-index: 999;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  padding: 10px 0;
  font-size: 16px;
}
.custom-enquire-form-block-inner {
  position: fixed ;
  z-index: 999999999;
  top: 15px;
  width: 100% ;
  left: 0;
  margin: 0 auto;
  right: 0;
  background: #000;
  padding: 20px;
	display:none ;
  max-width:700px;

}
.custom-enquire-form-block.clicked .custom-enquire-form-block-inner{display:block !important;}
.enquire-close-btn {
  color: #fff;
  position: absolute;
  right: -11px;
  background: #d23438;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 36px;
  top: -7px;
  cursor: pointer;
}
body.clicked {
  overflow: hidden;
  height:100%;
}
body.clicked::before {
  content: '';
  background: #000;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 9;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.enquire-popup-title {
  margin-bottom: 15px;
  margin-top: 5px;
  color:#fff;
}
	.enquiry-fi-button {
  display: block;
}

.cta-phone-block {
  z-index: 999;
}

.discounted-price {
  margin-top: 15px;
}

.discounted-price h5 {
  font-size: 15px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 0px;
}

.discounted-price .price-box {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.price-box {
  font-size: 15px;
  line-height: 1;
}

.discounted-price .price-box .price {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 30px;
}

.discounted-price .price-box .price .right-price {
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  background: #18495c;
  padding: 10px 15px;
  border-radius: 36px;
  color: #fff;
  box-shadow: 5px 5px 0 #1492c4;
}

.discounted-price .price-box .price .close-price {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  color: #807e7e;
}

.discounted-price .price-box .price .off {
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 17px;
  height: 29px;
  box-shadow: 0 3px 10px #00000014;
  background: no-repeat padding-box #005081;
  width: fit-content;
}

.discounted-price .price-box .btn.btn-primary {
  background-color: #428800;
  color: #fff;
  border-color: #428800;
  border-radius: 6px;
  font-size: 15px;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 25px;
  width: fit-content;
  margin-right: 0;
}

.call-icon svg {
  width: 16px;
  height: 16px;
}

.call-top {
  display: flex;
  background: #fff;
  padding: 10px 20px;
  border-radius: 26px;
  gap: 5px;
  box-shadow: 5px 5px 0 #000;
}

.call-icon {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
}

.call-number a {
  color: #0b8f42;
  font-weight: 600;
}
.call-mobile{display:none;}

.explore-course .ca-online-boxs {
  grid-template-columns: repeat(4, 1fr);
}

.explore-course .ca-online-boxs .box {
  grid-template-columns: 1fr;
}


/* ------------------- */
.box.woo-product {
  padding: 8px;
  background: #fbfbfb;
  border-radius: 8px;
  box-shadow: 0 1px 6px rgba(32, 33, 36, 0.28);
  border: none;
} 
.woo-product span {
  margin-top: 8px;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  border-radius: 3px;
  background: #333;
  color: #fff;
  display: inline-block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: all 0.5s;
  /* Safari prior 6.1 */
  transition: all 0.5s;
}

.woo-product a:focus span,
.woo-product a:hover span {
  color: #fff;
  background-color: #428569;
}

.woo-product a:focus span:after,
.woo-product a:hover span:after {
  content: ">>";
  margin-left: 8px;
}