/* 
    Theme Name : Unipads Theme
    Author : Preeti Makwana
    

*/


/* Global */


/* Fonts */
@font-face {
    font-family: 'fontawesome-webfont';
    src: url('/unipads_website/static/src/css/fontawesome.css');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PermanentMarker Regular';
    src: url('../fonts/PermanentMarker-Regular.ttf');
}
@font-face {
    font-family: 'SourceSansPro Regular';
    font-weight: 400;
    src: url('../fonts/SourceSansPro-Regular.otf');
}
@font-face {
    font-family: 'SourceSansPro SemiBold';
    font-weight: 600;
    src: url('../fonts/SourceSansPro-SemiBold.ttf');
}
@font-face {
    font-family: 'SourceSansPro Bold';
    font-weight: 700; 
    src: url('../fonts/SourceSansPro-Bold.ttf');
}
@font-face {
    font-family: 'SourceSansPro Black';
    font-weight: 900;
    src: url('../fonts/SourceSansPro-Black.ttf');
}
@font-face {
    font-family: 'Citrus Gothic Rough Regular';
    font-weight: 900;
    src: url('../fonts/Citrus Gothic Rough Regular.otf');
}

html{
    scroll-behavior:smooth !important;
    overflow-x: hidden;
    margin: 0 !important;
}
html, body{
    overflow-x: hidden;
    font-family: 'SourceSansPro Regular';
}
body{
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6{
    margin: 0;
}
p{
    margin-bottom: 0;
}
a:hover{
    text-decoration: none;
}
ul{
    list-style-type: none;
    padding: 0;
}
header nav.navbar,
footer#bottom{
    display: none;
}
.btn-main, .btn-primary, .btn-white, .btn-gray{
    background-color: var(--secondary-color);
    border-radius: 30px;
    line-height: 20px;
    color: white !important;
    font-size: 16px;
    font-weight: bold;
    transition: 0.3s;
}
.btn-main:hover{
    background-color: transparent;
    color: var(--secondary-color) !important;
    border: 1px solid var(--secondary-color);
}
.btn-primary{
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    padding: 10px 20px;
    color: var(--white-color) !important;
}
.btn-primary:hover{
    background-color: transparent !important;
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}
.btn-white{
    background-color: var(--white-color);
    border: 1px solid var(--white-color);
    padding: 10px 20px;
    color: var(--primary-color) !important;
}
.btn-white:hover{
    background-color: transparent;
    color: var(--white-color) !important;
    border: 1px solid var(--white-color);
}
.btn-gray{
    background-color: var(--gray-color);
    border: 2px solid var(--gray-color);
    padding: 10px 20px;
    color: var(--white-color) !important;
    font-family: 'Citrus Gothic Rough Regular';
}
.btn-gray:hover{
    background-color: transparent;
    color: var(--gray-color) !important;
    border: 2px solid var(--gray-color);
}
.pl-0{
    padding-left: 0;
}
.pr-0{
    padding-right: 0;
}
.ml-auto{
    margin-left: auto !important;
}


/* Colours */
:root {
    --primary-color: #2b357f;
    --secondary-color: #C61C53;
    --light-primary: #edf0ff;
    --light-secondary: #f6e2e6;
    --gray-color: #6d6d6e;
    --white-color: #ffffff;
    --red-color: #c22026;
    --brown-color: #4f321f;
}



/* Navbar */
.navbar-light .navbar-nav .nav-link{
    transition: 0.3s;
}
.navbar-light .navbar-nav .nav-link:active{
    color: black !important;
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
    color: black;
    font-weight: 500;
}
ul.navbar-nav.nav-line1{
    border-bottom: 1px solid gray;
}
.navbar{
    padding: 1rem 10rem !important;
}
.navbar-light .navbar-nav li a{
    transition: 0.3s;
    color: rgba(0, 0, 0, 0.55) !important;
}
.navbar-light .navbar-nav li a:active{
    color: black !important;
}
.navbar-light .navbar-toggler{
    border: none !important;
}
.navbar-toggler:focus{
    box-shadow: none;
}
ul.navbar-nav li a{
    font-size: 16px;
    padding: .3rem 1rem;
    color: rgba(0, 0, 0, 0.55) !important;
}
ul.navbar-nav li{
    line-height: 1.5;
}
ul.nav-line1 li a{
    font-size: 16px;
    padding: 0 0.5rem 0 1.5rem !important;
}
.navbar-text{
    padding: 0 !important;
}
.navbar-text.d-flex{
    padding-top: 0;
    padding-bottom: 0;
}
ul.nav-line2 li a{
    font-size: 14px;
    padding: 0 0.5rem 0 0.5rem !important;
}
.nav-line2 .nav-link{
    font-size: 14px;
}


.searchbox{
    position:relative;
    min-width:50px;
    width:0%;
    height:50px;
    float:right;
    overflow:hidden;
    -webkit-transition: width 0.5s;
    -moz-transition: width 0.5s;
    -ms-transition: width 0.5s;
    -o-transition: width 0.5s;
    transition: width 0.5s;
}
.searchbox-input{
    top:0;
    right:0;
    border:0;
    outline:0;
    background:#fff;
    width:100%;
    height:28px;
    margin:0;
    padding:0px 55px 0px 20px;
    font-size:20px;
    color:gray;
}
.searchbox-input::-webkit-input-placeholder {
    color: #d74b4b;
}
.searchbox-input:-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input::-moz-placeholder {
    color: #d74b4b;
}
.searchbox-input:-ms-input-placeholder {
    color: #d74b4b;
}

.searchbox-icon{
    width:30px;
    height:30px;
    display:block;
    position:absolute;
    top:-11px;
    font-family:verdana;
    font-size:22px;
    right:0;
    padding:0;
    margin:0;
    border:0;
    outline:0;
    line-height:50px;
    text-align:center;
    cursor:pointer;
    color:#FFFFFF;
}

.searchbox-open{
    width:100%;
}
.navbar-text.ml-auto{
    /*margin-right: -290px;*/
    z-index: 225;
}


/* .search{
    position: absolute;
    transform: translate(-50%, -50%);
    transition: width 0.5s;
    overflow: hidden;
}
.search input{
    position: absolute;
    top: 10px;
    height: 10px;
    width: calc(100% - 90px);
    height: 60px;
    cursor: pointer;
    transition: 0.5s;
    border: none;
    outline: none;
}
.search.active .fa-search:before{
    content: '';
    position: absolute;
    top: 7px;
    left: 13px;
    width: 24px;
    background: transparent;
    border: none;
    border-right: 2px solic #fff;
    border-radius: 0;
    transition: 0.5s;
    transform: rotate(45deg);
}
.search.active{
    width: 300px;
} */
.fa-search{
    color: var(--secondary-color);
    margin-left: 10px;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.5s;
}


.nav-link.active.yellow,
.nav-item.active.yellow,
.nav-link.active.green,
.nav-item.active.green,
.nav-link.active.sky,
.nav-item.active.sky,
.nav-link.active.pink,
.nav-item.active.pink,
.nav-link.active.lavender,
.nav-item.active.lavender{
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 30px 30px;
}

.nav-link.active.yellow {
    background-image: url('../img/yellow.png');
}
.nav-link.active.green{
    background-image: url('../img/green.png');
}
.nav-link.active.sky{
    background-image: url('../img/sky.png');
    background-size: 30px 25px;
}
.nav-link.active.pink{
    background-image: url('../img/pink.png');
}
.nav-link.active.lavender{
    background-image: url('../img/lavender.png');
}






/* HOME PAGE */
.text1{
    position: absolute;
    bottom: 53px;
    right: 326px;
    font-family: 'Permanent Marker', cursive;
    text-align: left;
    color: white;
    font-size: 53px;
    width: 200px;
    line-height: 40px;
    line-height: 50px;
}
.img-con1,
.img-con2,
.img-con3{
    position: absolute;
    width: 54%;
    height: 100%;
    top: 0;
    background: var(--secondary-color);
    background-color:var(--secondary-color);
}
.img-con2{
    width: 65%;
    right: 0;
    background: var(--primary-color);
    background-color:var(--primary-color);
}
.img-con3{
    width: 62%;
    z-index: -2;
}
.center-img1{
    position: absolute;
    top: -64px;
    left: 50%;
    transform: translateX(-50%);
}
.center-img2{
    position: absolute;
    /* top: -123px; */
    bottom: 0;
    left: 40%;
    transform: translateX(-50%);
}
.left-text,
.left-text1{
    position: absolute;
    right: 63px;
    top: 65px;
    width: 400px;
    font-size: 53px;
    color: var(--primary-color);
    font-family: 'Permanent Marker', cursive;
    text-align: right;
    line-height: 50px;
}
.left-text1{
    width: 550px;
    font-size: 50px;
    color: white;
    right: 194px;
}
.right-text{
    position: absolute;
    left: 151px;
    top: 113px;
    width: 300px;
    font-size: 61px;
    color: #d90e80;
    font-family: 'Permanent Marker', cursive;
    text-align: left;
    line-height: 50px;
}
.base-img1 img,
.base-img2 img,
.base-img3 img{
    height: 500px;
    width: 100%;
}
.base-img2 img{
    height: 480px;
}
.base-img3 img{
    height: 600px;
}
.left-text a,
.right-text a,
.left-text1 a{
    font-size: 14px;
    font-family: 'Times New Roman', Times, serif;
    color: white;
}


.page1-home .goal a,
.page1-home .model a,
.page1-home .impact a{
    color: white;
    position: absolute;
    left: 40%;
    bottom: 20%;
    font-size: 18px;
}
.page1-home .model a{
    left: 58%;
    bottom: 32%;
}
.page1-home .impact a{
    left: 43%;
    bottom: 13%;
}



/* GOAL PAGE */
.img-container1,
.img-container2,
.img-container3{
    position: absolute;
    width: 295px;
    top: 0;
    right: 13%;
    color: white;
    padding: 36px 43px 75px;
    background: var(--primary-color);
    background-color: var(--primary-color);
    opacity: 0.8;
    text-align: center;
    border-bottom-right-radius: 140px;
    border-bottom-left-radius: 140px;
}
.img-container2{
    left: 13%;
    padding: 40px 50px 100px;
    background: var(--secondary-color);
    background-color: var(--secondary-color);
}
/* .img-title1,
.img-title2{
    font-weight: bold;
    text-decoration: underline;
    text-decoration-color: var(--secondary-color);
    text-underline-position: under;
    text-underline-offset: 12px;
    margin-bottom: 35px;
}
.img-title2{
    text-decoration-color: var(--primary-color);
} */
.img-container1 h3,
.img-container2 h3,
.img-container3 h5{
    position: relative;
    margin-bottom: 20px;
    font-family: 'SourceSansPro Bold';
    letter-spacing: 4px;
    text-transform: uppercase;
}
.img-container3 h5{
    margin-bottom: 30px;
}
.img-container1 h3::after,
.img-container2 h3::after,
.img-container3 h5::after{
    position: absolute;
    content: '';
    left: 50%;
    bottom: -2px;
    width: 50px;
    height: 3px;
    background: var(--secondary-color);
    transform: translateX(-50%);
    top: 40px;
}
.img-container2 h3::after{
    background: var(--primary-color);
}
.img-container-res1,
.img-container-res2{
    display: none;
}



/* MODEL PAGE */
.page3-banner{
    background: var(--secondary-color);
    background-color: var(--secondary-color);
    padding-bottom: 3rem;
}
.page3-banner-title,
.page3-banner-title h1{
    line-height: 49px;
    color: white;
    font-weight: bold;
    font-size: 62px;
    letter-spacing: 2px;
    line-height: 60px;
    margin-bottom: 24px;
    font-family: 'SourceSansPro Black';
    letter-spacing: 0;
    font-size: 42px;
}
.page3-banner-title span{
    font-family: 'PermanentMarker Regular';
    color: var(--primary-color);
    font-size: 52px;
}
.page3-banner-desc{
    font-size: 20px;
    color: white;
    line-height: 24px;
}
.page3-banner-desc span{
    font-weight: bold;
}
.page3-banner-container img{
    border-bottom-left-radius: 225px;
    border-bottom-right-radius: 225px;
}
.img-pads,
.page5-pad-quality{
    width: 100px;
}
.page5-pad-quality{
    width: 120px;
}
.img-pads{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.img-pads-text{
    text-align: center;
    color: var(--primary-color);
    font-weight: bold;
}
.col-dash{
    position: relative;
}
.col-dash::after{
    content: " ";
    display: block;
    position: absolute;
    height: 2px;
    background: var(--secondary-color);
    width: 25px;
    left: 100%;
    top: calc(50% - -30px);
}
.col-dash:last-child:after{
    /* display: none; */
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    height: 54px;
    width: 2px;
    background: var(--secondary-color);
    transform: translate(-50%, 100%);
}


/* IMPACT PAGE */
.page4-banner{
    position: relative;
    background: var(--primary-color);
    background-color: var(--primary-color);
    /* height: 683px; */
}
.page4-banner img{
    border-bottom-right-radius: 50%;
}
.page4-sm-banner,
.page4-sm-banner1{
    display: none;
}
.page4-banner-content{
    top: 20%;
    right: 13%;
}
.page4-banner-title{
    line-height: 49px;
    color: white;
    font-weight: bold;
    font-size: 47px;
    margin-bottom: 35px;
}
.page4-banner-title span,
.page4-banner-title1 span{
    font-family: 'PermanentMarker Regular';
    color: var(--secondary-color);
    font-size: 70px;
}
.page4-banner-title1 span{
    color: white;
}
.page4-banner-desc{
    font-size: 20px;
    color: white;
    line-height: 24px;
}
.page4-banner-container{
    position: absolute;
    width: 700px;
    top: 0;
    left: 0;
}
.page4-section2,
.page4-section4{
    padding: 5rem 16rem;
}
page4-section4{
    padding: 5rem 10rem;
}
.page4-section2-sm{
    display: none;
}
.page4-section2 h1{
    color: #2d3380;
    font-size: 56px;
    font-family: 'SourceSansPro Black';
}
.page4-section2 h1 span{
    color: var(--secondary-color);
    font-family: 'PermanentMarker Regular';
}
.page4-section2 hr{
    border: none;
    border-bottom: dashed 1px var(--primary-color);
    margin-bottom: 2rem;
}
.page4-section2-content1 h5,
.page4-section2-content2 h5,
.page4-section2-content3 h5,
.page4-section2-content4 h5,
.page4-section2-content5 h5,
.page4-section2-content6 h5{
    font-family: 'SourceSansPro Bold';
}
.page4-section2-content1 h5,
.page4-section2-content1 p{
    color: #299c4a;
}
.page4-section2-content2 h5,
.page4-section2-content2 p{
    color: #a21b44;
}
.page4-section2-content3 h5,
.page4-section2-content3 p{
    color: #c31f33;
}
.page4-section2-content4 h5,
.page4-section2-content4 p{
    color: #c08f34;
}
.page4-section2-content5 h5,
.page4-section2-content5 p{
    color: #ef412c;
}
.page4-section2-content6 h5,
.page4-section2-content6 p{
    color: #13496b;
}
.horizontal-hr{
    border-bottom: 1px dashed rgb(49, 49, 49);
    padding-bottom: 15px;
}
.vertical-hr{
    border-left: 1px dashed rgb(49, 49, 49);
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
}
.page4-goals{
    width: 150px;
}
.page4-section3 {
    background: #58595b;
    background-color: #58595b;
}
.page4-banner1{
    position: relative;
    height: 500px;
}
.page4-banner1-sm{
    display: none;
}
.page4-banner-content1{
    top: 20%;
    right: 29%;
}
.page4-banner-title1{
    line-height: 49px;
    color: white;
    font-family: 'SourceSansPro Black';
    font-size: 47px;
}
.page4-banner-desc1{
    font-size: 20px;
    color: white;
    line-height: 24px;
}
.page4-banner-content2{
    top: 45%;
    right: 17%;
}
.page4-banner-container1{
    position: absolute;
    width: 805px;
    top: 0;
    left: 6%;
}
.page4-section4 h3{
    color: #2d3380;
    font-size: 57px;
    font-family: 'SourceSansPro Black';
}
.page4-section4 p{
    font-size: 18px;
    line-height: 20px;
    color: #7a7b7d;
}
.page4-section4 span{
    font-family: 'PermanentMarker Regular';
    text-transform: uppercase;
    color: var(--secondary-color);
}
.page4-banner .page4-banner-title{
    margin: 10px;
    font-family: 'SourceSansPro Black';
}
.page4-banner .page4-banner-desc{
    margin: 10px;
}
.page4-lg-banner1{
    width: 300px;
    border-bottom-left-radius: 49%;
    border-bottom-right-radius: 49%;
    /*height: 400px;*/
    object-fit: cover;
}
.page4-section5-sm{
    display: none;
}
.page4-underprivileged-titles,
.page4-entrepreneurs-titles,
.page4-education-titles,
.page4-landfill-titles{
    position: absolute;
    top: 0;
    text-align: center;
    bottom: 17%;
    display: flex;
    align-items: end;
    left: 25%;
}
.page4-entrepreneurs-titles{
    right: -14%;
}
.page4-education-titles{
    left: 27%;
}
.page4-landfill-titles{
    bottom: 20%;
}
.page4-underprivileged-titles h3,
.page4-entrepreneurs-titles h3,
.page4-education-titles h3,
.page4-landfill-titles h3{
    font-size: 50px;
    font-family: 'SourceSansPro Black';
    color: var(--secondary-color);
}
.page4-landfill-titles h3{
    color: white;
}
.page4-underprivileged-titles p,
.page4-entrepreneurs-titles p,
.page4-education-titles p{
    color: var(--primary-color);
}
.page4-landfill-titles p{
    color: white;
}

.page4-underprivileged,
.page4-entrepreneurs,
.page4-education,
.page4-landfill{
    position: absolute;
    top: -50px;
    bottom: 0;
    right: 25%;
    color: white;
    display: flex;
    align-items: center;
}
.page4-entrepreneurs{
    left: 22%;
}
.page4-landfill{
    right: 16%;
}
.page4-underprivileged h3,
.page4-entrepreneurs h3,
.page4-education h3,
.page4-landfill h3{
    font-size: 55px;
    font-weight: bold;
}
.page4-underprivileged span,
.page4-entrepreneurs span,
.page4-education span,
.page4-landfill span{
    font-family: 'PermanentMarker Regular';
}
.page4-planet{
    position: relative;
}
.page4-planet-sm{
    display: none;
}
.page4-planet .row{
    position: absolute;
    color: white;
    top: 50%;
    transform: translateY(-50%);
    /* right: 50%; */
    left: 53%;
}
.page4-planet h3{
    font-size: 50px;
}
.page4-planet h3 span{
    font-family: 'PermanentMarker Regular';
}
.page4-planet p{
    font-size: 18px;
}



/* PRODUCT PAGE */
.page5-banner1{
    padding-left: 10rem;
}
.page5-banner1 .col-sm-12.col-md-3{
    margin-right: -128px;
}
.page5-banner1 h1{
    font-family: 'SourceSansPro Black';
    font-size: 45px;
    color: #2d3380;
}
.page5-banner1 h3{
    color: #7a7b7d;
    font-size: 36px;
    font-family: 'SourceSansPro SemiBold';
}
.page5-banner1 p{
    color:var(--gray-color);
    font-size: 18px;
    margin-bottom: 1.5rem;
}
.page5-banner1 p a{
    color: var(--gray-color);
    transition: 0.3s;
}
.page5-banner1 p .maxi-pad:hover,
.page5-banner1 p .super-maxi-pad:hover,
.page5-banner1 p .pad-pouch:hover{
    color: var(--secondary-color);
}
.page5-banner1 button.buy-now{
    background-color: var(--secondary-color);
    color: white;
    border-radius: 28px;
    transition: 0.3s;
    font-size: 20px;
    font-family: 'SourceSansPro SemiBold';
}
.page5-banner1 button.buy-now:hover{
    background-color: transparent;
    border: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}
.page5-banner2{
    position: relative;
    background: #fcedf1;
    background-color: #fcedf1;
    /* height: 500px; */
    padding: 0 8rem 5rem;
}

/*.pad-img{
    width: 70%;
}*/
.page5-pad-quality{
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
.page5-find-answer{
    margin: 3rem 0 0 0;
}
.page5-find-answer h3,
.page5-find-answer-sm h3{
    color: #2d3380;
    font-size: 28px;
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 14px;
    width: 56%;
    text-align: center;
}
.page5-find-answer button a,
.page5-find-answer-sm button a{
    color: var(--color-primary);
}
.page5-find-answer button,
.page5-find-answer-sm button{
    color: white;
    font-weight: normal;
    background-color: var(--secondary-color);
    padding: 14px 28px;
    font-size: 20px;
    letter-spacing: 5px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    width: 47%;
    transition: 0.3s;
}
.page5-find-answer button:hover,
.page5-find-answer-sm button:hover{
    background-color: var(--primary-color);
}
.page5-find-answer .borders{
    padding:0;
    display: inline-flex;
    border-top: 3px dotted var(--secondary-color);
    border-bottom: 3px dotted var(--secondary-color);
}
.pad-wash{
    text-align: right;
}
.pad-wash a{
    font-size: 26px;
    color: var(--primary-color);
    font-family: 'SourceSansPro Bold';
}
.pad-wash a:hover{
    transition: 0.4s;
    color: var(--secondary-color);
}
.pad-wash h6{
    color: var(--secondary-color);
    font-weight: bold;
    text-transform: uppercase;
    border-bottom: 3px dotted var(--secondary-color);
    padding-bottom: 10px;
}
.pad-wash-img h6{
    text-align: center;
    color: #2d3380;
    padding-bottom: 7px;
    /*margin-bottom: 30px;*/
    font-weight: bold;
    font-size: 14px;
    border-bottom: 2px solid var(--secondary-color);
    margin-top: 20px;
    margin-bottom: 20px;
}
.pad-wash-img p{
    text-align: center;
    color: #2d3380;
    font-size: 12px;
}
.page5-banner2 .vertical-hr{
    border-left: 2px dotted var(--secondary-color);
    top: 40%;
}
.page5-banner2 .row.justify-content-end{
    margin-top: -60px;
    margin-right: 20px;
}
.page5-banner2 .pads-sm{
    display: none;
}
.page5-find-answer-sm{
    display: none;
}
.img42,
.img43,
.img44,
.img45{
    display: none;
}
.all-pad1,
.all-pad2,
.all-pad3{
    display: none;
}
.page5-top{
    background-color: #d3d4d5;
}
.page5-top .col-md-3{
    padding: 1rem;
    padding-top: 0;
}
.page5-top a{
    padding: 1rem;
    padding-top: 0;
}
.page5-top a.active,
.page5-top a:hover,
.page5-top .col-md-3:hover{
    padding: 1rem;
    padding-top: 0;
    cursor: pointer;
    transition: 0.3s;
    background-color: var(--primary-color);
}
.page5-top a.active h4,
.page5-top a:hover h4,
.page5-top .col-md-3:hover h4{
    color: white;
}
.page5-top img{
    display: block;
    margin: 0 auto;
    width: 50%;
}
.page5-top h4{
    font-size: 22px;
    margin-top: -30px;
    text-align: center;
    color: var(--primary-color);
    font-family: 'SourceSansPro Bold';
}
#hidden{
    display: flex;
    justify-content: center;
    margin: 3rem;
    padding: 10rem 0;
}
.know-more .modal-body{
    padding: 2rem 4rem;
}
.know-more h3{
    font-size: 36px;
    color: var(--secondary-color);
    font-family: 'SourceSansPro Bold';
}
.know-more-header{
    margin-bottom: 1.5rem;
}
.know-more-header img{
    width: 50%;
    display: block;
    margin: 0 auto;
}
.know-more-header h2{
    font-size: 40px;
    text-align: center;
    color: var(--primary-color);
    font-family: 'SourceSansPro Bold';
}
.wash-care{
    margin-bottom: 1.5rem;
}
.wash-care h3,
.dos-donts h3,
.dos-donts-sm h3,
.machine-wash h3,
.fold-carry h3,
.wash-reuse .col-sm-12.col-md-6,
.more-details h3{
    text-align: center;
    border-top: 3px dashed gray;
    border-bottom: 3px dashed gray;
    padding: 6px;
    margin-bottom: 1rem;
    font-family: 'SourceSansPro Bold';
}
.fold-carry,
.fold-carry h3{
    margin-bottom: 2rem;
}
.wash-care h3{
    margin-bottom: 3rem;
}
.wash-care h4,
.wash-reuse h4{
    color: var(--primary-color);
    text-transform: uppercase;
    text-align: center;
    font-size: 36px;
    font-weight: normal;
}
.wash-reuse h4{
    color: #6bcef4;
    font-size: 25px;
    font-family: 'SourceSansPro Bold';
}
.dos-donts ul,
.dos-donts-sm ul,
.machine-wash ul{
    list-style-type: disc;
}
.dos-donts ul li,
.dos-donts-sm ul li,
.machine-wash ul li{
    font-size: 22px;
    color: var(--primary-color);
    font-weight: bold;
}
/*.vertically-center{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/
.more-details h3{
    font-size: 44px;
    color: var(--primary-color);
}
.more-details p{
    font-size: 22px;
    text-align: center;
    color: var(--primary-color);
}
.more-details p span{
    font-family: 'SourceSansPro Bold';
}
.dos-donts-sm{
    display: none;
}

/* WHY-SWITCH PAGE */
.page6-section2-sm{
    display: none;
}
.page6-banner h1{
    position: absolute;
    left: 18%;
    font-size: 45px;
    line-height: 50px;
    font-family: 'SourceSansPro Black';
    color: #2d3380;
    top: 50%;
    transform: translateY(-50%);
}

.page3-section2 img,
.page2-section2 img,
.page6-section2 img,
.page6-section2-sm img{
    border-bottom-right-radius: 225px;
    border-bottom-left-radius: 225px;
}
.page6-section2 .row .col-sm-12.col-md-6,
.page6-section2-sm .row .col-sm-12.col-md-6{
    border-top: 4px dotted var(--secondary-color);
}
.page6-section2 .row .col-sm-12.col-md-6.xs-col,
.page6-section2-sm .row .col-sm-12.col-md-6.xs-col{
    border-top: none;
}
.page3-section2 .row,
.page2-section2 .row{
    border-top: 0;
    padding-bottom: 4rem;
   /* margin-bottom: 4rem;*/
}
.page3-section2 .row:nth-child(1),
.page2-section2 .row:nth-child(1),
.page6-section2 .row:nth-child(1),
.page6-section2-sm .row:nth-child(1){
    border: none;
}
.page3-section2 .row:nth-child(odd),
.page2-section2 .row:nth-child(odd){
    background-color: #f0f3ff;
}
.page3-section2 .row:nth-child(even),
.page2-section2 .row:nth-child(even){
    background-color: #f9e5e9;
}
.page3-section2 p,
.page2-section2 p,
.page6-section2 p,
.page6-section2-sm p{
    font-size: 16px;
}
.page3-section2 p,
.page2-section2 p{
    color: #403e3e;
    font-size: 16px;
}
.page3-section2 h3,
.page2-section2 h3,
.page6-section2 h3,
.page6-section2-sm h3{
    font-size: 42px;
    font-family: 'SourceSansPro Black';
    color: #2d3380;
    margin-bottom: 20px;
}
.page3-section2 h3,
.page2-section2 h3{
    font-size: 42px;
    color: var(--primary-color);
    font-family: 'SourceSansPro Black';
}
.page3-section2 h3{
    font-size: 72px;
}
.page6-section2 h3 span,
.page6-section2-sm h3 span{
    color: var(--secondary-color);
}
.page3-section2 h3 span,
.page2-section2 h3 span{
    color: var(--secondary-color);
    font-family: 'PermanentMarker Regular';
    font-size: 42px;
    font-weight: bold;
}
.page3-section2 h3 span{
    font-size: 72px;
}
.pink-dash{
    border-top: 2px dashed var(--secondary-color);
}


/* ABOUT-US PAGE */
.page7-section1{
    background-color: var(--primary-color);
}
.page7-section1 img{
    border-bottom-left-radius: 46%;
}
.page7-section1 h1{
    color: var(--secondary-color);
    font-size: 58px;
    font-family: 'SourceSansPro Black';
    line-height: 56px;
    margin-bottom: 1rem;
}
.page7-section1 p{
    color: white;
}
.page7-section2-sm{
    display: none
}
.our-story,
.our-story-sm{
    top: 0;
    background-color: var(--secondary-color);
    /*opacity: 0.8;*/
    color: white;
    padding: 2.2rem 6rem;
    font-size: 18px;
}
.our-story-sm{
    text-align: center;
}


/* CONTACT PAGE */
.page8-section1{
    padding: 3rem 10rem;
}
.page8-section1 h1{
    width: 80%;
    color: var(--secondary-color);
    font-family: 'SourceSansPro Black';
    margin-bottom: 2rem;
}
.page8-section1 p{
    color: var(--gray-color);
}
.page8-section1 h5{
    color: var(--primary-color);
    font-family: 'SourceSansPro Bold';
    margin-bottom: 10px;
}
.page8-section1 .inquiries p{
    margin-bottom: 1rem;
}
.page8-section1 .inquiries h5{
    margin-bottom: 1.2rem;
    font-family: 'SourceSansPro Bold';
}
.page8-section1 .inquiries input[type=radio]{
    margin-right: 15px;
}
.page8-section1 .inquiries .form-group label{
    color: #858588;
    font-family: 'SourceSansPro SemiBold';
}
.inquiries input{
    border: 0;
    border-bottom: 1px solid gray;
    border-radius: 0;
    padding: 0;
}
.inquiries input:focus{
    box-shadow: none;
}
.radio label{
    color: #858588;
}
.answers{
    margin-top: 3rem;
    margin-bottom: 3rem;
}
.questions{
    margin-bottom: 2rem;
}
#joinUnipads{
    width: 25px;
    height: 25px;
}
.inquiries .form-check .form-check-label{
    margin-left: 20px;
    line-height: 36px;
    color: #858588;
}
.get-in-touch{
    background-color: #f1f1f3;
    padding: 20px;
    position: sticky;
    top: 2rem;
}
.get-in-touch a{
    color: var(--gray-color);
    transition: 0.3s;
}
.get-in-touch a:hover{
    color: var(--secondary-color);
}
.get-in-touch hr{
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    border: 1px solid var(--secondary-color);
}
.get-in-touch .directions{
    background-color: var(--secondary-color);
    border-radius: 30px;
    line-height: 20px;
    color: white;
    font-size: 16px;
    font-family: 'SourceSansPro SemiBold';
}
.location{
    margin: 20px 0;
}
.location iframe{
    width: 100%;
}
.contact-icons, .contact-icons.small{
    width: 30px;
    margin-right: 10px;
}
.contact-icons.small{
    width: 22px;
}
.contact-one,
.contact-two,
.contact-two.one{
    background-color: #edf0ff;
    padding: 40px;
    border-radius: 5px;
    position: relative;
}
.contact-two{
    padding: 20px;
}
.contact-or{
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--primary-color);
    border-radius: 50%;
    padding: 0px 2px;
    color: var(--white-color);
    font-family: 'SourceSansPro Bold';
    width: auto;
}
.contact-two,
.contact-two.one{
    background-color: #f7e2e7;
}
.contact-two.one{
    padding-left: 40px;
}
.contact-content{
    text-align: center;
}
.contact-content h5,
.contact-info h5{
    color: var(--primary-color);
    font-family: 'SourceSansPro Bold';
    margin-bottom: 0;
}
.contact-border{
    border-right: 1px solid var(--secondary-color);
}
.contact-padding{
    padding-left: 20px;
}
.contact-info h5{
    color: #585b64;
}
.contact-info p, .contact-info p a{
    color: var(--primary-color);
    font-weight: bold;
}

.contact-info p a:hover{
    color: var(--secondary-color);
}
.contact-content p{
    margin-bottom: 10px;
}
.forms .modal-content{
    border: none;
    border-radius: 20px;
}
.forms .modal-header{
    justify-content: center;
}
.forms .modal-header h6{
    font-size: 20px;
    color: var(--primary-color);
    font-family: 'SourceSansPro Bold';
}
.forms .modal-body input,
.forms .modal-body select{
    border-radius: 2rem;
}
.forms .modal-body textarea{
    border-radius: 10px;
}
.iti.iti--allow-dropdown{
    width: 100%;
}
.iti__selected-dial-code{
    color: var(--white-color);
}


.user-box .inquire-title{
    font-size:18px;
    font-weight:800;
    color: #C61C53 !important;
}
.user-box{
    position: relative;
    margin-bottom: 18px;
}
.user-box br{
    display: none;
}
/*.forms .user-box label {
  position: absolute;
  top:0;
  left: 0;
  padding: 0.375rem 0.75rem;
  font-size: 16px;
  color: #605d5d;
  pointer-events: none;
  transition: .5s;
}*/
.forms .user-box input:focus ~ label,
.forms .user-box input:valid ~ label,
.forms .user-box textarea:focus ~ label,
.forms .user-box textarea:valid ~ label{
  top: -20px;
  left: 10px;
  /*color: var(--secondary-color);*/
  font-size: 14px;
  background-color: #fff;
  padding: 6px 6px 0 6px;
}
.form-control{
    border: 1px solid #CED4DA !important;
}
.form-control:active,
.form-control:focus{
    /*border-color: var(--secondary-color) !important;*/
    box-shadow: none;
}
#inquiry_products_chosen{
    font-family: 'SourceSansPro SemiBold' !important;
    font-size: 14px !important;
}
.chosen-select::placeholder,
.chosen-select::-webkit-input-placeholder,
.chosen-select:-ms-input-placeholder{
    font-size: 14px !important;
    color: #605d5d !important;
    font-family: 'SourceSansPro SemiBold' !important;
}
.chosen-container .chosen-results li.highlighted{
    background: var(--secondary-color) !important;
}
.chosen-container-active .chosen-choices{
    border: 1px solid var(--secondary-color) !important;
    box-shadow: none !important;
}
.chosen-container-multi .chosen-choices{
    border: 1px solid #CED4DA !important;
    border-radius: 2rem !important;
    padding: 0.375rem 0.75rem !important;
    background-image: none !important;
}





/* BLOG */
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog{
    padding: 3rem 0;
}
.blog .blog-pagination {
  margin-top: 30px;
  color: #555555;
}

.blog .blog-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog .blog-pagination li {
  margin: 0 5px;
  transition: 0.3s;
  border-radius: 10px;
}

.blog .blog-pagination li a {
  color: var(--color-default);
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog .blog-pagination li.active,
.blog .blog-pagination li:hover {
  background: var(--color-primary);
  color: #fff;
}

.blog .blog-pagination li.active a,
.blog .blog-pagination li:hover a {
  color: var(--color-white);
}

/*--------------------------------------------------------------
# Blog Posts List
--------------------------------------------------------------*/
.blog .posts-list article {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
  padding: 15px;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 1rem;
}

.blog .posts-list .post-img {
  max-height: 220px;
  height: 220px;
  margin: -30px -30px 15px -30px;
  overflow: hidden;
}

.blog .posts-list .post-category {
  font-size: 16px;
  color: #555555;
  margin-bottom: 10px;
}

.blog .posts-list .title {
  font-size: 22px;
  font-weight: 700;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog .posts-list .title a {
  color: var(--primary-color);
  transition: 0.3s;
}

.blog .posts-list .title a:hover {
  color: var(--secondary-color);
}

.blog .posts-list .post-author-img {
  width: 40px;
  border-radius: 50%;
  margin-right: 15px;
}

.blog .posts-list .post-author-list {
  font-weight: 600;
  /*margin-bottom: 5px;*/
  color: var(--secondary-color);
}

.blog .posts-list .post-date {
  font-size: 14px;
  color: #3c3c3c;
  margin-bottom: 0;
}





/* BLOG DETAILS */
/*--------------------------------------------------------------
# Blog Details
--------------------------------------------------------------*/
.blog_details {
  padding: 20px 0;
}

.blog_details .entry {
  padding: 30px;
  margin-bottom: 60px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog_details .entry .entry-img {
  max-height: 440px;
  margin: -30px -30px 20px -30px;
  overflow: hidden;
}

.blog_details .entry .entry-title {
  font-size: 28px;
  font-weight: bold;
  padding: 0;
  margin: 0 0 20px 0;
}

.blog_details .entry .entry-title a {
  color: var(--primary-color);
  transition: 0.3s;
}

.blog_details .entry .entry-title a:hover {
  color: var(--secondary-color);
}

.blog_details .entry .entry-meta {
  margin-bottom: 15px;
  color: #afa29e;
}

.blog_details .entry .entry-meta ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  align-items: center;
  padding: 0;
  margin: 0;
}

.blog_details .entry .entry-meta ul li+li {
  padding-left: 20px;
}

.blog_details .entry .entry-meta i {
  font-size: 16px;
  margin-right: 8px;
  line-height: 0;
  color: #727375;
}

.blog_details .entry .entry-meta a {
  color: #202020;
  font-size: 14px;
  display: inline-block;
  line-height: 1;
  font-family: 'SourceSansPro Regular';
}

.blog_details .entry .entry-content p {
  line-height: 24px;
}

.blog_details .entry .entry-content .read-more {
  -moz-text-align-last: right;
  text-align-last: right;
}

.blog_details .entry .entry-content .read-more a {
  display: inline-block;
  background: #ff5821;
  color: #fff;
  padding: 6px 20px;
  transition: 0.3s;
  font-size: 14px;
  border-radius: 4px;
}

.blog_details .entry .entry-content .read-more a:hover {
  background: #ff6b3b;
}

.blog_details .entry .entry-content h3 {
  font-size: 22px;
  margin-top: 30px;
  font-weight: bold;
}

.blog_details .entry .entry-content blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 60px;
  position: relative;
  text-align: center;
  margin: 20px 0;
}

.blog_details .entry .entry-content blockquote p {
  color: #313030;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 500;
  font-size: 22px;
}

.blog_details .entry .entry-content blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #473d3a;
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog_details .entry .entry-footer {
  padding-top: 10px;
  border-top: 1px solid #e6e6e6;
}

.blog_details .entry .entry-footer i {
  color: #988782;
  display: inline;
}

.blog_details .entry .entry-footer a {
  color: #554945;
  transition: 0.3s;
}

.blog_details .entry .entry-footer a:hover {
  color: #ff5821;
}

.blog_details .entry .entry-footer .cats {
  list-style: none;
  display: inline;
  padding: 0 20px 0 0;
  font-size: 14px;
}

.blog_details .entry .entry-footer .cats li {
  display: inline-block;
}

.blog_details .entry .entry-footer .tags {
  list-style: none;
  display: inline;
  padding: 0;
  font-size: 14px;
}

.blog_details .entry .entry-footer .tags li {
  display: inline-block;
}

.blog_details .entry .entry-footer .tags li+li::before {
  padding-right: 6px;
  color: #6c757d;
  content: ",";
}

.blog_details .entry .entry-footer .share {
  font-size: 16px;
}

.blog_details .entry .entry-footer .share i {
  padding-left: 5px;
}

.blog_details .entry-single {
  margin-bottom: 30px;
}

.blog_details .blog_details-author {
  padding: 20px;
  margin-bottom: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog_details .blog_details-author img {
  width: 120px;
  margin-right: 20px;
}

.blog_details .blog_details-author h4 {
  font-weight: 600;
  font-size: 22px;
  margin-bottom: 0px;
  padding: 0;
  color: #473d3a;
}

.blog_details .blog_details-author .social-links {
  margin: 0 10px 10px 0;
}

.blog_details .blog_details-author .social-links a {
  color: rgba(71, 61, 58, 0.5);
  margin-right: 5px;
}

.blog_details .blog_details-author p {
  font-style: italic;
  color: #a4a2a2;
}

.blog_details .blog_details-comments {
  margin-bottom: 30px;
}

.blog_details .blog_details-comments .comments-count {
  font-weight: bold;
}

.blog_details .blog_details-comments .comment {
  margin-top: 30px;
  position: relative;
}

.blog_details .blog_details-comments .comment .comment-img {
  margin-right: 14px;
}

.blog_details .blog_details-comments .comment .comment-img img {
  width: 60px;
}

.blog_details .blog_details-comments .comment h5 {
  font-size: 16px;
  margin-bottom: 2px;
}

.blog_details .blog_details-comments .comment h5 a {
  font-weight: bold;
  color: #313030;
  transition: 0.3s;
}

.blog_details .blog_details-comments .comment h5 a:hover {
  color: #ff5821;
}

.blog_details .blog_details-comments .comment h5 .reply {
  padding-left: 10px;
  color: #473d3a;
}

.blog_details .blog_details-comments .comment h5 .reply i {
  font-size: 20px;
}

.blog_details .blog_details-comments .comment time {
  display: block;
  font-size: 14px;
  color: #635551;
  margin-bottom: 5px;
}

.blog_details .blog_details-comments .comment.comment-reply {
  padding-left: 40px;
}

.blog_details .blog_details-comments .reply-form {
  margin-top: 30px;
  padding: 30px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog_details .blog_details-comments .reply-form h4 {
  font-weight: bold;
  font-size: 22px;
}

.blog_details .blog_details-comments .reply-form p {
  font-size: 14px;
}

.blog_details .blog_details-comments .reply-form input {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog_details .blog_details-comments .reply-form input:focus {
  box-shadow: none;
  border-color: #ffa587;
}

.blog_details .blog_details-comments .reply-form textarea {
  border-radius: 4px;
  padding: 10px 10px;
  font-size: 14px;
}

.blog_details .blog_details-comments .reply-form textarea:focus {
  box-shadow: none;
  border-color: #ffa587;
}

.blog_details .blog_details-comments .reply-form .form-group {
  margin-bottom: 25px;
}

.blog_details .blog_details-comments .reply-form .btn-primary {
  border-radius: 4px;
  padding: 10px 20px;
  border: 0;
  background-color: #473d3a;
}

.blog_details .blog_details-comments .reply-form .btn-primary:hover {
  background-color: #554945;
}

.blog_details .blog_details-pagination {
  color: #7f6d68;
}

.blog_details .blog_details-pagination ul {
  display: flex;
  padding: 0;
  margin: 0;
  list-style: none;
}

.blog_details .blog_details-pagination li {
  margin: 0 5px;
  transition: 0.3s;
}

.blog_details .blog_details-pagination li a {
  color: #473d3a;
  padding: 7px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog_details .blog_details-pagination li.active,
.blog_details .blog_details-pagination li:hover {
  background: #ff5821;
}

.blog_details .blog_details-pagination li.active a,
.blog_details .blog_details-pagination li:hover a {
  color: #fff;
}
.blog_details .sidebar-item.search-form input:focus-visible{
    outline: none !important;
}
.blog_details .sidebar {
  padding: 30px;
  margin: 0 0 60px 20px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog_details .sidebar .sidebar-title {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 0;
  margin: 0 0 15px 0;
  position: relative;
}

.blog_details .sidebar .sidebar-item {
  margin-bottom: 30px;
}

.blog_details .sidebar .search-form form {
  background: #fff;
  border: 1px solid #ddd;
  padding: 3px 10px;
  position: relative;
}

.blog_details .sidebar .search-form form input[type=text] {
  border: 0;
  padding: 4px;
  border-radius: 4px;
  width: calc(100% - 40px);
}

.blog_details .sidebar .search-form form button {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 15px;
  margin: -1px;
  background: var(--secondary-color);
  color: #fff;
  transition: 0.3s;
  border-radius: 0 4px 4px 0;
  line-height: 0;
}

.blog_details .sidebar .search-form form button i {
  line-height: 0;
}

.blog_details .sidebar .search-form form button:hover {
  background: #ff6735;
}

.blog_details .sidebar .categories ul {
  list-style: none;
  padding: 0;
}

.blog_details .sidebar .categories ul li+li {
  padding-top: 10px;
}

.blog_details .sidebar .categories ul a {
  color: #473d3a;
  transition: 0.3s;
}

.blog_details .sidebar .categories ul a:hover {
  color: #ff5821;
}

.blog_details .sidebar .categories ul a span {
  padding-left: 5px;
  color: #989595;
  font-size: 14px;
}

.blog_details .sidebar .recent-posts .post-item+.post-item {
  margin-top: 15px;
}

.blog_details .sidebar .recent-posts img {
  width: 80px;
  float: left;
}

.blog_details .sidebar .recent-posts h4 {
  font-size: 15px;
  margin-left: 95px;
  font-weight: bold;
}

.blog_details .sidebar .recent-posts h4 a {
  color: var(--primary-color);
  transition: 0.3s;
  font-family: 'SourceSansPro SemiBold';
}

.blog_details .sidebar .recent-posts h4 a:hover {
  color: var(--secondary-color);
}

.blog_details .sidebar .recent-posts time {
  display: block;
  margin-left: 95px;
  font-style: italic;
  font-size: 14px;
  color: #353535;
}

.blog_details .sidebar .tags {
  margin-bottom: -10px;
}

.blog_details .sidebar .tags ul {
  list-style: none;
  padding: 0;
}

.blog_details .sidebar .tags ul li {
  display: inline-block;
}

.blog_details .sidebar .tags ul a {
  color: #8d7973;
  font-size: 14px;
  padding: 6px 14px;
  margin: 0 6px 8px 0;
  border: 1px solid #f4f2f2;
  display: inline-block;
  transition: 0.3s;
}

.blog_details .sidebar .tags ul a:hover {
  color: #fff;
  border: 1px solid #ff5821;
  background: #ff5821;
}

.blog_details .sidebar .tags ul a span {
  padding-left: 5px;
  color: #ddd7d6;
  font-size: 14px;
}



.entry-content p{
    margin-bottom: 10px;
}








/* NEWS & AWARDS */
.news-awards{
    margin: 1rem 0 2rem 0;
}
.news-awards #myTab{
    background: #d9d8d8;
    border-bottom: none !important;
}
.news-awards #myTabContent{
    margin-top: 1rem;
    border: none !important;
}
#awards-tab, #news-tab{
    padding: 0.5rem !important;
}
.news-awards .nav-link,
.news-awards .nav-link.active{
    color: black;
    border: none !important;
    outline: none !important;
    font-family: 'SourceSansPro SemiBold';
    background-color: transparent !important;
}
#news-tab.nav-link.active{
    color: var(--secondary-color);
    font-family: 'SourceSansPro SemiBold';
}
#awards-tab.nav-link.active{
    color: var(--primary-color);
    font-family: 'SourceSansPro SemiBold';
}
.news-awards .news-container{
    color: white;
    padding: 1rem;
    text-align: left;
}
.news-awards .news-container h1{
    font-family: 'SourceSansPro SemiBold';
    font-size: 32px;
}
.news-awards .news-container a{
    color: white;
}
.news-awards .news-container a.news-more{
    position: absolute;
    bottom: 2%;
    right: 4%;
}
#myTabContent #news .row{
    margin: 0;
    margin-bottom: 1.5rem;
}
#myTabContent #news .row:nth-child(odd){
    background-color: var(--secondary-color);
}
#myTabContent #news .row:nth-child(even){
    background-color: var(--primary-color);
}
#myTabContent #awards .card-body{
    color: white;
    text-align: center;
    font-family: 'SourceSansPro Bold';
    background-color: var(--primary-color) !important;
}
#myTabContent #awards .card{
    border: none !important;
    border-radius: 0 !important;
}
#myTabContent #awards .card h5.card-title{
    color: white !important;
}
#myTabContent #awards .card-img-top {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
#myTabContent #awards .card-body:last-child {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
#awards img{
    cursor: pointer;
}

.awards .modal-body{
    overflow: visible !important;
}
.awards .modal-content{
    background: transparent !important;
    border: none;
}
/*.slick-slide img{
    height: 500px;
    width: 100%;
    object-fit: contain;
    padding: 0 1rem;
}
.slick-prev::before, .slick-next::before{
    font-size: 25px !important;
    color: var(--secondary-color) !important;
}
.slick-dots li button::before{
    font-size: 10px!important;
}
.slick-dots li button::before,
.slick-dots li.slick-active button::before{
    color: white !important;
}


.slick-initialized .slick-slide {
  display: block !important;
}
.slick-slider{
    display: block !important;
}*/
.carousel-item img{
    height: 500px;
    object-fit: contain;
}


/* Footer */
footer{
    background-color: #eeeced;
    padding: 3rem 14rem;
}
.input-signup{
    border-radius: 30px;
    color: black;
    width: 100%;
    text-align: left;
    transition: 0.5s;
    background: transparent;
    border: 1px solid gray;
    padding: 4px 5px 4px 16px;
}
.input-signup::placeholder,
.input-signup:-ms-input-placeholder,
.input-signup::-ms-input-placeholder{
    color: gray;
}
.input-signup:focus{
    border: 1px solid var(--primary-color);
}
.input-signup:focus-visible{
    box-shadow: none;
    outline: none;
}
.btn-outline-secondary.sign-up{
    border-radius: 30px;
    color: gray;
    border-color: gray;
    width: 100%;
    text-align: left;
    transition: 0.5s;
}
.btn-outline-secondary.subscribe{
    border-radius: 30px;
    border-color: black;
    color: black;
    font-weight: bold;
    transition: 0.5s;
}
.btn-outline-secondary.sign-up:hover{
    color: white;
    border-color: #2d3380;
    background-color: #2d3380 !important;
}
.btn-outline-secondary.subscribe:hover{
    color: white;
    border-color: var(--secondary-color);
    background-color: var(--secondary-color) !important;
}
ul.social-icons{
    display: flex;
    justify-content: center;
}
ul.social-icons li a i:before{
    font-size: 24px;
    margin: 0 12px;
    color: #383838;
    transition: 0.5s;
}
.fab.fa-twitter:hover::before{
    color: #1DA1F2;
}
.fab.fa-instagram:hover::before{
    color: #e95950;
}
.fab.fa-facebook:hover::before{
    color: #4267B2;
}
.fab.fa-linkedin:hover::before{
    color: #0072b1;
}
h6.footer-title{
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 18px;
}
hr{
    margin-top: 0.6rem;
    margin-bottom: 3rem;
    border: 1px solid rgba(167,167,167,255);
}
.row-margin{
    margin-bottom: 30px;
}
.policy{
    justify-content: end;
}
footer ul li a{
    color: #717171;
    transition: 0.3s;
}
footer ul li a:hover{
    color: var(--primary-color);
}
footer p{
    color: #717171;
}
.bottom-contact,
.bottom-contact-link{
    left: auto;
    right: 28px;
    bottom: 9%;
    z-index: 2147483634;
    position: fixed;
    padding: 20px 50px;
    color: white;
    text-align: center;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
    background-color: var(--primary-color);
}
.bottom-contact-link{
    bottom: 5%;
    padding: 10px;
    font-size: 14px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 30px;
    background-color: var(--secondary-color);
}
.bottom-contact h6{
    color: var(--secondary-color);
    font-family: 'SourceSansPro Bold';
}
.bottom-contact a,
.bottom-contact-link a{
    color: white;
    transition: 0.3s;
    font-family: 'SourceSansPro SemiBold';
}
.bottom-contact a:hover{
    color: var(--secondary-color);
}
.bottom-contact-link a:hover{
    color: var(--primary-color);
}
.close-icon{
    position: absolute;
    top: -3px;
    right: 3px;
    color: white;
    font-size: 18px;
    cursor: pointer;
}
.bottom-contact-content .btn-close{
    background: transparent;border: 0;
    font-size: 18px;
    font-weight: bold;
}
.bottom-contact-res{
    display: none;
    padding: 8px;
    text-align: center;
    background-color: var(--primary-color);
}
.bottom-contact-res h6{
    font-size: 14px;
    color: white;
    font-family: 'SourceSansPro Bold';
}
.bottom-contact-res a{
    color: white;
    font-size: 12px;
    transition: 0.3s;
}
.bottom-contact-res a:hover{
    color: var(--secondary-color);
}
ul.social-icons li a{
    margin-left: 15px;
}
.twitter,
.instagram,
.facebook,
.linkedin{
    font-size: 26px;
    color: #4e4e4e;
    transition: 0.5s;
}
.twitter:hover::before{
    color: #1DA1F2;
}
.instagram:hover::before{
    color: #e95950;
}
.facebook:hover::before{
    color: #4267B2;
}
.linkedin:hover::before{
    color: #0072b1;
}
.report-form input,
.report-form textarea{
    border: 0;
    padding-left: 0;
    border-radius: 0;
    border-bottom: 1px solid var(--primary-color);
}
.report-form input:focus,
.report-form textarea:focus{
    box-shadow: none;
    border-color: var(--secondary-color);
}





/* PPC */
.ppc-nav{
    position: fixed;
    width: 100%;
    z-index: 99;
    background: var(--white-color);
}
.tell-us{
    background-color: var(--secondary-color);
    border-radius: 34px;
    background-color: var(--secondary-color);
    color: var(--white-color);
    padding: 6px 7px 6px 24px;
    font-size: 17px;
    line-height: 1;
    font-weight: bold;
    margin-right: 10px;
    display: flex;
    align-items: center;
}
.tell-us p{
    margin-right: 2rem;
}
.nav-mail{
    background-color: var(--white-color);
    border-radius: 50%;
    padding: 5px 8px;
    border: 2px solid var(--primary-color);
}
ul.navbar-nav li .nav-mail a{
    padding: .1rem .3rem;
}
.nav-mail a img{
    width: 30px;
    height: 37px;
}
.nav-mail a i, .nav-mail i{
    font-size: 26px;
}
.nav-call{
    border-radius: 50%;
    border: 2px solid var(--primary-color);
    color: var(--primary-color);
    padding: 5px 8px 3px 7px;
}
.nav-mail a, .nav-call a{
    color: var(--primary-color) !important;
}
.nav-call a i{
    font-weight: bold;
    font-size: 35px;
}
.email-call{
    display: grid;
    font-size: 14px;
    margin-right: 10px
}
.email-call span{
    color: black !important;
}
.email-call .mail-tel{
    color: black !important;
}
.email-call .mail-link{
    color: #0a3fa5 !important;
    text-decoration: underline;
}

.page4-banner.ppc-banner{
    /*background-image: url('/unipads_website/static/src/img/slider1PNG.png'),linear-gradient(to left, #c61c53, #ad196a, #8b257a, #613081, #2b357f);*/
    /*background-image: url('/unipads_website/static/src/img/BG01.png');*/
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*padding: 10rem;*/
    /*height: 1000px;*/
    position: relative;
}
.page4-banner.ppc-banner img{
    border-bottom-right-radius: 0;
}
.page4-banner.ppc-banner .page4-banner-title{
    margin: 0;
}
.page4-banner.ppc-banner h1{
    font-size: 34px;
    line-height: 42px;
}
.page4-banner.ppc-banner button{
    font-size: 20px;
    padding: 12px 20px;
    margin-top: 2rem;
}
.ppc-banner.ppc-res{
    display: none;
}


.who-we-are-content{
    position: absolute;
    top: -40px;
    left: -30px;
    background-color: var(--secondary-color);
    color: var(--white-color);
    border-radius: 50%;
    padding: 5rem 9rem 5rem 6rem;
    z-index: 1;
    overflow: hidden;
}
.who-we-are-content h2{
    font-family: 'SourceSansPro Black';
    margin-bottom: 20px;
}

.why-unipads{
    padding: 3rem 10rem;
    background-image: url('../img//BG.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.why-unipads h2{
    font-size: 40px;
    color: var(--white-color);
    font-family: 'SourceSansPro Black';
}
.why-unipads p{
    color: var(--white-color);
    font-size: 32px;
}
.why-unipads h5{
    color: var(--white-color);
    font-size: 26px;
    font-family: 'SourceSansPro Black';
}
.why-unipads .btn-white{
    display: block;
    margin: auto;
}
.max-109{
    max-width: 109%;
}
.max-120{
    max-width: 120%;
}

.page7-section1.ppc-who{
    background-color: var(--secondary-color);
}
.page7-section1.ppc-who h2{
    color: var(--white-color);
    font-family: 'SourceSansPro Black';
    margin-bottom: 1.5rem;
}
.page7-section1.ppc-who p{
    margin-bottom: 15px;
}

.page7-section1.inquire-now{
    background-color: var(--secondary-color);
}
.page7-section1.inquire-now h1{
    color: var(--white-color);
    line-height: 66px;
}


.ppc-products{
    /*padding: 4rem 10rem;*/
}
.ppc-products h2{
    color: var(--primary-color);
    font-family: 'SourceSansPro Black';
    font-size: 44px;
    text-align: center;
}
.ppc-products h3{
    color: var(--secondary-color);
    font-family: 'SourceSansPro Black';
    text-align: center;
}
.ppc-products h2 span{
    border-top: 2px dashed var(--secondary-color);
    border-bottom: 2px dashed var(--secondary-color);
}
#carouselExampleProduct{
    margin-top: 0.2rem;
}
.ppc-products .carousel-indicators{
    bottom: 30px;
}
.ppc-products .carousel-indicators li{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
    background-color: var(--primary-color);
}
.ppc-products .carousel-indicators .active{
    background-color: var(--secondary-color);
}
#carouselExampleProduct{
    margin-top: 0;
}
.carousel-item img{
    height: auto;
}
.carousel-item.bg-product img{
    cursor: pointer;
    margin-bottom: 7rem;
}
.w-90{
    max-width: 80% !important;
    margin: auto;
}
.mt-pro1{
    margin-top: -30px;
}
.ppc-products button{
    font-size: 20px;
    padding: 10px 15px;
}
.bg-product{
    background-image: url('/unipads_website/static/src/img/P0BG.webp');
    /*background-size: 100% 100%;
    background-repeat: no-repeat;*/
    background-size: cover;
}
/*.bg-product-pads{
    background-image: url('/unipads_website/static/src/img/pro1.png');
    background-size: cover;
}*/
.bg-product1{
    background-image: url('/unipads_website/static/src/img/P1BG.webp');
    background-size: cover;
}
.bg-product2{
    background-image: url('/unipads_website/static/src/img/P2BG.webp');
    background-size: cover;
}
.bg-product3{
    /*background-image: url('/unipads_website/static/src/img/P3BG.png');
    background-size: cover;*/
    background-image: url('/unipads_website/static/src/img/PAGE3-1.webp'), url('/unipads_website/static/src/img/P3BG.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: left;
    background-position-y: top;
}
.bg-product4{
    background-image: url('/unipads_website/static/src/img/P4BG.webp');
    background-size: cover;
}
.bg-product5{
    /*background-image: url('/unipads_website/static/src/img/P5BG.png');
    background-size: cover;*/
    background-image: url('/unipads_website/static/src/img/PAGE5-2.webp'), url('/unipads_website/static/src/img/P5BG.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: right;
    background-position-y: top;
}
.bg-product6{
    background-image: url('/unipads_website/static/src/img/P6BG.webp');
    background-size: cover;
}
/*.res-bg-product1{
    background-image: url('/unipads_website/static/src/img/RESPONSIVESLIDER01.png');
    background-size: cover;
}
.res-bg-product2{
    background-image: url('/unipads_website/static/src/img/RESPONSIVESLIDER02.png');
    background-size: cover;
}
.res-bg-product3{
    background-image: url('/unipads_website/static/src/img/RESPONSIVESLIDER03.png');
    background-size: cover;
}
.res-bg-product4{
    background-image: url('/unipads_website/static/src/img/RESPONSIVESLIDER04.png');
    background-size: cover;
}
.res-bg-product5{
    background-image: url('/unipads_website/static/src/img/RESPONSIVESLIDER05.png');
    background-size: cover;
}
.res-bg-product6{
    background-image: url('/unipads_website/static/src/img/RESPONSIVESLIDER06.png');
    background-size: cover;
}*/

.mt-btn{
    margin-top: -120px;
}
.mt-btn1{
    margin-top: -130px;
}
.mt-btn2{
    margin-top: -68px;
}
.mb-btn{
    margin-bottom: 2rem;
}
.bg-product button.info-btn{
    background-color: var(--secondary-color);
    border-radius: 30px;
    line-height: 20px;
    color: white !important;
    font-size: 22px;
    font-weight: bold;
    padding: 14px 17px;
    outline: none;
    border: none;
    display: block;
    margin: auto;
}
.product-border-right{
    border-right: 2px solid var(--primary-color);
}
/*.pad-des-img{
    margin-top: -65px;
}*/
.panty-des-img{
    margin-top: 55px;
}
.ver-img{
    height: 400px !important;
    margin-top: 1rem;
    /*display: none !important;*/
}
.bg-product3 h2{
    margin-top: 2rem;
    text-align: left;
    font-size: 32px;
}
.bg-product5 h2{
    margin-top: 2rem;
    font-size: 32px;
}
.bg-product5 .btn-main{
    display: block;
    margin: 0 auto;
}
.bg-product6 h2{
    margin-bottom: 1.5rem;
}
.bg-product3 h3, .bg-product5 h3{
    margin-top: 4rem;
    margin-bottom: 23rem;
    text-align: left;
    font-size: 32px;
}
.bg-product5 h3{
    text-align: center;
    font-size: 34px;
}
/*.carousel-item img{
    height: unset;
}*/
.panty-img{
    height: 600px;
}


.campaigns{
    background-color: #f0f3ff;
    padding: 3rem 10rem;
}
.campaigns .dash-line{
    font-size: 32px;
    color: var(--secondary-color);
}
.campaigns h2{
    color: var(--secondary-color);
    font-family: 'SourceSansPro Black';
    font-size: 42px;
}
.campaigns h3{
    color: var(--primary-color);
    margin-bottom: 1.5rem;
    font-family: 'SourceSansPro Black';
}
.campaigns p{
    color: var(--primary-color);
    margin-bottom: 15px;
}
.campaigns .carousel-indicators{
    bottom: -50px;
}
.campaigns .carousel-indicators li{
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
    background-color: var(--primary-color);
}
.campaigns .carousel-indicators .active{
    background-color: var(--secondary-color);
}
#carouselExampleCampaign .carousel-item{
    min-height: unset !important;
}
.campaigns iframe{
    width: 560px;
    height: 315px;
}

.bottom-inquire{
    left: auto;
    right: 0;
    bottom: 0;
    z-index: 2147483634;
    position: fixed;
    padding: 20px 25px;
    color: white;
    display: none;
}
.tell-us.inquire{
    border-radius: 37px;
    padding: 8px 18px 8px 10px ;
    background-image: url('/unipads_website/static/src/img/Asset2.png');
    background-size: cover;
}
.tell-us.inquire .nav-logo{
    background-color: var(--white-color);
    border-radius: 50%;
    padding: 7px 11px;
    margin-right: 15px;
    width: 65px;
    height: 65px;
}
.tell-us.inquire .nav-logo img{
    width: 40px;
    height: 50px;
}
.tell-us.inquire .nav-logo a i{
    font-size: 22px;
}
.tell-us.inquire p{
    font-size: 25px;
    font-family: 'SourceSansPro Bold';
    margin-right: 0;
}
.bottom-contact-content.inquiry-form .modal-content{
    background-color: var(--secondary-color);
}
.bottom-contact-content.inquiry-form .modal-header{
    justify-content: space-evenly;
    border-bottom: 0;
}
.bottom-contact-content.inquiry-form .modal-header h6{
    font-size: 28px;
    color: var(--white-color);
}
.bottom-contact-content.inquiry-form .modal-header button{
    color: var(--secondary-color);
    font-size: 26px;
    position: absolute;
    top: 3%;
    right: 4%;
}
.bottom-contact-content.inquiry-form .modal-body input,
.bottom-contact-content.inquiry-form .modal-body textarea,
.bottom-contact-content.inquiry-form .modal-body select{
    border-radius: 0;
    background-color: var(--white-color);
    color: black;
}
#ppc-inquiry-form{
    background-color: var(--secondary-color);
    border-radius: 18px;
    font-size: 18px;
    padding: 8px 20px;
}
#ppc-inquiry-form:hover{
    color: var(--white-color);
}
.bottom-contact-content.inquiry-form .modal-body .form-control{
    border: none !important;
    border-bottom: 1px solid black !important;
    padding-left: 0;
}
.bottom-contact-content.inquiry-form .modal-body input:focus ~ label,
.bottom-contact-content.inquiry-form .modal-body input:valid ~ label,
.bottom-contact-content.inquiry-form .modal-body textarea:focus ~ label,
.bottom-contact-content.inquiry-form .modal-body textarea:valid ~ label{
    /*background-color: var(--secondary-color);*/
    color: var(--secondary-color);
    margin-left: -10px;
}
.bottom-contact-content.inquiry-form .modal-body .forms-sample label{
    color: var(--secondary-color);
    padding: 0;
    font-size: 18px;
    font-weight: 800;
}
.bottom-contact-content.inquiry-form .nav-mail{
    background-color: var(--primary-color);
}
.bottom-contact-content.inquiry-form .nav-mail a i, .bottom-contact-content.inquiry-form .nav-mail i{
    color: var(--white-color);
}
.bottom-contact-content.inquiry-form .btn-main:hover{
    color: var(--primary-color) !important;
}
.bottom-contact-content .btn-close{
    color: var(--secondary-color);
}

.bottom-contact-content.thank-form .modal-content{
    background-color: var(--primary-color);
}
.bottom-contact-content.thank-form .modal-body h6{
    font-size: 38px;
    color: var(--white-color);
    text-align: center;
}
.bottom-contact-content.thank-form .modal-body hr{
    border: 1px solid var(--white-color);
}
.bottom-contact-content.thank-form .modal-body h3{
    font-size: 30px;
    color: var(--white-color);
    text-align: center;
}
.bottom-contact-content.thank-form .modal-body{
    height: 400px;
    /*display: flex;*/
    justify-content: center;
    align-items: center;
}
.bottom-contact-content.thank-form .modal-header{
    justify-content: end;
    border-bottom: 0;
}
.bottom-contact-content.thank-form .modal-header button{
    color: var(--white-color);
    font-size: 26px;
}
.bottom-contact-content.inquiry-form .modal-header button:focus,
.bottom-contact-content.thank-form .modal-header button:focus{
    outline: none;
    box-shadow: none;
}
.no-style-btn{
    border: none;
    background: none;
    margin: 0;
    padding: 0;
    text-align: left;
}
.no-style-btn:focus{
    outline: none;
}
.res-product2{
    display: none;
}
.ppc-products.res-ppc-products{
    display: none;
}
/*.iti.iti--allow-dropdown.iti--show-flags{
    margin-bottom: 1.5rem;
}*/
#output{
    color: var(--white-color);
    margin-bottom: 1.5rem;
}
.bottom-contact-content.inquiry-form .modal-body #phone{
    padding-left: 50px;
}
/*.modal{
    position: relative;
}*/
.fa {
  font-family: "FontAwesome" !important;
}
.fa-twitter::before {
  content: "\f099";
}




/* Thank You Page */
.thank-you{
    padding: 3rem 5rem;
}
.thank-you h1{
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 4px;
    color: var(--secondary-color);
    font-family: 'SourceSansPro Black';
}
.thank-you p{
    text-align: center;
    font-size: 18px;
    color: var(--primary-color);
    font-family: 'SourceSansPro Bold';
}
.thank-you .thank-button{
    text-align: center;
    margin: 1.4rem 0;
}
.thank-you .thank-button button{
    font-family: 'SourceSansPro Bold';
    font-size: 20px !important;
    padding: .7rem 1.3rem;
}



/* Blood Fertilizer Page */

/* Banner */
.navbar-blood {
  padding: 1rem 4rem !important;
}

/* Blood Fertilizer Banner */
.blood-fertilizer-banner{
    padding: 12rem 6rem 3rem 6rem;
    background-image: url('../img/BG-blood.jpg');
}
.blood-fertilizer-banner h1{
    font-size: 50px;
}
.blood-fertilizer-banner h1,
.blood-fertilizer-banner p{
    text-transform: uppercase;
    color: var(--red-color);
    margin-bottom: 0.5rem;
    font-family: 'Citrus Gothic Rough Regular';
}
.blood-fertilizer-banner p{
    color: var(--brown-color);
    font-size: 32px;
}
.blood-fertilizer-banner h3{
    color: var(--brown-color);
    text-align: center;
    font-size: 32px;
    margin-bottom: 1.5rem;
    font-family: 'Citrus Gothic Rough Regular';
}
.blood-fertilizer-banner h5{
    color: var(--brown-color);
    text-align: center;
    margin-bottom: 0.5rem;
    font-family: 'Citrus Gothic Rough Regular';
}
.blood-fertilizer-banner button{
    font-family: 'Citrus Gothic Rough Regular';
}
.card.produce{
    border: none;
    background-color: unset;
}
.button-order{
    text-align: center;
    margin: 1rem 0;
}


/* DIY Blood Fertilizer */
.diy-blood-fertilizer{
    padding: 3rem 6rem 3rem 6rem;
    background-image: url('../img/BG-blood.jpg');
}
.diy-blood-fertilizer h3{
    font-size: 50px;
}
.diy-blood-fertilizer h3,
.diy-blood-fertilizer p{
    text-transform: uppercase;
    color: var(--red-color);
    margin-bottom: 0.5rem;
    font-family: 'Citrus Gothic Rough Regular';
}
.diy-blood-fertilizer p{
    color: var(--brown-color);
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.detail-form .form-control, .detail-form .form-select{
    border: unset !important;
    background-color: unset;
    padding: 0.5rem 0rem !important;
    border-radius: unset !important;
    border-bottom: 2px solid var(--brown-color) !important;
    margin-bottom: 0.8rem;
}
.detail-form .form-control:focus{
    background-color: unset;
}
.detail-form .form-select:focus{
    box-shadow: none;
}
.detail-form .form-control::placeholder,
.detail-form .form-select {
    color: var(--brown-color);
    font-size: 20px;
    font-weight: 600;
    font-family: 'Citrus Gothic Rough Regular';
}
.detail-form .form-control::placeholder{
    font-size: 20px;
}
.detail-form .form-select{
    line-height: unset !important;
}

.count-block{
    padding: 0 6rem;
}
.border-blood{
    border-bottom: 1px solid var(--red-color);
    padding: 0;
}
h1.blood-count{
    color: var(--red-color);
    font-size: 70px;
    font-family: 'Citrus Gothic Rough Regular';
}
h6.blood-count-desc{
    color: var(--red-color);
    text-transform: uppercase;
    font-family: 'Citrus Gothic Rough Regular';
    font-size: 30px;
    margin-bottom: 1.5rem;
}
#produce , #kgs , #villages, #ngo, #kalyanis {
    /*font-size: 16px;*/
    font-size: 20px;
    color: var(--brown-color);
}
.first-fertilizer{
    background-image: url('../img/BG-blood.jpg');
}
#exampleModalRequest .modal-body{
    padding: 1rem 2rem !important;
}
#exampleModalRequest .modal-body p{
    font-size: 20px;
    font-weight: 600;
    /*padding: 1rem 0;*/
    color: var(--brown-color);
    font-family: 'Citrus Gothic Rough Regular';
}
.wpcf7-response-output{
    color: green;
    font-size: 20px;
    font-family: 'Citrus Gothic Rough Regular';
}
.wpcf7-not-valid-tip{
    color: red;
    font-size: 20px;
    font-family: 'Citrus Gothic Rough Regular';
}

.user-box{
    width: 100%;
    margin-bottom: 0;
}
.user-box.fa-chevron-down::before {
  right: 3%;
  position: absolute;
  top: 20px;
  color: var(--brown-color);
}








/* MEDIA QUERIES */
@media screen and (max-width: 1412px){
    /* Page-5 */
    .page5-banner1 .col-sm-12.col-md-3{
        margin-right: 0;
    }
    .page5-find-answer h3{
        font-size: 27px;
    }
    .page5-find-answer button{
        font-size: 25px;
    }
}
@media screen and (max-width: 1386px){
    /* Page-5 */
    .page5-find-answer h3{
        font-size: 26px;
    }
    .page5-find-answer button{
        font-size: 24px;
    }
}
@media screen and (max-width: 1350px){
    /* Page-3 */
    .page3-banner-title{
        font-size: 52px;
        line-height: 52px;
        margin-bottom: 20px;
    }
    .page3-banner-desc{
        font-size: 18px;
    }

    /* Page-4 */
    .page4-section2{
        padding: 5rem 10rem;
    }
    .page4-section4 {
        padding: 5rem 10rem;
    }
    .page4-section4 h3{
        font-size: 52px;
    }
    .page4-banner-content1{
        right: 25%;
    }
    .page4-banner-container1{
        left: 0;
    }

    /* Page-5 */
    .page5-find-answer h3{
        font-size: 24px;
    }
    .page5-find-answer button{
        padding: 14px 28px;
        font-size: 20px;
        letter-spacing: 5px;
    }
}
@media screen and (max-width: 1200px){
    /* Navbar */
    .navbar{
        padding: 0.5rem 8rem !important;
    }
    .nav-link{
        font-size: 16px;
    }

    /* Page-1 */
    .base-img1 img, .base-img2 img{
        height: 400px;
    }
    .center-img2{
        bottom: 0;
    }
    .left-text, .left-text1, .right-text{
        font-size: 35px;
        line-height: 40px;
    }
    .left-text1{
        width: 400px;
    }
    .right-text{
        left: 130px;
    }
    .center-img1{
        top: -49px;
    }
    .text1{
        right: 220px;
        font-size: 32px;
        line-height: 40px;
    }

    /* Page-2 */
    .page3-section2 h3,
    .page2-section2 h3{
        font-size: 26px;
    }
    .page3-section2 h3 span,
    .page2-section2 h3 span{
        font-size: 34px;
    }
    .page3-section2 p,
    .page2-section2 p{
        font-size: 14px;
    }

    /* IMPACT PAGE */
    .page4-section2{
        padding: 5rem 10rem;
    }
    .page4-section2 h3{
        font-size: 52px;
    }
    .page4-section4 {
        padding: 5rem 8rem;
    }
    .page4-section4 h3{
        font-size: 48px;
    }
    .page4-section4 p{
        font-size: 16px;
    }
    .page4-section4 p br{
        display: none;
    }
    .page4-banner-content1 {
        right: 21%;
    }
    .page4-section4 .row.justify-content-end{
        display: none;
    }

    /* PRODUCT PAGE */
    .page5-banner1{
        padding-left: 7rem;
    }
    .page5-banner1 h1{
        font-size: 35px;
    }
    .page5-banner1 h3{
        font-size: 32px;
    }
    .page5-banner1 p{
        font-size: 16px;
    }
    .page5-banner2{
        padding: 5rem 7rem;
    }
    .page5-find-answer h3{
        font-size: 18px;
    }
    .page5-find-answer button{
        padding: 14px 30px;
        font-size: 20px;
        letter-spacing: 8px;
    }
    .page5-banner2 .row.justify-content-end{
        justify-content: center !important;
        margin-top: 20px;
        margin-right: 0;
    }
    .pad-wash h6{
        text-align: center;
    }
    .col-res{
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .page5-banner2 .pads-sm{
        display:  flex;
    }
    .pad-wash h6,
    .pad-wash{
        text-align: center !important;
    }

    /* WHY-SWITCH PAGE */
    .page6-banner h1{
        font-size: 36px;
    }
    .page6-section2 p,
    .page6-section2-sm p{
        font-size: 14px;
    }

    /* Page-7 */
    .page7-section1 h1, .page7-section1.inquire-now h1{
        font-size: 50px;
    }

    /* Footer */
    footer{
        padding: 3rem 10rem;
    }
}

@media screen and (max-width: 1140px){
    /* MODEL PAGE */
    .page3-banner-title {
        font-size: 45px;
        line-height: 45px;
    }

    /* IMPACT PAGE */
    .page4-underprivileged-titles h3,
    .page4-entrepreneurs-titles h3,
    .page4-education-titles h3,
    .page4-landfill-titles h3{
        font-size: 40px;
    }
    .page4-underprivileged-titles{
        left: 24%;
    }
    .page4-education-titles {
        left: 26%;
        bottom: 16%;
    }
    .page4-landfill-titles {
        left: 23%;
        bottom: 19%;
    }
    .page4-underprivileged,
    .page4-education{
        right: 21%;
    }
    .page4-entrepreneurs{
        left: 20%;
    }
    .page4-landfill{
        right: 11%;
    }
    .page4-underprivileged h3,
    .page4-entrepreneurs h3,
    .page4-education h3,
    .page4-landfill h3{
        font-size: 50px;
    }
}

@media screen and (max-width: 1024px){
    /* Navbar */
    .navbar{
        padding: 0.5rem 6rem !important;
    }
    .nav-link{
        font-size: 18px;
    }
    .navbar-brand img{
        width: 150px;
    }

    /* Page-1 */
    .base-img1 img, .base-img2 img{
        height: 400px;
    }
    .text1 {
        right: 181px;
        font-size: 30px;
        line-height: 30px;
    }

    /* Page-2 */
    .img-container1 h3, .img-container2 h3, .img-container3 h5{
        font-size: 24px;
    }

    /* MODEL PAGE */
    .page3-banner-title {
        font-size: 40px;
        line-height: 42px;
    }

    /* Page-4 */
    .page4-banner-title{
        line-height: 44px;
        font-size: 42px;
        margin-bottom: 32px;
    }
    .page4-banner-title span{
        font-size: 62px;
    }
    .page4-banner-desc {
        font-size: 18px;
        line-height: 22px;
    }
    .page4-section2{
        padding: 5rem 7rem;
    }
    .page4-section2 h3{
        font-size: 48px;
    }
    .page4-goals {
        width: 130px;
    }
    .page4-section4 h3 {
        font-size: 46px;
    }
    .page4-banner-content1 {
        right: 12%;
    }
    .page4-banner-content2{
        right: 10%;
        top: 53%;
    }
    .page4-banner-title1{
        font-size: 40px;
    }
    .page4-banner-title1 span{
        font-size: 50px;
    }
    .page4-banner-desc1{
        font-size: 16px;
    }
    .page4-banner-container1 {
        left: -54px;
        width: 780px;
        top: -14px;
    }
    .page4-banner1{
        height: 470px;
    }

    /* PRODUCT PAGE */
    .page5-banner1{
        padding-left: 5rem;
    }
    .page5-banner1 h1{
        font-size: 40px;
    }
    .page5-banner1 h3{
        font-size: 32px;
    }
    .page5-banner1 p{
        font-size: 14px;
    }
    .page5-banner2{
        padding: 4rem 4rem;
    }
    .page5-find-answer h3{
        font-size: 21px;
    }
    .page5-find-answer button{
        padding: 4px 23px;
        font-size: 18px;
        letter-spacing: 4px;
    }

    /* Page-6 */
    .page6-section2-sm {
        padding: 0 7rem;
    }
    .page6-section2 p,
    .page6-section2-sm p{
        font-size: 14px;
    }

    /* ABOUT-US PAGE */
    .page7-section1 h1, .page7-section1.inquire-now h1{
        font-size: 40px;
        line-height: 40px;
    }
    .page7-section1 p{
        font-size: 16px;
    }

    /* Page-8 */
    .page8-section1 {
      padding: 3rem 7rem;
    }
}

@media screen and (max-width: 991px){
    /* Navbar */
    ul.navbar-nav{
        border-bottom: none;
    }
    .nav-link{
        font-size: 14px;
    }
    .searchbox{
        display: none;
    }
    ul.navbar-nav.nav-line1{
        border-bottom: none;
    }
    span.navbar-text.ml-auto{
        display: inline-flex;
    }
    span.navbar-text.ml-auto li.nav-item{
        margin-right: 40px;
    }

    /* HOME PAGE */
    .base-img1 img, .base-img2 img{
        height: 300px;
    }
    .left-text, .left-text1, .right-text{
        width: 300px;
        font-size: 30px;
        line-height: 34px;
        right: 46px;
    }
    .right-text{
        left: 100px;
    }
    .left-text1{
        top: 50px;
        width: 350px;
        right: 130px;
    }
    .center-img1 {
        top: -37px;
    }
    .text1 {
        right: 112px;
        font-size: 24px;
        line-height: 28px;
    }
    .page1-home .goal a, .page1-home .model a, .page1-home .impact a{
        font-size: 16px;
    }

    /* MODEL PAGE */
    .page3-banner-title{
        font-size: 34px;
        line-height: 40px;
    }
    .page3-banner-title span{
        font-size: 44px;
    }
    .page3-banner-desc{
        font-size: 16px;
        line-height: 20px;
    }

    /* IMPACT PAGE */
    .page3-section2 .row,
    .page2-section2 .row{
        padding-bottom: 2rem;
    }
    .page4-banner-title{
        line-height: 40px;
        font-size: 38px;
        margin-bottom: 32px;
    }
    .page4-banner-title span{
        font-size: 54px;
    }
    .page4-section2 h5{
        font-size: 20px;
    }
    .page4-section4 {
        padding: 5rem 6rem;
    }
    .page4-section4 h3 {
        font-size: 40px;
    }
    .page4-underprivileged-titles h3,
    .page4-entrepreneurs-titles h3,
    .page4-education-titles h3,
    .page4-landfill-titles h3{
        font-size: 34px;
    }
    .page4-underprivileged-titles p,
    .page4-entrepreneurs-titles p,
    .page4-education-titles p,
    .page4-landfill-titles p{
        font-size: 14px;
    }
    .page4-underprivileged, .page4-education {
        right: 18%;
    }
    .page4-entrepreneurs{
        left: 18%;
    }
    .page4-landfill-titles{
        left: 24%;
    }
    .page4-planet h3{
        font-size: 40px;
    }
    .page4-planet p{
        font-size: 16px;
    }

    /* PRODUCT PAGE */
    .page5-banner1 h1{
        font-size: 36px;
    }
    .page5-banner1 h3{
        font-size: 26px;
    }
    .page5-pad-quality{
        width: 100px;
    }
    .know-more .modal-body{
        padding: 2rem;
    }
    .know-more-header h2{
        font-size: 32px;
    }
    .know-more h3{
        font-size: 26px;
    }
    .wash-care h4{
        font-size: 22px;
    }
    .dos-donts ul li, .dos-donts-sm ul li, .machine-wash ul li{
        font-size: 18px;
    }
    .wash-reuse h4{
        font-size: 16px;
    }
    .more-details h3{
        font-size: 30px;
    }
    .more-details p{
        font-size: 18px;
    }

    /* WHY-SWITCH PAGE */
    .page6-banner h1{
        font-size: 34px;
        line-height: 40px;
    }
    .page6-section2-sm {
        padding: 0 1rem;
    }
    .page6-section2 h3,
    .page6-section2-sm h3{
        font-size: 35px;
    }
    .page6-section2 p,
    .page6-section2-sm p{
        font-size: 14px;
    }

    /* Page-7 */
    .page7-section1 .justify-content-end{
        justify-content: center !important;
    }

    .our-story,
    .our-story-sm{
        padding: 1rem 4rem;
        font-size: 18px;
    }

    /* Page-8 */
    .page8-section1 {
      padding: 3rem 5rem;
    }
    .page8-section1 h1{
        font-size: 30px;
        margin-bottom: 1rem;
    }

    /* Footer */
    footer{
        padding: 3rem 4rem;
    }
    .ppc-footer ul.social-icons{
        justify-content: start;
    }

    /* PPC Page */
    .page4-banner.ppc-banner{
        padding-top: 4rem;
    }
    .page4-banner.ppc-banner h1 {
        font-size: 26px;
        line-height: 38px;
    }
    .page4-banner.ppc-banner button{
        margin-top: 1rem;
    }
    .why-unipads, .campaigns{
        padding: 3rem 6rem;
    }
    .why-unipads p:first-child, .ppc-who p:first-child{
        display: none;
    }
    .res-navbar{
        display: block !important;
        margin: auto;
    }
    .res-navbar li:first-child{
        margin-bottom: 1rem;
    }

    .why-unipads{
        padding: 3rem 7rem;
    }
    .ppc-products h2{
        font-size: 36px;
    }
    .ppc-products button {
        font-size: 16px;
        padding: 7px 14px;
    }
    .bg-product3 h3, .bg-product5 h3{
        margin-bottom: 10rem;
    }
    .bg-product3, .bg-product5{
        background-size: 800px 500px, auto 800px;
    }
    .carousel-item img{
        height: auto;
    }
    .panty-des-img {
        margin-top: 30px;
    }
    .w-80{
        width: 69%;
        margin: auto;
    }
    .ver-img{
        height: 300px !important;
    }
    .bg-product3 h3{
        font-size: 28px;
    }
    /*.navbar-toggler{
        display: none;
    }*/
    .bottom-inquire{
        display: block;
    }
    .tell-us.inquire{
        border-radius: 40px;
    }
    .tell-us.inquire .nav-logo{
        width: 60px;
        height: 60px;
        padding: 5px 9px;
        margin-right: 12px;
    }
    .tell-us.inquire p{
        font-size: 22px;
    }
    
    
    /* Blood Fertilizer Page */
    .button-req{
        text-align: center;
        margin-bottom: 1rem;
    }
    .blood-fertilizer-banner h1, .blood-fertilizer-banner p{
        text-align: center;
    }
    .blood-fertilizer-banner p{
        margin-bottom: 2rem;
    }
    .diy-blood-fertilizer h3 {
      font-size: 48px;
    }
    h1.blood-count{
        font-size: 60px;
    }
}

@media screen and (max-width: 900px){
    /* GOAL PAGE */
    .page3-section2 h3,
    .page2-section2 h3{
        font-size: 24px;
    }
    .page3-section2 h3 span,
    .page2-section2 h3 span{
        font-size: 30px;
    }
    .page3-section2 p,
    .page2-section2 p{
        font-size: 14px;
    }

    /* MODEL PAGE */
    .page3-banner-title{
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .page3-banner-title span {
        font-size: 38px;
    }
    .page3-banner-desc {
        font-size: 14px;
        line-height: 18px;
    }

    /* IMPACT PAGE */
    .page4-section2 {
        padding: 3rem 5rem;
    }
    .page4-section2 h5{
        font-size: 18px;
    }
    .page4-section2 p{
        font-size: 14px;
    }
    .page4-section4 {
        padding: 3rem 4rem;
    }
    .page4-banner-container1{
        width: 700px;
        bottom: 0;
    }
    .page4-banner-container1 img{
        position: absolute;
        bottom: 0;
    }
    .page4-underprivileged-titles,
    .page4-landfill-titles{
        left: 23%;
    }
    .page4-underprivileged-titles h3,
    .page4-entrepreneurs-titles h3,
    .page4-education-titles h3,
    .page4-landfill-titles h3{
        font-size: 34px;
    }
    .page4-underprivileged-titles p,
    .page4-entrepreneurs-titles p,
    .page4-education-titles p,
    .page4-landfill-titles p {
        font-size: 13px;
    }
    .page4-underprivileged,
    .page4-education{
        right: 16%;
    }
    .page4-entrepreneurs{
        left: 14%;
    }
    .page4-landfill{
        right: 10%;
    }
    .page4-underprivileged h3,
    .page4-entrepreneurs h3,
    .page4-education h3,
    .page4-landfill h3{
        font-size: 42px;
    }
    .page4-underprivileged p,
    .page4-entrepreneurs p,
    .page4-education p,
    .page4-landfill p{
        font-size: 15px;
    }

    /* PRODUCT PAGE */
    .layer1, .layer2, .layer3, .layer4, .layer5,
    .layer1-text, .layer2-text, .layer3-text,
    .layer4-text, .layer5-text {
        display: none;
    }
    .page5-top h4{
        font-size: 18px;
        margin-top: -16px;
    }

    /* WHY-SWITCH PAGE */
    .page6-section2 h3{
        font-size: 34px;
        left: 14%;
    }

    /* Page-8 */
    .contact-icons, contact-icons.small {
      width: 24px;
    }

    /* PPC Page */
    .bg-product3 h3, .bg-product5 h3 {
        margin-bottom: 9rem;
    }
}
@media screen and (max-width: 886px){
    /* GOAL PAGE */
    .img-container-res1 .img-container1, .img-container-res2 .img-container2, .img-container-res1 .img-container3{
        z-index: 400;
        right: 0;
        left: 0;
        margin: 0 auto;
        top: -20%;
    }
    .img-container-res2 .img-container2{
        top: -22%;
    }
    #vision .img-container1,
    #mission .img-container2,
    #what-we-do .img-container3{
        display: none;
    }
    .img-container-res1,
    .img-container-res2{
        display: block;
        height: 322px;
        position: relative;
    }
    .img-container-res1{
        background-color: var(--secondary-color);
    }
    .img-container-res2{
        background-color: var(--primary-color);
    }
    
    /* Blood Fertlizer */
    .blood-fertilizer-banner{
        padding: 10rem 5rem 3rem 5rem;
    }
    .count-block {
      padding: 0 5rem;
    }

}
@media screen and (max-width: 815px){
    /* Page-2 */
    .page3-section2 h3,
    .page2-section2 h3{
        font-size: 22px;
    }
    .page3-section2 h3 span,
    .page2-section2 h3 span{
        font-size: 28px;
    }
    .page3-section2 p,
    .page2-section2 p{
        font-size: 12px;
    }

    /* MODEL PAGE */
    .page3-banner-title {
        font-size: 28px;
        line-height: 28px;
    }
    .page3-banner-title span {
        font-size: 30px;
    }

    /* IMPACT PAGE */
    .page4-underprivileged-titles h3,
    .page4-entrepreneurs-titles h3,
    .page4-education-titles h3,
    .page4-landfill-titles h3 {
        font-size: 30px;
    }
    .page4-underprivileged-titles p,
    .page4-entrepreneurs-titles p,
    .page4-education-titles p,
    .page4-landfill-titles p {
        font-size: 12px;
    }
    .page4-underprivileged,
    .page4-education{
        right: 13%;
    }
    .page4-entrepreneurs{
        left: 13%;
    }
    .page4-planet h3{
        font-size: 30px;
    }
    .page4-planet p{
        font-size: 14px;
    }

    /* PRODUCT PAGE */
    .page5-pad-quality{
        width: 80px;
    }

    /* Page-7 */
    .page7-section1 h1, .page7-section1.inquire-now h1{
        font-size: 34px;
        line-height: 36px;
    }
}

@media screen and (max-width: 767px){
    /* Navbar */
    .navbar {
        padding: 0.5rem 5rem !important;
    }
    .navbar-brand img{
        width: 130px;
    }

    /* HOME PAGE */
    .text1{
        right: 74px;
    }
    .page1-home .goal a, .page1-home .model a, .page1-home .impact a{
        font-size: 14px;
    }

    /* Page-2 */
    .page3-section2 h3,
    .page2-section2 h3{
        font-size: 20px;
    }
    .page3-section2 h3 span,
    .page2-section2 h3 span{
        font-size: 24px;
    }

    /* MODEL PAGE */
    .col-dash::after{
        display: none;
    }
    .page3-banner-container,
    .page3-banner-title{
        text-align: center;
    }
    .page3-banner-desc{
        width: 80%;
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    /* IMPACT PAGE */
    .page4-banner .page4-banner-title{
        margin: 10px auto;
    }
    .page4-banner img:nth-child(1){
        display: none;
    }
    .page4-sm-banner{
        display: unset;
    }
    .page4-banner img:nth-child(1){
        width: 300px;
    }
    .page4-banner-title{
        width: 80%;
        line-height: 32px;
        font-size: 30px;
        display: block;
        margin: 0 auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
        text-align: center;
    }
    .page4-banner-title span{
        font-size: 44px;
    }
    .page4-banner-title br:last-child{
        display: none;
    }
    .page4-banner-desc {
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        display: block;
        margin: 0 auto;
        margin-bottom: 1rem;
    }
    .page4-banner-desc br{
        display: none;
    }
    .page4-section4 h3 {
        font-size: 30px;
    }
    .page4-section4 p {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .page4-section4 img:nth-child(1){
        display: none;
    }
    .page4-sm-banner1{
        display: unset;
    }
    .page4-banner-container1{
        width: 500px;
    }
    .page4-banner-desc1{
        font-size: 14px;
        line-height: 20px;
    }

    /* PRODUCT PAGE */
    .page5-top h4{
        font-size: 16px;
        margin-top: -10px;
    }
    .page5-banner1{
        padding-left: 0 !important;
        text-align: center;
    }
    .page5-banner1 h1 {
        font-size: 32px;
    }
    .page5-banner1 h3 {
        font-size: 22px;
    }
    .page5-find-answer h3 {
        font-size: 16px;
    }
    .page5-find-answer button {
        padding: 2px 2px;
        font-size: 16px;
        letter-spacing: 1px;
    }
    .page5-pad-quality{
        width: 120px;
    }
    .dos-donts{
        display: none;
    }
    .dos-donts-sm{
        display: block;
    }

    /* WHY-SWITCH PAGE */
    .page6-banner h1 {
        font-size: 28px;
        line-height: 30px;
    }
    .page6-section2 h3 {
        font-size: 28px;
    }
    .page6-section2 p{
        font-size: 12px;
    }
    .page6-section2 p br{
        display: none;
    }
    .page6-section2 .row .col-sm-12.col-md-6{
        border-top: none;
    }


    /* ABOUT-US PAGE */
    .page7-section1 h1, .page7-section1.inquire-now h1{
        font-size: 35px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .page7-section1 .justify-content-end{
        justify-content: center !important;
        text-align: center;
        margin: 2rem 0;
    }
    .page7-section2{
        display: none;
    }
    .page7-section2-sm{
        display: block;
        font-size: 16px;
    }


    /* Page-8 */
    .inquiries{
        margin-bottom: 2.5rem;
    }
    #joinUnipads{
        width: 20px;
        height: 20px;
    }
    .inquiries .form-check .form-check-label{
        line-height: 23px;
    }
    .contact-icons, .contact-icons.small {
      width: 18px;
    }


    /* NEWS-AWARDS */
    .news-awards .news-container h1{
        font-size: 20px;
    }
    .news-awards .news-container a{
        font-size: 14px;
    }
    .news-awards .news-container a.news-more{
        position: unset;
    }

    /* Footer */
    footer{
        padding: 3rem 5rem;
    }
    h6.footer-title{
        margin-bottom: 8px;
    }
    footer ul li a{
        font-size: 14px;
    }
    .btn-outline-secondary.sign-up{
        width: unset;
        text-align: center;
    }
    ul.social-icons{
        justify-content: center;
    }
    ul.social-icons li a i::before{
        font-size: 20px;
    }
    .btn-outline-secondary.sign-up,
    .btn-outline-secondary.subscribe{
        margin-bottom: 15px;
        font-size: 12px;
    }
    .input-signup::placeholder,
    .input-signup:-ms-input-placeholder,
    .input-signup::-ms-input-placeholder{
        font-size: 12px;
    }
    hr {
        margin-top: 0.2rem;
        margin-bottom: 1rem;
    }

    .policy{
        justify-content: center;
    }
    .left-text, .right-text{
        font-size: 22px;
    }

    .bottom-inquire{
        padding: 10px 14px;
    }

    /* Bottom Contact */
    .bottom-contact,
    .bottom-contact-link{
        display: none;
    }
    .bottom-contact-res{
        display: block;
    }


    /* PPC Page */
    .page4-banner.ppc-banner h1{
        font-size: 22px;
        line-height: 29px;
        width: 56%;
        text-align: left;
    }
    .page4-banner.ppc-banner button {
        font-size: 18px;
        padding: 10px 18px;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    /*.page4-banner.ppc-banner{
        padding: 3rem;
        padding-top: 6rem;
    }*/
    .why-unipads h2 {
        font-size: 34px;
    }
    .why-unipads h5{
        font-size: 24px;
    }

    .tell-us.inquire{
        padding: 5px 14px 5px 8px;
    }
    .tell-us.inquire .nav-logo {
        width: 50px;
        height: 50px;
        padding: 5px 9px;
        margin-right: 8px;
    }
    .tell-us.inquire .nav-logo img {
        width: 31px;
        height: 39px;
    }
    .tell-us.inquire p {
        font-size: 20px;
    }

    .ppc-products h2, .campaigns h2{
        font-size: 32px;
    }
    .ppc-products button {
        font-size: 16px;
        padding: 7px 13px;
    }
    .page7-section1.inquire-now h1{
        line-height: 46px;
    }
    .page4-banner.ppc-banner{
        display: none;
    }
    .ppc-banner.ppc-res{
        display: block;
        background-color: var(--primary-color);
        background-image: unset;
    }
    .page4-banner.ppc-banner.ppc-res h1{
        width: 80%;
        text-align: center;
    }
    .page4-banner.ppc-banner.ppc-res .page4-banner-title{
        margin: 2rem auto 1rem auto;
    }
    .page4-banner.ppc-banner.ppc-res button{
        display: block;
        margin: auto;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }
    .page4-banner.ppc-banner.ppc-res img:nth-child(1){
        width: unset;
        display: unset;
    }

    .why-unipads {
        padding: 3rem 4rem;
    }
    .campaigns {
        padding: 3rem 5rem;
    }
    .campaigns h2 {
        font-size: 32px;
    }
    .html5-video-player a{
        font-size: 16px;
    }
    .ytp-large-play-button{
        width: 57px !important;
        height: 42px !important;
    }

    .bg-product3 h3, .bg-product5 h3 {
        margin-bottom: 5rem;
    }
    .btn-center{
        display: flex;
        justify-content: center;
        margin-top: 0.5rem;
    }
    .ppc-products .carousel-indicators {
        bottom: 0;
    }
    .res-product2{
        display: unset;
    }
    .bg-product3, .bg-product5 {
        background-size: 800px 400px, auto 800px;
    }
    .bg-product3 h3, .bg-product5 h3 {
        margin-bottom: 2rem;
        margin-top: 2rem;
    }
    .carousel-item.mt-5{
        margin-top: 1rem !important;
    }
    .ppc-products{
        display: none;
    }
    .ppc-products.res-ppc-products{
        display: block;
    }
    .res-ppc-products .carousel-item{
        min-height: auto !important;
    }
    
    
    /* Thank You Page */
    .thank-you .thank-button button {
      font-size: 18px !important;
      padding: .6rem 1.1rem;
    }


}
@media screen and (max-width: 700px){
    /* IMPACT PAGE */
    .page4-banner-content1,
    .page4-banner-content2{
        display: none;
    }
    .page4-banner1-sm{
        display: unset;
        text-align: center;
    }
    .page4-banner1-content1 .page4-banner-title1{
        color: var(--primary-color);
    }
    .page4-banner1-content1 .page4-banner-title1 span{
        color: var(--secondary-color);
    }
    .page4-banner1-content2 .page4-banner-desc1{
        color: #7a7b7d;
        margin-bottom: 20px;
    }
    .page4-banner1-content2 .page4-banner-desc1 br{
        display: none;
    }
    .page4-landfill-titles{
        left: 24%;
    }
    .page4-landfill-titles h3{
        font-size: 26px;
    }
    .page4-landfill-titles p{
        font-size: 10px;
    }
    .page4-underprivileged, .page4-education {
        right: 10%;
    }
    .page4-entrepreneurs{
        left: 10%;
    }
    .page4-landfill{
        right: 8%;
    }
    .page4-planet{
        display: none;
    }
    .page4-planet-sm{
        display: block;
        background-color: black;
        color: white;
    }
    .page4-planet-sm h3,
    .page4-planet-sm p{
        text-align: center;
        width: 80%;
        display: block;
        margin: 0 auto;
    }
    .page4-planet-sm h3{
        margin-top: 1rem;
    }
    .page4-planet-sm p{
        margin-bottom: 1rem;
    }
    .page4-planet-sm h3 span{
        font-family: 'PermanentMarker Regular';
    }

    /* Footer */
    footer{
        adding: 3rem 4rem;
    }
    footer .sign-up{
        font-size: 12px;
    }

    /* PPC Page */
    .campaigns iframe{
        width: 500px;
        height: 300px;
    }
}
@media screen and (max-width: 650px){
    /* Page-4 */
    .page4-landfill-titles {
        left: 23%;
    }
    .page4-underprivileged-titles h3, .page4-entrepreneurs-titles h3, .page4-education-titles h3{
        font-size: 25px;
    }
    .page4-underprivileged-titles p, .page4-entrepreneurs-titles p, .page4-education-titles p{
        font-size: 11px;
    }
    .page4-landfill-titles h3 {
        font-size: 22px;
    }
    .page4-landfill-titles p {
        font-size: 10px;
    }
    .page4-underprivileged h3, .page4-entrepreneurs h3, .page4-education h3, .page4-landfill h3 {
        font-size: 32px;
    }
    .page4-underprivileged p, .page4-entrepreneurs p, .page4-education p, .page4-landfill p {
        font-size: 13px;
    }

    /* PPC Page */
    .bg-product, .bg-product1, .bg-product2, .bg-product3, .bg-product4, .bg-product5, .bg-product6{
        height: 500px;
    }
    .campaigns iframe{
        width: 450px;
        height: 250px;
    }
}
@media screen and (max-width: 621px){
    /* Page-2 */
    .img-title1, .img-title2{
        text-underline-offset: 1px;
        margin-bottom: 12px;
    }


    .page3-section2 h3,
    .page2-section2 h3{
        font-size: 22px;
    }
    .page3-section2 h3 span,
    .page2-section2 h3 span{
        font-size: 30px;
    }


    /* Page-3 */
    .page3-sm-img{
        width: 300px;
    }
    .page3-sm-banner-title{
        font-size: 36px;
        line-height: 36px;
        margin-bottom: 14px;
    }
    .page3-sm-banner-title span{
        font-size: 48px;
    }
    .page3-sm-banner-desc{
        font-size: 16px;
        line-height: 20px;
    }
    .page3-buy-donate img {
        width: 250px;
    }

    /* IMPACT PAGE */
    .page4-section2 {
        padding: 2rem 3rem;
    }
    .page4-section2 h1 {
        font-size: 28px;
    }
    .page4-goals {
        width: 100px;
    }

    /* PRODUCT PAGE */
    .page5-banner1 h1 {
        font-size: 32px;
    }
    .page5-banner1 h3 {
        font-size: 22px;
    }
    .page5-banner2 {
      padding: 2rem 3rem;
    }

    /* Page-7 */
    .our-story-sm{
        padding: 2rem 3rem;
    }

    /* Page-8 */
    .page8-section1 {
      padding: 2rem 4rem;
    }
    .page8-section1 h1{
        font-size: 26px;
    }
    .page8-section1 p{
        font-size: 14px;
    }
    .page8-section1 .inquiries .form-group label{
        font-size: 14px;
    }

    /* Footer */
    footer{
        padding: 3rem 3rem;
    }
}
@media screen and (max-width: 600px){
    /* GOAL PAGE */
    #vision img, #mission img, #what-we-do img{
        height: 300px;
        object-fit: cover;
    }
    #vision img{
        object-position: 20%;
    }
    #what-we-do img{
        object-position: 27%;
    }

    /* MODEL PAGE */
    .page3-banner{
        padding-bottom: 2rem;
    }

    /* IMPACT PAGE */
    .page4-underprivileged-titles h3, .page4-entrepreneurs-titles h3, .page4-education-titles h3 {
        font-size: 22px;
    }
    .page4-underprivileged-titles p, .page4-entrepreneurs-titles p{
        font-size: 10px;
    }
    .page4-landfill-titles p {
        font-size: 9px;
    }
    .page4-underprivileged h3, .page4-entrepreneurs h3, .page4-education h3, .page4-landfill h3 {
        font-size: 28px;
    }
    .page4-underprivileged p, .page4-entrepreneurs p, .page4-education p, .page4-landfill p {
        font-size: 12px;
    }

    /* PRODUCT PAGE */
    .pad-wash a{
        font-size: 22px;
    }

    /* WHY-SWITCH PAGE */
    .page6-banner h1{
        font-size: 26px;
        line-height: 28px;
        left: 9%;
    }
    .page5-top img{
        width: 100%;
    }

    /* PPC Page */
    .bg-product3, .bg-product5 {
        background-size: 400px 300px, auto 400px;
    }
    .ppc-products h2{
        font-size: 26px;
    }
    .ppc-products button {
        font-size: 14px;
        padding: 5px 10px;
    }
    .ppc-products .carousel-indicators li{
        width: 10px;
        height: 10px;
        margin-right: 9px;
        margin-left: 9px;
    }

}
@media screen and (max-width: 575px){
    /* HOME PAGE */
    .page1-home .goal a, .page1-home .model a, .page1-home .impact a{
        font-size: 12px;
    }
    .xs-order-1{
        order: 1;
    }
    .xs-order-12{
        order: 12;
    }

    /* Page-2 */
    .page3-section2 img,
    .page2-section2 img{
        width: 60%;
        display: block;
        margin: 0 auto;
    }
    .page3-section2 h3,
    .page3-section2 p,
    .page2-section2 h3,
    .page2-section2 p{
        text-align: center;
    }
    .page3-section2 h3,
    .page2-section2 h3{
        margin-top: 1rem;
    }
    .page3-section2 p,
    .page2-section2 p{
        width: 80%;
        display: block;
        margin: 0 auto;
        margin-bottom: 1rem;
    }


    /* IMPACT PAGE */
    .page4-section2{
        display: none;
    }
    .page4-section2-sm{
        display: block;
        padding: 2rem 3rem;
    }
    .page4-section2-sm h1{
        color: #2d3380;
        font-size: 40px;
        font-family: 'SourceSansPro Black';
    }
    .page4-section2-sm h1 span{
        color: var(--secondary-color);
        font-family: 'PermanentMarker Regular';
    }
    .page4-section2-sm img{
        margin-bottom: 1rem;
    }
    .page4-section2-sm p{
        font-size: 14px;
    }

    /* PRODUCT PAGE */
    .page5-banner2 {
        padding: 0 0.5rem 2rem;
    }
    .xs-col-3, .xs-col-5, .xs-col-6, .xs-col-8, .xs-col-9, .xs-col-12{
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .xs-col-3{
        flex: 0 0 25%;
        max-width: 25%;
    }
    .xs-col-5{
        flex: 0 0 41%;
        max-width: 41%;
    }
    .xs-col-6{
        flex: 0 0 50%;
        max-width: 50%;
    }
    .xs-col-8{
        flex: 0 0 80%;
        max-width: 80%;
    }
    .xs-col-9{
        flex: 0 0 75%;
        max-width: 75%;
    }
    .xs-col-10{
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .xs-col-12{
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page5-banner1 button.buy-now{
        font-size: 16px;
    }
    .pad-img{
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .page5-find-answer-sm h3,
    .page5-find-answer-sm button{
        font-size: 14px;
        text-align: center;
    }
    .page5-find-answer-sm button{
        padding: 14px 30px;
    }
    .know-more-header h2{
        font-size: 26px;
    }
    .know-more h3{
        font-size: 20px;
    }
    .wash-reuse h4{
        font-size: 12px;
    }
    .wash-care{
        margin-bottom: 1rem;
    }
    .wash-care h3{
        margin-bottom: 2rem;
    }
    .wash-care h4{
        font-size: 16px;
    }
    .more-details p{
        font-size: 16px;
    }
    .w-110{
        width: 110px;
    }

    /* WHY-SWITCH PAGE */
    .page6-section2-sm{
        text-align: center;
    }
    .page6-section2-sm img{
        width: 200px;
    }
    .page6-section2{
        display: none;
    }
    .page6-section2-sm{
        display:block;
    }
    .page6-banner h1{
        font-size: 22px;
        line-height: 24px;
    }

    /* Page-7 */
    .page7-section1 h1{
        font-size: 30px;
    }


    /* CONTACT-US Page */
    .contact-border{
        border-right: none;
    }
    .contact-padding{
        padding-left: 15px;
    }
    .contact-or{
        display: none;
    }
    .contact-content{
        text-align: left;
    }
    .contact-info{
        margin-top: 15px;
    }
    .contact-one,
    .contact-two,
    .contact-two.one{
        padding: 20px;
    }


    /* CONTACT US */
    .page8-section1 .inquiries h5{
        font-size: 18px;
    }

    /* NEWS-AWARDS */
    .news-awards .news-container h1{
        font-size: 18px;
    }
    .news-awards .news-container a{
        font-size: 12px;
    }

    /* Footer */
    footer{
        text-align: center;
    }
    .input-signup{
        width: unset;
        margin-bottom: 10px;
    }

    /* PPC Page */
    .why-unipads {
        padding: 2rem 2rem;
    }
    .why-unipads h2 {
        font-size: 30px;
    }
    .why-unipads h5 {
        font-size: 22px;
    }
    .campaigns {
        padding: 2rem 2rem;
    }
    .campaigns h2 {
        font-size: 26px;
    }
    .tell-us.inquire .nav-logo{
        width: 42px;
        height: 42px;
        padding: 5px 7px;
        margin-right: 6px;
    }
    .tell-us.inquire .nav-logo img {
        width: 27px;
        height: 32px;
    }
    .tell-us.inquire p {
        font-size: 16px;
    }
    /*.ppc-footer{
        background-color: #E2E2E2;
    }
    .eco-icons.img-fluid{
        width: 40px !important;
    }*/
    /*.eco-list{
        margin: 3rem 0 !important;
    }*/
    .ppc-footer ul.social-icons {
        justify-content: center;
    }
    .user-box{
        margin-bottom: 18px;
    }
    .form-control{
        font-size: 0.9rem;
    }
    .user-box .inquire-title{
        font-size:16px;
    }
    
    
    /* Thank You Page */
    .thank-you {
      padding: 3rem 3rem;
    }
    
    
}

@media screen and (max-width: 567px){
    /* Page-3 */
    .img-pads-text{
        margin-bottom: 30px;
    }
    .page3-buy-donate-title {
        font-size: 30px;
        line-height: 33px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 503px){
    /* Navbar */
    .navbar {
        padding: 0.5rem 4rem !important;
    }

    /* Page-1 */
    /*.img-container1, .img-container2{
        right: 0;
        left: 50%;
        transform: translateX(-50%);
    }*/

    /* GOAL PAGE */
    #vision img{
        object-position: 24%;
    }

    /* Page-4 */
    .page4-section4 {
        padding: 3rem 3rem;
    }

    /* Page-5 */
    .page5-find-answer{
        display: none;
    }
    .page5-find-answer-sm{
        display: unset;
    }

    /* Page-6 */
    .page6-section2 {
        padding: 0 3rem;
    }
    .page6-section2 img {
        width: 150px;
    }

    /* Footer */
    .left-text, .right-text{
        font-size: 18px;
    }
}

@media screen and (max-width: 500px){
    /* HOME PAGE */
    .page1-home .goal a{
        left: 36%;
        bottom: 18%;
    }
    .page1-home .model a{
        left: 59%;
        bottom: 30%;
    }
    .page1-home .impact a {
        left: 41%;
        bottom: 11%;
    }

    /* PRODUCT PAGE */
    .pad-wash a{
        font-size: 18px;
    }
    .page5-find-answer-sm h3{
        width: 100%;
    }
    .page5-find-answer-sm button{
        width: 70%;
        margin: 0 auto;
        display: block;
        padding: 12px 22px;
        font-size: 14px;
        line-height: 14px;
    }
    .page5-top h4{
        font-size:14px;
    }

    /* PPC Page */
    .campaigns iframe{
        width: 400px;
        height: 250px;
    }
    .ppc-products h2{
        font-size: 20px;
    }
}
@media screen and (max-width: 470px){
    /* PRODUCT PAGE */
    .w-100{
        width: 80px;
    }
    .h-80{
        height: 80px;
    }
    .h-60{
        height: 60px;
    }
    .page5-top .col-md-3,
    .page5-top .col-md-3:hover{
        padding: 0.5rem
    }
    .page5-top h4{
        font-size: 12px;
    }

    /* PPC Page */
    .campaigns iframe{
        width: 380px;
        height: 230px;
    }
}
@media screen and (max-width: 430px){
    /* PPC Page */
    .campaigns iframe{
        width: 350px;
        height: 210px;
    }
}

@media screen and (max-width: 400px){
    /* Navbar */
    .navbar {
        padding: 0.5rem 3rem !important;
    }
    .navbar-brand img{
        width: 100px;
    }
    ul.nav-line1 li a{
        font-size: 14px;
    }
    .nav-line2 .nav-link{
        font-size: 12px;
        padding-top: 0 !important;
    }

    /* HOME PAGE */
    .page1-home .goal a {
        left: 34%;
        bottom: 17%;
    }
    .page1-home .impact a {
        left: 39%;
        bottom: 10%;
    }

    /* GOAL PAGE */
    #vision img, #mission img, #what-we-do img{
        height: 250px;
    }
    #vision img{
        object-position: 27%;
    }
    .img-container-res1, .img-container-res2{
        height: 280px;
    }
    .img-container1, .img-container2, .img-container3{
        width: 70%;
        padding: 34px 42px 50px;
    }
    .img-container1 h3, .img-container2 h3{
        font-size: 20px;
    }
    .img-container3 h5{
        font-size: 18px;
    }
    .img-container1 h3::after, .img-container2 h3::after, .img-container3 h5::after{
        top: 34px;
    }
    .img-container1 p, .img-container2 p, .img-container3 p{
        font-size: 14px;
    }


    /* MODEL PAGE */
    .page3-sm-img{
        width: 250px;
    }
    .page3-sm-banner-title{
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 14px;
    }
    .page3-sm-banner-title span{
        font-size: 36px;
    }
    .page3-sm-banner-desc{
        font-size: 14px;
        line-height: 20px;
    }

    /* IMPACT PAGE */
    .page4-banner-title{
        line-height: 30px;
        font-size: 26px;
    }
    .page4-banner-title span{
        font-size: 38px;
    }
    .page4-banner-desc {
        font-size: 14px;
        line-height: 18px;
        text-align: center;
        margin-bottom: 20px;
    }
    .horizontal-hr img, .page4-section2-content5 img, .page4-section2-content6 img{
        width: 70px;
    }

    /* PRODUCT PAGE */
    .page5-banner1 h1 {
        font-size: 24px;
    }
    .page5-banner1 h3 {
        font-size: 16px;
    }
    .page5-pad-quality{
        width: 100px;
    }

    /* WHY-SWITCH PAGE */
    .page6-banner h1{
        font-size: 18px;
        line-height: 18px;
        top: 31%;
        left: 12%;
    }
    .page6-section2-sm {
        padding: 0 2rem;
    }
    .page6-section2 h3,
    .page6-section2-sm{
        font-size: 24px;
    }

    /* ABOUT-US PAGE */
    .our-story-sm{
        font-size: 16px;
    }

    /* Page-8 */
    .page8-section1{
        padding: 2rem 2rem;
    }

    /* Footer */
    footer{
        padding: 3rem 2rem;
    }

    /* PPC Page */
    .why-unipads h2 {
        font-size: 26px;
    }
    .why-unipads h5 {
        font-size: 18px;
    }

    .campaigns iframe{
        width: 330px;
        height: 190px;
    }
}

@media screen and (max-width: 320px) {
    /* Navbar */
    .navbar {
        padding: 0.5rem 2rem !important;
    }

    /* HOME PAGE */
    .page1-home .goal a {
        left: 31%;
        bottom: 14%;
    }
    .page1-home .impact a {
        left: 35%;
        bottom: 8%;
    }

    /* GOAL PAGE */
    .img-container-res1, .img-container-res2{
        height: 280px;
    }
    .img-container1, .img-container2, .img-container3{
        width: 75%;
        padding: 32px 40px 48px;
    }
    .img-container1 p, .img-container2 p, .img-container3 p{
        font-size: 14px;
    }

    /* MODEL PAGE */
    .page3-sm-img{
        width: 200px;
    }
    .page3-sm-banner-title{
        font-size: 26px;
        line-height: 26px;
        margin-bottom: 14px;
    }
    .page3-sm-banner-title span{
        font-size: 36px;
    }
    .page3-sm-banner-desc{
        font-size: 14px;
        line-height: 20px;
    }
    .page3-buy-donate img {
        width: 200px;
    }

    /* PPC Page */
    .campaigns iframe{
        width: 310px;
        height: 190px;
    }
}