﻿body {   
    font-size: 15px;    
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background: #000;
    z-index: 9999;
    height:60px;
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
    background: #000;
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 1rem 1.25rem;
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: left;
    background-color: #f2f2f2;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
}
    .accordion-button:focus {
        box-shadow: none;
    }
    .accordion-button:not(.collapsed) {
        color: #000;       
        box-shadow: none;
         background-color: #f2f2f2;
    }
.accordion-body{
    color:#828282;
}

/* 1. Default state: Plus icon */
.accordion-button::after {
    background-image: url("/assets/images/toggle.png");
    /*  transform: rotate(0deg);*/
}

/* 2. Open state: Minus icon & remove default rotation */
.accordion-button:not(.collapsed)::after {
    background-image: url("/assets/images/toggle.png");
    transform: rotate(45deg);
}
.col1 {
    display: inline-block;
    /* width:315px;*/
    text-align: center;
}
.faq-content {
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
}

.faq-item {
    margin-bottom: 24px;
}

.privacy div {
    margin-bottom: 10px;
}

.privacy .a1 {
    font-weight: 700;
    font-size: 22px;
    margin-top: 28px;
    /* margin-bottom: 28px;*/
    color: #0c0c0c;
}

.privacy .a2 {
    /*  margin-top: 10px;*/
    margin-bottom: 10px;
}

.privacy .a3 {
    /*  margin-top: 10px;*/
    margin-bottom: 10px;
}

.privacy .a4 {
    margin-left: 24px;
}

.text-bold {
    font-weight: 700;
}
.colmnreverse {
    flex-direction:unset;
}
.border-top {
    border-top: 2px dashed #bdbdbd !important;
    margin-top: -24px;
}
.noborder-top {
    /*border-top: 2px dashed #808080 !important;*/
    margin-top: -24px;
}
#wivideo {
    background: url(/assets/img/Wash-Iron-Cover.jpg) top center;
    padding: 0;
    margin: 0;
    border-radius: 12px;
    height: 320px;
}

    #wivideo video {
        border-radius: 12px;
    }

#wfvideo {
    background: url(/assets/img/Wash-Fold-Cover.jpg) top center;
    padding: 0;
    margin: 0;
    border-radius: 12px;
    height: 320px;
}

    #wfvideo video {
        border-radius: 12px;
    }

#crvideo {
    background: url(/assets/img/bgcurtains.jpg) top center;
    padding: 0;
    margin: 0;
    border-radius: 12px;
    height: 320px;
}

    #crvideo video {
        border-radius: 12px;
    }

#cavideo {
    background: url(/assets/img/carpetfff.jpg) top center;
    padding: 0;
    margin: 0;
    border-radius: 12px;
    height: 320px;
}

    #cavideo video {
        border-radius: 12px;
    }

#irvideo {
    background: url(/assets/img/Ironing-cover.jpg) top center;
    padding: 0;
    margin: 0;
    border-radius: 12px;
    height: 320px;
}

    #irvideo video {
        border-radius: 12px;
    }

#dcvideo {
    background: url(/assets/img/DryCleaning-cover.jpg) top center;
    padding: 0;
    margin: 0;
    border-radius: 12px;
    height: 320px;
}

    #dcvideo video {
        border-radius: 12px;
    }


.border-left-m {
    border-left: 2px dashed #bdbdbd !important;
    margin-left: -46px;
    padding-left:40px;
}
.headc {
    font-size: 22px;
    font-weight: 700;
    color: #000;
}
.head-detail {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
    padding-left: 15px;
}
.headp{
    font-size:22px;
    font-weight:700;
    color:#000;
}
.headpg {
    font-size: 22px;
    font-weight: 700;
    color: #44922F;
}
.btn-green {
    border: 1px solid #8A8A8A;
    border-radius: 25px;
    background: #f2f2f2;
    color: #44922F;
    padding: 5px 30px;
    font-weight: 700;
}
.btn-homee {
    background: #2a96df;
    color: #fff;
    width: 200px;
    font-size: 16px;

    text-align: justify;
    padding: 12px;
    border-bottom: 1px solid #ccc;
}
.btn-transparent {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding: 12px 40px;
    border-radius: 50px;
    transition: 0.5s;
    background: transparent;
    color: #000;
    border: 1px solid #318AF2;
}
    .btn-transparent:hover {
        background: #318AF2;
        color: #fff;
    }

.table {
    margin: 0;
}

    .table td {
        font-size: 16px;
        color: #828282;
        font-weight: 500;
    }

    .table > :not(caption) > * > * {
        padding: 10px 0;
    }

tr:last-child td {
    border-bottom: none;
}
.whiteboxpdc-top1 {
    background-color: #fff;
    color: #000;
    border-radius: 15px;
    margin: 15px 0;
    min-height: 810px;
}
.whiteboxpdc-top {
    background-color: #fff;
    color: #000;
    border-radius: 15px;
    margin: 15px 0;
    min-height: 610px;
}
.whiteboxpdc-bottom {
    background-color: #fff;
    color: #000;
    border-radius: 15px;
    margin: 15px 0;
    min-height: 310px;
}
.whiteboxp {
    background-color: #fff;
    color: #000;
    border-radius: 15px;
    margin: 15px 0;  
    min-height: 350px;
}
.sky-box {
    background-color: #B6D0E2;
    color: #000;
    border-radius: 15px;
    margin: 15px 0;
    min-height: 350px;
    padding: 25px;
    min-height: 400px;
}
.brown-box {
    background-color: #E5E4E2;
    color: #000;
    border-radius: 15px;
    margin: 15px 0;
    min-height: 350px;
    padding: 25px;
    min-height: 400px;
}
.ltgreen-box {
    background-color: #C2E5D3;
    color: #000;
    border-radius: 15px;
    margin: 15px 0;
    min-height: 350px;
    padding: 25px;
    min-height: 400px;
}


.grayboxp {
    background-color: #f8f8f8;
    color: #000;
    border-radius: 15px 15px 0 0;
   /* min-height: 75px;*/
    padding:20px 25px;
    vertical-align:middle;
    line-height:30px;
}
.whiteboxpre {
    background-color: #fff;
   
    border-radius: 15px;
   /* margin: 10px;*/
   padding:30px 25px;
    min-height: 200px;
    text-align:center;
}
.whiteboxdel {
    background-color: #fff;
/*   color:#000;*/
    border-radius: 15px;
  /*  margin: 15px;*/
    min-height: 325px;
    padding:20px;
}
.paddl55 {
    padding-left: 55px;
}
.paddl75 {
    padding-left: 75px;
}
.paddl40{
    padding-left:40px;
}
.paddl15 {
    padding-left: 15px;
}
.paddl160 {
    padding-left: 160px;
}
.paddb18{
    padding-bottom:18px;
}
.wfheader {
    font-size: 26px;
    font-weight: 700;
}
.wfheadergray {
    font-size: 26px;
    font-weight: 700;
   
}
.headergrayitem {
    font-size: 22px;
    font-weight: 700;

}
.green22 {
    color: #44922f;
    font-size: 22px;
    font-weight: 700;
}
.wfgray {
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 300;
}



#dc {
    width: 100%;
    padding: 210px 0 0;
    z-index: 9;
    background: #fff;
   
}
    #dc h1 {
        font-size: 45px;
      
        
    }

    #dc h2 {
        font-size: 40px;
       
        
    }
#inner-top {
    width: 100%;
    padding: 150px 0 80px;
    z-index: 9;
    background: #fff;
}

    #inner-top h1 {
        font-size: 45px;
    }

#inner-top h2 {
    font-size: 40px;
}
    #inner-top h4 {
        font-size: 22px;
    }
.swiper-container {
    padding-bottom: 80px;
    margin-top: 40px;
}
#plus-gradiant {
    width: 100%;
    padding: 100px 0;
    z-index: 9;
    background: linear-gradient(99deg, rgba(97, 153, 210, 0.22) -1.9%, rgba(240, 88, 102, 0.22) 102.43%);
    
}


    #plus-gradiant h2 {
        font-size: 40px;
      
    }

    #plus-gradiant h4 {
        font-size: 22px;
   
    }
    #plus-gradiant .whitebox {
        border-radius: 15px;
        padding: 20px;
        margin-bottom:20px;
    
        width: 100%;
        min-height: 180px;
        background: #fff;
        /* border: 2px solid;
        border-radius: 22px;
        border-image: linear-gradient(to top,#e12424, #6199D2) 1;*/
        border: 1.5px solid transparent;
        border-radius: 20px;
        background: linear-gradient(white, white) padding-box,
        linear-gradient(to top, #e12424, #6199D2) border-box; 
    }
#plus-start {
    width: 100%;
    padding: 100PX 0 ;
    z-index: 9;
    background: url(/assets/digital/plus-start-bg.jpg) top center;
    background-size: cover;
    color: #000;
   /* height:100vh*/
}



    #plus-start h2 {
       
        font-size: 46px;
   
     
       
    }
    #plus-start h3 {
      
        font-size: 20px;
      
      
       color:#828282;
    }
    #plus-start h4 {
        font-size: 20px;
      
    }
    #plus-start p {
        color: #828282;
    }
#dc1 {
    width: 100%;
    padding: 80px 0 ;
    z-index: 9;
    background: #fff;
}


    #dc1 h2 {
        font-size: 40px;
      
    }
    #dc1 h4 {
        font-size: 22px;
     
    }

#dc2 {
    width: 100%;
    padding: 100PX 0;
    z-index: 9;
    background: #0c0c0c;
    color:#fff;
    
}


#dc2 h2 {
    font-size: 40px;
   
}
    #dc2 h3 {
        font-size: 26px;
       
    }
#dcpm {
    width: 100%;
    padding: 50PX 0 80PX;
    z-index: 9;
    background: url(/assets/img/Premium-bg.jpg) top center;
    background-size: cover;
    color: #fff;
}


    #dcpm h2 {
        font-size: 40px;
        color:#fff;
    
    }

    #dcpm h3 {
        font-size: 26px;
        font-weight: 700;
        color: #fff;
    }
#dc-stain {
    width: 100%;
    padding: 80PX 0;
    z-index: 9;
    background: #fff;
}


#dc-stain h2 {
    font-size: 22px;
 
}
    #dc-stain p {
       
        padding-bottom:20px;
    }
#dcp {
    width: 100%;
    padding: 80PX 0;
    z-index: 9;
    background: #f2f2f6;
}


    #dcp h2 {
        font-size: 40px;
       
    }
    #dcp h3 {
        font-size: 30px;
        font-weight: 700;
        color:#0c0c0c;
    }
    #dcp h4 {
        font-size: 22px;
    
    }
    
 
	.whitebg {
    background: #fafafa none repeat scroll 0 0;
	padding:20px;
	border-radius:20px;
	
}
	.text-left {
    text-align: left;
}
#servicesm {
    width: 100%;
    margin: 90px 0 0;
    z-index: 999;
    position: fixed;
    background: #ededed;
 
}

.washiconn {
    border: none;
    background: none;
    padding: 15px 0 12px;
    display: inline-block;
    color: #5c5c5c;
    text-align: center;
    font-weight:500;
    font-size:17px;
  /*  width:auto;
    padding-right:50px;*/
}
    .washiconn:hover {
     
        color: #000000;       
        border-bottom:3px solid #2a96df;
    }
.selectedd {
    color: #1F7ACB;
    border-bottom: 3px solid #1F7ACB;
}


.btn-defaultt {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding: 8px 30px !important;
    border-radius: 50px;
    transition: 0.5s;
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
    outline: none;
}
.btn-defaultt:hover, .btn-defaultt:focus, .btn-defaultt.active {
        /* color: #fff;*/
        box-shadow: none;
        border: 1px solid #ccc;
        outline: none;
 }
.selectedr {
    color: #fff;
    background: #2a96df;
    border: 1px solid #ccc;
    outline: none;
    box-shadow: none;
}
.selectede {
    color: #fff;
    background: #c81616;
    border: none;
    outline: none;
    box-shadow: none;
}
.headerstt {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color: #000;
}

/*.graysert {   
    font-weight: 300;
    font-size: 16px;
}*/
.headerst {
    padding-top: 20px;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    color:#000;
}

.grayser {
   
    font-weight: 300;
    font-size: 14px;
    line-height: 20px
}
.itmlist {
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 5px 25px;
    background: #fff !important;
}
.itmlist.active {
    text-align: center;
    border: 1px solid #fff;
    border-radius: 25px;
    padding: 5px 25px;
    background: #000 !important;
    color:#fff;
}

.paddt10 {
    padding-top: 10px;
}
.paddt20{
    padding-top:20px;
}
.paddr30 {
    padding-right: 30px;
}


.servicetext {
    font-weight: 500;
    padding:30px 0 50px;
    text-align:center;
    font-size:18PX;
    color:#000;
}
.servicetextp {
    font-weight: 500; 
    
    font-size: 19PX;
}
.servicelist li{
    line-height:2;
}
.i {
    font-style: italic;
}

.minH{
    min-height:667px;
}
.btn-green-free {
    color: #44922F;
    font-size: 25px;
    font-weight: bold;
    border: none;
    background: #f2f2f6;
    padding: 30px 75px;
    border-radius: 20px;
    line-height: 50px;
    vertical-align: middle;
}


.border-right {
    border-right: 2px dashed #808080;
   
}

.modelhead {
    padding: 10px;
    border-radius: 20px;
}

.modal-dialog {
    max-width: 400px;
   
}
.modal-header {
 
     padding: 0; 
     border-bottom: none; 
 
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 700;
    padding-bottom: 20px;
    font-size:23px;
}
.modal-head {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 700;
    padding-bottom: 20px;
    font-size: 21px;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0  1rem 1rem;
}


.mgtmenu {
    font-size: 20px;
    margin-left: 180px;
}

.imgwidth{
    width:280px;
}
.btn-default {
    font-size: 18px;
    width: 280px;
    text-align: justify;
    padding: 14px;
    border-bottom: 1px solid #ccc;
}

    .btn-default.selected {
        color: #fff;
        background: #000;
    }
.gradiant {
    font-size: 72px;
    background: linear-gradient(to right, #0084EC 0%, #d546fc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}


.hrbodd {
    border: 1px solid #a2a2a2;
    margin: 100px auto;
    width: 80%;
}
.mb-100 {
    margin-bottom: 100px;
}

.dthead {
    margin-top: 115px;
    left: 100px;
    background: #fff;
    /*background-color: rgba(255, 255, 255, 0.75);*/
    border-radius: 25px;
    width: 55%;
    padding: 40px
}
.form-controls {
    display: block;
    width: 100%;
    padding: 1rem 0.75rem;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #f2f2f2;
    background-clip: padding-box;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 15px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

#pricing {
    width: 100%;
    margin: 80px 0 0;
    z-index: 999;
}

#digital {
    width: 100%;
    padding: 80px 0 0;
    background-color: #0C0C0C;
    color: #fff;
    z-index: 99;
    
}

    #digital h1 {
        font-size: 50px;
        color: #fff;
        line-height: 1.4;
    }
    #digital h3 {
        padding: 20px 0;
        color: #ededed;
        font-size: 22px;
        font-weight: 500;
    }
    #digital p {
        padding: 25px 0 10px;
        font-size: 18px;
        color: #ededed;
        font-weight:500;
    }
#digital3 {
    width: 100%;
    padding: 60px 0 60px;
    background-color: #0C0C0C;
    color: #fff;
    z-index: 99;
}

    #digital3 h2 {
        font-size: 40px;
        color: #fff;
        line-height: 1.4;
    }



    #digital3 p {
        padding: 25px 0;
        font-size: 18px;
        color: #ededed;
        font-weight: 500;
    }
#digital4 {
    width: 100%;
    padding: 80px 0;
    background-color: #10325A;
    color: #fff;
    z-index: 99;
}

    #digital4 h2 {
        font-size: 40px;
        color: #fff;
        line-height: 1.4;
    }



    #digital4 p {
        padding: 25px 0;
        font-size: 18px;
        color: #ededed;
        font-weight: 500;
    }



.img100 {
    width: 80%;
   
}
.img60 {
    width: 65%;
}
.img50{
    width:45%;

}
#videodry{
    border-radius:35px;
}
.paddl100 {
    padding-left: 100px;
}
.paddr100 {
    padding-right: 100px;
}
.paddl150 {
    padding-left: 150px;
}
.paddr150 {
    padding-right: 150px;
}
.mgt5{
    margin-top:-5px;
}
.mgt12 {
    margin-top: 12px;
}
.blackbox {
    padding: 0 120px 0 0;
}


#piingpass {
    width: 100%;
    padding: 50px 0;
    z-index: 999;
    background: #EDCE00;
}
    #piingpass h1 {
        font-size: 62px;
        
    }
    #piingpass h3 {
        font-size: 36px;
    }


.gold {
    color: #f8b315;
}

.paddt100{
    padding-top:100px;
}
.paddt70 {
    padding-top: 70px;
}
.paddtb50 {
    padding: 30PX 0 50px 0;
}
.paddt20 {
    padding-top: 20px;
}
.pay{
    font-size:17px;
    padding-left: 20px;
}


    .section-bg {
        background-color: #f1f7fd;
    }

    .section-title {
        text-align: center;
        padding-bottom: 30px;
    }

        .section-title h2 {
            font-size: 32px;
            font-weight: bold;
            margin-bottom: 20px;
            padding-bottom: 20px;
            position: relative;
            color: #2c4964;
        }

            .section-title h2::before {
                content: '';
                position: absolute;
                display: block;
                width: 120px;
                height: 1px;
                background: #ddd;
                bottom: 1px;
                left: calc(50% - 60px);
            }

            .section-title h2::after {
                content: '';
                position: absolute;
                display: block;
                width: 40px;
                height: 3px;
                background: #1977cc;
                bottom: 0;
                left: calc(50% - 20px);
            }

        .section-title p {
            margin-bottom: 0;
        }




@media (max-width:1367px) {
    
    .imgwidth {
        width: 240px;
    }

    .btn-default {
        font-size: 16px;
        width: 255px;
        text-align: justify;
        padding: 12px;
        border-bottom: 1px solid #ccc;
    }
}

@media (max-width:1025px) {
    

    .mgtmenu {
        font-size: 16px;
        margin-left: 30px;
    }

   

    .imgwidth {
        width: 200px;
    }

    .btn-default {
        font-size: 18px;
        width: 235px;
        text-align: justify;
        padding: 14px;
        border-bottom: 1px solid #ccc;
    }

    .servicetextp {
        font-weight: 500;
        font-size: 17PX;
    }
    .crousalbox1 {
        background: #Fff;
        color: #000;
        padding: 50px 20px 0;
        border-radius: 15px;
        text-align: center;
        width: 200px;
        margin: 0 20px;
    }
    
    #piing-plus h1 {
        font-size: 56px;
    }
    #piing-plus h3 {
        font-size: 18px;
    }

   
    #plus-gradiant h2 {
        font-size: 30px;
       
    }
    #plus-start h2 {
        font-size: 30px;
       
    }
    #dc1 h2 {
        font-size: 30px;
    }
    #digital h1 {
        font-size: 27px;
        line-height: 1.6;
    }
    #digital3 h2 {
        font-size: 22px;
        line-height:1.7;
    }
    #digital3 p {
        font-size: 16px;
    }
    #digital4 h2 {
        font-size: 22px;
    }
    #digital4 p {
        font-size: 16px;
    }
    .btn-digital {
        font-size: 16px;
    }
       
}



@media (max-width: 768px) {
    #wivideo {
        background: url(/assets/img/Wash-Iron-Cover.jpg) top center;
        padding: 0;
        margin-bottom: 50px;
        height: 210px;
    }

    #wfvideo {
        background: url(/assets/img/Wash-Fold-Cover.jpg) top center;
        padding: 0;
        margin-bottom: 50px;
        height: 210px;
    }

    #irvideo {
        background: url(/assets/img/Ironing-cover.jpg) top center;
        padding: 0;
        margin-bottom: 50px;
        height: 210px;
    }

    #dcvideo {
        background: url(/assets/img/DryCleaning-cover.jpg) top center;
        padding: 0;
        margin-bottom: 50px;
        height: 210px;
    }

      
    
    .form-controls {
        padding: 10px;
        font-size: 15px;
        font-weight: 300;
        line-height: 1;
        color: #212529;
        background-color: #000;
        border: 1px solid #e0e0e0;
        border-radius: 10px;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .content .container {
        padding: 0 30px;
    }

    .textc {
        text-align: center;
    }

    .textn {
        text-align: left;
    }

    .pay {
        font-size: 16px;
    }

   
    .textd span {
        color: #5e5e5e;
        font-size: 24px;
        font-weight: 300;
    }

    .row.texticonm {
        padding: 40px 20px 0;
    }

    


    
    
    #dc {
        width: 100%;
        padding: 150px 0 0;
    }

        #dc h1 {
            font-size:30px;
           
        }
    #inner-top {
        width: 100%;
        padding: 100px 0 0;
    }

        #inner-top h1 {
            font-size: 30px;
        }
        
    #dc1 {
        width: 100%;
        padding: 50px 0 50px;
    }

      
        #dc1 h2 {
            font-size: 30px;
           
          
        }
    #dc2 {
        width: 100%;
        padding: 50px 0 50px;
    }

      

        #dc2 h2 {
            font-size: 30px;
         
        
        }
   
    .headerst {
        padding-left: 0;
        font-size: 16px;
        font-weight: 700;
        line-height: 32px;
    }
    .pdb16 {
        padding-bottom: 16px;
    }
    .pdb20{
        padding-bottom:20px;
    }
    .pdb32 {
        padding-bottom: 32px;
    }
    .grayser {
        color: #5c5c5c;
        font-weight: 300;
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 20px;
        letter-spacing: 0.1px;
    }
    
    #piing-plus h1 {
        font-size: 42px;
    }
    #plus-gradiant {
       
        padding: 50px 0;
       
    }
    #plus-start {
      
        padding: 50PX 0;
      
    }
    #try-plus h3 {
        font-size: 18px;
    }
    

   
    .washiconn {
       /* border: none;
        background: none;*/
        padding: 5px;
        display: inline-block;
        color: #5c5c5c;
        text-align: center;
        font-weight: 500;
        font-size:16PX;
        line-height:19px;
    }
        .washiconn:hover {
            color: #000000;
            border-bottom: 3px solid #2a96df;
        }

    .selectedd {
        color: #1F7ACB;
        border-bottom: 3px solid #1F7ACB;
    }
    #servicesm {
        width: 100%;
        margin: 62px 0 0;
        z-index: 9;
        position: fixed;
        background: #ededed;
    }
    .whiteboxp {
        background-color: #fff;
        color: #000;
        border-radius: 15px;
        margin: 0 0 20px;
        min-height: fit-content;
       
    }
   
    #digital {
               width: 100%;
        padding: 100px 0 60px;
        background-color: #0C0C0C;
        color: #fff;
        z-index: 99;
        bottom: 0;
        
    }

        #digital h1 {
            font-size: 30px;
            line-height:1.7;
            
        }

        #digital h3 {
            padding: 20px 0 0;
            color: #ededed;
            font-size: 16px;
            font-weight: 500;
           
        }

        #digital p {
            padding: 20px 0 0;
            font-size: 16px;
            color: #ededed;
            font-weight: 500;
            
        }
    #digital3 {
        width: 100%;
        padding: 60px 0;
        background-color: #0C0C0C;
        color: #fff;
        z-index: 99;
    }
        #digital3 h2 {
            font-size: 30px;
            line-height: 1.7;
        }
        
   

       

        #digital3 p {
            padding: 20px 0;
            font-size: 16px;
            color: #ededed;
            font-weight: 500;
            line-height: 25px;
        }
        #digital3 .mgl20 {
            margin-left: -20px;
        }
    #digital4 {
        width: 100%;
        padding: 60px 0 50px;
        background-color:#1F7ACB;
        color: #fff;
        z-index: 99;
    }
        #digital4 h2 {
            font-size: 30px;
            line-height: 1.7;
        }
    .img105 {
        width: 106%;
    }
 .img100 {
        width: 100%;
    }
    
    #dcpm {
        width: 100%;
        padding: 50PX 0;
        z-index: 9;
       
    }
    #dcpm h2 {
        font-size: 30px;
     
    }

    #dcpm h3 {
        font-size: 18px;
        font-weight: 700;
    }
    #dcpm .head-detail {
        font-size: 16px;
    }
    #dc-stain {
        width: 100%;
        padding: 50PX 0;
    }
        #dc-stain h2 {
            font-size: 22px;
           
        }
    #dcp {
        width: 100%;
        padding: 50PX 0;
      
    }
    #dcp h2 {
        font-size: 30px;
      
    }
    #dcp h3 {
        font-size: 18px;
        font-weight: 700;
        
    }
        
    .headc {
         font-size: 19px; 
        font-weight: 700;
        color: #000;
    }
    .grayboxp {
        background-color: #f8f8f8;
        color: #000;
        border-radius: 15px 15px 0 0;
        /* min-height: 75px; */
        padding: 5px 25px;
        vertical-align: middle;
        line-height: 48px;
    }
    .headpg {
        font-size: 15px;
        font-weight: 700;
        color: #44922F;

    }
    .headp {
        font-size: 18px;
        font-weight: 700;
        color: #000;
    }
    .padd0{
        padding:0;
    }
    .wfheader {
        font-size: 20px;
        font-weight: 700;
    }
    .wfheadergray {
        font-size: 20px;
        font-weight: 700;
       
    }
    .green22 {
        color: #44922f;
        font-size: 18px;
        font-weight: 700;
    }
    .wfgray {
        color: #8a8a8a;
        font-size: 12px;
        font-weight: 300;
    }
    .paddb18 {
        padding-bottom: 10px;
    }
    .headergrayitem {
        font-size: 18px;
        font-weight: 700;
        
    }
    .paddt60 {
        padding-top: 30px;
    }
    ol, ul {
        padding-left: 1rem;
    }
    

        .table td {
            font-size: 16px;
            color: #828282;
            font-weight: 500;
        }

        .table > :not(caption) > * > * {
            padding:15px 0;
        }

  
    #dc2 #headt {
        background: url(/assets/img/top_c.png) top center;
        height: 90px;
        border-radius: 15px 15px 0 0;
    }
    #dc2 #headb {
        background: url(/assets/img/bottom_c.png) top center;
        height: 80px;
        border-radius: 15px 15px 0 0;
    }
    #dc2 #headd {
        background: url(/assets/img/dress_c.png) top center;
        height: 80px;
        border-radius: 15px 15px 0 0;
    }

    #dc2 #heads {
        background: url(/assets/img/suits_c.png) top center;
        height: 80px;
        border-radius: 15px 15px 0 0;
    }
    #dc2 #headh {
        background: url(/assets/img/House-Hold.png) top center;
        height: 80px;
        border-radius: 15px 15px 0 0;
    }
    
    .btn-defaultt {
        font-weight: 500;
        font-size: 13px;
        display: inline-block;
        padding: 6px 21px !important;
        border-radius: 50px;
        transition: 0.5s;
        /*color: #000;*/
        background: #fff;
        border: 1px solid #ccc;
        outline: none;
    }
        .btn-defaultt:hover, .btn-defaultt:focus, .btn-defaultt.active {
             color: #fff;
            box-shadow: none;
            border: 1px solid #ccc;
            outline: none;
        }
    .btn:hover {
        color: #fff;
    }
    .selectedr {
        color: #fff;
        background: #2a96df;
        border: 1px solid #ccc;
        outline: none;
        box-shadow: none;
    }

    .selectede {
        color: #fff;
        background: #c81616;
        border: none;
        outline: none;
        box-shadow: none;
    }
   /* .paddr162 {
        padding-right: 162px;
    }*/
    .paddl160 {
        padding-left: 72px;
    }
    .border-icon{
        z-index:9;
        position:absolute;
    }
    .blackbox {
        padding: 0px 10px;
    }
	
.btn-transparent{
	margin-top:30px;
}

.whitebg{
	padding:18px;
}
.width95 {
    width:100%;
}
   
    .navbar {
        padding-top: 5px;
        padding-bottom: 0;
    }
    .colmnreverse {
        flex-direction: column-reverse !important;
    }
}
@media (max-width: 414px) {

    .border-left-m {
        border-left: 2px dashed #bdbdbd !important;
        margin-left: -46px;
        padding-left: 40px;
    }
}
@media (max-width: 393px) {

    .border-left-m {
        border-left: 2px dashed #bdbdbd !important;
        margin-left: -42px;
        padding-left: 40px;
    }
}