.model{
	overflow-y: unset;
}

.floatLeft{
	float:left;
}

.floatRight{
	float: right;
}

.marginLeft20{
	margin-left:20px
}

.marginRight20{
	margin-right:20px
}

.marginTop20{
	margin-top:20px
}

.marginBottom20{
	margin-bottom:20px
}

.width75Per {
	width: 75%;
}

.width25Per {
	width: 25%;
}


.padding30{
	padding: 30px;
}
.card {
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
	width: 100%;
	display: block;
	clear: both;
	float:left;
}

.title {
	color: grey;
	font-size: 18px;
}

button {
	display: inline-block;
margin-bottom: 0;
font-weight: 400;
text-align: center;
vertical-align: middle;
cursor: pointer;
background: #F8A11B;
border: 1px solid transparent;
white-space: nowrap;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
color:white;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}


.panel-body .col-md-12 {
    width: 100%;
    padding: 10px;
}

.choices {
	position: absolute;
	max-width: 40%;
	background: #fff;
	padding: 10px;
	z-index: 999999;
}

.choices .choice {
  border: 1px solid #ccc;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  float: left;
}


#accordionEx1 {
    width: 100%
}

.privacy_policy p a {
    color: #ed1651;
    font-weight: 700
}

.privacy_policy p a:hover {
    text-decoration: underline
}

#accordionEx1 .card p strong,
.privacy_policy p strong {
    font-weight: 700!important
}

.contact_us_page.faq_page.privacy_policy {
    margin-bottom: 10px
}


section .accordion .card {
    border: none;
    border-radius: 0;
    margin-bottom: 10px
}

section .accordion .card .card-header {
   background-color: #92c14d !important;
width: 100%;
float: left;
padding: 10px;
margin: 0px;
}

section .accordion .card .card-header:first-child {
    border-radius: 0
}

section .accordion .card .card-header a {
    outline: none;
    color: #fff
}

section  .accordion .card .card-header a h5 {
    font-size: 16px
}

section  .accordion .card .card-header .rotate-icon {
    float: right
}

.card-header {
  padding: $card-spacer-y $card-spacer-x;
  margin-bottom: 0; // Removes the default margin-bottom of <hN>
  background-color: $card-cap-bg;
  border-bottom: $card-border-width solid $card-border-color;

  &:first-child {
    @include border-radius($card-inner-border-radius $card-inner-border-radius 0 0);
  }

  + .list-group {
    .list-group-item:first-child {
      border-top: 0;
    }
  }
}

.card-footer {
  padding: $card-spacer-y $card-spacer-x;
  background-color: $card-cap-bg;
  border-top: $card-border-width solid $card-border-color;

  &:last-child {
    @include border-radius(0 0 $card-inner-border-radius $card-inner-border-radius);
  }
}

section  .accordion .card-body {
    font-size: 14px;
    line-height: 24px
}



/* Style the tab */
.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 18%;
  height: 300px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 8px 8px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 12px 12px;
  border: 1px solid #ccc;
  width: 82%;
  border-left: none;
  height: 300px;
}

@media (min-width:768px) {
 .modal-dialog {
  width:75% !important;
  margin:30px auto !important;;
 }
 .modal-content {
  -webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);
  box-shadow:0 5px 15px rgba(0,0,0,.5)
 }
 .modal-sm {
  width:300px
 }
}
@media (min-width:992px) {
 .modal-lg {
  width:75% !important;
 }
}


.modal-title {
  float: left !important;
  width: 50% !important;
}