.container{
  display:block;
  width:100%;
}
[class*='col-'] {
  float: left;
}
.col-2-3 {
  width: 66.66%;
}
.col-1-3 {
  width: 33.33%;
}

.sectionImg{
  max-width: 250px;
  max-height: 250px;
}
.title-band{
  min-height: 50px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.sectionTitle{
  text-align: center;
  color: #fff;
  line-height: 50px;
}
.cardImg{
  max-width:250px;
  max-height:250px;
  min-height: 250px;
}
.leftSectionImg {
  max-width: 350px!important;
}
.cbbutton {
  margin-top: 15px;
  text-align: center;
}
.cbbutton > input[type=checkbox] {
  position: absolute;
  visibility: hidden;
}
.cbbutton > label {
  width: 150px;
  height: 40px;
  line-height: 40px;
  background: #5bc0de;
  text-align: center;
  border-radius: 5px;
  color: #fff;
}
.cbbutton >  input[type=checkbox]:checked ~ label {
  background-color: #6a6a6a;
}

.left-section, .right-section{
    position: relative;
    margin: 0;
    padding-left: 30px;
    padding-right: 30px;
    outline: 0;
    display: inline-block;
    border: none;
}
.left-section {
    width: 30%;
}
.right-section {
    width: 70%;
}
.left-card{
  float:right;
}
.sectionDescription {
  max-width: 300px;
  margin-top: 15px;
}
.grid-container {
  display: inline-grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  min-height: 350px;
}
.cb-card{
  text-align: center;
  max-width: 250px;
}
.cb-card-inner{
  min-width: 250px;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  transform-style: preserve-3d;
  transition: transform 1s;
}
.cardTitle {
  margin-top: 0px;
  font-size: 22px;
  text-decoration: underline;
  font-weight: bold;
}
.cardDesc {
  text-align: left;
  padding-left: 10px;
  font-size: 17px;
  padding-right: 10px;
}
.cb-card-desc{
  padding-top: 15px;
  background-color: #e8e8e8;
  min-height: 250px;
  max-height: 250px;
}
.errorBody {
  padding: 20px;
  background-color: #ff9800;
  color: white;
}
.successBody{
  background-color:#4CAF50!important;
}
.formEnd{
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  border-radius: 5px;
  background-color: #f2f2f2;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.formDesc h1{
  font-size: 25px;
  margin-top: 0px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  color:#000;
}
.formDesc h2 {
  font-size: 20px;
  color:#000;
}
.fa-spin{
  margin-left: 25px;
}
#cbformSubmit {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
}
#cbformSubmit:disabled {
  background-color: #b4b4b4;
}
.alert{
  position: relative;
}
.carret {
  width: 0;
  position: absolute;
  height: 0;
  display: inline-block;
  border: 10px solid transparent;
  left: 15px;
  top: -20px;
}
.carret.up-orange {
 border-bottom-color: #ff9800;
}
.carret.up-green{
  border-bottom-color: #4CAF50;
}

@media screen and (max-width: 1500px) {
  .left-section {
      width: 25%;
  }
  .right-section {
      width: 75%;
  }
  .cb-card{
    max-width: 240px;
  }
  .cb-card-inner {
    min-width: 240px;
  }
}
@media screen and (max-width: 1300px) {
  .grid-container {
    grid-template-columns: auto auto;
  }
  .cb-card{
    max-width: 250px;
  }
  .cb-card-inner {
    min-width: 250px;
  }
  .left-section {
      width: 40%;
  }
  .right-section {
      width: 60%;
  }

}
@media screen and (max-width: 1000px) {
  .left-section {
      width: 35%;
  }
  .right-section {
      width: 65%;
  }
  .sleft-section {
      width: 50%;!important
  }
  .sright-section {
      width: 50%;!important
  }
  .left-card{
    text-align: center;
  }
  .sleft-card {
    float: none!important;
  }
  .sectionDescription{
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .formDesc h1{
    font-size: 35px!important;
  }
}
@media screen and (max-width: 850px) {
  .left-section {
      width: 45%;
  }
  .right-section {
      width: 55%;
  }
  .sleft-section {
      width: 100%!important;
  }
  .sright-section {
      width: 100%!important;
      margin-top: 30px;
  }
  .grid-container {
    grid-template-columns: auto;
  }
}
@media screen and (max-width: 650px) {
  .sectionDescription{
    max-width: 350px;
    text-align: left;
  }
  .left-section {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .right-section {
    margin-top: 35px;
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .formDesc h1{
    font-size: 28px!important;
  }
}