        .clearfix {
            width: 0!important;
        }
        
        .panel-title > a {
            display: block;
            position: relative;
        }
        
        .panel-title > a:after {
            content: "\f078";
            /* fa-chevron-down */
            font-family: 'FontAwesome';
            position: absolute;
            right: 0;
        }
        
        .panel-title > a[aria-expanded="true"]:after {
            content: "\f077";
            /* fa-chevron-up */
        }
        
        .accordion-container {
            width: 90%;
            margin: 0 auto;
        }
        
        .accordion-toggle {
            position: relative;
            display: block;
            font-weight: 300;
            background: #dddddd;
            color: #888888;
            text-decoration: none;
            border-radius: 25px;
            padding: 10px;
        }
        
        .accordion-toggle.open,
        .accordion-toggle:hover {
            background: blue;
            color: white;
            text-decoration: none;
        }
        
        .accordion-toggle span.toggle-icon {
            position: absolute;
            top: 9px;
            right: 20px;
            font-size: 1.5em;
        }
        
        .accordion-content {
            display: none;
            padding: 20px;
            overflow: auto;
        }
        
        .exous-button {
            font-size: 16px;
            font-weight: 600;
        }
        
        input[type=text],
        input[type=email] {
            width: 100%;
            padding: 12px 20px;
            margin: 8px 0;
            box-sizing: border-box;
            border-radius: 15px;
        }
        
        .red-back {
            background-color: red;
        }
        
        .red {
            color: red;
        }
        
        .top-title {
            color: white;
            font-size: 20px;
            padding: 22px;
            font-weight: 700;
            margin: 20px 0;
            border-radius: 40px;
        }
        
		.form-group label {
            margin-bottom: -5px;
            font-family: Tahoma, Arial;
        }
        
        select {
            width: 90%;
            padding: 10px 20px;
            border: none;
            border-radius: 2px;
            background-color: #f1f1f1;

        }
        
        .check-cont {
            margin: 0 auto;
            color: blue;
            font-weight: 600;
            font-size: 16px;
			width:95%;
			margin-top:20px;
			border-radius: 30px;
			overflow: hidden;
        }

		.myCheckbox{
			cursor:pointer;
		}

		.checkbox22{
			margin:0;
			padding: 15px 20px;
			background-color: #f1f1f1;
		}

input[type=checkbox]
{
  -ms-transform: scale(2); /* IE */
  -moz-transform: scale(2); /* FF */
  -webkit-transform: scale(2); /* Safari and Chrome */
  -o-transform: scale(2); /* Opera */
  transform: scale(2);
  padding: 10px;
}

.checkmark
{
  font-size: 110%;
  display: inline;
  margin-left: 10px;
}
 