* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

html, body {
    font-family: "Poppins", Sans-serif;
}
.poppage {
    color: #fff;
    background: #000;
    padding: 20px;
    font-family: "Poppins", Sans-serif;
}

body > div.mobile.mobile-header > h2{
    color:black;
}

.poppage p {
    padding: 5px;
}
body {

}
.container {
    max-width: 1000px;
    margin: 0 auto;
}
.mobile {
    display: none;
}
.header{
    max-width: 100%;
    width: 100%;
    height: 533px;
    background: url(../images/header-bg.jpg) top center no-repeat;
    background-color: #D9DFEB;
    background-size: contain;
    margin: 0 auto;
    border-top: 20px solid #182470;
}
.header_container{width: 600px;margin: 0 auto;position: relative;top: 90px;right: 150px;}
.header .header_container h1, .header .header_container h2{color: black;line-height: 1;} 
.header .header_container h1{font-size: 30px;}
.header .header_container h2{margin-top: 30px;font-size: 20px;}
.f60{font-size: 60px;}
.f19{font-size: 19px;}
.f22{font-size: 22px;}
.brand_name{color: #182470;}
.description{margin-top: 2%;}
header .container_wrap{
    background: url(../images/header-bg.jpg) top center no-repeat;
    background-size: cover;
    width: 100%;
    height: 425px;
    color: #fff;
}
header img{width: 100%;}
.footer-logo{float: left;}
.main-content{
    background-color: #4d5a9b;
    color: white;
    margin-top: -7px;
}
.header-bg img{
    max-width: 1000px;
}
.red {
    color: #0f1b67;
}
.title {
    padding: 140px 0 0 10px;
}
.title h2  {
    font-size: 34px;
    font-weight: bold;
    padding-bottom: 10px;
}
.down-head {
    margin-top: -20px;
    font-size: 46px!important;
}
.title h3 {
    font-size: 20px;
}
.car-care{
    margin-top: -10px;
    font-size: 16px;
    margin-bottom: 10px;
}
.market-text {
    font-family: "Poppins", Sans-serif;
font-weight: bold;
    padding-top: 80px;
}
header .container::before {
    content: '';
    height: 10px;
    width: 100%;
    max-width: 1000px;
    background: #0f1b67;
    position: absolute;
    top: 0;
}
/*.main-content .container {
    background: #7976761f;
}*/
.grid {
    display: grid;
    /* grid-template-columns: 1fr 1fr 1fr 1fr; */
}
/*.description {
    padding: 20px 10px 60px 20px; 
    max-width: 900px;
}*/
.description-text {
/*  margin-top: 30px;*/
  font-size: 13px;
}
.countries {
    padding: 30px 10px 10px 20px;
}
.countries h3 {
    padding: 10px 10px 10px 0;
    font-size: 26px;
}
.countries ul li {
    list-style-type: none;
    margin-right: 20px;
    display: inline-block;
    width: 30%;
    padding: 10px 0;
}
.countries ul li a {
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    color: #fff;
}
.countries ul li a:hover {
    color: rgba(187, 198, 221, 1);
}
.countries ul li a img {
    vertical-align: middle;
    margin-right: 5px;
}
.countries-asia {
    padding-top: 20px;
}
.grid-column1 {
    /* padding-bottom: 30px; */
}
footer .container {
    display: grid;
    grid-template-columns: 0.5fr 1.5fr;
   
    padding: 10px;
}
.footer-logo img {
    max-width: 80px;
}
.footer-nav {
    text-align: right;
}
.footer-nav ul li {
    list-style-type: none;
    display: inline-block;
    line-height: 2;
    margin-right: 10px;
}
.footer-nav ul li a {
    text-decoration: none;color: rgba(187, 198, 221, 1);font-size: 12px;
}
.footer-nav ul li p {
    color: rgba(187, 198, 221, 1);
    font-size: 12px;
}

.privacy-container {
    padding: 10px 10px 10px 20px;
}
@media only screen and (max-width: 1000px) { 
    .header .container {
        height: 400px;
    }
   .title h2 {
       font-size: 26px;
   }
   .title h3 {
       font-size: 20px;
   }
   .market-text {
    padding-top: 30px;
}
}
@media only screen and (max-width: 800px) {
    .title {
        padding-top: 110px;
    }
    .title h2 {
        font-size: 24px;
    }
    .title h3 {
        font-size: 18px;
    }
    .countries ul li {
        display: block;
    }
    .countries br {
        display: none;
    }
    header .container{
        height: 350px;
        margin: -30px 0 -30px 0;
    }
 }
@media only screen and (max-width: 760px) {
    .logo{max-width: 90px;margin: 0 auto;}
    .footer-nav ul li {
        line-height: unset;
    }
    .header {
        display: none;
    }
    .title {
        display: none;
    }
    .mobile {
        display: block;
        color: #fff;
    }
    .mobile-header {
        text-align: center;
        padding: 5px;
        background-color: #D9DFEB;
    }
    .mobile-header h1{line-height: 1;color: black;}
    .mobile-header img{
        max-width: 500px;
        width: 100%;
    }
    .description {
        padding: 0px; 
    }
    .description-text {
      margin-top: 10px;
      font-size: 14px;
      text-align: left;
      color: black;
      line-height: 1.1;
    }
    .countries {
        padding: 10px 10px 10px 20px;
    }
 }


 .privacy-container {
    padding: 10px 10px 10px 20px;
}

.privacy-container h2 {
    font-size: 33px;
    color: white;
    margin: 20px;
}
.privacy-container h4 {
    margin-top: -20px;
    margin-left: 20px;
    color: white;
    font-size: 14px;
}
.privacy-container h3{
    margin: 20px;
}
.privacy-container ul li {
    margin-left: 20px;
    font-size: 14px;
}
.privacy-container p {
    margin: 20px;
    font-size: 14px;
}
.privacy-container .special-text {
    margin-top: 0;
    margin-bottom: 0;
}
@media only screen and (max-width: 767px){
.countries ul li {
    width: auto;
    max-width: 100%;
    vertical-align: top;
    display: block;
}
}
@media screen and (min-width: 761px) and (max-width: 1000px) {
    .header_container{right: 50px;}
}
/*footer*/
footer {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c4067+0,e7e7e7+33,e7e7e7+64,e7e7e7+70,e9e9e9+74,e9e9e9+76,e9e9e9+77,e9e9e9+100 */
background: #fff; /* Old browsers */
color:#000;
}

 
footer .container {
    display: flex;
    grid-template-columns: 0.5fr 1.5fr;
    color: #000;
    padding: 10px;
    align-items: flex-start;
    text-align: left;
    justify-content: space-between;
}

footer .container div{
    max-width: 333px;
    width: 100%;
    padding: 10px;
}

.footer img {
    cursor: pointer;
}

.footer p {
    font-size: 14px;
}
 
.footer ul li {
    list-style-type: none;
     
    line-height: 2;
    margin-right: 10px;
}
.footer ul li, .footer ul li a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    text-align: left;
    cursor: pointer;
}
 
.all_rights {
    max-width: 1000px;
    margin: 0 auto;
    font-size: 12px !important;
    border-top: 1px solid #444;
    padding: 5px;
}
@media only screen and (max-width: 420px) { 
    footer .container {
    flex-direction: column;
    }
}
.terms_page .description-text, .terms_page .please_select__{display: none;}
.refunds_page .description-text, .refunds_page .please_select__{display: none;}
.disc_page .description-text, .disc_page .please_select__{display: none;}
.cookies_page .description-text, .cookies_page .please_select__{display: none;}
.contacts_page .description-text, .contacts_page .please_select__{display: none;}
.privacy_page .description-text, .privacy_page .please_select__{display: none;}