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

    .bx104a_p {
		float: left;
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
   }
    .bx104_p {
		float: left;
		width: 100%;
		padding-left: 5px;
		padding-right: 5px;
    }
	.bx103_p {
		float: left;
		width: 100%;
		padding-right: 5px;
		padding-left: 5px;
	}
	.box122_p {
		width: 40%;
		padding-right: 2px;
		float: left;
    }
	.box121_p {
		width: 60%;
		float: left;
    }
	.bx106a_p {
        height: 50px;
        margin-top: 25px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        background-color: #7DA7D9;
        text-align: center;
        line-height: 50px;
        color: #FFFFFF;
        border-radius: 3px;
        cursor: pointer;
        float: left;
		font-size:13px;
    }
	.bx106_p {
			height: 50px;
			margin-top: 25px;
			width: 100%;
			margin-right: auto;
			margin-left: auto;
			background-color: #7DA7D9;
			text-align: center;
			line-height: 50px;
			color: #FFFFFF;
			border-radius: 3px;
			cursor: pointer;
			float: left;
       }
}

@media screen and (min-width: 769px) {

     .bx104a_p {
		float: left;
		width: 25%;
		padding-left: 5px;
		padding-right: 5px;
      }	
	  .bx104_p {
		float: left;
		width: 15%;
		padding-left: 5px;
		padding-right: 5px;
	  }	
	  .bx103_p {
		float: left;
		width: 10%;
		padding-right: 5px;
		padding-left: 5px;
	  }
	  .box122_p {
		width: 40%;
		padding-right: 2px;
		float: left;
      }
	  .box121_p {
		width: 60%;
		float: left;
      }
	  .bx106a_p {
        height: 50px;
        margin-top: 25px;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        background-color: #7DA7D9;
        text-align: center;
        line-height: 50px;
        color: #FFFFFF;
        border-radius: 3px;
        cursor: pointer;
        float: left;
		font-size:13px;
       }
	   .bx106_p {
			height: 50px;
			margin-top: 25px;
			width: 10%;
			margin-right: auto;
			margin-left: auto;
			background-color: #7DA7D9;
			text-align: center;
			line-height: 50px;
			color: #FFFFFF;
			border-radius: 3px;
			cursor: pointer;
			float: left;
       }
}

.remove-btn{
    margin-top: 5px;
    background: #dc3545;
    color: white;
    text-align: center;
    border: none;
    padding: 18px 8px;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
    width: 100%;
	float:left;
    height: 50px;
    margin-top: 25px;
    line-height: 50px;
}
 .bx101 select {
		margin-top:7px !important;
    }