body{
	margin: 0;
	padding: 0;
	font-family: 'PTSerif-Regular';
}
/*fonts-css---*/

@font-face {
  font-family: 'PTSerif-Regular';
  src: url('./fonts/PTSerif-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSerif-Bold';
  src: url('./fonts/PTSerif-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PTSerif-BoldItalic';
  src: url('./fonts/PTSerif-BoldItalic.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica-Bold';
  src: url('./fonts/Helvetica-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Helvetica';
  src: url('./fonts/Helvetica.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AtkinsonHyperlegible-Regular';
  src: url('./fonts/AtkinsonHyperlegible-Regular.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AtkinsonHyperlegible-Bold';
  src: url('./fonts/AtkinsonHyperlegible-Bold.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AtkinsonHyperlegible-Italic';
  src: url('./fonts/AtkinsonHyperlegible-Italic.ttf');
  font-weight: normal;
  font-style: normal;
}
/*end-css----*/
a:hover{
	text-decoration: none;
	color: #E4B210 !important;
}
h1{
	font-size: 26px;
	line-height: 34px;
	font-family: 'PTSerif-Bold';
	position: relative;
	padding-left: 15px;
	margin-bottom: 15px;
}
h1::before {
	content: "";
	border-left: 4px solid #E4B210;
	position: absolute;
	left: 0;
	top: 5px;
	height: 25px;
}
p{
	font-size: 15px;
	line-height: 24px;
	font-family: 'AtkinsonHyperlegible-Regular';
}
 
	/*custom-checkbox-css-end------*/
	.form-group.form-check label {
	  position: relative;
	  cursor: pointer;
	}
	.form-group.form-check .form-check-label input {
	  padding: 0;
	  height: initial;
	  width: initial;
	  margin-bottom: 0;
	  display: none;
	  cursor: pointer;
	}
	.form-group.form-check .form-check-label label:before {
	  content:'';
	  -webkit-appearance: none;
	  background-color: transparent;
	  border: 1px solid #E9E9E9;
	  padding: 10px;
	  display: inline-block;
	  position: relative;
	  vertical-align: middle;
	  cursor: pointer;
	  margin-right: 8px;
	  width: 24px;
		height: 24px;
		border-radius: 2px;
	}
	.form-group.form-check .form-check-label input:checked + label:before{
		border: 1px solid #BC1F26;
	}
	.form-group.form-check .form-check-label input:checked + label:after {
	  content: '';
	  display: block;
	  position: absolute;
	  top: 5px;
	  left: 9px;
	  width: 6px;
	  height: 14px;
	  border: solid #BC1F26;
	  border-width: 0 2px 2px 0;
	  transform: rotate(45deg);
	}
	.form-group.form-check input{
		height: auto;
	}
	/*custom-checkbox-css-end------*/

/*connectors-commands-sec-css-start------------*/

.connectors-commands-sec {
	padding: 20px 0;
}
.connectors-commands-sec .right-search {
	text-align: right;
}
.connectors-commands-sec .right-search .images img{
	width: 22px;
	margin-left: 5px;
}
.connectors-commands-sec .right-search form button {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.02em;
	color: #FFFFFF;
	background-color: #BC1F26;
	padding: 11px 25px;
	font-family: 'Helvetica-Bold';
	clear: both;
	border: 1px solid;
}
.connectors-commands-sec .right-search form input{
	height: 34px;
}
.connectors-commands-sec .right-search .images {
	margin-top: 10px;
}
.connectors-commands-sec .right-search form button i{
	padding-right: 10px;
}
.connectors-commands-sec .left-links {
	display: flex;
	align-items: flex-end;
	height: 100%;
}
.connectors-commands-sec .left-links a:first-child {
	border-left: none;
}
.connectors-commands-sec .left-links a {
	color: #0094D3;
	padding: 0 10px;
	border-left: 1px solid #ccc;
	font-size: 14px;
}
.connectors-commands-sec h2{
	font-family: 'PTSerif-Bold';
}
.connectors-commands-sec  p > a{
	color: #0094D3;
}
.connectors-commands-sec h3{
	font-size: 22px;
	font-family: 'PTSerif-Bold';
}
.connectors-commands-sec fieldset {
	border: 1px solid #ccc;
	padding: 0px 20px;
	margin: 15px 0;
}
.connectors-commands-sec fieldset legend{
	width: auto;
	padding: 0 5px;
	font-size: 18px;
	font-family: 'PTSerif-Bold';
}
.connectors-commands-sec .form-group.form-check{
	padding: 0;
}
.connectors-commands-sec .form-group.form-check label {
	display: block;
	font-size: 22px;
	font-family: 'PTSerif-Bold';
	cursor: auto;
}
.connectors-commands-sec .form-group.form-check .form-check-label label {
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #2F2F2F;
	font-family: 'Helvetica-Bold';
	cursor: pointer;
}
.connectors-commands-sec .border h3 {
	border-bottom: 1px solid #ccc;
	padding: 8px 15px;
	font-size: 18px;
}
.connectors-commands-sec .border a{
	display: table;
	color: #0094D3;
	padding: 0 15px;
	margin-bottom: 10px;
}
.connectors-commands-sec .border a img {
	width: 14px;
	position: relative;
	top: -2px;
	transition: all 0.3s ease-in-out;
}
.connectors-commands-sec .border a:hover img{
	margin-right: 7px;
}
.connectors-commands-sec ul li a {
	color: #000;
	font-family: 'Helvetica';
	margin: 5px 0;
	display: table;
}

/*popup-css-strat-----------*/

	.tabs-sec{
		padding: 0 0 80px;
		background-color: #fbfbfb;
	}
	.tabs-sec .bg-white {
		padding-top: 80px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	}
	.tabs-sec .nav.nav-tabs {
		justify-content: space-between;
		border-bottom: none;
	}
	.tabs-sec .nav-tabs .nav-link.active{
		border: none;
		border-bottom: 2px solid #FBC508;
		background: transparent;
		color: #FBC508;
	}
	.tabs-sec .nav-tabs .nav-link.active:hover,
	.tabs-sec .nav-tabs .nav-link.active:focus,
	.tabs-sec .nav-tabs .nav-link.active:active{
		border-bottom: 2px solid #FBC508;	
	}
		
	.tabs-sec .nav-tabs .nav-link.active:hover{
		border-bottom: 2px solid #FBC508;
	}
	.tabs-sec .nav-tabs .nav-link:hover,
	.tabs-sec .nav-tabs .nav-link:focus,
	.tabs-sec .nav-tabs .nav-link:active{
		border-color: transparent;
	}
	.tabs-sec .nav-tabs .nav-link{
		font-size: 15px;
		line-height: 24px;
		letter-spacing: 0.02em;
		color: #2F2F2F;
		font-family: 'Helvetica-Bold';
	}
	.tabs-sec .nav-tabs .nav-item{
		width: 25%;
		text-align: center;
	}
	.search-form-sec #myModal .modal-dialog {
		max-width: 800px;
	}
	.search-form-sec .form-group input, .search-form-sec .form-group select {
		background: rgba(255, 255, 255, 0.61);
		border: 1px solid rgba(0, 0, 0, 0.08);
		border-radius: 2px;
		padding: 15px;
		height: 60px;
		font-family: 'AtkinsonHyperlegible-Regular';
		color: #0A0A0A;
	}
	.search-form-sec .form-group input:focus, .search-form-sec .form-group select:focus{
		box-shadow: none;
	}
	.search-form-sec .form-group label {
		font-size: 15px;
		line-height: 24px;
		letter-spacing: 0.02em;
		color: #2F2F2F;
		font-family: 'Helvetica-Bold';
	}
	.search-form-sec .form-group a {
		font-size: 15px;
		line-height: 24px;
		text-align: right;
		letter-spacing: 0.02em;
		color: #0094D3;
		font-family: 'AtkinsonHyperlegible-Regular';
	}
	.search-form-sec .form-group .d-flex{
		justify-content: space-between;
	}
	.search-form-sec .form-group.clearfix{
		clear: both;
	}
	.search-form-sec .form-group .links a {
		border-left: 1px solid #0A0A0A;
		padding: 0 10px;
	}
	.search-form-sec .form-group .links a:first-child{
		border-left: none;
	}
	.advanced-search-sec {
		padding-top: 50px;
	}
	.search-form-sec a.search-btn i {
		font-size: 14px;
		padding-right: 5px;
	}
	.search-form-sec a.search-btn {
		font-size: 12px;
		line-height: 14px;
		letter-spacing: 0.02em;
		color: #FFFFFF;
		background-color: #BC1F26;
		padding: 11px 30px;
		display: table;
		font-family: 'Helvetica-Bold';
		clear: both;
	}
	.search-form-sec .form-group.width_50 {
		width: 50%;
		float: left;
		padding-right: 25px;
		position: relative;
	}
	.search-form-sec .form-group.width_50:nth-child(3){
		padding-right: 0;
		padding-left: 25px;
	}
	.search-form-sec .form-group.width_50:nth-child(3) img{
		right: 20px;
	}
	.search-form-sec .calendar {
		position: absolute;
		bottom: 22px;
		right: 45px;
		color: #BC1F26;
	}
	.search-form-sec input[type="date"]::-webkit-inner-spin-button, .search-form-sec input[type="date"]::-webkit-calendar-picker-indicator {
	    display: none;
	    -webkit-appearance: none;
	}
	.search-form-sec input[type="date"].form-control{
		font-size: 15px;
		line-height: 24px;
		letter-spacing: 0.02em;
		color: #9F9F9F;
	}
	.search-form-sec .form-group.width_50:nth-child(3) input {
		margin-top: 32px;
	}
	.search-form-sec span.v, .search-form-sec span.and{
		position: absolute;
		left: 49.6%;
		top: 50px;
		font-size: 15px;
		line-height: 24px;
		letter-spacing: 0.02em;
		color: #2F2F2F;
		font-family: 'Helvetica-Bold';
	}
	.search-form-sec .all-dates-sec #between {
		position: relative;
	}
	.search-form-sec .dropdown-form{
		display: none;
	}
	.search-form-sec .dropdown-form #select_box {
		-webkit-appearance: none;
		-moz-appearance: window;
		background-image: url("images/red-arrow-bottom.png");
		background-repeat: no-repeat;
		background-position: right 20px center;
	}
	.search-form-sec .dropdown-form #select_box option.select-option{
		font-size: 15px;
		line-height: 24px;
		letter-spacing: 0.02em;
		color: #0A0A0A;
		font-family: 'AtkinsonHyperlegible-Regular';
	}
	.search-form-sec .dropdown-form #sel1{
		-webkit-appearance: none;
		-moz-appearance: window;
		background-image: url("images/blue-arrow-bottom.png");
		background-repeat: no-repeat;
		background-position: right 20px center;
	}
	.search-form-sec .clerfix{
		clear: both;
	}
	.search-form-sec .form-control::placeholder, .search-form-sec .form-group select > option {
		font-size: 15px;
		line-height: 24px;
		letter-spacing: 0.02em;
		color: #9F9F9F;
		opacity: 1;
		font-family: 'AtkinsonHyperlegible-Regular';
	}
	.advanced-search-sec h2 {
		font-size: 15px;
		line-height: 24px;
		letter-spacing: 0.02em;
		color: #0094D3;
		cursor: pointer;
		display: table;
		font-family: 'Helvetica-Bold';
		margin-bottom: 20px;
	}
	.advanced-search-sec h2.arrow i {
		transform: rotate(180deg);
	}
	.advanced-search-sec .form-group.form-check .form-check-label {
		display: inline-block;
		padding-left: 20px;
	}
	.advanced-search-sec .form-group.form-check .form-check-label:last-child {
		padding-right: 0;
	}
	.advanced-search-sec  .form-group.form-check{
		padding: 0;
	}
	.advanced-search-sec .form-group.form-check label {
	  position: relative;
	  cursor: pointer;
	}
	.advanced-search-sec .form-group.form-check .form-check-label input {
	  padding: 0;
	  height: initial;
	  width: initial;
	  margin-bottom: 0;
	  display: none;
	  cursor: pointer;
	}
	.advanced-search-sec .form-group.form-check .form-check-label label:before {
	  content:'';
	  -webkit-appearance: none;
	  background-color: transparent;
	  border: 1px solid #E9E9E9;
	  padding: 10px;
	  display: inline-block;
	  position: relative;
	  vertical-align: middle;
	  cursor: pointer;
	  margin-right: 8px;
	  width: 24px;
		height: 24px;
		border-radius: 2px;
	}
	.advanced-search-sec .form-group.form-check .form-check-label input:checked + label:before{
		border: 1px solid #BC1F26;
	}
	.advanced-search-sec .form-group.form-check .form-check-label input:checked + label:after {
	  content: '';
	  display: block;
	  position: absolute;
	  top: 5px;
	  left: 9px;
	  width: 6px;
	  height: 14px;
	  border: solid #BC1F26;
	  border-width: 0 2px 2px 0;
	  transform: rotate(45deg);
	}
	.advanced-search-sec .form-group.form-check input{
		height: auto;
	}
/*search-page-css-end-----------*/

/*Statutes of Barbados-csss--------------*/
#myModal .pagination-sec{
	background: #f8f8f8;
}
#myModal .pagination-sec .alphabet {
	padding: 0;
	list-style: none;
	display: flex;
	justify-content: space-between;
	width: 100%;
}
#myModal .pagination-sec .alphabet li {
	border: 1px solid #ccc;
	width: 35px;
	height: 35px;
	text-align: center;
	color: #E4B210;
	cursor: pointer;
}
#myModal .pagination-sec .alphabet li a{
	font-size: 15px;
	line-height: 24px;
	display: block;
	color: #E4B210;
	padding: 5px;
	font-family: 'Helvetica-Bold';
	text-align: center;
}
#myModal .pagination-sec .alphabet .empty a {
	cursor: not-allowed;
	pointer-events: none;
	color: #8C8C8C;
}
#myModal .pagination-sec .results{
	width: 100%;
}
#myModal .pagination-sec .results ul {
	width: 100%;
	padding: 0;
	list-style: none;
	height: 500px;
	overflow-y: scroll;
}
.search-form-sec #myModal .modal-footer {
	justify-content: flex-end;
}
.search-form-sec #myModal .modal-body .form-group input {
	height: auto;
}
.search-form-sec #myModal .modal-body .form-group .form-check{
	display: inline-block;
	margin-left: 20px;
}
.search-form-sec #myModal .modal-footer button {
	background-color: #0094D3;
	color: #fff;
	border: 1px solid;
	padding: 8px 15px;
	border-radius: 0;
}
.search-form-sec #myModal .modal-footer .btn.btn-danger{
	background-color: #BC1F26;
	position: relative;
	top: -2px;
}
.search-form-sec #myModal .pagination-sec .results ul li {
	border-bottom: 1px solid #f0eded;
	padding-top: 15px;
	padding-bottom: 5px;
}
.search-form-sec #myModal .pagination-sec .results ul li input{
	height: auto;
}
.search-form-sec #myModal .pagination-sec .results ul li i {
	margin-right: 10px;
	cursor: pointer;
	color: #E4B210;
}
.search-form-sec #myModal .pagination-sec .results ul li a{
	font-size: 15px;
	line-height: 24px;
	letter-spacing: 0.02em;
	color: #232326;
	padding: 0;
}
.search-form-sec #myModal .pagination-sec .simple-pagination ul {
	margin: 0 0 20px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.search-form-sec #myModal .pagination-sec .simple-pagination li {
	display: inline-block;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	
}

.search-form-sec #myModal .pagination-sec .simple-pagination li a, 
.search-form-sec #myModal .pagination-sec .simple-pagination li span {
	text-decoration: none;
	background-color: #FFF;
	box-shadow: 0px 0px 10px 0px #EEE;
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	letter-spacing: 0.02em;
	color: #676767;
	font-family: 'Helvetica-Bold';
	width: 30px;
	height: 30px;
	padding: 3px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 2px;
	display: block;
}

.search-form-sec #myModal .pagination-sec .simple-pagination .current {
	color: #E4B210;
	border-color: #E4B210;
}

.search-form-sec #myModal .pagination-sec .simple-pagination .prev.current, 
.search-form-sec #myModal .pagination-sec .simple-pagination .next.current {
	color: #E4B210;
	border-color: #E4B210;
}

@media(max-width: 767px){
	#myModal .pagination-sec .alphabet{
		display: block;
	}
	#myModal .pagination-sec .alphabet li{
		float: left;
	}
}

@media(max-width: 1199px){
	header ul.navbar-nav .dropdown ul{
		width: 100%;
	}
}
