@font-face {
    font-family:'Gerbera';
    src: url('../fonts/Gerbera.eot');
    src: url('../fonts/Gerbera.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gerbera.woff') format('woff'),
    url('../fonts/Gerbera.ttf') format('truetype'),
    url('../fonts/Gerbera.svg') format('svg');
        font-weight: normal;
}
@font-face {
    font-family:'Gerbera-Medium';
    src: url('../fonts/Gerbera-Medium.eot');
    src: url('../fonts/Gerbera-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gerbera-Medium.woff') format('woff'),
        url('../fonts/Gerbera-Medium.ttf') format('truetype'),
        url('../fonts/Gerbera-Medium.svg') format('svg');
        font-weight: normal;
}
@font-face {
    font-family:'Gerbera-Bold';
    src: url('../fonts/Gerbera-Bold.eot');
    src: url('../fonts/Gerbera-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Gerbera-Bold.woff') format('woff'),
        url('../fonts/Gerbera-Bold.ttf') format('truetype'),
        url('../fonts/Gerbera-Bold.svg') format('svg');
        font-weight: normal;
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    color: #000000;
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    transition:all 0.3s ease-in-out;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
img{
    vertical-align: middle;
}
input, select {
    vertical-align: middle;
}
input[type=text]:focus, input[type=email]:focus,
input[type=password]:focus, select:focus,
textarea:focus, input[type=submit]:focus,
button:focus{
  outline: 0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #9CABC4;
}
::-moz-placeholder { /* Firefox 19+ */
    color: #9CABC4;
}
:-ms-input-placeholder { /* IE 10+ */
    color: #9CABC4;
}
:-moz-placeholder { /* Firefox 18- */
    color: #9CABC4;
}
/*html, body{
    height: 100%;
}*/
body{
    color: #2B3135;
    font-family:'Gerbera';
    font-size: 16px;
    display: flex;
    flex-direction: column;
}
.container{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.container_large{
    max-width: 1600px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.button{
    display: inline-block;
    color: #fff;
    background: #2A3238;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 10px 10px;
    font-size: 1.1rem;
    min-width: 140px;
    border-radius: 50px;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.promo_button{
    background: #FC6D4C;
    color: #fff;
    box-shadow: -5px 10px 25px rgb(252 109 76 / 20%);
    padding: 6px;
    min-width: 100px;
}
.promo_button:hover{
    background: #fff;
    color: #FC6D4C;
    box-shadow: -5px 10px 25px rgb(10 115 162 / 20%);
    padding: 6px;
    min-width: 100px;
}
.primary_button{
    background: #FC6D4C;
    color: #fff;
    box-shadow: -5px 10px 25px rgb(252 109 76 / 20%);
}
.primary_button:hover{
    background: #0A73A2;
    color: #fff;
    box-shadow: -5px 10px 25px rgb(10 115 162 / 20%);
}
.secondary_button{
    background: #0A73A2;
    color: #fff;
    box-shadow: -5px 10px 25px rgb(10 115 162 / 20%);
}
.secondary_button:hover{
    background: #FC6D4C;
    color: #fff;
    box-shadow: -5px 10px 25px rgb(252 109 76 / 20%);
}

/*Header*/
header{
    padding: 15px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: all 0.3s ease;
}
header .container_large {
    position: relative;
}
header:before{
    content: "";
    position: absolute;
    top: -60px;
    left: -50px;
    background: url(../images/top_left.png) no-repeat;
    background-size: 100%;
    width: 600px;
    height: 237px;
    transition: all 0.3s ease;
}
.sticky_header{
    background: #fff;
    box-shadow: 0 3px 5px rgb(0 0 0 / 5%);
}
.sticky_header:before{
    opacity: 0;
}
.logo{
    width: 120px;
}
.navbar {
    padding: 0;
}
.navbar-nav {
    margin-left: 30px;
}
.navbar-brand{
    padding: 0;
    margin: 0;
    border-right: 1px solid #c8d4e8;
    padding-right: 50px;
}
.header_btn{
    max-width: 160px;
    width: 100%;
}
.header_btn a{
    background: #5cc9be;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    font-size: 22px;
    display: block;
    text-align: center;
    padding: 14px 0;
    box-shadow: 10px 10px 40px rgba(92, 201, 190, 0.12);
}
.navbar-nav li{
    position: relative;
    padding: 0 20px;
}
.navbar-nav li a{
    font-size: 1.2rem;
    position: relative;
    color: #9CABC4;
}
.navbar-nav li a:hover,
.navbar-nav li a.active{
    color: #2B3135;
}
.navbar-nav li a.active:before{
    content: "";
    position: absolute;
    left: 0;
    top: -10px;
    background: #FC6D4C;
    width: 25px;
    height: 3px;
    border-radius: 10px;
}
.navbar-toggler{
    padding: 0;
}
.top_right{
    display: flex;
    align-items: center;
    position: absolute;
    right: 15px;
    top: 18px;
}
.top_social{
    margin-right: 10px;
    display: flex;
}
.top_social a{
    display: block;
    margin: 0 10px;
    color: #808080;
    font-size: 22px;
}
.top_social a:hover{
    color: #355947;
}
.login_links{
    display: flex;
}
.login_links a{
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    padding: 12px 0;
    margin-left: 30px;
}
.login_links a:first-child{
    color: #2B3135;
}
.login_links a:last-child{
    background: #0A73A2;
    color: #fff;
    border-radius: 50px;
    min-width: 150px;
    box-shadow: -5px 10px 25px rgb(10 115 162 / 20%);
}
.login_links a:hover:last-child{
    background: #FC6D4C;
    box-shadow: -5px 10px 25px rgb(252 109 76 / 20%);
}

/*User Menu*/
.user_menu {
    display: flex;
    align-items: center;
}
#profileImage {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #FC6D4C;
  font-size: 1rem;
  color: #fff;
  text-align: center;
  line-height: 3rem;
  margin-right: 10px;
}

/*Footer*/
footer{
    background: #0A73A2;
    position: relative;
    padding: 50px 0;
    /*margin-top: 250px;*/
}
footer:before{
    content: "";
    position: absolute;
    top: -150px;
    left: 0;
    background: url(../images/footer-curve.png) no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 150px;
}
.footer_logo img{
    width: 100px;
}
.footer_column{
    margin-bottom: 30px;
}
.footer_column h2{
    color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin: 20px 0 50px;
}
.footer_column p{
    color: #F5F5F5;
    margin-bottom: 10px;
    display: flex;
}
.footer_column p a{
    color: #fff;
}
.footer_column p svg{
    width: 25px;
    margin-right: 40px;
}
.footer_column p svg path{
    fill: #F5F5F5;
}
.footer_list li{
    margin-bottom: 20px;
}
.footer_list li a{
    color: #F5F5F5;
}
.footer_list li a:hover{
    color: #fff;
}
.footer_social{
    display: flex;
    margin-bottom: 20px;
}
.footer_social li{
    margin-right: 10px;
}
.footer_social li a{
    display: block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    border-radius: 50%;
    text-align: center;
    background: #07597E;
    color: #FFFFFF;
    font-size: 20px;
}
.footer_social li a:hover{
    background: #FC6D4C;
    color: #fff;
}
.copyright{
    color: #F5F5F5;
}
.payment_logos{
    text-align: right;
}
.payment_logos img{
    width: 40px;
}

/*Login*/
.account_wraper{
    position: relative;
    padding: 200px 0px 300px;
}
.account_wraper .container_large{
    position: relative;
    height: 100%;
}
.login_content h1{
    font-size: 4rem;
    margin-bottom: 2rem;
}
.login_content h1 span{
    display: block;
    font-size: 3.5rem;
}
.login_content p{
    font-size: 1.3rem;
    max-width: 680px;
}
.login_holder{
    max-width: 700px;
    margin-left: auto;
}
.login_holder h1{
    font-size: 42px;
    margin-bottom: 6rem;
    font-family:'Gerbera-Bold';
}
.login_holder h4{
    color: #9CABC4;
    font-size: 22px;
    margin-bottom: 5px;
}
.form_holder{}
.form_holder label{
    display: block;
    margin-bottom: .4rem; 
    font-size: 1rem;
}
.form_holder label span{
    color: #D91010;
}
.form_group{
    margin-bottom: 2rem;
    position: relative;
}
.form_holder.legend_form .form_group label{
    position: absolute;
    background: #fff;
    font-size: 12px;
    padding: 0 10px;
    left: 15px;
    top: -8px;
    font-family: 'Gerbera-Bold';
}
.form_holder input[type="text"],
.form_holder input[type="email"],
.form_holder input[type="password"],
.form_holder select,
.form_holder textarea{
    width: 100%;
    display: block;
    font-size: 14px;
    background: #fff;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 20px 20px;
    box-shadow: 0 5px 10px rgb(0 0 0 / 6%);
}
.form_holder input[type="text"]:focus,
.form_holder input[type="email"]:focus,
.form_holder input[type="password"]:focus,
.form_holder select:focus,
.form_holder textarea:focus{
    border: 1px solid #3C3C3C;
}
.form_holder textarea{
    resize: none;
    height: 150px;
}
.form_holder button{
    border-radius: 8px;
    font-size: 22px;
    color: #fff;
    padding: 10px 15px;
    text-align: left;
    display: flex;
    align-items: center;
    width: 180px;
}
.form_holder button i{
    margin-left: auto;
    line-height: 1;
}
.forgot_password{
    text-align: right;
}
.forgot_password a{
    color: #FC6D4C;
}
.button_holder{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 60px 0 30px;
}
.button_holder span a{
    font-size: 28px;
}
.agree_text{
    color: #9CABC4;
    font-size: 18px;
}
.agree_text a{
    color: #FC6D4C;
}
.men_holding_cloths{
    position: absolute;
    top: 200px;
    left: -100px;
}
.social_login{
    margin: 60px 0 0;
    text-align: center;
}
.social_login h5{
    position: relative;
    color: #9CABC4;
}
.social_login h5:before{
    content: "";
    background: #EBF3FA;
    height: 1px;
    width: 44%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.social_login h5:after{
    content: "";
    background: #EBF3FA;
    height: 1px;
    width: 44%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.social_login h4{
    margin: 40px 0;
}
.social_login ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.social_login ul li{
    margin: 0 10px;
}
.social_login ul li a{
    border: 1px solid #EBF3FA;
    display: block;
    width: 100px;
    padding: 20px 10px;
    border-radius: 15px;
}




/*Home*/
.home_banner{
    background: #fff;
    height: 900px;
    position: relative;
    overflow: hidden;
}
.home_banner .container_large{
    position: relative;
    height: 100%;
}
.home_banner_content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}
.home_banner_content h2{
    color: #9CABC4;
    font-size: 26px;
}
.home_banner_content h1{
    font-size: 72px;
    margin: 10px 0;
}
.home_banner_content h1 span{
    color: #FC6D4C;
    font-family:'Gerbera-Bold';
}
.home_banner_content p{
    font-size: 26px;
}
.services_area{
    margin-top: 80px;
}
.services_area h4{
    font-size: 24px;
    margin-bottom: 10px;
}
.area_input{
    background: #EBF3FA;
    border-radius: 15px;
    padding: 5px;
    max-width: 500px;
    display: flex;
    justify-content: space-between;
}
.area_input input[type="text"],
.area_input input[type="search"]{
    background: transparent;
    border: none;
    width: 100%;
    padding: 0 15px;
}
.area_input button{
    background: #FC6D4C;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    padding: 15px 0;
    min-width: 150px;
}
.banner_img{
    position: absolute;
    right: -80px;
    bottom: 0;
}

/*Reviews*/
.get_reviews{
    text-align: center;
    padding: 30px 0;
    box-shadow: 0 -15px 20px rgb(0 0 0 / 3%);
    position: relative;
}
/* .get_reviews .container{
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
.reviews_title{
    font-size: 36px;
    margin-bottom: 10px;
}
.reviews_logo ul{
    display: flex;
    justify-content: center;
    align-items: center;
}
.reviews_logo ul li:not(:last-child){
    margin-right: 60px;
}
.reviews_logo ul li img{
    width: 140px;
}
.how_we_work{
    background: #F8FAFE;
    padding: 60px 0;
}
.section_heading{
    text-align: center;
    margin-bottom: 80px;
}
.section_heading h2{
    font-size: 62px;
}
.section_heading h4{
    color: #FC6D4C;
    font-size: 24px;
    margin-bottom: 10px;
}
.section_heading h3{
    font-size: 26px;
    margin-top: 20px;
}
.section_heading h3 span{
    color: #FC6D4C;
    font-family:'Gerbera-Bold';
}
/* .how_we_work .section_heading h2{
    font-size: 24px;
} */
.how_we_work .section_heading h4{
    font-size: 30px;
}
.how_we_work_col{
    background: #fff;
    border-radius: 30px;
    padding: 30px 20px;
    position: relative;
    height: 100%;
    box-shadow: 0 3px 25px rgb(0 0 0 / 6%);
    margin: 0 15px;
    text-align: center;
}
.how_we_work_col h2{
    font-size: 32px;
    font-family:'Gerbera-Bold';
    margin-bottom: 20px;
}
.how_we_work_col p{
    font-size: 16px;
    line-height: 30px;
    color: #9CABC4;
}
.how_we_work_col_icon{
    margin-bottom: 40px;
    text-align: center;
}
.how_we_work_col_icon img{
    width: 100px;
    height: 100px;
}
.pricing_services{
    padding: 80px 0;
}
.pricing_services .section_heading h3{
    font-size: 30px;
}
.pricing_column{
    text-align: center;
    padding: 50px 40px;
    background: #fff;
    border-radius: 25px;
    box-shadow: 0 3px 25px rgb(0 0 0 / 6%);
    margin: 30px 20px;
}
.pricing_column_icon{
    background: #0A73A2;
    width: 150px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    border-radius: 50%;
    margin: 0 auto 50px;
}
.pricing_column h2{
    font-size: 42px;
    font-family:'Gerbera-Medium';
}
.pricing_column ul{
    margin: 50px 0;
}
.pricing_column ul li{
    color: #9CABC4;
    text-align: left;
    font-size: 20px;
    position: relative;
    padding-left: 60px;
    min-height: 60px;
}
.pricing_column ul li:before{
    content: "";
    background: url(../images/check-icon.svg) no-repeat;
    background-size: 100%;
    width: 26px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 10px;
}
.pricing_column ul li:not(:last-child){
    margin-bottom: 10px;
}
.pricing_column ul li span{}
.service_price{
    font-size: 36px;
    border-top: 1px solid #E3E3E3;
    padding-top: 40px;
}
.service_price span{
    color: #FC6D4C;
    font-family:'Gerbera-Bold';
}
.order_now{
    margin: 40px auto 0;
    text-align: center;
    border-top: 1px solid #E3E3E3;
    padding-top: 40px;
}
.faqs{
    padding: 80px 0;
    overflow: hidden;
}
.faqs_holder{
    /*max-width: 800px;
    margin-left: auto;*/
}
.faqs .section_heading{
    text-align: left;
}
.accordion-item{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #EFEFEF;
}
.accordion-button{
    font-size: 24px;
    border: none;
    padding: 0;
    text-align: left;
    /*border-bottom: 1px solid #EFEFEF;*/
}
.accordion-button:focus{
    outline: 0;
    box-shadow: none
}
.accordion-button:not(.collapsed){
    color: #2B3135;
    background-color: transparent;
}
.accordion-collapse{
    border: none;
}
.accordion-body{
    color: #9CABC4;
    padding: 20px 0;
}
.accordion-button::after{
    background: url(../images/plus-icon.svg) no-repeat;
    background-size: 1.25rem;
}
.accordion-button:not(.collapsed)::after{
    background: url(../images/minus-icon.svg) no-repeat;
    background-size: 1.25rem;
    transform: rotate(0deg);
}
.faq_img{
    margin-left: -100px;
}
.view_all{
    margin-top: 50px;
}
.view_all a{
    color: #FC6D4C;
    font-size: 24px;
}
.view_all a img{
    width: 10px;
    margin-left: 30px;
    vertical-align: baseline;
}
.mailing_list{
    background: #EBF3FA;
    padding: 200px 0 200px;
    position: relative;
    overflow: hidden;
}
.mailing_list_content{
    max-width: 650px;
}
.mailing_list_content h2{
    font-size: 62px;
    margin-bottom: 15px;
}
.mailing_list_content p{
    font-size: 20px;
}
.mailing_list_content .area_input{
    background: #fff;
    max-width: 600px;
    margin-top: 60px;
}
.delivery_van{
    position: absolute;
    right: 0;
    bottom: 100px;
}
.slick-slide img{
    display: inline-block;
}
.slick-prev{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: #fff url(../images/left-arrow.png) no-repeat;
    background-size: 18px;
    background-position: center center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    text-indent: -9999px;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
}
.slick-next{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    background: #fff url(../images/right-arrow.png) no-repeat;
    background-size: 18px;
    background-position: center center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    text-indent: -9999px;
    box-shadow: 0 0 25px rgb(0 0 0 / 8%);
}

/*Order*/
.inner_banner{
    background: #F8FAFE;
    padding: 250px 0px 50px;
    position: relative;
    overflow: hidden;
}
.inner_banner:before{
    content: "";
    background: url(../images/washer-placeholder.png) no-repeat;
    background-size: 100%;
    width: 180px;
    height: 245px;
    position: absolute;
    right: 0;
    bottom: -40px;
}
.inner_banner_content{
    text-align: center;
    position: relative;
}
.back_step{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.inner_banner_content h1{
    font-size: 62px;
}
.inner_banner_content h1 span{
    color: #FC6D4C;
}
.default_wraper{
    padding: 80px 0 200px;
}
/* .order_form{
    max-width: 1400px; */
}
.order_col{
    margin-bottom: 100px;
}
.order_col h2{
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
}
.small_boxes{
    margin-top: 60px;
    margin-bottom: 120px;
}
.small_boxes ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.small_boxes ul li{
    max-width: 200px;
    width: 100%;
    position: relative;
}
.small_boxes ul li:not(:last-child){
    margin-right: 60px;
}
.small_boxes ul li input[type="checkbox"]{
  opacity: 0;
  position: fixed;
  width: 0;
}
.small_boxes ul li label{
    cursor: pointer;
    background: #fff;
    box-shadow: 0px 3px 20px rgb(0 0 0 / 5%);
    border-radius: 20px;
    display: block;
    padding: 20px 20px;
    transition: transform .4s ease;
    height: 100%;
    text-align: center;
}
.small_boxes ul li:nth-child(1) label img{
    width: 50px;
}
.small_boxes ul li:nth-child(2) label img{
    width: 60px;
}
.small_boxes ul li:nth-child(3) label img{
    width: 70px;
}
.small_boxes ul li input[type="checkbox"]:checked + label,
.small_boxes ul li label:hover {
    background: #0A73A2;
    color: #fff;
}
.small_boxes ul li label span{
    display: block;
    margin-top: 35px;
}
.small_boxes ul li label span.sm_text{
    display: block;
    font-size: 11px;
    margin-top: 5px;
}
.small_boxes ul li input[type="checkbox"]:checked + label img,
.small_boxes ul li label:hover img{
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    opacity: 1;
}
.unselect_box{
    background: #fff;
    width: 40px;
    height: 40px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    top: -15px;
    right: -20px;
    cursor: pointer;
    box-shadow: 0px 1px 20px rgb(0 0 0 / 8%);
    font-size: 20px;
    color: #9CABC4;
}
.earlist_pickup{
    font-size: 24px;
}
.earlist_pickup svg{
    margin-right: 20px;
}
.earlist_pickup span{
    color: #FC6D4C;
}
.customer_note{
    margin: 50px 0;
    display: flex;
    align-items: center;
    background: #FFFAF0;
    padding: 10px 20px;
    max-width: max-content;
}
.customer_note img{
    margin-right: 30px;
}
.customer_note i{
    color: #FC6D4C;
    line-height: 0;
    margin-right: 20px;
}
.delivery_option{
    margin: 50px 0;
}
.delivery_option ul{
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.delivery_option ul li:not(:last-child){
    margin-right: 0;
    margin-bottom: 30px;
}
.form-check-input{
    width: 1.5em;
    height: 1.5em;
    margin-right: 15px;
    margin-top: 0;
    background-color: #EBF3FA;
    border: 1px solid #EBF3FA;
}
.form-check-input:checked {
    background-color: #0A73A2;
    border-color: #0A73A2;
}
.note_one{
    font-size: 20px;
    margin: 30px 0;
}
.note_one svg{
    margin-right: 20px;
}
.services_notification{
    color: #FC6D4C;
    font-size: 20px;
}
.drycleaning_items{
    margin-bottom: 80px;
    display: none;
}
.item_col{
    cursor: pointer;
    background: #fff;
    box-shadow: 0px 3px 20px rgb(0 0 0 / 5%);
    border-radius: 20px;
    display: block;
    padding: 30px 15px;
    transition: transform .4s ease;
    text-align: center;
    margin: 20px 10px;
    position: relative;
}
.item_img{
    margin-bottom: 40px;
}
.item_img img{
    height: 100px;
    object-fit: contain;
    filter: opacity(0.5);
}
.item_col.active .item_img img{
    filter: opacity(1);
}
.item_col_content{}
.item_col_content ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.item_col_content ul li{
    font-size: 20px;
}
.count_btn{
    width: 35px;
    height: 35px;
    line-height: 45px;
    border-radius: 50%;
    border: none;
    font-size: 24px;
    background: #fff;
    visibility: hidden;
}
.item_col_content .count_btn{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.item_col_content .count_btn.decrement {
    left: 10px;
}
.item_col_content .count_btn.increment {
    right: 10px;
}
.item_count{
    width: 40px;
    text-align: center;
    border: none;
    vertical-align: baseline;
    background: transparent;
    display: none;
}
.item_col.active{
    background: #EBF3FA;
}
.item_col:hover .item_img img,
.item_col.active .item_img img{
    filter: initial;
}
.item_col.active .count_btn{
    visibility: visible;
}
.item_col.active .item_count{
    display: inline-flex;
}
.date_time{
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
.date_slots{
    margin-right: 50px;
    width: 70%;
}
.date_slots_wraper{
    background: #fff;
    box-shadow: 0px 3px 20px rgb(0 0 0 / 5%);
    border-radius: 20px;
    padding: 10px 10px;
}
.date_slots ul{
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 15px;
    -webkit-overflow-scrolling: touch;
}
.date_slots ul li{
    text-align: center;
    cursor: pointer;
    border-radius: 8px;
    padding: 5px 10px;
    display: inline-block;
    width: 12%;
}
.date_slots ul li span{
    display: block;
}
.date_slots ul li span:first-child{
    color: #9CABC4;
    font-size: 24px;
    margin-bottom: 50px;
}
.date_slots ul li span:last-child{
    font-size: 32px;
}
.date_slots ul li.active{
    color: #fff;
    background: #FC6D4C;
}
.date_slots ul li.active span:first-child{
    color: #fff;
}
.time_slots{
    max-width: 260px;
    width: 100%;
    position: relative;
}
.same_day_delivery{
    /*position: absolute;
    top: -60px;*/
    width: 100%;
}
.same_day_delivery button{
    width: 100%;
    background: #0A73A2;
    border: none;
    color: #fff;
    border-radius: 50px;
    padding: 12px 0;
}
.time_slots ul{
    background: #fff;
    box-shadow: 0px 3px 20px rgb(0 0 0 / 5%);
    border-radius: 20px;
    padding: 10px 10px;
}
.time_slots ul li{
    text-align: center;
    font-size: 28px;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 8px;
    padding: 5px 10px;
}
.time_slots ul li span{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.time_slots ul li span:nth-child(1){
    width: 60px;
}
.time_slots ul li span:nth-child(2){
    margin: 0 15px;
    background: #9CABC4;
    width: 15px;
    height: 1px;
}
.time_slots ul li span:nth-child(3){
    width: 60px;
}
.time_slots ul li em{
    color: #9CABC4;
    font-size: 14px;
    font-style: normal;
    margin-left: 5px;
}
.time_slots ul li:not(:last-child){
    margin-bottom: 40px;
}
.time_slots ul li.active{
    color: #fff;
    background: #FC6D4C;
}
.time_slots ul li.active em{
    color: #fff;
}
.time_slots ul li.active span:nth-child(2){
    background: #fff;
}
.date_slots ul::-webkit-scrollbar {
    height: 8px;
}
.date_slots ul::-webkit-scrollbar-track {
    border-radius: 50px;
    background: #EBF3FA;
}
.date_slots ul::-webkit-scrollbar-thumb {
    background: #FC6D4C;
    border-radius: 50px;
}
.order_btns{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.order_btns button{
    margin-right: 30px;
    background: transparent;
    border: none;
}

/*Cart*/
.cart_note{
    margin: 0 0 80px;
    align-items: flex-start;
}
.cart_holder{
    padding-right: 50px;
}
.cart_row:not(:last-child){
    margin-bottom: 80px;
}
.cart_row h2{
    font-size: 32px;
    margin-bottom: 25px;
    font-family:'Gerbera-Bold';
}
.cart_item:not(:last-child){
    margin-bottom: 40px;
}
.cart_item{
    background: #fff;
    box-shadow: 0px 3px 30px rgb(0 0 0 / 5%);
    border-radius: 15px;
    padding: 20px 30px;
}
.cart_item ul{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.cart_item ul li:nth-child(1){
    width: 45%;
}
.cart_item ul li:nth-child(2){
    width: 25%;
}
.cart_item ul li:nth-child(3){
    width: 15%;
}
.cart_item ul li:nth-child(4){
    width: 5%;
}
.cart_item ul li{
    display: flex;
}
.cart_item ul li h3{
    font-size: 22px;
}
.cart_item ul li select{
    width: auto;
    margin: 0 auto;
}
.cart_item ul li span{
    color: #9CABC4;
    font-size: 16px;
}
.cart_item ul li strong{
    font-family:'Gerbera-Bold';
    font-size: 22px;
}
.cart_item ul li button{
    background: transparent;
    border: none;
}
.cart_item ul li button svg{
    width: 24px;
}
.cart_item:hover ul li button svg path{
    fill: #F1212F;
}
.cart_item ul li .count_btn{
    visibility: visible;
    height: auto;
    line-height: 1;
    width: auto;
}
.cart_item ul li .item_count{
    display: inline-block;
    border: 1px solid #DCDCDC;
    border-radius: 5px;
    padding: 8px 0;
    width: 50px;
    margin: 0 10px;
}
.customer_notes textarea{
    background: #EBF3FA;
    border-radius: 15px;
    border: none;
    resize: none;
    width: 100%;
    min-height: 200px;
    padding: 20px;
}
.payment_holder{
    background: #0A73A2;
    border-radius: 25px;
    padding: 25px;
}
.payment_holder h2{
    color: #fff;
    font-size: 28px;
    margin-bottom: 50px;
}
.form_group{
    margin-bottom: 25px;
}
.payment_holder label{
    display: block;
    color: #fff;
    font-size: 16px;
    margin-bottom: 5px;
}
.payment_holder input[type="text"],
.payment_holder textarea{
    width: 100%;
    border-radius: 10px;
    padding: 14px 15px;
    border: none;
    color: #fff;
    background: rgb(255 255 255 / 14%);
}
.payment_holder textarea{
    resize: none;
    display: none;
}
.payment_holder ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #0D6085;
}
.payment_holder ::-moz-placeholder { /* Firefox 19+ */
    color: #0D6085;
}
.payment_holder :-ms-input-placeholder { /* IE 10+ */
    color: #0D6085;
}
.payment_holder :-moz-placeholder { /* Firefox 18- */
    color: #0D6085;
}
.card_date_cvv{
    display: flex;
    justify-content: space-between;
}
.card_date_cvv .form_group:first-child{
    margin-right: 20px;
}
.payment_holder hr{
    border-top: 1px solid #02577D;
}
.payment_holder .location_field{
    background: rgb(255 255 255 / 14%) url(../images/location.svg) no-repeat !important;
    background-position: 15px 15px !important;
    padding-left: 50px !important;
}
.pick_drop_option{
    margin: 20px 0;
}
.pick_drop_option ul li{
    display: flex;
    width: 100%;
}
.pick_drop_option ul li:not(:last-child){
    margin-bottom: 20px;
}
.pick_drop_option ul li label{
    display: inline-block;
    font-size: 14px;
    margin-bottom: 0;
}
.pick_drop_option .form-check-input{
    background-color: #fff;
    border-color: #fff;
    width: 1.2em;
    height: 1.2em;
    margin-right: 10px;
    margin-top: 2px;
}
.pick_drop_option .form-check-input:checked[type=radio]{
    background-color: #FC6D4C;
    border-color: #FC6D4C;
}
.payment_detail{
    margin-top: 80px;
}
.payment_detail ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    color: #fff;
}
.payment_detail ul li:not(:last-child){
    margin-bottom: 20px;
}
.payment_detail ul li:last-child{
    font-size: 28px;
}
.checkout_btn{
    margin-top: 40px;
}
.checkout_btn .primary_button{
    width: 100%;
}
.checkout_btn .primary_button:hover{
    color: #2B3135;
    background: #fff;
}

/*Dashboard*/
.dashboard_wraper{
    padding: 250px 0 250px;
}
/*Sidebar Menu*/
.menu_sidebar{
    background: #fff;
    box-shadow: 0px 3px 30px rgb(0 0 0 / 5%);
    border-radius: 15px;
    padding: 25px 25px;
    margin-right: 30px;
}
.menu_sidebar ul li{
    border-radius: 10px;
    position: relative;
}
.menu_sidebar ul li:not(:last-child){
    margin-bottom: 30px;
}
.menu_sidebar ul li a{
    display: flex;
    font-size: 20px;
    color: #9CABC4;
}
.menu_sidebar ul li a:hover,
.menu_sidebar ul li a.active{
    color: #2B3135;
}
.menu_sidebar ul li a img{
    margin-right: 25px;
    width: 26px;
}
.menu_sidebar ul li a:hover img,
.menu_sidebar ul li a.active img{
    filter: brightness(0.5);
}
.statistics_holder{
    margin-bottom: 40px;
}
.stat_col{
    background: #0A73A2;
    border-radius: 15px;
    padding: 15px 15px;
    color: #fff;
}
.stat_col_top{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.stat_col_icon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px;
    background: #04577D;
}
.stat_col_icon svg{
    width: 20px;
    height: 20px;
}
.stat_col_top h5{
    font-size: 16px;
}
.stat_col h2{
    font-size: 42px;
    line-height: 1;
    font-family:'Gerbera-Bold';
    margin-left: 60px;
}
.dashboard_card{
    background: #fff;
    box-shadow: 0px 3px 30px rgb(0 0 0 / 5%);
    border-radius: 15px;
    padding: 25px 25px;
}
.dashboard_card h2{
    font-size: 36px;
    font-family:'Gerbera-Bold';
    margin-bottom: 50px;
}
.dashboard_card table thead{
    border-bottom: 1px solid #D8D8D8;
}
.dashboard_card table thead tr th{
    color: #9CABC4;
    font-family:'Gerbera-Medium';
    font-weight: normal;
    font-size: 20px;
}
.dashboard_card table tbody tr td{
    border-bottom: 1px solid #E3E3E3;
    vertical-align: middle;
    padding: .9rem .5rem;
}
.dashboard_card table tbody tr:first-child td{
    padding-bottom: 2rem;
    border-bottom: none;
}
.dashboard_card table tbody tr td a.table_action{
    background: #EBF3FA;
    width: 40px;
    height: 40px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    margin: 0 2px;
}
.dashboard_card table tbody tr td a.table_action:hover{
    background: #0A73A2;
}
.dashboard_card table tbody tr td a.table_action:hover img{
    filter: invert(1);
}
.requested_order{
    color: #EB5837;
}
.completed_order{
    color: #05A22F;
}
.cancelled_order{
    color: #EB052C;
}
.processed_order{
    color: #0A73A2;
}
.order_detail{
    margin-bottom: 80px;
}
.order_detail ul{
    display: flex;
    flex-wrap: wrap;
}
.order_detail ul li{
    width: 45%;
    margin: 0 50px 50px 0;
    display: flex;
}
.order_detail ul li span:first-child{
    color: #9CABC4;
    font-family:'Gerbera-Medium';
    width: 250px;
}
.order_detail ul li span:last-child{
    font-family:'Gerbera-Bold';
    width: 100%;
}
.order_items .cart_row h2{
    font-size: 28px;
    margin-bottom: 20px;
}
.order_items .cart_item ul li h3,
.order_items .cart_item ul li strong{
    font-size: 20px;
}
.order_buttons{
    margin: 60px 0 30px;
    text-align: right;
}
.order_buttons .button{
    min-width: 180px;
    margin-left: 20px;
}
.add_product{
    text-align: right;
}
.add_product a{
    color: #FC6D4C;
    font-size: 20px;
    font-family:'Gerbera-Medium';
}
.add_product a i{
    line-height: 1;
    vertical-align: middle;
}
.schedule_row{
    margin-bottom: 50px;
    border-bottom: 1px solid #EBF3FA;
}
.schedule_row h3{
    font-size: 28px;
    font-family:'Gerbera-Bold';
    margin-bottom: 50px;
}
.schedule_content{
    margin: 0 0 60px 40px;
}
.schedule_content h4{
    font-size: 26px;
    margin-bottom: 8px;
}
.schedule_content h5{
    color: #9CABC4;
    font-size: 16px;
}
.schedule_value{
    display: flex;
    align-items: center;
}
.schedule_value input[type="text"]{
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    text-align: center;
    width: 80px;
    padding: 18px 5px;
    font-size: 22px;
    margin: 0 20px;
}
.schedule_value span{
    color: #9CABC4;
    font-size: 22px;
}
.account_form{
    margin-top: 100px;
}
.account_form label{
    display: block;
    font-family:'Gerbera-Bold';
    margin-bottom: 5px;
}
.account_form input[type="text"],
.account_form input[type="email"],
.account_form input[type="password"]{
    border: 1px solid #DCDCDC;
    border-radius: 10px;
    padding: 15px 15px;
    width: 100%;
}
.update_password{
    margin: 30px 0;
}
.update_password h3{
    font-size: 24px;
    font-family: 'Gerbera-Medium';
    margin-bottom: 30px;
}

/*Delete Modal*/
.modal-content{
    border: 1px solid #fff;
    border-radius: 20px;
}
.modal_content{
    text-align: center;
    padding: 30px 30px;
}
.modal_content h2{
    font-size: 28px;
    margin-bottom: 50px;
}
.modal_content p{
    font-size: 18px;
}
.modal_buttons{
    margin-top: 50px;
}
.modal_buttons .button{
    margin: 0 5px;
}
.close_modal{
    position: absolute;
    right: 20px;
}
.close_modal button{
    background: transparent;
    border: none;
    font-size: 32px;
    line-height: 1;
}
.terms_holder .form_group{
    margin-bottom: 40px;
}
.terms_holder h3{
    font-size: 24px;
    font-family:'Gerbera-Bold';
    margin-bottom: 30px;
}
.terms_holder p{
    color: #9CABC4;
    margin-bottom: 20px;
}
.terms_holder p a,
.terms_holder ul li a{
    color: #FC6D4C;
}
.terms_holder h4{
    margin-bottom: 15px;
    font-family: 'Gerbera-Bold';
}
.terms_holder ul{
    margin: 20px 0;
    list-style: disc;
    padding-left: 30px;
}
.terms_holder ul li{
    color: #9CABC4;
}
.terms_holder ul li:not(:last-child){
    margin-bottom: 15px;
}
.terms_holder ul li::marker{
    color: #9CABC4;
}
.password_hint{
    display: block;
    color: #9CABC4;
    margin-top: 20px;
    font-size: 14px;
}
.dry_cleaning_wraper,
.tailoring_wraper{
    display: none;
}
.error_message{
    font-size: 12px;
    margin: 5px 0 10px 10px;
    color: #ea0f0f;
}
.sucess_message{
    font-size: 12px;
    margin: 5px 0 0 10px;
    color: #00c300;
}
.modal_content .item_col_content{
    text-align: center;
}
.modal_content .item_col_content span{
    color: #FC6D4C;
}
.modal_content .item_col_content ul{
    justify-content: center;
}
.payment_holder .agree_text {
    color: #ffffff;
    font-size: 14px;
}
.show_cleaned{
    max-height: 900px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 20px;
    padding-right: 20px;
}
.my_tailored{
    max-height: 900px;
    overflow-y: scroll;
    overflow-x: hidden;
    margin-bottom: 20px;
    padding-right: 20px;
}
.disable_layer{
    background: rgb(255 255 255 / 70%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    border-radius: 15px;
}
.disable_timeslot_row{
    color:#9CABC4;
}
.order_col{
    margin-bottom: 80px; 
}
.privacy_table{
    margin: 20px 0;
}
.privacy_table table th,
.privacy_table table td{
    border: 1px solid #dee2e6;
    padding: 8px 10px;
    vertical-align: middle;
}
.delivery_option ul li label{
    width: 93%;
}
.customer_note ul li:not(:last-child){
    margin-bottom: 15px;
    line-height: 1;
}
.cart_holder .item_col_content ul{
    justify-content: center;
}
.cart_holder .item_col_content ul li {
    font-size: 14px;
    word-break: break-word;
}
.cart_holder .item_col{
    min-height: 130px;
}
.order_form .delivery_option ul{
    flex-direction: row;
}
.bottom_space{
    margin-bottom: 100px;
}
.my_billing label{
    display: inline-block;
}
.my_billing .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.show_cleaned::-webkit-scrollbar,
.my_tailored::-webkit-scrollbar {
    width: 8px;
}
.show_cleaned::-webkit-scrollbar-track,
.my_tailored::-webkit-scrollbar-track {
    border-radius: 50px;
    background: #EBF3FA;
}
.show_cleaned::-webkit-scrollbar-thumb,
.my_tailored::-webkit-scrollbar-thumb {
    background: #FC6D4C;
    border-radius: 50px;
}
.payment_holder .my_billing .form-check-label{
    width: 94%;
}
.cart_holder .cart_row .my_tailored{
    max-height: 400px;
}



/*Media Queries*/
@media screen and (max-width: 1680px){
    .container_large{
        max-width: 1480px;
    }
    .home_banner{
        height: 700px;
    }
    .banner_img img{
        max-width: 800px;
    }
    header:before{
        width: 520px;
        height: 205px;
    }
    .delivery_van img{
        max-width: 800px;
    }
    .men_holding_cloths img{
        max-width: 750px;
    }
    .section_heading h2 {
        font-size: 52px;
    }
    .order_col h2{
        font-size: 24px;
    }
}
@media screen and (max-width:1440px){
    .container_large {
        max-width: 1280px;
    }
    .home_banner{
        height: 800px;
    }
    .banner_img img {
        max-width: 750px;
    }
    .home_banner_content{
        max-width: 700px;
    }
    .home_banner_content h1{
        font-size: 56px;
    }
    .home_banner_content h2{
        font-size: 28px;
    }
    .home_banner_content p {
        font-size: 24px;
    }
    .area_input{
        max-width: 480px;
    }
    .how_we_work_col h2{
        font-size: 28px;
    }
    .pricing_column h2{
        font-size: 36px;
    }
    .pricing_column{
        margin: 0 10px;
        padding: 50px 30px;
    }
    .pricing_column ul li{
        font-size: 18px;
    }
    .pricing_column ul li:before{
        width: 20px;
        height: 17px;
    }
    .service_price{
        font-size: 30px;
    }
    .section_heading h2 {
        font-size: 52px;
    }
    .section_heading h4{
        font-size: 22px;
    }
    .section_heading h3{
        font-size: 20px;
    }
    .mailing_list{
        padding: 100px 0 200px;
    }
    .mailing_list_content {
        max-width: 550px;
    }
    .mailing_list_content h2{
        font-size: 52px;
    }
    .mailing_list_content p {
        font-size: 18px;
    }
    .delivery_van img{
        max-width: 700px;
    }
    .men_holding_cloths{
        top: 200px;
    }
    .men_holding_cloths img{
        max-width: 600px;
    }
    footer:before{
        top: -125px;
        height: 130px;
    }
    .inner_banner{
        padding: 220px 0px 50px;
    }
    .inner_banner_content h1 {
        font-size: 52px;
    }
    .item_col_content ul li {
        font-size: 18px;
    }
    .item_count{
        width: 30px;
    }
    .stat_col_top h5 {
        font-size: 14px;
    }
    .stat_col h2{
        font-size: 36px;
    }
    .menu_sidebar ul li a img{
        margin-right: 15px;
    }
    .menu_sidebar ul li a{
        font-size: 18px;
    }
    .order_detail ul li{
        width: 44%;
    }
}
@media screen and (max-width:1280px){
    .container_large {
        max-width: 1170px;
    }
    .navbar-nav li a{
        font-size: 1rem;
    }
    .home_banner {
        height: 700px;
    }
    .banner_img img {
        max-width: 750px;
    }
    .home_banner_content h1 {
        font-size: 48px;
    }
    .home_banner_content h2 {
        font-size: 26px;
    }
    .home_banner_content p {
        font-size: 22px;
    }
    .how_we_work_col{
        margin: 0 5px;
    }
    .how_we_work_col_icon img {
        width: 80px;
        height: 80px;
    }
    .how_we_work_col h2 {
        font-size: 24px;
    }
    .how_we_work_col p{
        font-size: 15px;
    }
    .pricing_services {
        padding: 50px 0;
    }
    .section_heading h2 {
        font-size: 42px;
    }
    .section_heading h4 {
        font-size: 20px;
    }
    .pricing_column{
        padding: 30px 30px;
    }
    .pricing_column_icon{
        width: 140px;
        height: 140px;
        line-height: 140px;
    }
    .pricing_column h2 {
        font-size: 32px;
    }
    .pricing_column ul li{
        padding-left: 50px;
        min-height: 50px;
    }
    .service_price{
        font-size: 26px;
        padding-top: 30px;
    }
    .order_now{
        margin: 50px auto 0;
    }
    .faq_img {
        margin-left: 0px;
    }
    .faq_img img{
        max-width: 500px;
    }
    .accordion-button{
        font-size: 22px;
    }
    .delivery_van img {
        max-width: 600px;
    }
    .mailing_list {
        padding: 50px 0 200px;
    }
    .mailing_list_content {
        max-width: 500px;
    }
    .mailing_list_content h2 {
        font-size: 42px;
    }
    .mailing_list_content p {
        font-size: 16px;
    }
    footer:before{
        height: 110px;
        top: -106px;
    }
    header:before{
        width: 500px;
        height: 200px;
    }
    .login_holder{
        max-width: 600px;
    }
    .account_wraper{
        padding: 200px 0px 200px;
    }
    .inner_banner {
        padding: 200px 0px 30px;
    }
    .order_col h2{
        font-size: 24px;
    }
    .default_wraper {
        padding: 80px 0 150px;
    }
    .note_one{
        font-size: 16px;
    }
    .customer_note{
        font-size: 14px;
    }
    .earlist_pickup {
        font-size: 20px;
    }
    .services_notification{
        font-size: 16px;
    }
    .count_btn{
        width: 30px;
        height: 30px;
        line-height: 33px;
        font-size: 20px;
    }
    .item_col_content ul li {
        font-size: 16px;
    }
    .date_slots ul li span:first-child{
        font-size: 18px;
    }
    .date_slots ul li span:last-child{
        font-size: 26px;
    }
    .time_slots ul li{
        font-size: 24px;
    }
    .inner_banner:before{
        width: 130px;
        height: 205px;
    }
    .dashboard_wraper {
        padding: 200px 0 200px;
    }
    .stat_col_icon{
        margin-right: 10px;
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .stat_col_icon img{
        width: 16px;
    }
    .stat_col_top h5 {
        font-size: 13px;
    }
    .stat_col h2{
        margin-left: 45px;
    }
    .menu_sidebar{
        margin-right: 10px;
        padding: 20px 20px;
    }
    .menu_sidebar ul li a img{
        width: 20px;
    }
    .menu_sidebar ul li a {
        font-size: 16px;
    }
    .dashboard_card h2{
        font-size: 32px;
    }
    .dashboard_card table thead tr th{
        font-size: 18px;
    }
    .schedule_row h3{
        font-size: 24px;
        margin-bottom: 40px;
    }
    .schedule_content h4{
        font-size: 22px;
    }
    .schedule_content h5{
        font-size: 14px;
    }
    .schedule_value input[type="text"]{
        padding: 14px 5px;
        font-size: 20px;
    }
    .schedule_content {
        margin: 0 0 40px 40px;
    }
    .order_detail ul li{
        margin: 0 40px 50px 0;
    }
}
@media screen and (max-width:1040px){
    .container_large,
    .container{
        max-width: 960px;
        padding: 0 30px;
    }
    .banner_img img {
        max-width: 650px;
    }
    .pricing_column {
        padding: 20px 20px;
        margin: 30px 10px;
    }
    .pricing_column_icon {
        width: 120px;
        height: 120px;
        line-height: 120px;
    }
    .pricing_column_icon img{
        height: 60px;
    }
    .pricing_column ul li:before {
        width: 12px;
        height: 12px;
    }
    .pricing_column ul li {
        font-size: 16px;
        padding-left: 30px;
        min-height: 50px;
    }
    .pricing_column ul {
        margin: 40px 0;
    }
    .service_price {
        font-size: 20px;
        padding-top: 20px;
    }
    .faq_img img {
        max-width: 400px;
    }
    .section_heading{
        margin-bottom: 60px;
    }
    .footer_column h2{
        font-size: 18px;
    }
    .delivery_van img {
        max-width: 400px;
    }
    .mailing_list {
        padding: 50px 0 120px;
    }
    .navbar-nav li{
        padding: 0 10px;
    }
    .navbar-brand{
        padding-right: 30px;
    }
    .login_holder {
        max-width: 500px;
    }
    .men_holding_cloths img {
        max-width: 500px;
    }
    .note_one {
        font-size: 14px;
    }
    .item_img img{
        width: 80px;
    }
    .time_slots{
        max-width: 200px;
    }
    .item_col{
        padding: 20px 10px;
        margin: 15px 5px;
    }
    .item_img {
        margin-bottom: 20px;
    }
    .count_btn{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .count_btn.decrement{
        left: 10px;
    }
    .count_btn.increment{
        right: 10px;
    }
    .cart_item ul li .count_btn{
        position: initial;
        transform: translateY(0);
    }
    .payment_holder input[type="text"], 
    .payment_holder textarea{
        padding: 10px 15px;
    }
    .payment_detail ul li{
        font-size: 18px;
    }
    .payment_detail ul li:last-child {
        font-size: 24px;
    }
    .payment_holder{
        padding: 25px 15px;
    }
    .pick_drop_option ul li:not(:last-child) {
        margin-right: 10px;
    }
    .menu_sidebar {
        margin-right: 0px;
        padding: 15px 15px;
    }
    .menu_sidebar ul li a img {
        margin-right: 10px;
    }
    .menu_sidebar ul li a {
        font-size: 14px;
    }
    .stat_col{
        padding: 15px 10px;
    }
    .stat_col_top h5 {
        font-size: 12px;
    }
    .order_detail ul li {
        margin: 0 30px 30px 0;
    }
    .order_detail {
        margin-bottom: 50px;
    }
    .date_slots{
        width: 72%;
    }
    .same_day_delivery button{
        font-size: 14px;
    }
    .order_col h2 {
        font-size: 22px;
    }
    .payment_holder .my_billing .form-check-label {
        width: 90%;
    }
}
@media screen and (max-width:991px){
    .top_right{
        right: 100px;
    }
    .toggler-icon{
        display: block;
        background: #2B3135;
        width: 40px;
        height: 3px;
        margin: 10px 0 10px auto;
    }
    .navbar-toggler .toggler-icon:nth-child(2){
        width: 30px;

    }
    .navbar-toggler .toggler-icon:nth-child(3){
        width: 20px;
    }
    .navbar-toggler:focus{
        box-shadow: none;
    }
    .navbar-brand{
        border-right: none;
        padding-right: 0;
    }
    header:before{
        left: -180px;
    }
    .navbar-nav li{
        padding: 15px 0;
    }
    .navbar-nav{
        margin-top: 30px;
    }
    .navbar-collapse{
        background: #fff;
    }
    .banner_img{
        right: -150px;
    }
    .banner_img img {
        max-width: 600px;
    }
    .home_banner {
        height: 650px;
    }
    .services_area {
        margin-top: 50px;
    }
    .reviews_title {
        font-size: 30px;
    }
    .reviews_logo ul li:not(:last-child){
        margin-right: 30px;
    }
    .reviews_logo ul li img {
        width: 100px;
    }
    .how_we_work{
        padding: 40px 0;
    }
    .section_heading h2 {
        font-size: 36px;
    }
    .how_we_work_col {
        margin: 0 0px;
        padding: 20px 15px;
    }
    .how_we_work_col_icon img {
        width: 60px;
        height: 60px;
    }
    .how_we_work_col h2 {
        font-size: 18px;
    }
    .how_we_work_col p {
        font-size: 14px;
        line-height: 24px;
    }
    .faq_img,
    .delivery_van{
        display: none;
    }
    footer:before {
        height: 80px;
        top: -75px;
    }
    .mailing_list_content {
        max-width: 100%;
        text-align: center;
    }
    .mailing_list_content .area_input{
        margin: 60px auto 0;
    }
    .footer_column h2 {
        font-size: 15px;
    }
    .footer_column p svg{
        margin-right: 15px;
        width: 20px;
    }
    .footer_column,
    .copyright{
        font-size: 14px;
    }
    .pricing_column{
        padding: 20px 35px;
    }
    .men_holding_cloths{
        display: none;
    }
    .login_holder {
        max-width: 100%;
    }
    .account_wraper {
        padding: 200px 0px 150px;
    }
    .inner_banner {
        padding: 160px 0px 30px;
    }
    .inner_banner_content h1 {
        font-size: 36px;
    }
    .default_wraper {
        padding: 50px 0 100px;
    }
    .order_col h2 {
        font-size: 24px;
    }
    .small_boxes ul li:nth-child(1) label img {
        width: 30px;
    }
    .small_boxes ul li:nth-child(2) label img {
        width: 35px;
    }
    .small_boxes ul li:nth-child(3) label img {
        width: 40px;
    }
    .small_boxes ul li:not(:last-child) {
        margin-right: 30px;
    }
    .unselect_box{
        width: 30px;
        height: 30px;
        line-height: 35px;
        font-size: 16px;
        top: -10px;
        right: -10px;
    }
    .small_boxes ul li label span.sm_text{
        font-size: 10px;
    }
    .order_col {
        margin-bottom: 70px;
    }
    .time_slots {
        max-width: 180px;
    }
    .date_slots{
        margin-right: 30px;
    }
    .time_slots ul li {
        font-size: 20px;
    }
    .date_slots ul li span:first-child {
        font-size: 16px;
    }
    .date_slots ul li span:last-child {
        font-size: 20px;
    }
    .cart_holder{
        padding-right: 0;
        margin-bottom: 50px;
    }
    .card_date_cvv .form_group:first-child{
        width: 100%;
    }
    .payment_holder{
        margin-bottom: 80px;
    }
    .cart_row h2{
        font-size: 26px;
    }
    .cart_item ul li h3,
    .cart_item ul li strong{
        font-size: 18px;
    }
    .dashboard_wraper {
        padding: 170px 0 170px;
    }
    .menu_sidebar{
        margin-bottom: 40px;
    }
    .stat_col{
        margin-bottom: 20px;
    }
    .stat_col_top h5 {
        font-size: 16px;
    }
    .statistics_holder {
        margin-bottom: 20px;
    }
    .schedule_content {
        margin: 0 0 40px 20px;
    }
    .order_detail ul li{
        font-size: 14px;
    }
    .date_slots {
        width: 70%;
    }
    .date_slots ul li{
        width: 15%;
    }
}
@media screen and (max-width:767px){
    .container_large, .container{
        padding: 0 15px;
    }
    .banner_img{
        display: none;
    }
    .get_reviews .container{
        flex-direction: column;
    }
    .login_links a{
        font-size: 14px;
        padding: 10px 0;
        margin-left: 20px;
    }
    .login_links a:last-child{
        min-width: 100px;
    }
    .logo {
        width: 80px;
    }
    .top_right {
        right: 70px;
        top: 10px;
    }
    .toggler-icon{
        width: 35px;
        height: 2px;
        margin: 8px 0 8px auto;
    }
    .home_banner_content {
        max-width: 100%;
        position: static;
        top: 0;
        transform: translateY(0);
    }
    .home_banner_content h2 {
        font-size: 22px;
    }
    .home_banner_content h1 {
        font-size: 30px;
    }
    .home_banner_content p {
        font-size: 18px;
    }
    .services_area {
        margin-top: 40px;
    }
    .services_area h4 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .area_input button{
        font-size: 16px;
        padding: 10px 0;
        min-width: 130px;
    }
    .home_banner {
        height: auto;
        padding: 180px 0 100px;
    }
    .reviews_title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .reviews_logo ul li img {
        width: 80px;
    }
    .get_reviews{
        padding: 15px 0;
    }
    .section_heading h4 {
        font-size: 18px;
    }
    .section_heading h2 {
        font-size: 32px;
    }
    .how_we_work_col{
        padding: 30px 30px;
        height: auto;
        margin-bottom: 30px;
    }
    .faqs{
        padding: 40px 0;
    }
    .accordion-button {
        font-size: 18px;
    }
    .accordion-body{
        font-size: 14px;
    }
    .accordion-button::after,
    .accordion-button:not(.collapsed)::after{
        background-size: .7rem;
    }
    .view_all {
        margin-top: 30px;
    }
    .view_all a{
        font-size: 16px;
    }
    .view_all a img{
        width: 7px;
        margin-left: 10px;
    }
    .mailing_list_content h2 {
        font-size: 32px;
    }
    .mailing_list_content p {
        font-size: 14px;
    }
    footer:before {
        height: 40px;
        top: -40px;
    }
    .copyright,
    .payment_logos{
        text-align: center;
        margin: 5px 0;
    }
    .footer_column h2{
        margin: 40px 0 30px;
    }
    footer{
        padding: 40px 0;
    }
    .login_holder h4{
        font-size: 18px;
    }
    .login_holder h1{
        font-size: 28px;
        margin-bottom: 3rem;
    }
    .form_holder button{
        font-size: 18px;
        width: 150px;
    }
    .agree_text{
        font-size: 14px;
    }
    .button_holder span a {
        font-size: 22px;
    }
    .account_wraper {
        padding: 160px 0px 100px;
    }
    .navbar-nav li {
        padding: 10px 0;
    }
    .navbar-nav li a{
        font-size: 1rem;
    }
    .inner_banner_content h1 {
        font-size: 24px;
    }
    .order_col h2 {
        font-size: 20px;
    }
    .small_boxes ul li{
        max-width: 100px;
    }
    .small_boxes ul li:not(:last-child) {
        margin-right: 15px;
    }
    .small_boxes ul li label{
        border-radius: 10px;
        padding: 10px 10px;
    }
    .small_boxes ul li:nth-child(1) label img {
        width: 25px;
    }
    .small_boxes ul li:nth-child(2) label img {
        width: 30px;
    }
    .unselect_box{
        width: 25px;
        height: 25px;
        line-height: 30px;
        font-size: 14px;
        right: -5px;
    }
    .small_boxes ul li:nth-child(3) label img {
        width: 35px;
    }
    .small_boxes ul li label span.sm_text{
        display: none;
    }
    .small_boxes ul li label span{
        font-size: 12px;
        margin-top: 20px;
    }
    .earlist_pickup {
        font-size: 14px;
    }
    .order_col {
        margin-bottom: 50px;
    }
    .customer_note {
        font-size: 12px;
    }
    .customer_note{
        align-items: flex-start;
    }
    .customer_note img{
        width: 20px;
    }
    .delivery_option ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 20px;
    }
    .delivery_option ul{
        font-size: 14px;
        flex-direction: column;
    }
    .order_form .delivery_option ul {
        flex-direction: column;
    }
    .order_col .form-check label{
        width: 95%;
    }
    .note_one {
        font-size: 12px;
    }
    .services_notification {
        font-size: 12px;
    }
    .item_img img {
        width: 60px;
    }
    .date_time {
        display: block;
    }
    .time_slots{
        max-width: 100%;
        margin-top: 30px;
    }
    .item_col{
        margin: 15px 0px; 
    }
    .item_col_content ul li {
        font-size: 14px;
    }
    .cart_row h2 {
        font-size: 22px;
    }
    .cart_item ul li .item_count{
        margin: 0 2px;
    }
    .cart_item{
        padding: 15px 15px;
    }
    .cart_item ul li h3, .cart_item ul li strong {
        font-size: 14px;
    }
    .cart_item ul li button svg {
        width: 16px;
    }
    .cart_item ul li .item_count{
        padding: 5px 0;
        width: 40px;
    }
    .cart_item ul li:nth-child(1) {
        width: 30%;
    }
    .cart_item ul li:nth-child(2) {
        width: 30%;
    }
    .cart_row:not(:last-child) {
        margin-bottom: 50px;
    }
    .customer_notes textarea{
        min-height: 140px;
    }
    .payment_holder h2{
        font-size: 24px;
    }
    .payment_holder label{
        font-size: 14px;
    }
    .payment_holder .location_field{
        background-size: 12px !important;
    }
    .stat_col {
        padding: 15px 20px;
    }
    .stat_col_icon{
        display: none;
    }
    .stat_col_top h5 {
        font-size: 13px;
    }
    .stat_col h2 {
        margin-left: 0;
        font-size: 32px;
    }
    .dashboard_card h2 {
        font-size: 24px;
    }
    .dashboard_card{
        padding: 15px 20px;
    }
    .dashboard_card table thead tr th {
        font-size: 16px;
    }
    .dashboard_card table{
        white-space: nowrap;
    }
    .dashboard_wraper {
        padding: 170px 0 120px;
    }
    .schedule_row h3 {
        font-size: 22px;
        margin-bottom: 30px;
    }
    .schedule_content {
        margin: 0 0 30px 0px;
    }
    .schedule_content h4 {
        font-size: 18px;
    }
    .schedule_content h5 {
        font-size: 12px;
    }
    .schedule_value input[type="text"] {
        padding: 12px 4px;
        font-size: 20px;
        margin: 0 15px;
        width: 70px;
    }
    .schedule_value span{
        font-size: 18px;
    }
    .schedule_row{
       margin-bottom: 30px; 
    }
    .schedule_content .row{
        align-items: center;
    }
    .order_detail ul li {
        margin: 0 0px 15px 0;
        width: 100%;
    }
    .order_items .cart_row h2{
        font-size: 24px;
    }
    .order_items .cart_item ul li h3, .order_items .cart_item ul li strong {
        font-size: 14px;
    }
    .cart_item ul li select{
        font-size: 12px;
    }
    .add_product a{
        font-size: 18px;
    }
    .order_buttons .button {
        min-width: 130px;
        margin-left: 5px;
        font-size: 14px;
    }
    .cart_item ul li button{
        padding: 0;
    }
    .modal_content{
        padding: 20px 0px;
    }
    .terms_holder h3{
        font-size: 18px;
    }
    .date_slots {
        width: 100%;
    }
    .same_day_delivery{
        position: static;
        margin-bottom: 10px;
    }
    .date_slots ul li{
        width: 20%;
    }
    .how_we_work .section_heading h4 {
        font-size: 42px;
    }
}
@media screen and (max-width:440px){
    .how_we_work .section_heading h4 {
        font-size: 32px;
    }
}