.accordion .card-header:after {
    font-family: 'FontAwesome';
    content: "\f068";
    float: right;
    border: 1px solid #777;
    padding: 7px 6px 5px;
    border-radius: 50px;
    line-height: .8;
    color: #777;
}

.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\f067";
    color: #ff6e15;
    border: 1px solid;
}

.accordion-newone .card-header {
    padding: 10px;
}

.accordion-newone .card-header .card-title {
    font-weight: 800;
    font-size: 15px;
}

.accordion-newone .card .card-body table {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.accordion-newone .card .card-body table td {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.delete-icon-section i {
    font-size: 18px;
}

.table-head1::after {
    content: "\f068";
    font-family: FontAwesome;
    /* content: "\25B6"; */
    /* color: #ff6e15 !important; */
    color: #777;
    font-weight: bold;
    float: right;
    font-size: 10px;
    position: relative;
    display: block;
    padding: 0px 10px;
    border: 1px solid;
    border-radius: 50%;
}

.head-tab {
    font: normal normal normal 14px/30px 'Open Sans', sans-serif;
    color: #026598 !important;
    font-weight: 800;
    margin-bottom: 10px;
}

.wrapper-demo {
    position: relative;
}

.wrapper-demo td.table-head1::after {
    position: absolute;
    right: 10px;
    top: 10px;
}

.table-head1.arrow-down::after {
    /* content: "\25Bc"; */
    content: "\f067";
    font-family: FontAwesome;
    color: #ff6e15;
}

.bg-blue {
    background-color: #026598 !important;
    color: #fff !important;
}

.fs-12 {
    font-size: 12px !important;
}

.required:after {
    content: " *";
    color: red;
    font-size: 12px;
}

.value-bar {
    margin-top: 25px;
    border-radius: 20px;
    border: 1px solid;
    padding: .5rem;
}

.modal .modal-header .close {
    position: absolute;
    top: 5px;
    right: 0;
    background: #e6e6e6;
    opacity: 1;
    border-radius: 50%;
    padding: 10px 15px;
	z-index: 9999;
}

/* Close Modal Popup and switch button */
/* .cookiesettings-section {
	padding: 20px;
} 

.cookie-switch .toggleSwitch span span {
  display: none;
}

@media only screen {
  .cookie-switch .toggleSwitch {
    display: inline-block;
    height: 18px;
    position: relative;
    overflow: visible;
    padding: 0;
	margin: 0 auto;
    cursor: pointer;
    width: 40px;
  }
  .cookie-switch .toggleSwitch * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .cookie-switch .toggleSwitch label,
  .cookie-switch .toggleSwitch > span {
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
  }
  .cookie-switch .toggleSwitch input:focus ~ a,
  .cookie-switch .toggleSwitch input:focus + label {
    outline: none;
  }
  .cookie-switch .toggleSwitch label {
    position: relative;
    z-index: 3;
    display: block;
    width: 100%;
  }
  .cookie-switch .toggleSwitch input {
    position: absolute;
    opacity: 0;
    z-index: 5;
  }
  .cookie-switch .toggleSwitch > span {
    position: absolute;
    left: -50px;
    width: 100%;
    margin: 0;
    padding-right: 50px;
    text-align: left;
    white-space: nowrap;
  }
  .cookie-switch .toggleSwitch > span span {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    display: block;
    width: 50%;
    margin-left: 50px;
    text-align: left;
    font-size: 0.9em;
    width: 100%;
    left: 15%;
    top: -1px;
    opacity: 0;
  }
  .cookie-switch .toggleSwitch a {
    position: absolute;
    right: 50%;
    z-index: 4;
    display: block;
    height: 100%;
    padding: 0;
    left: 2px;
    width: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  }
  .cookie-switch .toggleSwitch > span span:first-of-type {
    color: #ccc;
    opacity: 1;
	top: 0;
	left: 45%;
    font-size: 12px;
  }
  .cookie-switch .toggleSwitch > span:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50px;
    top: -1px;
    background-color: #fafafa;
    border: 1px solid #ccc;
    border-radius: 30px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .cookie-switch .toggleSwitch input:checked ~ a {
    border-color: #fff;
    left: 100%;
    margin-left: -8px;
  }
  .cookie-switch .toggleSwitch input:checked:disabled ~ span:before {
	border-color: #797979;
    box-shadow: inset 0 0 0 30px #797979;
  }
  .cookie-switch .toggleSwitch input:checked ~ span:before {
	border-color: #046192;
    box-shadow: inset 0 0 0 30px #046192;
  }
  .cookie-switch .toggleSwitch input:checked ~ span span:first-of-type {
    opacity: 0;
  }
  .cookie-switch .toggleSwitch input:checked ~ span span:last-of-type {
    opacity: 1;
    color: #fff;
  }
} */

.switch input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
}

.switch label {
  cursor: pointer;
  width: 56px;
  height: 28px;
  background: lightgray;
  display: block;
  border-radius: 7px;
  position: relative;
}

.switch label:before {
  content: attr(data-off);
  position: absolute;
  top: 1.4px;
  right: 0;
  font-size: 8.4px;
  padding: 7px 7px;
  color: #000;
}

.switch input:checked + label:before {
  content: attr(data-on);
  position: absolute;
  left: 0;
  font-size: 8.4px;
  padding-left: 7px;
  color: white;
}

.switch label:after {
  content: "";
  position: absolute;
  top: 1.4px;
  left: 1.4px;
  width: 25.2px;
  height: 25.2px;
  background: #fff;
  border-radius: 5.6px;
}

.switch input:checked + label {
  background: #056090;
}

.switch input:checked + label:after {
  transform: translateX(28px);
}

.modal-dialog-scrollable .modal-content {
	overflow: unset;
}

.thanks-popup-section {
	border-radius: 25px;
	text-align: center;
}

.thanks-popup-section p {
	font-size: 18px;
	color: #707070;
	font-weight: 600;
}

.thanks-popup-section h4 {
	font-size: 35px;
}

.success-img-section img {
	width: 150px;
}

.success-logo-section {
	/* border: 1px solid #707070;*/
    padding: 10px;
    width: 320px;
    margin: 0 auto;
	border-radius: 25px;
}

.btn-orange {
	background: #fe6e1c;
    border-radius: 25px;
    padding: 8px 25px;
	color: #fff;
    border: 1px solid #fe6e1c;
	font-weight: 700;
	font-size: 20px;
}

.btn-orange:hover {
	background: transparent;
    border: 1px solid #fe6e1c;
	color: #fe6e1c;
}

@media screen and (max-width: 767px) {
    .thanks-popup-section h4 {
    font-size: 24px;
}
.success-img-section img {
    width: 100px;
}
.thanks-popup-section p {
    font-size: 14px;
}
.btn-orange {
    font-size: 14px;
}
.title-content-sec {
    font-size: 15px;
}
.header-section {
    margin-top: 0;
}
}
@media screen and (max-width: 991px) {
	.success-logo-section {
		width: auto;
	}
	.card-design {
		padding: 20px;
	}
}