
/* add font family */


@font-face {
    font-family: Poppins-Light;
    font-weight: 300;
    src: url(font/Poppins-Light.ttf);
  }
  @font-face {
    font-family: Poppins-Regular;
    font-weight: 400;
    src: url(font/Poppins-Regular.ttf);
  }

@font-face {
    font-family:Poppins-Medium;
    font-weight: 500;
    src: url(font/Poppins-Medium.ttf);
}
@font-face {
    font-family:Poppins-SemiBold;
    font-weight: 600;
    src: url(font/Poppins-SemiBold.ttf);
}
@font-face {
  font-family:Poppins-Bold;
  font-weight: 700;
  src: url(font/Poppins-Bold.ttf);
}

/* Header CSS Start */

* {box-sizing: border-box;}

body { 
  margin: 0;
  font-family: "Poppins-Regular";
}

.header {
  overflow: hidden;
  background: #E6E6E6;
  padding: 20px 10px;
  /* height: 848px; */
}
.header a {
font-family: "Poppins-Regular";
font-size: 14px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0em;
text-align: left;
color:#F68423
}
a.header-menu img{
  padding: 0 10px 0 60px;
  height: 20px;
}
.header a.logo {
  font-size: 25px;
  font-weight: bold;
  padding: 0px;
}
.header-right {
  float: right;
  padding-top: 40px;
}
.header-content h2 {
  margin-left: auto;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 50px;
    line-height: 75px;
    text-align: right;
    color: #052A45;
    max-width: 680px;
    margin-bottom: 40px;
}
span {color: #F68423;}
::placeholder {font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;}
  .form-control {
    margin-bottom: 18px;
}
.form-control {
  margin-bottom: 18px;
  box-shadow: 0px 2px 4px rgb(0 0 0 / 10%);
  border: none;
  border-radius: 0;
  height: 55px;
}
section.hero-section {
  position: relative;
  padding-bottom: 77px;
}
.hero-img img {
  position: absolute;
  bottom: -94px;
  left: 0;
}
button.call-now{float: right;}
button,.wpcf7-submit.save,.explore-btn a{
  background: #F68423;
  padding: 16px 46px;
  border: none;
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  margin-top: 30px;
  outline: none !important;
  border-radius: unset !important;
  height: 55px;
}
button.call-now a {
  font-family: Poppins;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}
button.save {padding: 16px 51px;}
.mobile-view{display: none;}

/* EXPERTISE SECTION START */

section.expertise-section {
  padding: 50px 00 0px 00;
}
section.expertise-section .point p {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 5px;
  color: #052A45;
}
.point{
  text-align: left!important;
  margin-bottom: 35px;
}
section.expertise-section .point-right span {
  font-family: Poppins;
  font-size: 60px;
  font-weight: 700;
  line-height: 90px;
  letter-spacing: 0em;
}
section.expertise-section .point-right p{
  font-family: Poppins;
font-size: 20px;
font-weight: 400;
line-height: 30px;
letter-spacing: 0em;
color: #052A45;
margin-bottom: 25px;
}
.about-content {margin: auto;}
h2 {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-size: 50px;
  line-height: 75px;
  color: #052A45;
}
.about-content p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #7A7A7A;}

  /* PLAN SECTION START */

section.plan.blue-bg::before {
    background: #052A45;
    content: "";
    width: 100%;
    height: 216px;
    position: absolute;
}
.blue-bg .card {
  max-width: 370px;
  border-radius: 00;
  box-shadow: 0px 4px 2px 2px #00000014;
  padding: 40px;
  border: none !important;
}
h4 {
  color: #052A45;
  font-family: Poppins;
  font-size: 26px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: 0em;
  text-align: left;
}
.card p{
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #636363;
}
.card h3 {
  color: #052A45;
  font-family: Poppins;
  font-size: 44px;
  font-weight: 600;
  line-height: 66px;
  letter-spacing: 0em;
  text-align: left;
  position: relative;
  padding-left: 20px;
}
.card h3::before {
  content: "£";
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  position: absolute;
  top: 10px;
  left: 0;
}
.card h3::after {
  content: "+ vat";
  font-family: Poppins;
  font-size: 18px;
  font-weight: 500;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}
.card p.plan-details::before {
  content: url('../images/Group68.png');
  position: absolute;
}
p.plan-details,p.service-details{
  position: relative;
  padding-left: 30px;
}
.card p.plan-details::before,.customer-service .item-div p.service-details::before {
  content: url(../images/Group68.png);
  position: absolute;
  left: 0;
  top: 0;
}
.card button {padding: 12px 46px;}
.affordable-plan h3 {
  font-family: Poppins;
  font-size: 40px;
  font-weight: 700;
  line-height: 60px;
  letter-spacing: 0em;
  text-align: center;
  color: #F68423;
}
.affordable-plan {
  display: flex;
  justify-content: center;
  padding: 95px 00;
}
.affordable-plan button {
  margin-top: 0px;
}
.affordable-plan button {
  margin-top: 0px;
  height: 55px;
  margin-left: 44px;
}

/* START FOOTER CSS */

footer a.mail,footer a.mail:hover {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: #636363 !important;
  padding-left: 7px;
  text-decoration: none !important;
}
footer a.tele {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  color: #F68423;
  padding-left: 10px;
}
footer { padding: 30px 0 0px 0;}
a:hover {text-decoration: none !important;}
.footer-address p {
  font-family: Poppins;
  font-size: 13px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  padding-left: 10px;
  color: #636363;
  margin-bottom: 0px !important;
}
.footer-address {display: flex;}
footer .col-lg-4.col-md-12.col-sm-12.col-12{padding-left: 0px; padding-right: 0px;}
.social-icons {
  display: flex;
  justify-content: center;
}
.social-icons img {
  margin: 0 5px;
  height: 30px;
  width: 100%;
}
.copyright-section p {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #414141;
  margin-bottom: 0px !important;
}
.copyright-section {
  width: 100%;
  background: #F0F0F0;
  padding: 15px 0;
  margin-top: 40px;
}
i.icon-left {
  content: url(../images/pre.png);
  background: #f68423;
  padding: 18px 14px;
}
i.icon-right {
  content: url(../images/next-2.png);
  background: #f68423;
  padding: 18px 14px;
}
button.owl-prev {
  position: absolute;
  top: 62px;
  left: -77px;
}
button.owl-next {
  position: absolute;
  top: 62px;
  right: -77px;
}





















/* STSRT INQUIRY-FORM CSS */

p.form-pera {
  font-family: Poppins;
  font-size: 22px;
  font-weight: 600;
  line-height: 33px;
  letter-spacing: 0em;
  text-align: left;
  color: #052A45;
}
.inquiry-form .content p {
  font-family: Poppins;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: center;
  color: #ffffff;
  position: absolute;
  top: 60px;
  padding: 0 40px;
}
.inquiry-form .form {
  margin: auto;
}
.inquiry-form img {
  width: 100%;
}
.explore-btn {
  display: block;
  text-align: center;
  margin: 93px 0 50px 0;
}
footer.mobile{display: none;}

/* SLIDER DESIGN CSS */

.customer-service span.namber-span {
  font-family: Poppins;
  font-size: 30px;
  font-weight: 600;
  line-height: 45px;
  letter-spacing: 0em;
  text-align: left;
  color: #f0f0f0;
}
.customer-service .card { BORDER: UNSET;}
.customer-service h4 {
  color: #052A45;
  font-family: Poppins;
  font-size: 24px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: left;
  
}
.customer-service p {
  color: #868686;
  margin-bottom: 12px;
}
.customer-service .item {
  border-bottom: 2px solid #f68423;
  height: 316px;
}
.wpcf7-spinner{margin: 0 !important;}
/* .form-control {margin-bottom: 0px !important;} */
input.form-control {
  margin-bottom: 0px !important;
}
textarea#message {
  height: 100px;
  margin-bottom: 0px;
}
.explore-btn a{background:#052A45 !important;}
.for-mobile{display: none;}
.wpcf7-submit.save {padding: 16px 51px !important;}















/* START MEDIA QUERY */

@media screen and (max-width: 1199px) {
  .hero-img img {height: 531px;}
  footer a.tele,.footer-address p  { font-size: 15px;}
}

@media screen and (max-width: 1024px) {
  button.owl-prev {
    position: absolute;
    top: unset;
    left: 45%;
    bottom: -30px;
}
button.owl-next {
  position: absolute;
  top: unset;
  right: 43%;
  bottom: -30px;
}
section.about-us {padding-top: 40px;}
}


@media screen and (max-width: 991px) {
  img.phone { padding-left: 0px !important;}
  .mobile-view{display: block;}
  .desktop-view { display: none;}
  .hero-img img { position: unset;}
  .hero-img img {
    height: 100%;
    width: 100%;
}
.header-content h2 { 
  max-width: 100%;
  text-align: center;
  margin-top: 60px;
}
section.hero-section {
  position: relative;
  padding-bottom: 0;
}
.mobile-view form.register-form {padding: 50px 00;}
.header {padding-bottom: 00;}
.about-img,.about-content h2,.about-content p,a.order-btn{text-align: center;}
.affordable-plan {display: block;text-align: center;}
.affordable-plan button { margin-left: 0px;}
.inquiry-form .content p{font-size: 14px;top: 27px;line-height: 22px;}
.inquiry-form .img {margin: auto;}
footer.desktop{display: none;}
footer.mobile{display: block;}
footer.mobile { text-align: center;}
.footer-address { justify-content: center; margin: 20px;}
button.owl-prev {left: 40%;}
button.owl-next { right: 40%;}
}

@media screen and (max-width: 768px) {
  a.header-menu img {padding: 0 10px 0 15px;}
}


@media screen and (max-width: 767px) {
  .header .container {text-align: center;padding: 0px;}
  .header-right { display: flex; flex-wrap: wrap;justify-content: center;}
  .header a {font-size: 14px;}
  .header-right { margin-bottom: 50px;}
  .header-content h2 {font-size: 46px;}
  a.header-menu img {padding: 0 10px 0 30px;}
  .combine-point {display: flex;justify-content: center;padding-bottom: 50px;}
.point-right:nth-child(odd) {padding-right: 80px;}
.reverse {flex-direction: column-reverse;}
.blue-bg { background: transparent; padding-top: 0px;}
.card {margin: 0px auto 0px;}
h2 {font-size: 46px;line-height: 65px;}
.affordable-plan h3 {font-size: 30px;}
section.plan.blue-bg::before {background: transparent;}
.inquiry-form .row {flex-direction: column-reverse;}
p.form-pera { margin-top: 30px;text-align: center;font-size: 20px;}
button.owl-prev {left: 35%;}
button.owl-next { right: 35%;}
section.expertise-section { padding: 0px 0 0;}
.blue-bg .card { margin-bottom: 26px;}
.affordable-plan { padding: 40px 0;}
.for-mobile{display: block;text-align: center;margin-bottom: 30px;}
.hide{display: none;}
}

  @media screen and (max-width: 540px) {
    a.header-menu:last-child {  padding-top: 20px;}
    .header-content h2 { font-size: 36px; line-height: 54px;}
    .about-img img { width: 100%;}
    h2 { font-size: 36px; line-height: 45px;}
    .affordable-plan h3 { font-size: 30px;}
    section.hero-section { margin-top: 105px !important;}
  }

  @media screen and (max-width: 375px) {
    a.header-menu:last-child img{padding-left: 00px;}
    /* .point-right:nth-child(odd) { padding-right: 0px;} */
  .combine-point {padding-bottom: 0px;}
  section.expertise-section .point-right span {font-size: 32px;}
  section.expertise-section .point-right p{font-size: 14px;}
  .affordable-plan h3 { font-size: 20px;}

  }

  @media screen and (max-width: 360px) {
    a.header-menu img {padding: 0 10px 0 13px;}
    button, .wpcf7-submit.save, .explore-btn a{padding: 11px 35px;}
    button.owl-prev {left: 30%;}
    button.owl-next {right: 30%;}
  }

  