 
@font-face {font-family: 'AvpCB';
src: url('../font/AVP-Central-Bold.ttf') format('truetype');
}


@font-face {
    font-family: 'Graphik';
    src: url('Graphik-Light.eot');
    src: url('Graphik-Light.eot?#iefix') format('embedded-opentype'),
        url('Graphik-Light.woff2') format('woff2'),
        url('Graphik-Light.woff') format('woff'),
        url('Graphik-Light.ttf') format('truetype'),
        url('Graphik-Light.svg#Graphik-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik';
    src: url('../font/Graphik-Black.eot');
    src: url('../font/Graphik-Black.eot?#iefix') format('embedded-opentype'),
        url('../font/Graphik-Black.woff2') format('woff2'),
        url('../font/Graphik-Black.woff') format('woff'),
        url('../font/Graphik-Black.ttf') format('truetype'),
        url('../font/Graphik-Black.svg#Graphik-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../font/Graphik-Medium.eot');
    src: url('../font/Graphik-Medium.eot?#iefix') format('embedded-opentype'),
        url('../font/Graphik-Medium.woff2') format('woff2'),
        url('../font/Graphik-Medium.woff') format('woff'),
        url('../font/Graphik-Medium.ttf') format('truetype'),
        url('../font/Graphik-Medium.svg#Graphik-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Graphik';
    src: url('../font/Graphik-Bold.eot');
    src: url('../font/Graphik-Bold.eot?#iefix') format('embedded-opentype'),
        url('../font/Graphik-Bold.woff2') format('woff2'),
        url('../font/Graphik-Bold.woff') format('woff'),
        url('../font/Graphik-Bold.ttf') format('truetype'),
        url('../font/Graphik-Bold.svg#Graphik-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Graphik';
    src: url('Graphik-Regular.eot');
    src: url('Graphik-Regular.eot?#iefix') format('embedded-opentype'),
        url('Graphik-Regular.woff2') format('woff2'),
        url('Graphik-Regular.woff') format('woff'),
        url('Graphik-Regular.ttf') format('truetype'),
        url('Graphik-Regular.svg#Graphik-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
html, body{
    overflow-x: hidden !important;
}
html, h1, h2, h3, h4, h5 ,h6 , p, span, a {
    margin: 0;
    padding: 0;
}
.container-fluid {
    padding-right: 70px;
    padding-left: 70px;
}
a:hover {
    text-decoration: none;
}
/****header***/
header a.btn {
    background: #00b0b2;
    line-height: 2;
    font-weight: 600;
    font-size: 18px;
    border: 1px solid #00b0b2;
}
header a.logo img, footer a.logo img {
    width: 300px;
}
/*****bannersec****/


section.bannersec h2.main {
    text-transform: uppercase;
    font-family: AvpCB;
    font-weight: 500;
    font-size: 30px;
}
section.bannersec {
    background-position: top !important;
}   
section.bannersec:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #00000047;
    z-index: -1;
}
section.how-we-can-help:after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background: #014065f0;
    z-index: -1;
}
section.bannersec h2.second-main {
    font-family: 'AvpCB';
    font-size: 36px;
    text-transform: uppercase;
}
section.bannersec .card-1 p.clock {
    font-family: 'Graphik';
    font-size: 20px;
    font-weight: 500;
    flex-shrink: 0;
}
section.bannersec .card-1 h2.head {
    text-transform: uppercase;
    font-size: 33px;
}   
section.bannersec .card-1 p.privacy-notice {
    font-family: 'Graphik';
    font-weight: 500;
    font-size: 18px;
}
section.bannersec .card-row{
margin-bottom: -300px;
}


/***advertise***/
 h2.head {
    font-family: 'Graphik';
    font-weight: 600;
    color: #00456d;
    font-size: 50px;
}
 
/***how it works***/
section.How-it-works .card-2 h6 {
    font-family: 'Graphik';
    font-size: 18px;
    color: #00456d;
    font-weight: 500;
}
section.How-it-works .card-2  img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}
section.How-it-works .card-2 h6:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 20%;
    background: #dddd;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/***As Seen On:***/

ul.list-unstyled img.img-fluid:hover {
    opacity: 0.5;
} 

section.advertise {
    margin-top: 240px !important;
}
/***how can we help***/
section.how-we-can-help img.icon {
    width: 150px;
}
section.how-we-can-help img.arrow {
    height: 60px;
}
section.how-we-can-help .card-3 p {
    font-family: 'Graphik';
    font-weight: 500;
    font-size: 20px;
}
section.how-we-can-help .card-3 h2.no {
    font-family: 'Graphik';
    font-size: 36px;
    font-weight: 500;
    color: #ffffff70;
}
section.how-we-can-help .row.upper-card {
    margin-top: 200px;
}
section.How-it-works .row.upper-card {
    margin-bottom: -200px;
}
footer h6 {
    font-family: 'Graphik';
    font-weight: 500;
    font-size: 20px;
    color: #00b0b2;
}
footer  a{
    color: #00b0b2;
    font-size: 14px;
}
footer p{
    font-size: 14px;
}
section.advertise .slick-slide .inner {
    margin: 0 15px;
  }
  section.partner .slick-slide .inner {
    margin: 0 40px;
  }
  section.partner .slick-slide .inner img {
    height: 100px;
    object-fit: contain;
  }
  section.footer-page h5.thank-you-descp {
    line-height: 35px !important;
}
header a.feefo img {
    width: 150px;
}
section.footer-page td, section.footer-page th {
    text-align: left;
    padding: 0;
    border: 1px solid #000;
    letter-spacing: 0;
    padding: 27px 3%;
    font-size: 14px;
}
section.footer-page a {
    color: #00b0b2;
    transition: 0.4s;
}
table {
    margin: 0 0 1.5em;
    width: 100%;
}
.thank-you-descp {
    font-size: 24px;
    text-transform: none;
    line-height: 50px;
    font-weight: 400;
}
.thank-you-head {
    font-size: 35px;
}
div#feefo-service-review-carousel-widgetId {
    margin: auto;
}
footer a:hover {
    color: #fff !important;
    transition: 0.4s;
}
@media (max-width: 1200px){
    section.bannersec h2.main, section.bannersec h2.second-main, h2.head{
        font-size: 38px;
    }
    section.how-we-can-help .card-3 p{
        font-size: 18px;
    }
    footer p, footer  a {
        font-size: 12px;
    }
}
@media (max-width: 1024px){
    section.bannersec h2.main, section.bannersec h2.second-main, h2.head {
        font-size: 35px;
    }
    .container-fluid {
        padding-right: 20px;
        padding-left: 20px;
    }
    section.bannersec .card-1 h2.head{
        font-size: 26px;
    }
    .footer-links {
        flex-direction: column-reverse;
    }
    .footer-links ul:first-child {
        margin-top: 20px;
    }
    
}
@media (max-width: 768px){
    section.bannersec h2.main, section.bannersec h2.second-main, h2.head {
        font-size: 30px;
    }
    section.bannersec .card-1 h2.head {
        font-size: 20px;
    }
    section.bannersec .card-1 p.clock{
        font-size: 14px;
    }
}
@media (max-width: 576px){
	
	section.bannersec {
    background: url(../image/mobimg.jpg) no-repeat center 33% / cover !important;
    z-index: 99;
}
    header a.logo img {
        width: 250px !important;
    }
    section.bannersec .card-1 form.w-75 {
        width: 100% !important;
    }
    section.bannersec h2.main, section.bannersec h2.second-main, h2.head {
        font-size: 26px;
    }
    section.bannersec .col-md-12 {
        padding-bottom: 20px !important;
    }
    section.bannersec .card-1 h2.head {
        padding-bottom: 10px !important;
    }
 section.advertise {
    margin-top: 200px !important;
}
section.How-it-works {
    padding-top: 20px !important;
}
    section.partner p {
        font-size: 14px !important;
        padding-top: 10px !important;
    }
    section.partner p {
        font-size: 14px !important;
        padding-top: 10px !important;
    }
    .thank-you-head {
        font-size: 30px;
    }
    .thank-you-descp {
        font-size: 20px;
        line-height: 40px;
        letter-spacing: 0px;
    }
    section.how-we-can-help .card-3 {
        padding-bottom: 40px;
    }
    section.how-we-can-help img.arrow {
        height: 30px;
    }
    section.how-we-can-help img.arrow {
        height: 30px;
    }
    section.how-we-can-help .row.upper-card {
        margin-top: 160px;
    }
    .footer-links {
        padding: 0 !important;
    }
    footer div.logo {
        padding: 15px !important;
    }
    header a.btn{
        font-size: 12px;
    }
    h2.head {
        font-size: 30px !important;
    }
    section.bannersec .card-1 p.privacy-notice{
        font-size: 14px;
    }
	footer ul.d-flex li {
    display: inline-block !important;
    padding: 0 !important;
}
footer ul.d-flex {
    display: block !important;
	text-align: center;
} 
ul.list-unstyled.pl-0.mb-0.d-flex.justify-content-center.copyr li p {
    border: 0px !important;
}

.row.pt-5.gg {
    padding-top: 25px !important;
}
}
@media (max-width: 480px){
    header a.logo img {
        width: 160px !important;
    }
    section.bannersec h2.main, section.bannersec h2.second-main, h2.head {
        font-size: 18px;
    }
    section.bannersec h2.main, section.bannersec h2.second-main, h2.head {
        font-size: 18px;
    }
    section.bannersec .card-1 h2.head {
        padding-bottom: 0px !important;
        padding-top: 15px !important;
        font-size: 18px !important;
    }
    section.bannersec .card-1 form.w-75 a.btn {
        font-size: 12px;
        padding: 13px !important;
    }
    section.How-it-works .row.upper-card {
        padding-top: 10px !important;
    }
    .footer-links ul:last-child {
       text-align: center;
    }
    .footer-links ul:last-child a {
        padding-left: 0 !important
    }
    footer .col-md-12 {
        padding-top: 10px !important;
    }
    .footer-links ul:first-child {
        display: block !important;
        width: 100%;
    }
    .footer-links ul:first-child li.d-block {
        display: inline-block !important;
    }
    .footer-links ul:first-child li.d-block p {
        padding-left: 0 !important;
    }
    .footer-links ul:first-child li.d-block p {
        border-right: 0 !important;
        /* padding-left: 15px !important; */
    }
    section.partner .slick.marquee1 {
        padding-top: 0 !important;
    }
    header a.feefo img {
        width: 100px;
    }
	
	div#wizard {
    padding-bottom: 40px;
    min-height: auto;
}
.logo a.d-block.my-4 {
    margin-bottom: 0px !important;
}
footer.py-5 {
    padding: 30px !important;
}
}
@media (max-width: 380px){
    header a.logo img {
        width: 150px !important;
    }
    header a.btn {
        font-size: 10px;
    }
    section.bannersec .col-md-12 {
        padding-top: 10px !important;
    }
    section.bannersec .card-1 p.clock {
        font-size: 10px;
    }
    section.bannersec .card-1 p.clock img {
        width: 20px;
    }
    section.bannersec .card-1 h2.head{
        font-size: 14px !important  ;
    }
    section.bannersec .card-1 form.w-75 a.btn {
        margin: 8px 0 !important;
    }
    section.bannersec .card-1 p.privacy-notice{
        font-size: 12px;
    }
    section.how-we-can-help .card-3 p {
        font-size: 14px;
    }
    section.partner p {
        font-size: 12px !important;
    }
}
@media (max-width : 360px){
    header a.btn {
        font-size: 8px;
    }
    header a.logo img {
        width: 120px !important;
    }
    section.bannersec h2.main, section.bannersec h2.second-main{
        font-size: 15px;
    }
	
	ul.list-unstyled.pl-0.mb-0.d-flex.justify-content-center.lids .pr-3, .px-3 {
    padding-right: 5px!important;
}
 
}