/* section1 */
.main_heading1{
    font-weight: bolder;
    font-size: 32px;
    text-align: center;
}
.heading_subtitle1{
    text-align: center;
    margin-right: 100px;
    margin-left: 100px;
    font-size: 20px;
}
.section1_card{
    border-radius: 10px !important;
    border: 2px solid white;
    margin: 10px;
}
.section1a_card{
    border-radius: 12px !important;
    border: 6px solid white;
    margin: 15px;
}
.section1_card_body_title{
    font-size: 18px;
}
.section1a_card_body_title{
    font-size: 24px;
}
.section1_card_body_text{
    font-size: 16px;
}

/* section2 */
.main_heading2{
    font-weight: bolder;
    font-size: 32px;
    text-align: center;
}
.heading_subtitle2{
    text-align: center;
    margin-right: 100px;
    margin-left: 100px;
    font-size: 20px;
}
.menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    transition: all 200ms ease-out;
    padding: 0;
}
.menu li {
  align-items: left;
  border-bottom: 0 solid gray;
  box-sizing: border-box;
  display: flex;
  flex: 1 1 auto;
  height: 50px;
  justify-content: left;
  padding: 5px 0;
  border-bottom: 1px solid rgb(159, 162, 159);
}
.menu li a {
  color: black;
  font-size: 14px;
  font-weight: bold;
}
.menu li:hover {
  border-bottom: 2px solid purple;
}
.menu li:hover a {
  color: #000;
  cursor: pointer;
  padding-bottom: 0;
  text-decoration: none;
}
.section2_icon_text_active {
    border-bottom: 2px solid purple !important;
}
.section2_card{
    border: 0;
    margin: 10px;
}
.section2_icon_text1{
    font-size: 16px;
}
.section2_card_body_title{
    font-size: 18px;
}
.section2_card_body_text{
    font-size: 14px;
}
.imgClass{
    max-height: 350px;
    width: 500px;
}
/* section3 */
.main_heading3{
    font-weight: bolder;
    font-size: 32px;
    text-align: left;
}
.heading_subtitle3{
    text-align: left;
}
.section3_items {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
/* Hide the browser's default radio button */
.section3_items input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
/* Create a custom radio button */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #2196F3;
  border-radius: 50%;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
/* Show the indicator (dot/circle) when checked */
.section3_items input:checked ~ .checkmark:after {
  display: block;
}
/* Style the indicator (dot/circle) */
.section3_items .checkmark:after {

    left: 8px;
    top: 4px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.btn3 {
    color: #fff;
    padding: 10px 15px;
    background-color: #38D2D2;
    background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 66% at 26% 20%, rgba(255, 255, 255, 0.55) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
    box-shadow: inset -3px -3px 9px rgba(255, 255, 255, 0.25), inset 0px 3px 9px rgba(255, 255, 255, 0.3), inset 0px 1px 1px rgba(255, 255, 255, 0.6), inset 0px -8px 36px rgba(0, 0, 0, 0.3), inset 0px 1px 5px rgba(255, 255, 255, 0.6), 2px 19px 31px rgba(0, 0, 0, 0.2);
    border-radius: 14px;
    font-weight: bold;
    font-size: 16px;
    border: 0;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    cursor: pointer;
  }

.blueO1C1{
    background-color: #bfc8f5;
}
.blueO1C2{
    background-color: #d5dbf9;
}
.blueO1C3{
    background-color: #ebeefc;
}
.imgClassSection3{
    max-height: 500px;
    height: auto;
    max-width: 580px;
}

.btn-solid {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 26px;
    transition: 0.5s;
    color: #fff;
    text-transform: uppercase;
    background-color: #0dc0f1;
    border: 2px solid #0dc0f1;
    min-width: 185px;
    text-align: center;
}
.btn-solid:hover {
    background: rgba(45, 0, 68, 0.96);
    border: 2px solid #0dc0f1;
}
.tickDiv{
    color: #0dc0f1;
    margin:5px;
    font-size: 15px !important;
}

/* Section 4 */
.section4_card_with_image{
    border: 20px solid #ebeefc;
    border-radius: 10px !important;
    margin: 10px;
}
.section4_card_without_image{
    border: 0;
    margin: 10px;
}
.section4_card_body_title{
    font-size: 20px;
}
.section4_cardbody_with_image{
    background-color:#ebeefc;
    padding:0;
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    flex-basis: content !important;
}
.section4_card_body_text{
    font-size: 16px;
}
.imgClassSection4{
    max-height: 350px;
    width: 100%;
    border-radius: 2%;;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
.center96 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 96%;
}