html {
   font-size: 62.5%;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #666666;
  line-height: 1.4;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #006a9c;
}

a:hover {
  color: #222222;
}

iframe {
  border: none;
}

h1, h2, h3, h4, h5, h6{ color:#006a9c;}


/*--Start Icon style--*/
.icon {
  display: inline-block;
  vertical-align: middle;
}

/*--End Icon style--*/

/*--Start Responsive video style--*/
.videoBx {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.videoBx iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*--End Responsive video style--*/

/*--Start Button style--*/
.btn {
  font-weight: 300;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  line-height: 1.4;
}
.btn.blue {
  color: #ffffff !important;
  border-radius: 0;
  padding: 9px 28px;
  font-size: 1.5rem;
  border: 1px solid #006a9c !important;
  background: #006a9c !important;
}

.btn.blue:hover {
  background: #ffffff !important;
  color: #006a9c !important;
  border: 1px solid #006a9c !important;
}
/*--End Button style--*/

/*--Start Header style--*/
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  height: 65px;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #ffffff;
  background-color:#006a9c;
}
.sticky.fixed { position:fixed; background-color:#006a9c; height:65px; box-shadow: 0 0 5px rgba(0,0,0,0.5);}
.sticky.fixed .logobx { width:100px;}
.topHeight { height: 64px;}
.header-top{width:100%; background-color:#006a9c;color:#fff; height:85px; box-shadow: 0 0 5px rgba(0,0,0,0.5);}

.hTopCon{ height:100%;}
.hedRht {margin-left:auto;}
.logobx { width:100px;}


.hedRht .phNo{
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
/*--End Header style--*/


/*--Start Slick Slider style--*/
.slick-prev, .slick-next{ 
  z-index: 9;
}
.slick-slide div{ vertical-align: top;}
.mainBanner  .slick-prev {
  left:20px;
}
.mainBanner  .slick-next {
  right:20px;
}
.mainBImg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 42.5%;
  background-color: #f1f1f1;
  position: relative;
}
.bannerContent{
  position: absolute;
  transform:translateY(-50%);
  top:50%;
  left: 0;
  z-index: 99;
  background-color: rgba(0, 106, 156, 0.8);
  padding: 2% 3%;
  color: #ffffff;
}
.bannerContent h2{ 
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 0;
}
.bannerContent p{
  font-size: 1.4rem;
  font-weight: 300;
  font-style: italic;
  margin: 0;
}
/*--End Slick Slider style--*/

/*--Start Body style--*/
.heading{
  color: #006a9c;
  font-weight: 900;
  margin-bottom: 2.5rem;
  font-size: 2.8rem;
}
.heading.white{
  color: #ffffff;
}

.bodyContent{
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.6rem;
}
.bodyContent p{
  margin-bottom: 2rem;
}
.bodyContent h3{
  font-size: 1.8rem;
}

.contactFormArea{
  background-color: #bee6f6;
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 15px;
  padding-right: 15px
}

.form-control {
  height: calc(1.5em + 0.8rem + 10px);
  padding: 0.7rem 1.4rem;
  font-size: 1.6rem;
  border: 1px solid #FFF;
  border-radius: 0;
}
.form-group {
  margin-bottom: 1.5rem;
}
select.form-control {
  background-image: url(../images/ddArow.png);
  background-position: right center;
  background-repeat: no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 4.5rem;
}
.price{
  position: relative;
}
.price:before{
  content: '£';
  position: absolute;
  top: 25px;
  left: 14px;
  transform: translateY(-50%);
  color: #333333;
  line-height: 0;
}
.price .form-control{
  padding-left: 3.5rem;
}
.attach{
  position: relative;
}
.attach .form-control{
  line-height: 2;
}
.attach input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

p.gdpr{
  font-size: 1.3rem;
  font-weight: 500;
  color: #006a9c;
  margin: 0;
}
.btn.subBtn{
  padding: 1.3rem 2.5rem;
  font-size: 1.8rem;
  width: 100%;
}
/*--End Body style--*/

/*--Start How It work Style--*/
.howItworkSection{
  background-color:#006a9c;
  color: #ffffff;
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.howBx{ margin-bottom: 1.5rem;}

.howItworkSection .heading{ margin-bottom: 3rem;}
.howItworkSection h1, .howItworkSection h2, .howItworkSection h3, .howItworkSection h4, .howItworkSection h5, .howItworkSection h6{ 
  color:#ffffff; 
  font-weight: 900;
}
.howItworkSection .img-icon{ 
  margin-bottom:1.5rem;
  display: inline-block;
  width: 90px;
}
.howItworkSection h3{ 
  font-size: 2.2rem; 
  text-transform: uppercase;
}
.howItworkSection p{ 
  font-size: 1.8rem; 
  line-height: 1.3; 
  margin-bottom: 2rem;
}
/*--End How It work Style--*/

/*--Start FAQ Style--*/
.faqSection{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.accordion .card{ 
  border-radius: 0;
  margin-bottom: 2rem;
  border:none!important;
}
.accordion .card-header{ padding: 0;}
.accordion .accordion-button {
  font-size: 1.6rem;
  text-align: left;
  padding: 1.1rem 1.5rem 1.1rem 3.5rem;
  color: #ffffff;
  position: relative;
  display: block;
  width: 100%;
  background-color: #004a98;
  border: 3px solid #004a98;
  font-weight: 500;
  text-decoration: none;
}
.accordion .accordion-button.collapsed{
  color: #004a98;
  background-color: #ffffff;
}
.accordion .accordion-button:before {
  content: "-";
  color: #ffffff;
  position: absolute;
  font-size: 2.2rem;
  font-weight: 500;
  top: 0.7rem;
  left: 1.6rem;
}
.accordion .accordion-button.collapsed:before {
  content: "+";
  color: #004a98;
}
.accordion .card-body{
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0.5rem;
  padding-top: 1.5rem;
  font-size: 1.6rem;
}
/*--End FAQ Style--*/


/*--Start Footer style--*/
.footerSection {
  padding-top: 4.5rem;
  padding-bottom: 4rem;
  background-color: #004868;
  color: #ffffff;
  text-align: center;
}
.footerSection a{ color:#ffffff; text-decoration:none;}
.footerSection a:hover{ color:#bee6f6;}

.ftrHeading {
  font-size: 2rem;
  margin-bottom: 2.5rem;
  font-weight: 900;
  line-height: 1.2;
}
.footerLogo { margin-bottom:2rem;}
.footerAddress{ font-size: 1.6rem; font-weight: 300;}
.footerAddress p{ margin-bottom: 1rem;}
.footerAddress strong{font-weight: 700;}

.footerAddress ul {
  padding: 0;
  margin:2rem 0 0 0;
  list-style: none;
}
.footerAddress ul li {
  margin-bottom:1rem;
}
.footerAddress ul li.menuItem a {
  text-decoration: underline;
}
.footerAddress ul li a {
  display: inline-block;
  text-decoration: none;
}

/*--End Footer style--*/





@media (min-width: 768px) {
  .hTopCon {
      padding-left: 30px;
      padding-right: 30px;
  }

/*--Start Slick Slider style--*/
.bannerContent h2{ 
  font-size:2.8rem;
}
.bannerContent p{
  font-size:1.8rem;
}
/*--End Slick Slider style--*/

}

@media (min-width: 992px) {
  /*--Start Header style--*/
.header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 999;
  height: 110px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #ffffff;
  background: none;
}
.sticky.fixed { height:80px; }
.sticky.fixed .logobx { width:120px;}
.topHeight { height: 0;}


.hTopCon{ height:100%;}
.hedRht {margin-left:auto;}
.logobx { width:210px;}

.hedRht .phNo{
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
/*--End Header style--*/
/*--Start Slick Slider style--*/
.bannerContent{ 
  margin-top:2%;  
  background-color: #006a9c;
}
.bannerContent h2{ 
  font-size:3.2rem;
}
.bannerContent p{
  font-size:2rem;
}
/*--End Slick Slider style--*/
/*--Start Body style--*/
.bodyContent{
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 5%;
  padding-right: 5%;
}
.contactFormArea{
  padding-top: 5rem;
  padding-bottom: 5rem;
  padding-left: 5%;
  padding-right: 5%;
}
/*--End Body style--*/
/*--Start Footer style--*/
.footerSection {
  text-align: left;
}
.ftrHeading {
  font-size: 3rem;
}
.footerAddress ul {
  display: flex;
}
.footerAddress ul li {
  margin-bottom: 12px;
  margin-right: 2rem;
}
/*--End Footer style--*/

}

@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1080px;
  }

  .howItworkSection .img-icon {width: 110px;}
  .bodyContent { padding-left: 6%; padding-right: 6%;}
  .contactFormArea { padding-left: 6%; padding-right: 6%;}
  .btn.subBtn{ width: auto;}
}

@media (min-width: 1300px) {
  .container {
    width: 100%;
    max-width: 1120px;
  }
}

@media (min-width: 1400px) {
  .container {
    width: 100%;
    max-width: 1220px;
  }

  /*--Start Header style--*/
.header {height: 126px;}
.sticky.fixed { height:80px; }
.sticky.fixed .logobx { width:120px;}
.topHeight { height: 0;}

.hTopCon{ height:100%;}
.hedRht {margin-left:auto;}
.logobx { width:210px;}

.hedRht .phNo{
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
/*--End Header style--*/

/*--Start Slick Slider style--*/
.bannerContent{
  background-color: #006a9c;
  padding: 2.5rem 5%;
  margin-top: 1%;
}
.bannerContent h2{ 
  font-size: 3.6rem;
  margin-bottom: .5rem;
}
.bannerContent p{
  font-size: 2.2rem;
}
/*--End Slick Slider style--*/

/*--Start Body style--*/
.heading{
  margin-bottom: 2.5rem;
  font-size: 3.2rem;
}
.bodyContent{
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 7%;
  padding-right: 7%;
  font-size: 1.8rem;
}
.bodyContent p{
  margin-bottom: 2.5rem;
}
.bodyContent h3{
  font-size: 1.8rem;
}
.contactFormArea{
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 7%;
  padding-right: 7%;
}

.form-control {
  height: calc(1.5em + 0.8rem + 12px);
  font-size: 1.7rem;
}
.form-group {
  margin-bottom: 2rem;
}
.form-group .errText{color:#ff0000;font-size:14px;}
.btn.subBtn{
  padding: 1.5rem 2.5rem;
  font-size: 1.8rem;
  width: auto;
}
/*--End Body style--*/


/*--Start How It work Style--*/
.howItworkSection{
  padding-top: 6rem;
  padding-bottom: 5.5rem;
}
.howItworkSection .heading{ margin-bottom: 5rem;}
.howItworkSection .img-icon{ 
  margin-bottom:4rem;
  width: 120px;
}
.howItworkSection h3{ 
  font-size: 2.2rem; 
}
.howItworkSection p{ 
  font-size: 1.8rem; 
  line-height: 1.3; 
  margin-bottom: 2.5rem;
}
/*--End How It work Style--*/

/*--Start FAQ Style--*/
.faqSection{
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.accordion .card{ 
  margin-bottom: 2.2rem;
}
.accordion .accordion-button {
  font-size: 2rem;
  padding: 1.3rem 2rem 1.3rem 4rem;
}
.accordion .accordion-button:before {
  font-size: 2.2rem;
  top: 1.2rem;
  left: 1.8rem;
}
.accordion .card-body{
  padding-bottom: 1rem;
  padding-top: 2rem;
  font-size: 1.8rem;
}
/*--End FAQ Style--*/

/*--Start Footer style--*/
.footerSection {
  padding-top: 5.5rem;
  padding-bottom: 5.5rem;
  text-align: left;
}
.ftrHeading {
  font-size: 3.4rem;
  margin-bottom: 30px;
}
.footerAddress{ font-size: 1.8rem;}
.footerAddress p{ margin-bottom: 1.5rem;}

.footerAddress ul {
  padding: 0;
  margin: 0;
  display: flex;
}

.footerAddress ul li {
  margin-bottom: 12px;
  margin-right: 2rem;
}
.footerAddress ul li.menuItem a {
  text-decoration: underline;
}
.footerAddress ul li a {
  display: inline-block;
  text-decoration: none;
}
/*--End Footer style--*/

}

@media (min-width: 1600px) {
  .container {
    max-width: 1400px;
  }
  .hTopCon {
    padding-left: 60px;
    padding-right: 60px;
  }

}


@media (min-width: 1800px) {
/*--Start Header style--*/
.header {height: 126px;}
.sticky.fixed { height:80px; }
.sticky.fixed .logobx { width:120px;}
.topHeight { height: 0;}

.hTopCon{ height:100%;}
.hedRht {margin-left:auto;}
.logobx { width:210px;}

.hedRht .phNo{
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
/*--End Header style--*/

/*--Start Slick Slider style--*/
.bannerContent{
  background-color: #006a9c;
  padding: 2.5rem 5%;
  margin-top: 1%;
}
.bannerContent h2{ 
  font-size: 4.2rem;
  margin-bottom: .5rem;
}
.bannerContent p{
  font-size: 2.6rem;
}
/*--End Slick Slider style--*/

/*--Start Body style--*/
.heading{
  margin-bottom: 2.5rem;
  font-size: 4rem;
}
.bodyContent{
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 7%;
  padding-right: 7%;
  font-size: 2.2rem;
}
.bodyContent p{
  margin-bottom: 2.5rem;
}
.bodyContent h3{
  font-size: 2.2rem;
}
.contactFormArea{
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 10%;
  padding-right: 10%;
}
/*--End Body style--*/

/*--Start How It work Style--*/
.howItworkSection{
  padding-top: 6rem;
  padding-bottom: 5rem;
}
.howItworkSection .heading{ margin-bottom: 5rem;}
.howItworkSection .img-icon{ 
  margin-bottom:4rem;
  width: 140px;
}
.howItworkSection h3{ 
  font-size: 2.8rem; 
}
.howItworkSection p{ 
  font-size: 2.2rem; 
  line-height: 1.3; 
  margin-bottom: 2.5rem;
}
/*--End How It work Style--*/

/*--Start FAQ Style--*/
.accordion .accordion-button {
  font-size: 2.2rem;
}
.accordion .card-body{
  font-size: 2.2rem;
}
/*--End FAQ Style--*/

/*--Start Footer style--*/
.footerAddress{ font-size: 2rem;}
/*--End Footer style--*/

}

#hp001, #hp001 .form-control{height:0;margin:0;padding:0;}
.success{padding: 15px;margin-bottom: 22px;background-color: #069C29;color: #fff;}