#sectionOne {
  width: 100%;
}
/*@media (max-width: 768px) {
  #sectionOne {
    margin-top: 40px;
  }
}
@media (max-width: 480px) {
  #sectionOne {
    margin-top: 50px;
  }
}*/
#sectionOne .sectionOneMain {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#sectionOne .sectionOneMain .upCommingExam {
  flex: 0 0 47%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  #sectionOne .sectionOneMain .upCommingExam {
    flex: 100%;
  }
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox {
  width: 100%;
  border-radius: 10px;
  background: #fff;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1803921569);
  overflow: hidden;
	min-height: 230px;
}
@media (max-width: 768px) {
  #sectionOne .sectionOneMain .upCommingExam .upCommingExamBox {
    min-height: auto;
    background: #fff;
    border: 1px solid rgba(168, 168, 168, 0.462745098);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.0666666667);
  }
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 {
  background: #D6ACF9;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxHead {
  width: 100%;
  display: flex;
  background: #D6ACF9;
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxHead .customeDropdown {
  position: relative;
  width: 160px;
}
@media(max-width:480px){
	#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxHead .customeDropdown{
		width :auto;
	}
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxHead .customeDropdown .customeDropdownHead {
  background: white;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: var(--primaryColor);
  cursor: pointer;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1803921569);
  transition: 0.3s;
}
@media (max-width: 768px) {
  #sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxHead .customeDropdown .customeDropdownHead {
    border: 1px solid rgba(168, 168, 168, 0.462745098);
    box-shadow: none;
    color: black;
  }
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxHead .customeDropdown .customeDropdownHead:hover {
  transition: 0.3s;
  background: var(--secondaryHoverColor);
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxHead .customeDropdown .customeDropdownHead p {
  font-size: 16px;
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxHead .customeDropdown .customeDropdownHead .customeDropdownHeadIcon {
  display: flex;
  justify-content: center;
  align-items: center;
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxHead .customeDropdown .customeDropdownHead .customeDropdownHeadIcon i {
  line-height: 0.5;
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxHead .customeDropdown .customeDropdownBody {
  position: absolute;
  background: white;
  border-radius: 5px;
  width: 100%;
  top: calc(100% + 1px);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1803921569);
  max-height: 160px;
  overflow-y: auto;
  display: none;
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxHead .customeDropdown .customeDropdownBody ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxHead .customeDropdown .customeDropdownBody ul li {
  list-style: none;
  padding: 5px 15px;
  font-size: 14px;
  cursor: pointer;
  transition: 0.3s;
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxHead .customeDropdown .customeDropdownBody ul li:hover {
  transition: 0.3s;
  background: var(--secondaryHoverColor);
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxHead .customeDropdown .customeDropdownBody ul .selected {
  color: var(--primaryColor);
  background: var(--secondaryHoverColor);
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxBody {
  width: 100%;
  display: flex;
  margin-top: 20px;
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxBody .upCommingExamDateList {
  width: 100%;
  display: flex;
  gap: 15px;
}
@media (max-width: 768px) {
  #sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxBody .upCommingExamDateList {
    flex-wrap: wrap;
  }
}
@media (max-width: 480px) {
  #sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxBody .upCommingExamDateList {
    gap: 10px;
  }
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxBody .upCommingExamDateList .upCommingExamDateListBox {
  display: flex;
}
@media (max-width: 480px) {
  #sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxBody .upCommingExamDateList .upCommingExamDateListBox {
    width: calc(20% - 8px);
  }
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxBody .upCommingExamDateList .upCommingExamDateListBox input {
  display: none;
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxBody .upCommingExamDateList .upCommingExamDateListBox input:checked ~ label {
  background: var(--primaryColor);
  color: white;
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxBody .upCommingExamDateList .upCommingExamDateListBox label {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: white;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1803921569);
  width: 60px;
  gap: 5px;
  cursor: pointer;
  color: var(--primaryColor);
  transition: 0.3s;
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxBody .upCommingExamDateList .upCommingExamDateListBox label:hover {
  transition: 0.3s;
  background: var(--secondaryHoverColor);
}
@media (max-width: 768px) {
  #sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxBody .upCommingExamDateList .upCommingExamDateListBox label {
    border: 1px solid rgba(168, 168, 168, 0.462745098);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.0666666667);
    color: black;
  }
}
@media (max-width: 480px) {
  #sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxBody .upCommingExamDateList .upCommingExamDateListBox label {
    width: 100%;
  }
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxBody .upCommingExamDateList .upCommingExamDateListBox label p {
  text-transform: uppercase;
  font-size: 15px;
}
@media (max-width: 480px) {
  #sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol1 .upCommingExamBoxBody .upCommingExamDateList .upCommingExamDateListBox label p {
    font-size: 14px;
    font-weight: 500;
  }
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol2 {
  background: white;
  padding: 12px 20px;
  width: 100%;
}
@media(max-width:480px){
	#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol2{
		padding: 8px 20px;
	}
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol2 .upCommingExamBoxFooter {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: white;
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol2 .upCommingExamBoxFooter .upCommingExamBoxCalendar {
  text-decoration: none;
  background: white;
  border-radius: 5px;
  padding: 8px 15px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1803921569);
  font-size: 16px;
  color: var(--primaryColor);
  display: flex;
  align-items: center;
  gap: 15px;
  transition: 0.3s;
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol2 .upCommingExamBoxFooter .upCommingExamBoxCalendar:hover {
  transition: 0.3s;
  background: var(--secondaryHoverColor);
}
@media (max-width: 768px) {
  #sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol2 .upCommingExamBoxFooter .upCommingExamBoxCalendar {
    border: none;
    box-shadow: none;
    color: black;
    padding: 0;
  }
}
@media (max-width: 480px) {
  #sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol2 .upCommingExamBoxFooter .upCommingExamBoxCalendar {
    font-size: 18px;
    padding: 8px 0px;
    gap: 10px;
  }
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol2 .upCommingExamBoxFooter .upCommingExamBoxCalendar i {
  line-height: 0.5;
}
@media (max-width: 480px) {
  #sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol2 .upCommingExamBoxFooter .upCommingExamBoxCalendar span {
    display: none;
  }
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol2 .upCommingExamBoxFooter .upCommingExamPrice {
  margin-left: auto;
  margin-right: 20px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: rgb(16, 140, 0);
  gap: 10px;
}
@media (max-width: 480px) {
  #sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol2 .upCommingExamBoxFooter .upCommingExamPrice {
    font-size: 14px;
    gap: 5px;
  }
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol2 .upCommingExamBoxFooter .upCommingExamPrice i {
  font-size: 14px;
  line-height: 0.5;
}
@media (max-width: 480px) {
  #sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol2 .upCommingExamBoxFooter .upCommingExamPrice i {
    font-size: 12px;
  }
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol2 .upCommingExamBoxFooter .upCommingExamBookBtn {
  text-decoration: none;
  text-decoration: none;
  background: var(--primaryColor);
  border-radius: 5px;
  padding: 8px 15px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1803921569);
  font-size: 16px;
  color: white;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
}
@media (max-width: 768px) {
  #sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol2 .upCommingExamBoxFooter .upCommingExamBookBtn {
    background: rgba(0, 0, 0, 0.8);
  }
}
@media (max-width: 480px) {
  #sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol2 .upCommingExamBoxFooter .upCommingExamBookBtn {
    font-size: 14px;
    padding: 8px 12px;
  }
}
#sectionOne .sectionOneMain .upCommingExam .upCommingExamBox .upCommingExamBoxCol2 .upCommingExamBoxFooter .upCommingExamBookBtn:hover {
  transition: 0.3s;
  box-shadow: none;
  opacity: 0.8;
}
#sectionOne .sectionOneMain .currentOffers {
  flex: 0 0 47%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1200px) {
  #sectionOne .sectionOneMain .currentOffers {
    flex: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 480px) {
  #sectionOne .sectionOneMain .currentOffers {
    margin-top: 30px;
  }
}
#sectionOne .sectionOneMain .currentOffers .currentOffersBox {
  background: #FFFFCF;
  padding: 15px 20px 15px 20px;
  border-radius: 10px;
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1803921569);
  overflow-y: auto;
  max-height: 230px;
}
@media (max-width: 768px) {
  #sectionOne .sectionOneMain .currentOffers .currentOffersBox {
    height: auto;
    max-height: 250px;
    /*padding-right: 20px;*/
	  padding: 8px;
  box-shadow: 0px 3px 10px rgb(0 0 0 / 6%);
  }
}
#sectionOne .sectionOneMain .currentOffers .currentOffersBox ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#sectionOne .sectionOneMain .currentOffers .currentOffersBox ul li {
  list-style: none;
}
#sectionOne .sectionOneMain .currentOffers .currentOffersBox ul li .currentOffersCol {
  text-decoration: none;
  background: white;
  border: 1px solid rgba(204, 204, 204, 0.5607843137);
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  padding: 10px;
  transition: 0.3s;
  width: 100%;
}
#sectionOne .sectionOneMain .currentOffers .currentOffersBox ul li .currentOffersCol:hover {
  transition: 0.3s;
  background: var(--secondaryHoverColor);
}
#sectionOne .sectionOneMain .currentOffers .currentOffersBox ul li .currentOffersCol .currentOffersBoxCol1 {
  flex: 0 0 80%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  #sectionOne .sectionOneMain .currentOffers .currentOffersBox ul li .currentOffersCol .currentOffersBoxCol1 {
    flex: 0 0 70%;
  }
}
#sectionOne .sectionOneMain .currentOffers .currentOffersBox ul li .currentOffersCol .currentOffersBoxCol1 h3 {
  font-size: 14px;
  font-weight: 500;
  color: black;
}
#sectionOne .sectionOneMain .currentOffers .currentOffersBox ul li .currentOffersCol .currentOffersBoxCol1 p {
  font-size: 12px;
  margin-top: 5px;
  color: var(--secondaryTextColor);
}
#sectionOne .sectionOneMain .currentOffers .currentOffersBox ul li .currentOffersCol .currentOffersBoxCol2 {
  flex: 0 0 15%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 480px) {
  #sectionOne .sectionOneMain .currentOffers .currentOffersBox ul li .currentOffersCol .currentOffersBoxCol2 {
    flex: 0 0 25%;
    align-items: flex-end;
  }
}
#sectionOne .sectionOneMain .currentOffers .currentOffersBox ul li .currentOffersCol .currentOffersBoxCol2 p {
  font-size: 12px;
  color: var(--secondaryTextColor);
}
#sectionOne .sectionOneMain .currentOffers .currentOffersBox ul li .currentOffersCol .currentOffersBoxCol2 h3 {
  font-size: 14px;
  font-weight: 500;
  margin-top: 5px;
  color: var(--primaryColor);
}

#webinarSection {
  width: 100%;
}
#webinarSection .webinarSectionHead{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
}
@media(max-width:480px){
  #webinarSection .webinarSectionHead{
    margin-top: 100px;
  }
}
#webinarSection .webinarSectionHead h2{
  color: black;
  font-size: 22px;
  font-weight: 400;
	display: flex;
	align-items: center;
}
@media(max-width:768px){
	#webinarSection .webinarSectionHead h2{
		display: none;
	}
}
#webinarSection .webinarSectionHead h2 .profileBackBtnIcon{
	width: 15px;
	margin-right: 15px;
}
#webinarSection .webinarSectionHead h2 .profileBackBtnIcon img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#webinarSection .webinarSectionHead .webinarSearch{
  width: 400px;
  display: flex;
  align-items: center;
}
@media(max-width:768px){
  #webinarSection .webinarSectionHead .webinarSearch{
    width: 350px;
  }
}
@media(max-width:480px){
  #webinarSection .webinarSectionHead .webinarSearch{
    width: 100%;
    position: fixed;
    top: 60px;
    left: 0;
    background: white;
    padding: 10px 5%;
    z-index: 50;
  }
}
#webinarSection .webinarSectionHead .webinarSearch input{
  width: 100%;
  height: 40px;
  border: 1px solid #bbb;
  border-radius: 5px 0px 0px 5px;
  padding: 0px 15px;
  font-size: 20px;
  outline: none;
}
#webinarSection .webinarSectionHead .webinarSearch input:focus{
  border-color: black;
}
#webinarSection .webinarSectionHead .webinarSearch button{
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 0px 5px 5px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  outline: none;
  cursor: pointer;
  background: var(--primaryColor);
  color: white;
  transition: .3s;
}
#webinarSection .webinarSectionHead .webinarSearch button:hover{
  transition: .3s;
  opacity: 0.7;
}
#webinarSection .webinarSectionMain {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#webinarSection .webinarSectionMain .webinarSectionTab {
  width: 100%;
  display: flex;
  align-items: center;
  overflow-y: auto;
  gap: 10px;
  margin-top: 20px;
}
#webinarSection .webinarSectionMain .webinarSectionTab .webinarSectionTabBox {
  display: flex;
}
#webinarSection .webinarSectionMain .webinarSectionTab .webinarSectionTabBox input {
  display: none;
}
#webinarSection .webinarSectionMain .webinarSectionTab .webinarSectionTabBox label {
  border: 1px solid #A8A8A8;
  padding: 7px 10px;
  border-radius: 5px;
  font-size: 14px;
  background: white;
  outline: none;
  cursor: pointer;
  transition: 0.3s;
  white-space: pre;
  color: black;
}
#webinarSection .webinarSectionMain .webinarSectionTab .webinarSectionTabBox label:hover {
  transition: 0.3s;
  background: var(--secondaryHoverColor);
}
#webinarSection .webinarSectionMain .webinarSectionTab .webinarSectionTabBox input:checked ~ label {
  background: rgba(123, 62, 192, 0.6);
  color: white;
  border-color: rgba(123, 62, 192, 0.6);
}
#webinarSection .webinarSectionMain .webinarSectionTab .webinarSectionTabBox input:checked ~ label:hover {
  background: rgba(123, 62, 192, 0.6);
  opacity: 0.8;
}
#webinarSection .webinarSectionMain .webinarSectionList {
  width: 100%;
  margin-top: 20px;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBox {
  width: 100%;
  animation: fadeEffect 1s;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarNavigation {
  position: absolute;
  width: 110%;
  top: 50%;
  left: -5%;
}
@media (max-width: 768px) {
  #webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarNavigation {
    width: 110%;
    left: -5%;
	  display: none;
  }
}
@media (max-width: 480px) {
  #webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarNavigation {
    width: 110%;
    left: -5%;
  }
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarNavigation .custom-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarNavigation .custom-nav button {
  z-index: 5;
  background:none;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  width: 35px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border-radius: 50px;
  transform: translateY(-50%);
  transition: 0.3s;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarNavigation .custom-nav button:hover {
  transition: 0.3s;
  background: #eee;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarNavigation .custom-nav button i {
  line-height: 0.5;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarSectionListBoxMainList{
  width: 100%;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarBox {
  width:100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarBox:hover .webinarBoxThumbnail img {
  transition: 0.3s;
  transform: scale(1.1);
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarBox .webinarBoxThumbnail {
  width: 100%;
  height: 200px;
  background: #eee;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1803921569);
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarBox .webinarBoxThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     transition: 0.3s;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarBox .webinarBoxCtaArea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #aaa;
  border-top: none;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  background: white;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarBox .webinarBoxCtaArea p {
  font-size: 16px;
  color: black;
  display: flex;
  align-items: center;
  gap: 10px;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarBox .webinarBoxCtaArea p i {
  line-height: 0.5;
  font-size: 14px;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarBox .webinarBoxCtaArea .free {
  color: #1CA733;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarBox .webinarBoxCtaArea .webinarBoxCtaBtn {
  display: flex;
  gap: 15px;
  font-size: 16px;
  color: black;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarBox .webinarBoxCtaArea .webinarBoxCtaBtn i {
  line-height: 0.5;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarBox .webinarBoxDetails {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  #webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarBox .webinarBoxDetails {
    display: none;
  }
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarBox .webinarBoxDetails h3 {
  font-size: 18px;
  font-weight: 500;
  color: black;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionListBoxMain .webinarBox .webinarBoxDetails p {
  font-size: 14px;
  color: var(--secondaryTextColor);
  margin-top: 10px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.webinarPage .webinarSectionMain {
  margin-top: 0px;
}/*# sourceMappingURL=style.css.map */






#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionPageListBoxMain {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionPageListBoxMain .webinarPageBox {
  width:calc(100% / 4 - 30px);
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
@media(max-width:1024px){
  #webinarSection .webinarSectionMain .webinarSectionList .webinarSectionPageListBoxMain .webinarPageBox {
    width:calc(100% / 3 - 27px);
  }
}
@media(max-width:768px){
  #webinarSection .webinarSectionMain .webinarSectionList .webinarSectionPageListBoxMain .webinarPageBox {
    width:calc(100% / 2 - 20px);
  }
}
@media(max-width:480px){
  #webinarSection .webinarSectionMain .webinarSectionList .webinarSectionPageListBoxMain .webinarPageBox {
    width:100%;
  }
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionPageListBoxMain .webinarPageBox:hover .webinarPageBoxThumbnail img {
  transition: 0.3s;
  transform: scale(1.1);
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionPageListBoxMain .webinarPageBox .webinarPageBoxThumbnail {
  width: 100%;
  height: 200px;
  background: #eee;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1803921569);
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionPageListBoxMain .webinarPageBox .webinarPageBoxThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     transition: 0.3s;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionPageListBoxMain .webinarPageBox .webinarPageBoxCtaArea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #aaa;
  border-top: none;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  background: white;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionPageListBoxMain .webinarPageBox .webinarPageBoxCtaArea p {
  font-size: 16px;
  color: black;
  display: flex;
  align-items: center;
  gap: 10px;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionPageListBoxMain .webinarPageBox .webinarPageBoxCtaArea p i {
  line-height: 0.5;
  font-size: 14px;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionPageListBoxMain .webinarPageBox .webinarPageBoxCtaArea .free {
  color: #1CA733;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionPageListBoxMain .webinarPageBox .webinarPageBoxCtaArea .webinarPageBoxCtaBtn {
  display: flex;
  gap: 15px;
  font-size: 16px;
  color: black;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionPageListBoxMain .webinarPageBox .webinarPageBoxCtaArea .webinarPageBoxCtaBtn i {
  line-height: 0.5;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionPageListBoxMain .webinarPageBox .webinarPageBoxDetails {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
/* @media (max-width: 480px) {
  #webinarSection .webinarSectionMain .webinarSectionList .webinarSectionPageListBoxMain .webinarPageBox .webinarPageBoxDetails {
    display: none;
  }
} */
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionPageListBoxMain .webinarPageBox .webinarPageBoxDetails h3 {
  font-size: 18px;
  font-weight: 500;
  color: black;
}
#webinarSection .webinarSectionMain .webinarSectionList .webinarSectionPageListBoxMain .webinarPageBox .webinarPageBoxDetails p {
  font-size: 14px;
  color: var(--secondaryTextColor);
  margin-top: 10px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}






#jobsSection {
  width: 100%;
}
#jobsSection .jobsSectionMain {
  width: 100%;
  display: flex;
  flex-direction: column;
}
#jobsSection .jobsSectionMain .jobsSectionList {
  width: 100%;
  margin-top: 20px;
}
#jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBox {
  width: 100%;
  animation: fadeEffect 1s;
}
#jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain {
  width: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}
#jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsNavigation {
  position: absolute;
  width: 110%;
  top: 50%;
  left: -5%;
}
@media (max-width: 768px) {
  #jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsNavigation {
    width: 110%;
    left: -5%;
	  display: none;
  }
}
@media (max-width: 480px) {
  #jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsNavigation {
    width: 110%;
    left: -5%;
  }
}
#jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsNavigation .custom-nav {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsNavigation .custom-nav button {
  z-index: 5;
  background:none;
  outline: none;
  border: none;
  cursor: pointer;
  font-size: 24px;
  width: 35px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  border-radius: 50px;
  transform: translateY(-50%);
  transition: 0.3s;
}
#jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsNavigation .custom-nav button:hover {
  transition: 0.3s;
  background: #eee;
}
#jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsNavigation .custom-nav button i {
  line-height: 0.5;
}
#jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsSectionListBoxMainList{
  width: 100%;
}
#jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsBox {
  width:100%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
}
#jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsBox:hover .jobsBoxThumbnail img {
  transition: 0.3s;
  transform: scale(1.1);
}
#jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsBox .jobsBoxThumbnail {
  width: 100%;
  height: 200px;
  background: #eee;
  border-radius: 10px 10px 0px 0px;
  overflow: hidden;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1803921569);
}
#jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsBox .jobsBoxThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     transition: 0.3s;
}
#jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsBox .jobsBoxCtaArea {
  width: 100%;
  padding: 10px 20px;
  border: 1px solid #aaa;
  border-top: none;
  border-radius: 0px 0px 10px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1;
  background: white;
}
#jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsBox .jobsBoxCtaArea p {
  font-size: 16px;
  color: black;
  display: flex;
  align-items: center;
  gap: 10px;
}
#jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsBox .jobsBoxCtaArea p i {
  line-height: 0.5;
  font-size: 14px;
}
#jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsBox .jobsBoxCtaArea .free {
  color: #1CA733;
}
#jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsBox .jobsBoxCtaArea .jobsBoxCtaBtn {
  display: flex;
  gap: 15px;
  font-size: 16px;
  color: black;
}
#jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsBox .jobsBoxCtaArea .jobsBoxCtaBtn i {
  line-height: 0.5;
}
#jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsBox .jobsBoxDetails {
  width: 100%;
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 480px) {
  #jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsBox .jobsBoxDetails {
    display: none;
  }
}
#jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsBox .jobsBoxDetails h3 {
  font-size: 18px;
  font-weight: 500;
  color: black;
}
#jobsSection .jobsSectionMain .jobsSectionList .jobsSectionListBoxMain .jobsBox .jobsBoxDetails p {
  font-size: 14px;
  color: var(--secondaryTextColor);
  margin-top: 10px;
  line-height: 1.5;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}




 .emptyPage {
  width: 100%;
  min-height: 80vh;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
 .emptyPage .emptyPageThumbnail {
  width: 200px;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 500px) {
 .emptyPage .emptyPageThumbnail {
    width: 150px;
    height: 150px;
  }
}
 .emptyPage .emptyPageThumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
 .emptyPage p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 20px;
}