 

@font-face {
    font-family: 'Omnes';
    src: url('../fonts/OmnesSemibold-Roman.woff2') format('woff2'),
        url('../fonts/OmnesSemibold-Roman.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'OmnesRegular';
    src: url('../fonts/Omnes.woff2') format('woff2'),
        url('../fonts/Omnes.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Helvetica-bold';
    src: url('../fonts/Helvetica-Bold.woff2') format('woff2'),
        url('../fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica';
    src: url('../fonts/Helvetica.woff2') format('woff2'),
        url('../fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}




body {
   font-family: 'OmnesRegular';
  color: #191919 !important;

    }
    .ff{ font-family: 'Omnes';}

h2 {
    font-size: 40px;
}html.js-focus-visible {
    margin-top: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: 'Helvetica-bold';
    font-weight:600;
     
}

p {
  font-family: 'OmnesRegular';font-size: 18px;
}


 

h1 {
    
/*     text-transform: uppercase; */
    font-size: 40px;
    margin: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

a {
    color: #000;
}
strong {
    
    font-weight: 600;
}



html {
    scroll-behavior: smooth;
}
.white{
    color: #fff;
}

.red {
    color: #29a4db;
}
.gray{
    color: #B0B0B0 !important;
}
/*------------------------*/

.form-control::placeholder {
    color: #B5B3B3 !important;
    font-family: 'Helvetica';
    font-weight: 500;
}

input:focus,
button:focus,
.form-control:focus {
    outline: none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
select#custom_option {
    white-space: normal;
    word-wrap: break-word;
}
.form-control {
    min-height: 55px !important;
    border-radius: 5px;
    color: #B0B0B0;
    font-size: 18px;
    border: 1px solid #E6E6E6;
}


 .bottom-space {
    padding-bottom: 70px;
}

.round-bg {
    width: 80px;
    height: 80px;
       background: #29a4db;
    border-radius: 100%;
    line-height: 75px;
    text-align: center;
    margin-bottom:15px;
    position: relative;
}
.round-bg span {
        color: #fff;
    font-size: 45px;
    font-weight: bold;
   font-family: 'Helvetica-bold';
}

 .right-text p.white-color.trust-title {
    font-family: 'Omnes';
    font-size: 20px;    color: #29a4db;
    line-height: 22px;
}.thankyou-for p.red.subttitle {
    font-weight: 600;
}
section.gradient-bg.py-4.shadow p {
    color: #ed1b24;  font-size: 22px;
}section.white-bg.py-5.shadow p {
    color: #ed1b24;    font-size: 22px;
}

.after-line:after {
    content: '';
    width: 0;
    height: 65%;
    position: absolute;
    border: 1px solid #29a4db;
    top: 80px;
    left: 40px;
}


section.gradient-bg.py-4.shadow .custom-btn {
 
    
   
    border-radius: 16px;}
    
    
    section.white-bg.py-5.shadow .custom-btn {
 
    
   
    border-radius: 16px;}
.round-bg-2{
    position: relative;
}
.round-bg-2:after {
    content: '';
    width: 0;
    height: 60px;    position: absolute;
    border: 1px solid #29a4db;
    top: 70px;
    left: 40px;
}
.row.align-items-center.vertical-line {
    position: relative;
}
.trust-title {
    font-weight: 600;
}
/*====================header css start====================*/

.logo{
    max-width: 200px;
}
.right-logo span {
    font-size: 14px;
    display: inline-block;
}
.secure-it {
    display: flex;
    align-items: center;
}.secure-it p {
     font-size: 15px;
    font-weight: 600;padding-top:3px;
}
/*====================header css end====================*/


/*====================main css start step one====================*/

.step-list a {
    border: 2px solid #ed1b24;
    padding: 4px 20px;
    border-radius: 5px;
    color: #ed1b24;
    font-weight: bold;
        display: inline-block;
    width: 150px;
    text-align: center;
}
.step-list li {
    display: inline-block;
    width: 33%;
}
.step-list {
    width: 100%;
}
.step-list li:nth-child(2) {
    text-align: center;
}
.step-list li:nth-child(3) {
    text-align: right;
}
.subttitle {
    font-size:18px;
    font-weight: 500;
}p.mb-0.subttitle.red {
    font-size: 25px;
    font-weight: bold;
}
.custom-btn {
    font-family: 'Helvetica-bold';
    padding: 8px 20px;
    color: #fff;
    height:55px;
    background: #ff7f00;
    border: unset;
    border-radius: 4px;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
}
.small-p{
    font-size: 14px;
    color: #B0B0B0;
}span#time span {
    padding: 0px 3px;
}
.large-p{
    font-size: 18px;
    
}p.text-center.expire.mb-2 {
        font-size: 24px;
    font-weight: 600;
}
.offer-tab .nav-item {
    width: 33.333333%;
}
button#home-tab.active:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #c00614;
    position: absolute;
    left: 0px;
    bottom: -5px;
    border-bottom-right-radius:97px;
}

.home .progressbar li:nth-child(1) a {
    position: absolute !important;
    left: 50px !important;
    top: 6px !important;
}.home .progressbar li:nth-child(3) a {
    position: absolute !important;
    left: 50px !important;
    top: 6px !important;
}
.bottom-background {
    background-image: url(../images/angle.png);
    background-size: auto 90%;
    background-repeat: no-repeat;
    background-position: right bottom;
    padding-bottom:50px;
}
.custom-select option {
    margin: 40px;
    background:#fff;
    color: #000;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
 .custom-select {
  position: relative;


}

.custom-select select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
    background-color: white;
    height: 50px;
    line-height: 35px;
    white-space: normal;
    word-wrap: break-word;
    min-height: 55px !important;
    border-radius: 5px;
    color: #B0B0B0 !important;
    font-size: 18px;
    border: 1px solid #E6E6E6 !important;
}




/*style the arrow inside the select element:*/
.select-selected:after {
    position: absolute;
    content: "";
    top: 20px;
    right: 10px;
    width: 20px;
    height: 15px;
    background-image: url(../images/select-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.form-select.form-control{
    background-image: url(../images/select-icon.png);
       background-size: 20px 12px;

}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
   
}

/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #000;
  padding: 8px 16px;
  
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}

/*style items (options):*/
.select-items {
    position: absolute;
    background-color: white;
    top: 100%;
    left: 0;
    right: 0;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    z-index: 99;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
         background-color: rgb(41 164 219);
    color: #fff;
}
.form-design .form-label {
    font-size: 25px;
    font-weight: 600;
 font-family: 'Helvetica-bold';
}

.slideshow-element{
      margin: 0;
  position: absolute;
  top: 60%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width:100%;
}
.bottom-background.less-height {
    background-size: auto 65%;
}
.pull-bottom img {
    width: 100%;
}

div#slideshow {
    padding-bottom: 30px;
    position:relative;width:100%;
}
section.gradient-bg.py-4.shadoww {
    background: #fff;
}.cheapest .mb-4.text-center {
    max-width: 170px;
    margin: auto;
}
.footer-logo img {
    width: 100%;
    max-width: 220px;
}.hours {
    line-height: 14px;
    margin-top: 15px;
}
 span.red.fw-normal {
    text-align: left;
    padding-left: 30px;
}
.offer-tab .nav-link{
    background: #c00614 !important;
    color: #fff;
    margin-left: 1px;font-weight:bold;
}
.custom-btn:hover {
    color: #fff;
}
 .hours #time {
    font-size: 30px;
    margin-top: 15px;
    display: inline-block;
    font-weight: bold;    font-family: 'Omnes';
}
.offer-tab .nav-link:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #ee1b24;
    position: absolute;
    left: 0px;border-bottom-right-radius: 97px;
    bottom: -6px;
}
section.header.mb-5 {
    padding-top: 15px;margin-bottom: 30px !important;
}
/*====================main css end step one====================*/

ul.head-logo {
    width: 100% !important;
}
ul.head-logo li {
    /*width: calc(12.5% - 5px);*/
    display: inline-block;
}
ul.head-logo img {
   /* width: 85px;*/
    height:45px;
    object-fit: contain;
}
/*====================sixth css start====================*/
span.offers__results__badge {
    border-radius: 100%;
    width: 40px;
    height: 40px;    font-family: 'Omnes';
    display: inline-block;
    background: #ed1b24;
    line-height: 40px;
    color: #fff;
    font-weight:bold;
    font-size: 28px;
    margin-right: 10px;
}.offer-details span {
    display: block;font-weight: 600 !important;
}span.red.subttitle.fw-bold {
    font-size: 24px;    margin-bottom: -8px;font-family: 'Omnes';
}.get-offer h4 {
    font-size: 17px;
}.pull-bottom.text-center {
    display: none;
}
section.thankyou-for {
    background-image: url(../images/thankyou-angle.png);
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;padding-bottom: 50px;
}
.cheapest {
    border: 4px solid #ed1b24;
    border-radius: 12px;
        padding: 27px 30px 27px 30px;

    z-index: 111;
    position: relative;
    top: -2px;
    background:#fff;
}.cant-find {
    margin-top: 15px;text-align:center;
}
.cant-find span {
    line-height: 17px !important;
    display: inline-block;
    text-align: center;
}
ul.offer-list li {
    list-style-type: none;
    position: relative;
    padding-left: 30px;
    color: #1B1B1B;
    font-size: 18px;
    font-weight: 600;
}
ul.offer-list li::before {
    content: '';
    background-image: url(../images/true.png);
    background-size: contain;
    position: absolute;
    top: 1px;
    width: 20px;
    height: 20px;
    left: 0px;
}.price-tag h1 {
    font-size: 40px;
}.offer-tab .nav-link.active {
    background: #EE1B24 !important;
    color: #fff;
}ul#myTab {
    width: 101%;
}p.light-red {
    color: #F6989C;
    font-family: 'Omnes';
}
.offer-tab .nav-link {
position:relative;
    background: #d30416 !important;
    color: #fff;
    font-size: 14px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 4px 4px;
    border: unset;padding-bottom: 13px;
    width:100%;
}
.offer-tab li {
    padding: 0px;
    margin: -1px !important;
}
.offer-tab .nav-tabs{
    border-bottom: unset;
}
.leadForm__input.form-control {
    font-size: 16px !important;
    font-weight: bold;
}.agree {
    font-size: 13px;
    color: #B0B0B0;
}


.progressbar {
  counter-reset: step;
}

.progressbar li {
  position: relative;
  list-style: none;
  float: left;
  width: 33.33%;
  text-align: center;
}

/* Circles */
.progressbar li:before {
   content: counter(step);
    counter-increment: step;
    width: 100px;
    border: 2px solid #ed1b24;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
    border-radius: 8px;
    background-color: #ffffff;
    line-height: 30px;
    color: #ed1c24;
    font-weight: bold;
    font-size: 18px;
    height: 35px;
}
.progressbar li:nth-child(1)::after {
    content: "" !important;
    position: absolute;
    width: 100%;
    height: 2px;
    left: calc(100px - 2px);
    background: #ed1c24;
    top: 16px;
}
.progressbar li:nth-child(2):after {
    content: "" !important;
    position: absolute;
    width: 100%;
    height: 2px;
    left: calc(100px - 2px);
    background: #ed1c24;
    top: 16px;
}
.progressbar li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background:#ed1c24;
  top: 16px; /*half of height Parent (li) */
  left: 0%;
  z-index: -1;
}
ul.ps-0.mb-0.progressbar a {
    position: relative;
    top: -43px;
    color: #ed1c24;opacity: 0;
        
}
.progressbar li:first-child:after {
  content: none;
}




 .progressbar li:nth-child(1):before{
content: "Step 1";
    margin: unset;
}
 .progressbar li:nth-child(2):before{
content: "Step 2";
}
 .progressbar li:nth-child(3):before{
content: "Step 3";
    margin: unset;
    float: right;
}

.progressbar li.active + li:after {
  background: #00E676;
}

 .text-end.angel-right img {
    width: 400px;
}
.left-logo {
    max-width: 180px;
}.left-logo img {
    width: 100%;
}

.bottom-background h2 {
    font-size: 30px;
}
.secure-it img {
    height: 25px;
}
 
section.sixth-step {
    background-image: url(../images/third-background.png);
    background-size: cover;
    
    margin-bottom: 0px !important;
    padding-bottom: 60px;
} 
section.loader img {
    width: 310px;
}

.home .progressbar li:nth-child(1):before {
    content: "Step 1";
    margin: unset;
    background: #ed1c24;
    color: #fff !important;
}
.page-template-step_first-php .progressbar li:nth-child(1):before {
    content: "Step 1";
    margin: unset;
    background: #ed1c24;
    color: #fff;
}

.page-template-step_second-php .progressbar li:nth-child(2):before {
    content: "Step 2";
    background: #ed1c24;
    color: #fff;
}
.page-template-step_second-php .progressbar li:nth-child(1):before {
    content: "Step 1";
    margin: unset;
    background: #ed1c24;
    color: #fff;
}

.page-template-step_third-php .progressbar li:nth-child(1):before {
    
    
    background: #ed1c24;
    color: #fff;
}
.page-template-step_third-php .progressbar li:nth-child(2):before {
    content: "Step 2";
    
    background: #ed1c24;
    color: #fff;
}
.page-template-step_third-php .progressbar li:nth-child(3):before {
    content: "Step 3";
   
    background: #ed1c24;
    color: #fff;
}


.page-template-step_third1-php .progressbar li:nth-child(1):before {
    
    
    background: #ed1c24;
    color: #fff;
}
.page-template-step_third1-php .progressbar li:nth-child(2):before {
    content: "Step 2";
    
    background: #ed1c24;
    color: #fff;
}
.page-template-step_third1-php .progressbar li:nth-child(3):before {
    content: "Step 3";
   
    background: #ed1c24;
    color: #fff;
}










.page-template-step_third2-php .progressbar li:nth-child(1):before {
    
    
    background: #ed1c24;
    color: #fff;
}
.page-template-step_third2-php .progressbar li:nth-child(2):before {
    content: "Step 2";
    
    background: #ed1c24;
    color: #fff;
}
.page-template-step_third2-php .progressbar li:nth-child(3):before {
    content: "Step 3";
   
    background: #ed1c24;
    color: #fff;
}






.bottom-background.bb-2{
    background-image: url(../images/second-icon.png);
    
}ul.head-logo li:nth-child(1) img {
    width: 100%;
    max-width:100px;
}
.page-id-8 input#postcode {
    color: #000;
    font-weight: bold;
    background: #fff;
}span#result {
    font-weight: bold;
    font-size: 18px;
}
/*====================sixth css end====================*/





/*====================mixed css start====================*/

.input_label {
    text-align: left;
    font-weight: bold;
    margin-bottom: 4px;
    font-family: 'Helvetica-bold';
}
.brown {
    color: #ff7f00;
}

.contact-detaisl {
    background-image: url(../images/third-angle.png);
    background-size: 450px auto;
    background-repeat: no-repeat;
    background-position: right center;
    padding-top:20px;
    padding-bottom: 60px;
}
.page-id-12 .step_bar li {
    background: #29a4db;
}.page-id-12 .step_bar li a {
   color:#fff;
}
p.white-color.gray.privacy-p {
    line-height: 22px;
    padding-top: 2px;
}

section.loader {
    padding-top: 100px;
}
.loaders {
    position: relative;
}.loader h3 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #29a4db;
    font-family: 'Helvetica-bold';
    font-weight: bold;
    font-size:35px;
}
.top-footer h4 {
    font-family: 'Roboto', sans-serif;
}
 .title-ggbb {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #29A4DB;
}
.title-ggbb span {
    font-style: italic;
    text-decoration: underline;
}
.main-bg{
    background-image: url(../images/main.png);
    background-size:cover;
    background-position:right center;
    }
    
    
    
.step_bar {
    display: flex;
    outline: 1px solid #E6E6E6;
    border-radius: 5px;
}.step_bar li:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.step_bar li {
    width: 33.333333%;
    
    list-style-type: none;
    padding: 0px 0px;
    text-align: center;
}


.step_bar li:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}.step_bar a {
    color: #E6E6E6;
    font-size: 22px;
}

.page-id-8 .step_bar li:first-child {
     
    background-color: #29A4DB;}


.page-id-8 .step_bar li:first-child a {
    color: #fff;
}


.home .step_bar li:first-child {
     
    background-color: #29A4DB;}


.home .step_bar li:first-child a {
    color: #fff;
}



.page-id-10 .step_bar li:first-child {
     
    background-color: #29A4DB;}


.page-id-10 .step_bar li:first-child a {
    color: #fff;
}
.page-id-10 .step_bar li:nth-child(2) {
     
    background-color: #29A4DB;}


.page-id-10 .step_bar li:nth-child(2) a {
    color: #fff;
}














.trust-logo {
    max-width: 350px;
    margin-left: -45px;
}

a.blue-btn.btn.custom-btn {
    padding-top: 10px;
    background: #29a4db;
}
p.subttitle.gray {
    font-size: 24px;
}
.contact-detaisl .d-flex.justify-content-between.align-items-center {
    max-width: 90%;
    margin: auto;
}.contact-detaisl .d-flex.justify-content-between.align-items-center p {
    font-size: 15px;
}
.for-mobile{
	display:none;
}

.for-desktop{
		display:block;
	}
/*====================mixed css end====================*/















/*====================footer css start====================*/
.top-footer {
    background: #29A4DB;
    padding: 30px 0px;
}
.second-footer {
    background: #F2F2F2;
    padding: 20px 0px;
}.copyright.py-3 {
    background: #53535F;
}.copyright.py-3 p {
    font-size: 16px;
    font-weight: normal;
}.vertical-line .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
}.vertical-line .col-md-10 {
    
       flex: 0 0 auto;
    width: 83.33333333%;
}
.gray{color:#999999;}
.offer-tab .nav-link:before {
    content: unset;}
    
    button#home-tab.active:before{ content: unset;}
    div#myTabContent {
    margin-top: -5px;
}

.offer-tab .fade {
    transition: opacity .0s linear;
}.page-template-thankyou .footer .top-footer {
    display: none;
}
  
@media(min-width:768px){
 .button_plus.row .col-md-5{
    padding-left: 5px;
}
 .button_plus.row .col-md-7 {
    padding-right: 5px;
}
.row.row_new .col-md-8 {
    display: none;
}
.row.row_new .col-md-4 {
    width: 100%;
}
}
@media(max-width:767px){
	
		.for-desktop{
		display:none;
	}
	.for-mobile{
	display:block;
}

ul.head-logo li {
    width: auto !important;
}
ul.head-logo {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
}
.step_bar {
    
    border: 1px solid #E6E6E6;
    outline:unset;
}
.button_plus .custom-btn {
    width: 100%;
}
.contact-detaisl{background-image:unset;}


section.thankyou-for {
background-image:unset !important;
}
section.gradient-bg.py-4.shadoww .col-md-6 {
    padding-bottom: 25px;
    text-align: center;
}
ul.head-logo {
    width: 100% !important;
    display: flex;
}
.bottom-background{
background-image:unset;
margin-top:0px !important;
padding-bottom: 15px;
}
.button_plus.row .col-md-7 {
    margin-bottom: 20px;
}
.row.align-items-center.looking-for .col-md-7 {
    padding-bottom: 25px;
}
.row_new .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
}.row_new .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
}}


@media(max-width:480px){


a.title-ggbb span {
    font-size: 12px;
}
a.title-ggbb p {
    font-size: 12px;
}

.full-width.custom-btn {
    width: 100%;
}
}


@media(max-width:380px){
a.title-ggbb span {
    font-size: 10px;
}a.title-ggbb p {
    font-size: 10px;
}


}
/*====================footer css end====================*/