@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
a {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;
}

.main-wrpper {
    height: 100%;
    width: 100%;
}
.container{
    max-width: 1250px;
}

/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    background: #fff;
    padding: 15px 15px;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 60px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.nav-row{
    width: 100%;
    display: flex;
    flex-flow: column;
}
.mobile-search-bx h1,
.nav-row h2{
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 20px;
    text-align: right;
}
.navbar-light .navbar-nav {
    margin-left: auto;
    width: 100%;
    justify-content: flex-end;
}
.navbar-light .navbar-nav li {
    margin-right: 0px;
    position: relative;
}
.navbar-light .navbar-nav li:last-child {
    margin-right: 0;
}
.searchbox{
    margin-right: 15px;
    position: relative;
    width: 100%;
    border-radius: 0 30px 30px 0px;
    max-width: 350px;    border: 1px solid #000;
    overflow: hidden;
}
.searchbox .form-control{
    padding: 10px 60px 10px 15px;
    height: auto;
    box-shadow: none;
    border-radius: 0;
    border: none;
    font-size: 16px;
    font-weight: normal;
    color: #000;
}
.searchbox .form-control::placeholder{
    color: #000;
}
.searchbox button{
    border: none;
    border-radius:0;
    width: 50px;
    height: 46px;
    line-height: 30px;
    background: #FC0019;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.searchbox button:hover{
    background: #000;
    color: #fff;
}
.navbar-light .navbar-nav .nav-link {
    padding: 10px 10px;
    color: #000;
    font-size: 16px;
    border-radius: 10px 10px 0 0;
    font-weight: 400;
    text-transform: uppercase;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
    color: #FC0019;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
    color: #FC0019;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: #FC0019;
}
.navbar-light .navbar-nav .dropdown-toggle::after{
    display: none;
}
.navbar-light .navbar-nav .nav-link.dropdown-toggle.show{
    background:#000;
    border-radius: 10px 10px 0 0;
    color: #fff;
}
.navbar-light .navbar-nav .dropdown-menu{
    padding: 30px 10px;
    border: none;
    border-radius: 0 0 30px 30px;
    background: #000;
    right: 0;
    left: auto !important;
    margin:-1px 0 0 !important;
    min-width: 210px;
    width: 210px;
}
.navbar-light .navbar-nav .dropdown-menu .lang-box{
    display: flex;
    flex-wrap: wrap;
}
.navbar-light .navbar-nav .dropdown-menu .lang-box a{
/*     width: 33.33%; */
	width: 100%;
	font-size: 16px;
    padding: 5px;
    color: white;
}
.navbar-light .navbar-nav .dropdown-menu .lang-box a.active,
.navbar-light .navbar-nav .dropdown-menu .lang-box a:hover{
    background: transparent;
    text-decoration: underline;
}
.navbar-light .navbar-nav .dropdown-menu .lang-box a img{
    width: 37px;
    height: 37px;
    padding: 1px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 auto;
    display: table;
    object-fit: cover;
}
.navbar-light .navbar-nav .dropdown-menu .lang-box a.active img{
    border: 2px solid #E4080E;
}
.mobile-search-bx{
    display: none;
}
/* **** End Header **** */


/* **** toggler **** */
.navbar-light .navbar-toggler {background-color: transparent;border-radius: 0;outline: none;box-shadow: none;border: none;height: 40px;width: auto;padding: 0;}
.navbar-light .navbar-toggler:focus {box-shadow: none;outline: none; }
.navbar-light .navbar-toggler .navbar-toggler-icon {background-image: unset;}
.navbar-toggler:active, .navbar-toggler:focus { outline: none; }
.navbar-light .navbar-toggler-icon {width: 24px;height: 18px;background-image: none;position: relative;border-bottom: 2px solid #000;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {width: 24px;position: absolute;height: 2px;background-color: #000;top: 0;left: 0;content: "";z-index: 2;transition: all 300ms linear;}
.navbar-light .navbar-toggler-icon:after {top: 8px;}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {transform: rotate(45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {transform: translateY(8px) rotate(-45deg);}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {border-color: transparent;}
/* **** End toggler **** */


/* **** Home Page **** */
.banner-wrapper{
    position: relative;    
}
.banner-wrapper img{
    width: 100%;
}
.banner-data{
    position: absolute;
    top: 0;
    left: 0;
    max-width: 600px;
    width: 100%;
    padding: 50px 30px;
    background: #FC0019;
    border-radius: 0 120px 120px 0;
    z-index: 5;
}
.banner-data h2{
    font-size: 49px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 15px;
}
.banner-data h2 span{
    font-weight: 300;
}
.banner-data p{
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 32px;
    max-width: 520px;
    margin: 0 0 25px;
}
.banner-data p strong{
    font-weight: bold;
}
.btn-main{
    padding: 8px 30px;
    background: #000;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    display: table;
    border-radius: 30px;
}
.btn-main:hover{
    background: #FC0019;
    color: #fff;
}
.banner-data .btn-main:hover{
    background: #fff;
    color: #000;
}
img.shp1{
    position: absolute;
    top: 0;
    left:50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 60%;
}

.where-buy-wrp{
    display: flex;
    align-items: center;
    overflow: hidden;
    background: url('/wp-content/uploads/images//where-back.png') 0 0 no-repeat;
    background-attachment: fixed;
    background-size: cover;
}
.where-data{
    width: 65%;
    padding: 50px 0px 50px 30px;
}
.where-map{
    width: 35%;
    padding: 45px 30px;
    background: #FC0019;
    border-radius: 120px 0 0 120px;
}
.where-map img{
    width: 100%;
}

.where-data h2{
    font-size: 48px;
    font-weight: bold;
    color: #000;
    padding: 0 0 20px;
    margin: 0 0 45px;
    border-bottom: 1px solid #000000;
}
.where-data h4{
    font-size: 26px;
    font-weight: normal;
    color: #000;
    line-height: 38px;
    margin: 0 0 45px;
    max-width: 430px;
}
.where-data h4 strong{
    font-weight: bold;
}

.satisfaction-wrp{
    background: url('/wp-content/uploads/images//satisfy-back.jpg') top center no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.satisfaction-box{
    width: 35%;
    padding: 50px 30px;
    background: #000000;
    border-radius: 0 120px 120px 0;
}
.satisfaction-box h2{
    font-size: 82px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 25px;
    line-height: 82px;
}
.satisfaction-box h3{
    font-size: 34px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 10px;
}
.satisfaction-box p{
    font-size: 20px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
    margin: 0 0 25px;
    max-width: 500px;
}
.satisfaction-box .btn-main{
    background: #FC0019;
    color: #fff;
    display: table;
}
.satisfaction-box .btn-main:hover{
    background: #fff;
    color: #FC0019;
}

.tagline{
    padding: 30px 0;
}
.tagline h3{
    font-size: 46px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 55px;
    margin: 0;
}
.tagline h3 strong{
    font-weight: bold;
}

.document-wrp{
    background: #000;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 15px;
}
.document-dt{
    width: 60%;
    padding: 35px 30px;
}
.document-dt h2{
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 20px;
}
.document-dt p{
    max-width: 560px;
    font-size: 22px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
    margin: 0;
}
.document-dt p strong{
    font-weight: bold;
}
.see-doc{
    width: 40%;
    position: relative;
    background: url('/wp-content/uploads/images//all-doc-back.png') 0 0 no-repeat;
    background-size: cover;
    padding: 70px 30px 70px 0;
}
.see-doc a{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    display: flex;
    align-items: center;
}
.see-doc a i{
    width: 50px;
    min-width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 0 12px 12px 0;
    background: #FC0019;
    font-size: 20px;
    color: #fff;
    margin-right: 15px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.see-doc a:hover{
    color: #FC0019;
}
.see-doc a:hover i{
    background: #fff;
    color: #FC0019;
}


footer footer{
    background: #FC0019;
    padding: 45px 15px 20px;
}
footer .row{
    align-items: center;
}
.footer-logo img{
    height: 60px;
}
.terms-links ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.terms-links li{
    margin-right: 25px;
}
.terms-links li:last-child{
    margin: 0;
}
.terms-links li a{
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    border-bottom: 1px solid #fff;
    display: block;
}
.terms-links li a:hover{
    color: #000;
    border-bottom: 1px solid #000;
}

.copyright{
    padding: 25px 0 0;
}
.copyright p{
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 22px;
    margin: 0;
    text-align: center;
}
#myBtn{
    width: 50px;
    height: 50px;
    background: #000;
    line-height: 50px;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    border: none;
    border-radius: 30px 30px 0 0;
    margin: 0 auto;
    display: table;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
#myBtn:hover{
    background: #FC0019;
    color: #fff;
}
/* **** End Home Page **** */

/* ***** Where To Buy Page ***** */
.where-buy-banner{
    background: #FC0019 url('/wp-content/uploads/images//map.svg') right center no-repeat;
    background-size: contain;
    position: relative;
    padding: 150px 15px 15px 15px;
}
.back-btn{
    padding: 10px 15px 10px 10px;
    background: #000;
    border-radius: 0 30px 30px 0;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    position: absolute;
    top: 30px;
    left: 0;
}
.back-btn i{
    margin-right: 0px;
}
.back-btn:hover{
    background: #fff;
    color: #FC0019;
}
.where-buy-banner h1{
    font-size: 50px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 0 0 85px;
}
.country-list ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.country-list ul li{
    margin: 0 15px 15px 0;
}
.country-list ul li:last-child{
    margin: 0 0 15px 0;
}
.country-list ul li a{
    padding: 10px 25px;
    background: #000000;
    border-radius: 30px;
    display: block;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
}
.country-list ul li a:hover{
    color: #FC0019;
    background: #fff;
}

.country-mobile{
    display: none;
}
.country-mobile .nav-link{
    padding: 10px 20px;
    background: #000;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
    border-radius: 15px 15px 0 0;
    max-width: 150px;
}
.country-mobile .nav-link:after{display: none;}
.country-mobile .dropdown-menu{
    background: #000;
    padding: 0;
    border: none;
    border-radius: 0 0 15px 15px;
}
.country-mobile .dropdown-menu li a{
    padding: 8px 15px;
    font-size: 14px;
    text-align: right;
    font-weight: normal;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.20);
    display: block;
}
.country-mobile .dropdown-menu li:last-child a{
    border-bottom: none;
}
.country-mobile .dropdown-menu li a:hover{
    background: #FC0019 ;
    color: #fff;
}

.country-wrp{
    padding: 25px 0;
    position: relative;
}
.country-row{
    padding: 45px 0;
    overflow: hidden;
}
.country-title{
    position: relative;
    margin: 0 0 45px;
    display: block;
}
.country-row h2{
    padding: 0 30px 0 0;
    background: #fff;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.country-row h2 span{
    padding: 20px 30px 20px 50px;
    background: #FC0019;
    font-size: 28px;
    font-weight: bold;
    color: #fff;
    margin: 0 0;
    border-radius: 0 25px 25px 0;   
}
.country-title:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.country-box{
    padding: 25px;
}
.country-bimg{
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.country-bimg img{
    margin: 0 auto 25px;
}
.country-box h3{
    font-size: 16px;
    font-weight: normal;
    color: #000000;
    text-align: center;
    margin: 0;
    display: block;
}
/* ***** End Where To Buy Page ***** */

/* ***** Product Page ***** */
.product-banner{
    padding: 80px 0;
    background: #FC0019;
    position: relative;
}
.product-banner h1{
    font-size: 51px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    text-align: center;
}
.products-wrp{
    padding: 40px 0;
}
.products-wrp .row{
    margin: 0 -30px;
}
.products-wrp .col-md-6{
    padding: 0 30px;
}
.products-block{
    margin: 0 0 50px;
    display: flex;
}
.products-img{
    min-width: 150px;
    height: 150px;
    width: 150px;
    position: relative;
    border-radius: 0 45px 45px 0;
    background: #FC0019;
}
.products-img img{
    width: 100%;
    border-radius: 0 45px 45px 0;
}
.products-img h2{
	display: none;
	
    font-size: 66px;
    line-height: 66px;
    font-weight: bold;
    color: #000;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.products-data{
    padding: 0 0 0 30px;
    width: 100%;
}
.products-data h3{
    font-size: 22px;
    font-weight: bold;
    color: #000;
    padding: 0 0 15px;
    border-bottom: 1px solid #000;
    margin: 0 0 10px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.products-data li{
    font-size: 18px;
    font-weight: 300;
    color: #000;
    padding: 5px 0;
    display: block;
    border-bottom: 1px solid #000;
}
.products-data li a, .products-data li a:hover{
	color: #000;
}
.products-data li:last-child{
    border-bottom: none;
}
.products-data h3:hover{
    color: #FC0019;
}
/* ***** End Product Page ***** */

/* ***** Impression Materials Page ***** */
.impression-wrp{
    padding: 60px 0 30px;
}
.impression-wrp .searchbox{
    max-width: 500px;
    margin: 0 0 60px;
}
.impression-block{
    margin: 0 0 50px;
    display: flex;
    align-items: center;
}
.impression-img{
    min-width: 190px;
    width:190px;
    height: 190px;
    border-radius: 0 45px 45px 0;
    border: 1px solid #000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.impression-img img{
    width: 80%;
}
.impression-img a{
    width: 45px;
    height: 45px;
    background: #FC0019;
    border-radius: 12px 0 0 12px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.impression-img a:hover{
    background: #000;
    color: #fff;
}
.impression-data{
    padding: 0 0 0 35px;
}
.impression-data h3{
    font-size: 18px;
    font-weight:400;
    color: #000;
    margin: 0 0 15px;
}
.impression-data h3 span{
    font-weight: bold;
    display: block;
}
.impression-data p{
    font-size: 15px;
    font-weight: normal;
    color: #000;
    line-height: 22px;
    margin: 0 0 15px;
    max-width: 280px;
}
.impression-data h6{
    font-size: 12px;
    font-weight: bold;
    color: #000;
    margin: 0;
}

.product-details-wrp{
    padding: 80px 0;
}


.slider-content .slick-prev,
.slider-content .slick-next{
    position: absolute;
    right:0;
    left: auto;
    border: none;
    color: transparent;
    background-color: transparent;   
    width: auto;
    height: auto;
    font-size: 0;
    color: transparent;
    z-index: 5;
    top:50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -webkit-transition: .4s linear;
    -moz-transition: .4s linear;
    -ms-transition: .4s linear;
    transition: .4s linear;
}
.slider-content .slick-prev:before,
.slider-content .slick-next:before {
    width: 45px;
    height: 45px;
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
    color: #fff;
    background: #000;
    font-weight:400;
    line-height:45px;
    display: block;
    border-radius:30px 0 0 30px;
    text-align: center;
    font-size:18px;
    font-weight: bold;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.slider-content .slick-prev {
    left:0;
    right: auto;
}
.slider-content .slick-prev:before {
    content: "\f053";
    border-radius:0 30px 30px 0;
}
.slider-content .slick-prev:hover:before,
.slider-content .slick-next:hover:before{
    color: #fff;
    background: #FC0019 ;
}

.slider-content .slick-slide {
    margin: 0 15px;
}
.slider-content .slick-list {
    margin: 0 -15px;
}
.big-img-box{
    padding: 35px;
    border: 1px solid #000;
    border-radius: 0 30px 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.big-img-box img{
    margin: 0 auto;
    width: 80%;
}
.slider-thumb{
    padding: 15px 0 0;
}
.slider-thumb .slick-slide {
    margin: 0 15px;
}
.slider-thumb .slick-list {
    margin: 0 -15px;
}
.slide-smllimg{
    padding:15px;
    border: 1px solid #000;
    border-radius: 0 30px 30px 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.slide-smllimg img{
    width: 100%;
}

.product-detail-data{
    padding: 45px;
    background: #FC0019;
    border-radius: 0 100px 100px 0;
}
.product-detail-data h2{
    font-size: 33px;
    font-weight: bold;
    color: #fff;
    line-height: 45px;
    margin: 0 0 30px;
}
.product-detail-data h2 span{
    font-weight: normal;
    display: block;
}
.product-detail-data p{
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 28px;
    margin: 0 0 60px;
}
.product-detail-data h6{
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 22px;
}
.feature-box{
    padding: 50px 0;
}
.feature-box h3{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 0 0 30px;
}
.key-box{
    display: flex;
    align-items: center;
    margin: 0 0 35px;
}
.key-box:last-child{
    margin: 0;
}
.key-ic{
    min-width: 60px;
    margin-right:25px;
}
.key-ic img{
    width: 100%;
}
.pro-info-block p,
.key-dt p{
    font-size: 20px;
    font-weight: 300;
    color: #000;
    line-height: 28px;
    margin: 0;
}
.pro-info-block h3{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    margin: 0 0 30px;
}
/* ***** End Impression Materials Page ***** */

/* ***** Documents Page ***** */
.document-download-wrp{
    padding: 40px 0;
}
.document-filter-row{
    display: flex;
    align-items: center;
    margin: 0 0 80px;
}
.filter-box a.nav-link{
    padding: 10px 15px;
    background: #000000;
    border-radius: 10px 10px 0 0;
    font-size: 15px;
    font-weight: normal;
    color: #fff;
}
.filter-box .dropdown-menu{
    min-width: 200px;
    width: 200px;
    right: 0;
    left: auto;
    background: #000000;
    padding: 0;
    border-radius: 0 0 15px 15px;
    border: none;
    margin: 0;
    overflow: hidden;
}
.filter-box .dropdown-menu a{
    display: block;
    padding: 10px;
    font-size: 13px;
    font-weight: normal;
    color: #fff;
    text-align: right;
    border-bottom: 1px solid rgba(255,255,255,0.30);
}
.filter-box .dropdown-menu a i{
    margin: 0 10px;
    font-size: 14px;
}
.filter-box .dropdown-menu a:last-child{
    border: none;
}
.filter-box .dropdown-menu a.active,
.filter-box .dropdown-menu a:hover{
    background: #FC0019;
    color: #fff;
}
.document-block{
    margin: 0 0 45px;
}
.document-block h3{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 0 0 15px;
}
.doc-img{
    border: 1px solid #000;
    padding: 15px;
    margin: 0 auto 25px;
}
.doc-img img{
    width: 100%;
}
.document-block .btn-main{
    margin: 0 auto;
    display: table;
    border-radius: 0 30px 30px 0;
    padding: 12px 25px;
    font-size: 16px;
}
.doc-list-wrp .row{
    margin: 0 -30px;
}
.doc-list-wrp .row .col-md-3{
    padding: 0 30px;
}
/* ***** End Documents Page ***** */

/* ***** Contact Page ***** */
.contact-banner{
    padding: 150px 0;
    position: relative;
    background: #FC0019;
}
.contact-banner h1{
    font-size: 87px;
    font-weight: bold;
    color: #fff;
    margin: 0 0 45px;
}
.contact-banner p{
    max-width: 380px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    line-height: 26px;
    margin: 0 0 20px;
}
.contact-banner p:last-child{
    margin: 0;
}

.contact-frm-wrp{
    background: url('/wp-content/uploads/images//contact-back.png') 0 0 no-repeat;
    background-size: cover;
    padding: 0 0 150px;
}
.contact-frm{
    padding: 65px 35px;
    background:#000;
    border-radius: 0 75px 75px 0;
    margin: -250px 0 0;
    position: relative;
    z-index: 1;
}
.contact-frm .form-group{
    margin: 0 0 15px;
}
.contact-frm .form-group .form-control{
    font-size: 16px;
    font-weight: 500;
    color: #000;
    padding: 10px 15px;
    border-radius: 0 15px 15px 0;
    border: none;
    height: auto;
    box-shadow: none;
    resize: none;
}
.contact-frm .form-group .form-control::placeholder{
    color: #000;
}
.contact-frm .btn-group{
    justify-content: flex-end;
    display: flex;
    width: 100%;
}
.contact-frm .btn-group .btn-main{
    background: #FC0019;
    border-radius: 0 15px 15px 0;
    padding: 10px 25px;
    border: none;
    font-weight: 500;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.contact-frm .btn-group .btn-main:hover{
    background: #fff;
    color: #FC0019;
}

/* ***** End Contact Page ***** */

/* ***** Cart Page **** */
/*
.cart-wrapper{
    padding: 80px 0;
}
*/
.cart-wrapper h2{
    padding: 0 0 15px;
    border-bottom: 1px solid #000;
    font-size: 18px;
    color: #000;
    margin: 0 0 15px;
}
.cart-row{
    padding: 25px 0;
    position: relative;
    border-bottom: 1px solid #000;
}
.cart-wrapper div.cart-row:last-child{
    border-bottom: none;
}
.cart-row .row{
    align-items: center;
}
.pro-cartbx{
    display: flex;
    align-items: center;
}
.pro-cartbx .products-dt{
    padding: 0 0 0 25px;
}
.pro-cartbx .products-dt h3{
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin: 0 0 5px;
    transition: .4s linear;
    -webkit-transition: .4s linear;
}
.pro-cartbx .products-dt p{
    font-size: 18px;
    font-weight: normal;
    color: #000;
    line-height: 26px;
    margin: 0 0 10px;
}
.pro-cartbx .products-dt h6{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0;
}
.close-btn{
    width: 30px;
    height: 30px;
    border-radius: 100%;
    line-height:32px;
    text-align: center;
    font-size: 16px;
    color: #fff;
    background: #FC0019;
    font-weight: 400;
    position: absolute;
    top: 15px;
    right: 0;
}
.close-btn:hover{
    background: #000;
    color: #fff;
}

.qty-row{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.qty-row p{
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 0 15px 0 0;
}
.qty-container{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    overflow: hidden;
}
.qty-container .input-qty{
    text-align: center;
    padding: 7px 10px;
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    background: #f9f9f9;
    max-width: 60px;
    font-weight: 500;
    font-size: 14px;
    outline: none !important;
}
.qty-container .qty-btn-minus,
.qty-container .qty-btn-plus{
    padding: 10px 13px;
    border: none;
    font-size: 10px;
    background: #000;
    color: #fff;
    height: 37px;
    width: 38px;
    transition: 0.3s;
}
.qty-container .qty-btn-plus{
    margin-left: -1px;
}
.qty-container .qty-btn-minus{
    margin-right: -1px;
}
.qty-container .qty-btn-minus:hover,
.qty-container .qty-btn-plus:hover{
    background: #FC0019;
    color: #fff;
}
.cart-wrapper .btn-group{
    padding: 15px 0 0;
    display: flex;
    border-top: 1px solid #000;
    border-radius: 0;
    align-items: center;
    justify-content: flex-end;
}
.cart-wrapper .btn-group .btn-main{
    border-radius: 0 15px 15px 0;   
    padding: 10px 35px;
}


.request-wrp h2{
    margin: 0 0 45px;
}
.checkout-frm .form-group{
    margin: 0 0 25px;
}
.checkout-frm .form-group .form-control{
    padding: 10px 15px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    height: auto;
    border-radius: 0 15px 15px 0;
    border: 1px solid #e0e0e0;
    font-size: 16px;
    font-weight: bold;
    color: #000;
}
.checkout-frm .form-group select.form-control{
    -webkit-appearance: none;
    background-image: url('../images/down.svg');
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center right 15px;    
}
.checkout-frm .form-group .form-control::placeholder{
    color: #000;
}

.cart-somerow{
    padding: 0 0 0 50px;
}
.cart-sumary-box{
    padding: 30px;
    background: #fff;
    border-radius:0 50px 50px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: relative;
}
.cart-sumary-box .sumary-body{
    height: 375px;
    overflow: auto;
}
.cart-sumary-box h2{
    font-size: 28px;
    font-weight: bold;
    color: #000;
    margin: 0 0 35px;
    padding: 0;
    border: none;
}
.cart-sumary-box h2 span{
    font-size: 16px;
    font-weight: normal;
}

.cart-sumary-box .pro-cartbx{
    margin: 0 0 25px;
}
.cart-sumary-box .pro-cartbx:last-child{
    margin: 0;
}
.cart-sumary-box .products-img{
    min-width: 100px;
    height: 100px;
    width: 100px;
    border-radius: 0 25px 25px 0;
    background: #fff;
    border: 1px solid #e0e0e0;
}
.cart-sumary-box .pro-cartbx .products-dt{
    padding: 0 0 0 15px;
}
.cart-sumary-box .pro-cartbx .products-dt h3{
    font-size: 18px;
}
.cart-sumary-box .pro-cartbx .products-dt p{
    font-size: 15px;
    line-height: 22px;
    margin: 0 0 5px;
}
.pro-cartbx .products-dt h6{font-size: 14px;}

.request-wrp .btn-group{
    margin: 45px 0 0;
}
.edit-btn{
    width: 45px;
    height: 45px;
    background: #000;
    border-radius: 15px 0 0 15px;
    line-height: 45px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    position: absolute;
    top: 50%;
    right: 0;
}
.edit-btn:hover{
    background: #FC0019;
    color: #fff;
}
/* ***** End Cart Page **** */