@font-face {
  font-family:Rotsan;
  src: url('../fonts/Rotsan.woff') format('woff'), /* Pretty Modern Browsers */
       url(../fonts/Rotsan.ttf) format("truetype");
}

@font-face {
  font-family: AgfaRotisSansSerifExtraBold;
  src: url('../fonts/AgfaRotisSansSerifExtraBold.woff') format('woff'), /* Pretty Modern Browsers */
      url(../fonts/AgfaRotisSansSerifExtraBold.ttf) format("truetype");
}

@font-face {
  font-family: Rotsanb;
  src: url('../fonts/Rotsanb.woff') format('woff'), /* Pretty Modern Browsers */
       url(../fonts/Rotsanb.ttf) format("truetype");
}

body {
  width:100%;
  margin:auto;
  font-family: AgfaRotisSansSerifExtraBold !important;
  color: #231F20;
  background: #000;
}

.header-background {
	/* Background styles */
	background-image: url('/images-xdays/Header Banner BG.png');
	background-size: cover;
	background-position: center 20%;
	background-repeat: no-repeat;
/*	background-attachment: fixed;*/
}

.xdays-background {
	/* Background styles */
	background-image: url('/images-xdays/xdays-bg.png');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.full-width-image img {
  width: 100%;
}

.title {
  font-weight: bold;
}

.text-black {
	color: black !important;
}

p {
  font-family: Rotsan !important;
}

b {
 font-family: AgfaRotisSansSerifExtraBold !important;
}

ul.image {
  list-style-image: url('../images/list-icon.png');
  font-size: 22px;
  font-family: Rotsanb !important;
}

.bold {
  font-family: AgfaRotisSansSerifExtraBold !important;
}

.rotsanb {
  font-family: Rotsanb;
}

.rotsan {
  font-family: Rotsan;
}

/* ul.image li {
   list-style: none;
}
ul.image li::before{
   content: '';
   display: inline-block;
   height: 23px;
   width: 24px;
   background-image: url('../images/list-icon.png');
   background-size:contain;
} */

/* Old stuff */

.calender-btn {
    display: flow-root;
    color: #fff;
    background-color: #48AAD3;
    padding: 12px 14px 8px 12px;
    margin: 0px auto;
    width: 232px;
}
.calender-btn img {
    margin-bottom: 3px;
    margin-right: 8px;
}


.gray-sec {
    padding: 38px 0px;
    background-color: #E5E5E5;
}

.h3-heading {
    font-size: 23px;
    margin-bottom: 26px;
}
.sec-b {
    padding: 92px 0px 30px 0px;
}
ul.sec-b-ul {
	list-style:none;
    padding-left: 15px;
}
ul.sec-b-ul li {
    position: relative;
    margin-bottom: 6px;
    color: #407F7E;
    font-size: 18px;
}
ul.sec-b-ul li:before {
    content: " ";
    display: block;
    position: absolute;
    background: #407F7E;
    height: 10px;
    top: 7px;
    margin: 0px 0px 0px -19px;
    width: 10px;
    border-radius: 18px;

}
.main-form {
    padding: 56px 24px;
    border: 1px solid #231F20;
}
.half-input input {
	font-family: Rotsan;
    font-size: 18px;
    width: 100%;
    border: none;
    color: #424444;
    border-bottom: 1px solid #424444;
}
.half-input input::placeholder {
    color: #424444;
}
.half-input {
    width: 48%;
    float: left;
}
.half-input  select {
	font-family: Rotsan;
    font-size: 18px;
    width: 100%;
    border: none;
    color: #424444;
    padding-bottom: 6px;
    border-bottom: 1px solid #424444;
}
.half-input  select::placeholder {
    color: #424444;
}
.m-d-4{
	margin-right:4%;
}
.full {
    display: inline-block;
}
.half-input {
    position: relative;
    padding: 18px 0px 36px 0px;
    width: 48%;
    float: left;
}
.half-input label {
    position: absolute;
    right: -10px;
    color: red;
}
.half-input small {
    font-family: Rotsan;
}
.full-box {
    display: inline-block;
    padding: 18px 0px 36px 0px;
}
.full-box h4 {
    margin-bottom: 18px;
    font-size: 12px;
}
.full-box p {
    font-family: Rotsan;
    font-size: 13px;
    padding-right: 20px;
}
.full {
    display: flex;
    font-family: Rotsan;
}
.full input[type="checkbox"] {
    margin-right: 8px;
    width: 22px;
    height: 22px;
}
.full a {
    color: #070707;
    font-weight: bold;
    text-decoration: underline;
}

.full a:hover {
  color: #48AAD3;
}
.sub-btn {
    border: none;
    margin-top: 36px;
    padding: 14px 44px;
    background-color: #48AAD3;
    color: #fff;
    text-transform: uppercase;
    border-color: #48AAD3;
    border-radius: 0;

}
.white-btn {
    border: 3px solid black;
    margin-top: 36px;
    padding: 14px 44px;
    color: #000000;
    border-color: #000000;
    border-radius: 0;	
	font-weight: bold;
	font-size: 1.75rem;
}
.white-btn:hover {
    background-color: #000;
    border-color: #000;
}
.image-btn {
    border: 0px solid transparent;
    padding: 14px 44px;
    color: #000000;
    border-color: transparent;
    border-radius: 0;	
	font-weight: bold;
	font-size: 1.75rem;
	background: url('/images-xdays/Button colour gradient.png') no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    text-transform: uppercase;
}
.image-btn:hover {
/*    background: url('/images-xdays/Button Colour Grey.png') no-repeat;*/
	color: #000000;
}
.grey-btn {
    border: 0px solid black;
/*    margin-top: 36px;*/
    padding: 14px 44px;
    color: #fff;
    border-color: #000000;
    border-radius: 0;	
	font-weight: bold;
	font-size: 1.75rem;
    background: url('/images-xdays/Button Colour Grey.png') no-repeat;
    text-transform: uppercase;
}
.grey-btn:hover {
    background-color: #000;
    border-color: #000;
}
.clr-text p {
    padding-right: 60px;
    color: #407f7e;
    font-size: 22px;
    margin-bottom: 0px;
}
.m-b-main {
    margin-bottom: 94px;
}

.mail-box p {
    font-family: Rotsan;
}
.mail-box p a {
    color: #48AAD3;
}
.footer-img {
    padding: 60px 0px 100px;
}
section.banner-bg {
	background: #dddedf;
    padding: 62px 0px 62px 0px;

}
img.left-img {
    float: left;
    width: 14%;
}
img.right-img {
    float: right;
    width: 18%;
}
img.logo {
    width: 146px;
}
.half-input input:focus {
	outline:none;

}
nav.menu ul {
    float: right;
    margin: 0;
    list-style: none;
    padding: 0px;
}
img.place-ads {
    width: 146px;
}
header {
    padding: 32px 0px;
}
nav.menu ul li {
    padding: 0px 10px;
    display: inline-block;
}
li.bor-r {
    border-right: 1px solid #646464;
}
nav.menu ul li a {
    display:block;
}
.banner-l-img {
    float: right;
    padding-right: 20px;
}
.banner-r-img {
    padding-left: 20px;
}
.half-input small span {
    color: red;
}
.main-logo img {
    width: 238px;
}
img.place-ads {
    width: 136px;
}
.banner-r-img img {
    width: 400px;
}
.banner-l-img img {
    width: 282px;
}
.banner-text {
    color: #000;
    /* padding: 162px 24% 134px 24%; */
    padding: 0 0 0 0;
    text-align: center;
}
.banner-text p {
    font-size: 18px;
}
.text-sec p {
    font-size: 13px;
}
.text-sec p a {
    color: #407f7e;
}
p#time-day {
    font-family: Rotsan;
}
p#time-day .time-top {
    font-size: 36px;
    color: #407f7e;
}
.time-sec h5 {
    text-align: center;
    margin-bottom: 36px;
    font-family: Rotsan;
}

.time-sec {
    padding: 112px 274px;
}
.time-sec {
    margin: 0px 274px;
    border-bottom: 1px solid #7e8888;
    padding: 112px 0px;
}
.text-sec {
    margin-bottom: 32px;
    margin-top: 132px;
}
p#time-day {
    display: table;
    margin: 0px auto;
}
p#time-day .time-box {
    text-align: center;
    float: left;
    padding: 0px 25px;
}
a.calender-btn.fr {
    width: 290px;
}
.banner-text h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}
.banner-text.banner-fr {
    /* padding: 162px 19% 134px 19%; */
}
nav.menu {
    display: flow-root;

}
.half-input label {
    display: none;
}
@media only screen and (max-width: 768px) {
	nav.menu {
}
	.banner-text.banner-fr {
    padding: 0px;
}
	p#time-day .time-top {
    font-size: 26px;
    color: #407f7e;
}
	p#time-day .time-bottom {
    font-size: 14px;
}
	p#time-day .time-box {
    padding: 0px 10px;
}
	.banner-text {
    padding: 0px;
}
.text-sec {
    margin-bottom: 32px;
    margin-top: 34px;
}
.time-sec {
	border-bottom: 0px solid #7e8888;
    padding: 72px 0px;
   margin: 0px 0px;
}
	header {
    padding: 16px 0px;
}
.banner-bg {
    padding: 20px 0px 20px 0px !important;
}
  .banner-r-img img {
    width: 100%;
}
.banner-r-img {
    padding-left: 0px;
}
.main-logo img {
    width: 50%;
}
img.logo {
    width: 128px;
}
img.place-ads {
    width: 130px;
}
.banner-l-img {
    float: unset;
    padding-right: 0;
	padding-bottom: 34px;
}
.main-logo {
    text-align: center;
}
nav.menu {
    padding: 20px 0px;
    width: 100%;
    margin: 0px auto;
    display: inline-flex;
}
nav.menu ul {
    margin: 0px auto;

}
.sec-b {
    padding: 34px 0px;
}
.clr-text p {
    padding-right:0px;
}
.m-b-main {
    margin-bottom: 38px;
}
.mail-box {
    margin-bottom: 74px;
}

.half-input {
    width: 100%;
    margin: 0px;

}
.full label {
    font-size: 15px;

}

.banner-l-img img {
    width: 100%;
}
img.left-img {
    float: left;
    width: 38%;
}
img.right-img {
    float: right;
    width: 45%;
    margin-top: 16px;
}
	
	p {
		font-size: 1.5rem !important;
	}
	
	h1 {
		font-size: 3rem !important;

	}
	
}

a.calender-btn:hover {
    color: #fff !important;
}
