@import url('//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-theme.min.css');

*{
  margin: 0;  
  padding: 0;

}
@font-face {
    font-family:Regular ;
    src: url(./Font/KoHo/KoHo-Regular.ttf);
}
@font-face {
    font-family:bold ;
    src: url(./Font/KoHo/KoHo-Bold.ttf);
}
@font-face {
    font-family:semibold ;
    src: url(./Font/KoHo/KoHo-SemiBold.ttf);
}
@font-face {
    font-family:BoldItalic ;
    src: url(./Font/KoHo/KoHo-BoldItalic.ttf);
}
@font-face {
    font-family:medium ;
    src: url(./Font/KoHo/KoHo-Medium.ttf);
}

#frame1{
    padding-top: 5rem;
}
h1,#frame1 span {
    font-family:bold ; 
    font-size: 60px !important;
    
}
h2,#frame3 span,#frame6 span,#frame8 span{
    font-family:bold ; 
    font-size: 65px !important; 
    font-family:BoldItalic ;
}
p{
    font-family:Regular ;
    font-size: 18px !important;
    margin-top: 10px;
}
.apply{
    background-color: #00AEEF;
    padding: 12px 15px;
    border-radius: 6px;
}
#col1{
    padding-top: 10%;
}
#col2 img{
width:100%;
height: 93%;
}
.list{
    list-style-type: disc !important;
    color:#484D4B;
}
.list li{
    margin-top: 13px;
}
.para{
    font-family:semibold ;
}
#frame3{
    text-align: center;
}
#leftcolumn{
    text-align: left;
}
#frame2,#frame3{
    margin-top: 3rem;
}
#child img{
    width: 100%;
    height: 88%;
}

#leftcolumn{
    flex: 25%;
}
.btn{
    border-radius: 19px !important;
    padding: 5px 37px !important;
    border: none !important;
    color:#fff !important;
    font-family:BoldItalic ;
}

#table1{
    text-align: center;
}
.tabtop{
    border-radius: 12px;
    text-align: center;
    padding: 0.7rem 0;
    color:#fff;
    font-family:bold ;
    
    
}
.tabtop h5{
    font-size: 23px !important;
}
.table
{
    text-align: center;
    margin:  auto !important;
    width: 90% !important;
   
}
.tabottom{
    margin-top: 1rem;
    padding: 1rem 0;
    border-radius: 12px;
}
/* #thead{
    border-radius: 24px !important;
    color: #000;
    font-family:semibold ;
    background-color: #8DC63F;
}

.table th{
    font-family:semibold ; 
    font-size: 15px !important;
}
.table tbody{
    font-family:Regular ; 
    font-size: 13px !important;
}
.table tr{
    padding: 5px;
}
.table >th,td{
    font-size: 17px;
   
}
#tbody td{
    background-color: #C6E39F;
    border-radius: 23px;
    color:#000;
    font-family:medium ;
} */
.rows1{
    justify-content: space-around;
    display: flex;
    width: 90%;color: #000;border-radius:24px ;margin:10px auto;
    font-family:bold ;
    font-size: 20px;
    align-items: center;
    text-align: center;
}
#tab1{
    background-color: #A4D165;
}
.rows2{
    justify-content: space-around;
    display: flex;
    align-items: center;
    text-align: center;
    width: 90%; 
    margin:10px auto;
    font-family:semibold ;
    font-size: 16px;
}
#tab2{
    background-color: #1AB6F1;
}

.col-4 {
    flex: 0 0 auto;
    width: 31.333333% !important;
    text-align: center !important;
    color: #000;
   
}
.col-2,.col-4,.col-6{
padding: 7px 10px;
}
.tabcolm{
    background-color: #C6E39F;
    border-radius: 24px;
}

.tabcolm1{
    background-color: #99DFF9;
    border-radius: 24px;
}
#tab3{
    background-color: #F47B4E;
}
.tabcolm2{
    background-color: #F9BDA7;
    border-radius: 24px;
}
#frame5{
    margin-top: 3rem;
}
#frame5 img{
    width: 100%;
    height: 78%;
}
.padleft{
    padding: 30px 0px 23px 25px;
}
.list1 li{
    font-family:Regular !important;
   margin-top:12px;
   color: #000;
}
#frame7 .tabtop{
    border-radius: 18px !important;
}

#frame7 .tabottom{
    border-radius: 40px !important;
}
#frame7{
    margin-top: 3rem;
}
#frame8{
  margin: auto !important;
  margin-top: 3.5rem !important;
}

#frame8img img,#frame10 img{
    width: 100%;
    height: 100%;
}
#frame6 img{
    width: 100%;
    height: 90%;
}
#frame8 button{
    padding: 12px 28px;
    border-radius: 34px;
}
#ullist{
    font-family:Regular ;   
}
#ullist li{
    margin-top: 25px;
}
@media (max-width:500px){
    #frame9 .list1{
        height: auto !important;
    }
    .btn{
        margin-top:15px;
    }
    #frame7.col-sm{
        padding-top:1rem !important;
    }
    #buttons{
        padding-left: 0px !important;
    }
    #buttons1 {
        display: flex;
    }
    #frame8img{
        margin-top: 40px;
    }
  .tabcol,.colcontent{
        margin-bottom: 2rem !important;
    }
   #frame1{
        padding-top: 4rem !important;
    }
    
}
@media (min-width:700px) {
.list1{
    height:auto !important;
}
.row{
    margin-top: 1rem !important;
}
}