    p.p1, p.p2, p.p3, p.p4, p.p5{     font-family: inherit !important;}


.img_box:hover , .text_box_:hover{
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 1s; 

  /* When the animation is finished, start again */
  /*animation-iteration-count: infinite; */
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}
    


.text_reports_{
    width: 70%;
    float: right;
    margin-left: 10px;
}

.clearboth{
    clear: both;
}
.icon_reports_ {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 27%;
    float: left;
}

.icon_reports_ img{
    width: 80px;
    margin: auto;
}
    .has-error input{
        border-color: #a94442 !important;
        border-radius: 0px;
    }
    
    .body_box_service ul li{
        list-style: none;
    }

    .body_box_service ul li::before {
        content: " ● ";
        color: #ef7f1a;
        display: inline-block;
        width: 2em;
        margin-left: -17px;
        font-size: 18px;
        margin-top: -5px;
        margin-right: -25px;
    }

    .box_service{
	/*width: 95%;*/
	background: #FBFBFA;
	text-align: justify;
    }

    .service_title_borderR{
        border-right: 4px solid #ef7f1a;
        padding-right: 20px;
        min-height: 70px;
        color: #6d6c6c !important;
        line-height: 70px;
        font-weight: 400;
        font-size: calc(0.6em + 1vmin);
    }

    .body_box_service{
        padding-right: 35px;
        font-size: calc(0.44em + 1vmin);
        color: #6d6c6c;
        margin-top: 20px;
        padding-left: 35px;
        padding-bottom: 35px;
    }

    .box_alert_service{
background: #fffaf3;
    	text-align: center;
    	min-height: 80px;
    	line-height: 80px;
    	color: #6d6c6c;
    	margin: 20px auto;
    }

    .btn_custom_service{
    	background: #f08c34;
    	color: white !important;
    	text-align: center;
    	margin-right: 23px;
    }

    .box_text{
    	color: #6d6c6c;
    	text-align: center;
    	height: 35px;
    	line-height: 35px;
    }

    .all_box .img_box{
        height: 150px;
        width: 150px;
        background-size: contain !important;
        background-repeat: no-repeat !important;
    }

    .all_box{
        width: 0%;
        margin: auto;
        margin-top: 50px;
    }


    .all_box .text_box_ p{
        margin: 0 !important;
        height: 25px;
    }
    .all_box .text_box_ p.p1{
        color: #918b83
    }

    .all_box .text_box_ p.p1{
        color: #fcb253
    }


    .all_box .text_box_{
        position: absolute;
        width: 200px;
        top: -32px;
        right: -140px;
        text-align: center;
            font-size: 12px;
    }

    .all_box  .gray-box .text_box_{
        top: -15px;
        right: -165px;
    }

    .all_box  .white-box .text_box_{
        right: -170px;
        top: -20px;
    }


    .all_box .black-box {
        position: relative;
    }
    .all_box .gray-box {
        position: relative;
        margin-top: -80px;
        margin-right: -70px;
    }
    .all_box .white-box {
        position: relative;
        margin-top: -80px;
        margin-right: -170px;
    }

    .all_box .black-box .img_box{
            background: url(/static/imgs/box/black-box.png);
            width: 140px ;
            height: 140px ;
    }    

    .all_box .gray-box .img_box{
            background: url(/static/imgs/box/gray-box.png);
            width: 165px ;
            height: 165px ;
    }    


    .all_box .white-box .img_box{
            background: url(/static/imgs/box/white-box.png);
            width: 180px ;
            height: 180px ;
    }

    .infographic {
        text-align: center;
    }
    .infographic img {
        width: 90%;
        margin: 35px auto;
    }

    .file_label .icon_file{
        float: left;
        border: 1px solid;
        padding: 4px 7px;
        border-radius: 4px;
    }

    .file_label{
        padding: 6px 10px;
        display: table;
        color: #acacac;
        font-weight: 400;
        text-align: right;
        height: 44px;
    }


    input[type="file"] {
        display: none !important;
    }


    .download_report span{
        margin-right: 10px;
    }
    .download_report{
        color: #ef7f1a;
        cursor: pointer;
        display: block;
        margin-top: 10px;
    }

    .alert_custom{
    	    color: #747373;
	    height: 68px;
	    line-height: 68px;
	    padding-right: 20px;
	    margin-bottom: 25px;
	    background: #fbfbfa;
    }

    .alert-danger_custom{
    	 border-right: 4px solid #a94442;
            color: #a94442;
    }    

    .alert-success_custom{
    	 border-right: 4px solid #3c763d;
         color: #3c763d;
    }


    @media screen and (max-width: 1002px) and (min-width: 680px) {
            .all_box{
                width: initial; 
                margin: initial; 
                margin-top: 50px;
                float: left;
            }
    }

    @media screen and (max-width: 680px)   and (min-width: 415px){
            div.box_alert_service_hide_phone{
                display: none;
            }
            
            .icon_reports_{
                    width: 100%;
            }

            .text_reports_{
                    width: 100%;
            }
            
            .modal_advice.modal-content .box_radiogroup .item_box_radiogroup{
                width: 49%;
            }

             .all_box{
                width: initial; 
                margin: initial; 
                margin-top: 50px;
                float: left;
            }

        .all_box .img_box {
            height: 100px;
            width: 100px;
        }

        .all_box .gray-box {
            margin-top: -60px;
            margin-right: -50px;
        }

        .all_box .white-box {
            margin-top: -60px !important;
            margin-right: -120px !important;

        }

        .all_box .text_box_{
            width: 170px;
            top: -20px !important;
            right: -145px !important;
            font-size: 10px;
        }

        .all_box .white-box {
            margin-top: -52px !important;
        }

        .all_box .text_box_ p{
            height: 15px;
        }

        .box_shadow_1{
                padding: 50px 10px !important;
        }
    }


    @media screen and (max-width: 415px) {

            div.box_alert_service_hide_phone{
                display: none;
            }
            .icon_reports_ img{
                width: 60px;
            }

            .icon_reports_{
                    width: 100%;
            }

            .text_reports_{
                    width: 100%;
            }



            .modal_advice.modal-content .switch_btn .btn_ad{
                min-width: 60%;
                margin-top: 10px;
            }

            .modal_advice.modal-content .switch_btn{
                    flex-wrap: wrap;
            }


            .modal_advice.modal-content .box_radiogroup .item_box_radiogroup{
                width: 49%;
            }

            .modal_advice.modal-content .boxCustom{
                    padding: 40px 12px !important;
            }


             .all_box{
                width: initial; 
                margin: initial; 
                margin-top: 50px;
                float: left;
            }

        .all_box .img_box {
            height: 70px !important;
            width: 70px !important;
        }

        .all_box .gray-box {
            margin-top: -40px;
            margin-right: -40px;
        }

        .all_box .white-box {
            margin-top: -60px !important;
            margin-right: -90px !important;

        }

        .all_box .text_box_{
            width: 130px;
            top: -35px !important;
            right: -100px !important;
            font-size: 8px;
        }

        .all_box .white-box {
            margin-top: -35px !important;
        }

        .all_box .text_box_ p{
            height: 15px;
        }

        .box_shadow_1{
                padding: 50px 10px !important;
        }
    }