/* General setting */

.level5

body {
      background-color: blanchedalmond; 
     }

.level5 {
      z-index: 2;
    }

.level5 {
          z-index: 5;
        }

.center {
         text-align: center;
        }

.padding-left {
                padding-left: 25px;
              }

.customize-container {
                       background-color: #1f2056;
                       padding: 20px 20px 20px 20px;
                     }

.box-content {
               background-color: white;
               margin: 10px 0;
             }         
             
.circle-type-service-container-xl {
                                   display: table;
                                   margin: 40px 0;
                                   border-spacing: 30px;
                                   z-index: 5;
                                  }

.circle-type-service-row-xl {
                              display: table-row;
                              align-items: center;
                              height: 160px;
                            }

.circle-type-service-xl {
                         display: table-cell;
                         width: 160px;
                         vertical-align: middle;
                         text-align: center;
                         padding: 0px;
                         color: #1f2056;
                         text-transform: uppercase;
                         border: 4px solid #ef6924;
                         border-radius: 100%;
                         font-size: 12pt;
                         font-weight: 700;
                         z-index: 5;
                         box-shadow: 4px 4px 6px #ef6924;
                         text-decoration: none;
                        }  

.circle-type-service-xl:hover {
                                background-color: #ef6924;
                                color: white;
                                box-shadow: none;
                              }                        
.title-type-service {
                     color: #1f2056;
                     text-align: center;
                     padding-top: 8px;
                     z-index: 5;
                    }
             
.circle-type-service-container {
                                display: table;
                                width: 100px;
                                height: 100px;
                                z-index: 5;
                               }

.circle-type-service {
                       display: table-cell;
                       vertical-align: middle;
                       text-align: center;
                       padding: 0px;
                       color: #1f2056;
                       text-transform: uppercase;
                       font-size: 9pt;
                       font-weight: 700;
                       border: 5px solid #ef6924;
                       border-radius: 100%;
                       z-index: 5;
                     }  

.title-type-service {
                     color: #1f2056;
                     text-align: center;
                     padding-top: 8px;
                     z-index: 5;
                    }

.description-type-service {
                           color: #1f2056;
                           text-align: justify;
                           z-index: 5;
                          }

.text-box-service {
    display: inline-block;
    width: 80%;
    margin: 10px 5px;
    text-align: center;
    padding: 8px;
    color: #1f2056;
    text-transform: uppercase;
    font-size: 9pt;
    font-weight: 700;
    border: 3px solid #ef6924;
    z-index: 5;
                  }

.text-box-service-half {
                    display: inline-block;
                    width: 40%;
                    margin: 10px 5px;
                    text-align: center;
                    padding: 8px;
                    color: #1f2056;
                    text-transform: uppercase;
                    font-size: 9pt;
                    font-weight: 700;
                    border: 3px solid #ef6924;
                    z-index: 5;
                                  }

ol.faqs > li::marker {
                  color: #ef6924;
                  font-weight: 700;
                }

ol.faqs-item {
              list-style-type: lower-roman;
             }

ol.faqs-item > li::marker {
                            color: #ef6924;
                          }

.faqs-question-title {
                       color: #ef6924;
                       font-weight: 700;
                     }
            
.title-intro-first-line {
                          display: block;
                          position: relative;
                          width: 100%;
                          text-align: center;
                          font-size: 18pt;
                          font-weight: bold;
                          color:#1f2056;
                          padding: 10px 10px 0 10px;
                     }

.title-intro-second-line {
                      display: block;
                      position: relative;
                      width: 100%;
                      text-align: center;
                      font-size: 14pt;
                      font-weight: 600;
                      color:#1f2056;
                      padding: 0 10px 10px 10px;
                 }

.description-box {
                  display: block;
                  position: relative;
                  width: 85%;
                  border-top: 5px solid #ef6924;
                  color:#1f2056;
                  margin: 0 auto;
                  font-size: 13pt;
                  padding-top: 10px;
                 }

/* Form setting */
