body{font-family: 'IBM Plex Sans', sans-serif; background: #f7f7f7; font-size: 1rem;}
header{width: 100%; height: 90px; border-bottom:1px solid #e0e0e0; background: #fff;  position: fixed; top: 0px; left: 0px; z-index: 9999;}
header .container{display: flex; justify-content: space-between;}
.logo{width: 220px; padding:10px 0px 10px 0px;}
.logo img{width: 100%;}
.logo2{width: 291px; padding:5px 0px 5px 0px;}
.logo2 img{width: 100%;}
h3{color: #484848; font-weight: 700;}
section.banner{width: 100%; height: auto; padding:75px 0px 10px 0px; background: #f7f7f7;}
section.banner .container{display: flex; justify-content: flex-start;}
.cntbImg{width: 100%;}
section.banner h2{padding:10px 0px; margin-bottom: 0px; color: #161616; font-size: 1.25rem; font-weight: 300;}
  .regiBox{width: 90%; margin: 0px auto;}
   .divFlex{display: flex; justify-content: space-between; align-items: center;}
  
.ctmInput{width: 100%; height: 44px; padding:10px; border: 1px solid #ccc; outline: none; border-radius: 5px;}
.ctmSelect{width: 100%; height: 40px; padding:5px; border: 1px solid #ccc; outline: none; border-radius: 5px;}
  .mSubmit{
    box-sizing: border-box;
    display: inline-block;
    padding: 12px 30px 10px;
    min-width: 150px;
    text-align: center;
    line-height: 1.5;
    font-style: normal;
    font-weight: 600;
    font-stretch: normal;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    font-size: 16px;
    border: 0 none;
    outline: 0;
    background: #017cc1;
    border-radius: 99999px;
    transition: background .15s ease-in-out;
    cursor: pointer;
  }
  .form-control{color: #000; border: 1px solid #ccc; padding: 12px 12px 12px 12px; }
  .ctmCol{width: 15%;}
.my-checkbox {
  transform: scale(1.5);
  margin-right: 11px;
}
a:hover{text-decoration: none; color: #0f62fe;}
span{width: 10px; height: 10px; color: #8d8d8d; top: 0px; left: 18px; margin-bottom: 0px;}
section.overview{padding: 30px 0px 0px 0px}

  @media screen and (min-width:1024px){
    .regiBox{width: 50%; margin: 0px auto;}
    .ctmCol{width: 6%;}
  }