@import url('https://fonts.googleapis.com/css2?family=Anton&family=Quicksand:wght@300;500;700&display=swap');
.photo-frame{
  width: 200px;
}
.bg-trans{
  background: rgba(255, 255, 255, .9);
}
.secchambox{
  top: -50px;
  width: 262px;
  height: 130px;
  left: 64px;
}
.jcformsapthalogo{
  top: 20px;
  width: 150px;
}
.chamhead{
    font-size: 35px;
    line-height: 35px;
}
.lexend-font {
  font-family: "Lexend", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}
.bg1, .bg2, .bg3 {
  background-size:cover;
}
.bg1{
  background-image: url(../../../../asset/cme-images/cycling/Be-fit2025-5.jpg);
}
.bg2{
  background-image: url(../../../../asset/cme-images/cycling/Be-fit2025-10.jpg);
}
.checkmark{
    border: 1px solid #ff4141;
}
.holder:hover input ~ .checkmark {
background-color: #ff4141;
}
.holder input:active ~ .checkmark {
    background-color: #ff4141;
}
.holder input:checked ~ .checkmark {
    background-color: #ff4141;
}
.chposiptxt{
  line-height: 30px;
  padding: 0 120px;
}
.credithourtxt{
  line-height: 25px;
}
.bg-danger{
  background: #ff0000!important;
}
/* Home01 style */
body {
  height: 100vh;
  margin: 0;
}
header{
  z-index: 10;
}
section.bg1:before, section.bg2:before{
  content: "";
  background:rgba(0, 0, 0, .65);
  width: 100%;
  height: 100%;
  position: absolute;
}
.i {
  height: 100vh;
  min-height: 100vh;
  /*scroll-snap-type: y mandatory;
  overflow-y: scroll;*/
}
section {
  /*
  position: sticky;
  top: 0;
  min-height: 100vh;
  margin: 0;
  scroll-snap-align: start;
  
  &:nth-child(1) {background: red;}
  &:nth-child(2) {background: greenyellow;}
  &:nth-child(3) {background: blueviolet;}
  &:nth-child(4) {background: orange;}
  &:nth-child(5) {background: pink;}
  */
}
.About-active, .RiderIdentification-active{
  background:#1e1e1e;
}
.Galley-active{
  background:#333;
}
.nav-pills .nav-link{
  background: #0404042b;
  border: 1px solid #ff0000d4;
  margin:1px;
}
/* Home01 style */
@media (max-width:767.98px) {
    .imgmob{
      width: 70%!important;
    }
    .chamhead{
      font-size: 28px;
      line-height: 26px;
      margin-top: 17px;
    }
    .mobtxt1{
      line-height: 25px;
      display: block;
      margin-top: 15px;
    }
    .mobimg{
      padding: 0 45px;
    }
    .jcformsapthalogo{
      width: 100px;
        left: 41%;
        position: relative !important;
        top: 0;
    }
    .bg1{
      background-position: top center;
    }
    header.position-fixed{
      background: #000;
      position: static!important;
    }
    header ul.nav{
      display: none;
    }
    .vh-100{
      height: 100% !important;
    }
}
body{
  font-family: 'Quicksand', sans-serif;
  position: relative;
  background: #f1f1f1;
  background-size: cover;
  background-attachment: fixed;
}
.bg{
    background-image: url(../../../../asset/images/whitebg.jpg);
    background-repeat: repeat;
}

.holder {
    position: relative;
    padding: 2px 15px 3px 35px;
    cursor: pointer;
    line-height: 28px;
    margin-right: 10px;
    margin-top: 10px;
    background: #ededed;
    border-radius: 17px;
    }
input[type=checkbox] {
    visibility: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 25px;
    height: 25px;
}
.radiomark {
    position: absolute;
    top: 4px;
    left: 5px;
    height: 25px;
    width: 25px;
    border: 1px solid #00a557;
    border-radius: 20px;
    padding: 4px;
}
.radiomark span{
    display: block;
    height: 15px;
    width: 15px;
    background: #00a557;
    border-radius: 20px;
    opacity: 0;
}
.radiomark-white{
    border: 2px solid #fff;
    height: 27px;
    width: 27px;
}
.radiomark-white span{
    background: #fff;
}
.holder:hover input ~ .checkmark{
    background-color: #00a557;
    transition: .5s;
}
.holder:hover input ~ .radiomark span, .holder input:checked ~ .radiomark span, .holder input:active ~ .radiomark span{
    background-color: #00a557;
    transition: .5s;
    opacity: 1;
}
.holder input:active ~ .checkmark {
    background-color: #00a557;
}
.holder input:checked ~ .checkmark {
    background-color: #00a557;
}
.holder:hover input ~ .radiomark-white span, .holder input:checked ~ .radiomark-white span, .holder input:active ~ .radiomark-white span{
    background-color: #fff;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.holder input:checked ~ .checkmark:after {
    display: block;
}
.holder .checkmark:after {
    left: 8px;
    bottom: 6px;
    width: 7px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
p {
    text-align: inherit;
}
.form-control{
	padding: 10px 0;
	border-top:0;
	border-left:0;
	border-right:0;
	border-radius: 0px;
	border-bottom:1px solid #b6d39d;
	background: transparent;
}
.form-control:focus{
	box-shadow: none;
	border-color: #506a39;
	background: transparent;
}
.submit_btn{
	background: #0d3b08;
	letter-spacing: .2rem;
	color: #fff;
}
.submit_btn:hover{
	color: #fff;
	background: #3b4043;
}
.btn:disabled{
    opacity: .4;
}
.input_box{
  min-height: 460px;
}

.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  vertical-align: middle;
}

.btn.upload_btn {
  border: 2px solid #0aa85d;
  background-color: white;
  padding: 8px 20px;
  border-radius: 8px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  height: 60px;
  width: 180px;
}


.carousel-control-next-icon, .carousel-control-prev-icon{
    background-color: #ff0000;
    padding: 10px;
    display: block;
    height: 3rem;
    width: 3rem;
    background-size: 70%;
}

/* Shape */
	
@media (max-width:767.98px) {
  .holder{
        margin-top: 15px;
  }
  #pointer {
    margin: 0 20px 20px 0;
    padding: 7px 10px 0px 30px;
    font-size: 13px;
    line-height: 24px;
  }
  .chposiptxt{
    padding: 0 10px;
  }
 .modal-close-btn{
    position: fixed !important;
    padding: 15px;
    background-color: #ffffff !important;
 }
 .secchambox img{
  display: none;
 }
 .secchambox{
  top: -20px;
  height: 35px;
  width: 100%;
  left: 0;
  background: #dc3545;
 }
 .secchamtxt{
  display: block !important;
  line-height: 33px;
  letter-spacing: 1px;
 }
 .position-fixed{
    top: auto !important;
    bottom: 0;
    z-index: 99;
    right: 0;
    margin: 0 !important;
 }
}
@media (min-width: 1400px) {
  .circle{
    border-radius: 50%!important;
    width: 800px;
    height: 800px;
  }
  .cham_link{
    width: 250px;
    display: inline-block;
  }
}
@media (min-width: 767.98px) and (max-width: 1399px){
  .circle{
    border-radius: 50%!important;
    width: 700px;
    height: 700px;
  }
  .cham_link{
    width: 250px;
    display: inline-block;
  }
  .modal-close-btn{
    position: fixed !important;
    padding: 15px;
    background-color: #ffffff !important;
 }
 .top_box{
    padding: 50px 0 50px;
  }
  .secchambox{
    top: -53px;
    left: 32px;
  }
   .jcformsapthalogo{
    top: 100px;
  }
}
@media (min-width: 767.98px) and (max-width: 991px){
  .be-fit-logo{
    margin-top: 20%;
    width: 40%;
  }
  .collab-logo .col-3{
    width: 20%;
  }
}

/* Ribbon for credit hour txt */




.wdp-ribbon{
    padding: 6px 15px;
    position: relative;
    height: 36px;
    background-color: #ff0700;
}

.wdp-ribbon-two:before, .wdp-ribbon-two:before {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    border: 9px solid transparent;
    border-width: 18px 12px;
    border-right-color: #ff0700;
}
.wdp-ribbon-two:after, .wdp-ribbon-two:after, .wdp-ribbon-three:after, .wdp-ribbon-three:after {
    display: inline-block;
    content: "";
    position: absolute;
    top: 0;
    border: 9px solid transparent;
    border-width: 18px 12px;
    border-left-color: #ff0700;
}
.wdp-ribbon-two:before {
    border-color: #ff0700;
    border-left-color: transparent!important;
    left: -20px;
}
.wdp-ribbon-two:after, .wdp-ribbon-three:after {
    border-color: #ff0700;
    border-right-color: transparent!important;
    right: -20px;
}
.corfix{
  top: -24px;
  left: -24px;
}