﻿/**
* Template Name: Medilab - v4.3.0
* Template URL: https://bootstrapmade.com/medilab-free-medical-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
    font-family: 'Lato', sans-serif;
    /*  font-family: lato;*/
    color: #000;
    font-size: 14px;
    /*  text-align: justify;*/
    overflow-x: hidden !important;
    /* max-width: 1920px;
    overflow-x: hidden;*/
    zoom: unset;
    letter-spacing: 0.3px;
    max-width: 100vw;
}
/*::-webkit-scrollbar {
    width: 0;
    background: transparent; 
    display: none;
}*/
.icon-step {
    border-left: 2px solid #f2f0ee;
    display: flex;
    flex-direction: column;
    margin-left: 22px;
    margin-top: 10px;
    max-width: 430px;
    padding-bottom: 34px;
    padding-left: 40px;
    position: relative;
}


    .sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background:#000;
    z-index:999;
    height:72px;
    
}

.logoImg {
    height: 60px;
    /* padding-bottom:10px;*/
}
.bg-dark {
    background-color: #000 !important;
}
.fixedhead {
    position: fixed;
    background: #fff;
    width: 100%;
    margin-top: -15px;
}

.btn-primary {
    border-radius: 25px;
}
.align-middle {
    vertical-align: middle;
    margin: auto
}
a.unserline-green {
    text-decoration: underline;
    color: #44922F!important;
}
a.unserline-green:hover {
    text-decoration: underline;
    color: #44922F !important;
}
.paddt50 {
    padding-top: 50px;
}
.imgp60 {
    padding:0 60px;
}
.paddb100{
    padding-bottom:100px;
}
.paddb10 {
    padding-bottom: 10px;
}
.paddt70{
    padding-top:70px;
}
.paddtb2010{
    padding:20px 0 10px;
}
.scroll-container {
    overflow: scroll;
    white-space: nowrap;
}
.col1 {
    display: inline-block;
   /* width:315px;*/
    text-align:center;

}
.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;
}
.border-left-m {
    border-left: 2px dashed #bdbdbd !important;
    margin-left: -46px;
    padding-left:40px;
}
.headc {
    font-size: 22px;
    font-weight: 900;
    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;
}
/*button.carousel-control-prev, button.carousel-control-next {
    background: #fff;
    height: 35px;
    top: 50%;
    width: 35px;
    border-radius: 30px;
    opacity: 1;
}*/

/*.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238A8A8A'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");

}


.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238A8A8A'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");

}


.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 1.5rem;
    height: 1.5rem;
}*/
/*.carousel-control-prev {
    left: -40px;
}
.carousel-control-next {
    right: -40px;
}*/
/*.slideuponLoad {
    animation-name: dropHeader;
    animation-iteration-count: 1;
    animation-timing-function: ease-out;
    animation-duration: 0.7s;
    animation-fill-mode: forwards;
    opacity: 0;
}*/
@-moz-keyframes dropHeader {
    0% {
        -moz-transform: translateY(80px);
        opacity: 0;
    }

    100% {
        -moz-transform: translateY(0);
        opacity: 1;
    }
}

@-webkit-keyframes dropHeader {
    0% {
        -webkit-transform: translateY(80px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        opacity: 1;
    }
}

@keyframes dropHeader {
    0% {
        transform: translateY(80px);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        opacity: 1;
    }
}
.table {
    margin: 0;
}

    .table td {
        font-size: 18px;
        color: #a0a0a0;
        font-weight: 700;
    }

    .table > :not(caption) > * > * {
        padding: 20px 0;
    }

tr:last-child td {
    border-bottom: none;
}
#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;
    }
#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;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 12px;
}
.whiteboxp {
    background-color: #fff;
    color: #000;
    border-radius: 15px;
    margin: 15px 0;
  
    min-height: 395px;
}
.paddlr30{
    padding:0 30px;
}
.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;
    color: #000;
    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;
}
.paddl40{
    padding-left:40px;
}
.paddb18{
    padding-bottom:18px;
}
.wfheader {
    font-size: 26px;
    font-weight: 900;
}
.wfheadergray {
    font-size: 26px;
    font-weight: 900;
    color: #5c5c5c;
}
.headergrayitem {
    font-size: 22px;
    font-weight: 700;
    color: #5c5c5c;
}
.green22 {
    color: #44922f;
    font-size: 22px;
    font-weight: 900;
}
.wfgray {
    color: #8a8a8a;
    font-size: 16px;
    font-weight: 300;
}
.btn-default {
    font-size: 16px;
    width: 100px !important;
    text-align: justify;
    padding: 12px;
    border-bottom: 1px solid #ccc;
}
.btn-primary {
    font-size: 16px;
    width: 100px!important;
    text-align: justify;
    padding: 12px;
    border-bottom: 1px solid #ccc;
}
.navbar {
   
     padding-top: 0; 
     padding-bottom: 0; 
}
.navbar-brand {
    padding-left: 0px !important;
}
.navbar-light .navbar-nav .nav-link {
    color: #F8F8F8;
    font-size: 16px;
    padding: 20px 25px;
}
    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover, .nav-link.active {
        color: #FFF;
        text-decoration: none;
        font-weight: 400;
       /* border-bottom: 3px solid #fff;*/
    }
    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
        color: #1F7ACB;
    }
.dropdown-menu.show {
    display: inline-flex;
   /* margin-top:25px;*/
   
}
.dropdown-item {
    /*text-align: center;*/
    padding: 50px;
    white-space:unset;
}
.dropdown-item:focus, .dropdown-item:hover {
  color:#000;
    background: unset;
}
#secios{
    position:fixed;
    bottom:0;
    z-index:999;
}
#secandro {
    position: fixed;
    bottom: 0;
    z-index: 999;
}
/*.navbar-light .navbar-nav .nav-link {
    color: #FFF;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: normal;
}

.navbar {
    padding-bottom: 0;

    padding-top:0;
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show 

a {
    color: #ccc;
    text-decoration: none;
    font-weight: 400;
  
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #ccc;
    text-decoration: none;
    font-weight: 400;
  
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    left: 0;
    margin-top: 14PX;

    background: #000;

    padding: 10px 10px;
}
.dropdown-item {
    color: #fff;
    font-weight: 500;
    padding: 5px 10px;
    font-size: 18PX;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #ccc !important;
        background: none;
    }*/
.lg-btn {
    color: #fff;
    padding: 5px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-size: 16px;
    display: inline-block;
    /* border: 1px solid #fff; */
    border-radius: 8px;
}
   /* .lg-btn:hover {
        color: #fff;
        padding: 8px 25px;
        white-space: nowrap;
        transition: 0.3s;
      
        display: inline-block;
    }*/
.btn-blue {
    margin-right: 20px;
    border-radius: 25px;
    background: #2a96df;
    color: #fff;
    padding: 8px 24px;
    font-weight: 500;
    letter-spacing: 0.3px;
    transition: 0.3s;
    font-size: 15px;
}

    .btn-blue:hover {
        background: #FFF;
        color: #0C0C0C;
    }

a {
    color: #fff;
    text-decoration: none;
}

a:hover {
  color: #ccc;
  text-decoration: none;
}
#dc {
    width: 100%;
    padding: 250px 0 0;
    z-index: 9;
    background: #fff;
   
}
    #dc h1 {
        font-size: 50px;
      
        font-weight: 900;
    }

    #dc h2 {
        font-size: 40px;
       
        font-weight: 700;
    }

#dc1 {
    width: 100%;
    padding: 100px 0 ;
    z-index: 9;
    background: #fff;
}


    #dc1 h2 {
        font-size: 40px;
        font-weight: 700;
    }


#dc2 {
    width: 100%;
    padding: 100PX 0;
    z-index: 9;
    background: #0c0c0c;
    color:#fff;
    
}


#dc2 h2 {
    font-size: 40px;
    font-weight: 700;
}
    #dc2 h3 {
        font-size: 26px;
        font-weight: 700;
    }
#dcpm {
    width: 100%;
    padding: 50PX 0 100PX;
    z-index: 9;
    background: url(/assets/img/Premium-bg.png) top center;
    background-size: cover;
    color: #fff;
}


    #dcpm h2 {
        font-size: 40px;
        font-weight: 700;
    }

    #dcpm h3 {
        font-size: 26px;
        font-weight: 700;
    }
#dc-stain {
    width: 100%;
    padding: 100PX 0;
    z-index: 9;
    background: #fff;
}


#dc-stain h2 {
    font-size: 22px;
    font-weight: 700;
}
    #dc-stain p {
        color: #5c5c5c;
        padding-bottom:20px;
    }
#dcp {
    width: 100%;
    padding: 100PX 0;
    z-index: 9;
    background: #f2f2f6;
}


    #dcp h2 {
        font-size: 40px;
        font-weight: 700;
    }
    #dcp h3 {
        font-size: 30px;
        font-weight: 700;
    }
    #dcp p {
        font-size: 20px;
        font-weight: 500;
        color:#8a8a8a;
    }
    #dcp .gray {
        font-size: 18px;
        font-weight: 700;
        color: #5c5c5c;
    }
#servicesm {
    width: 100%;
    margin: 72px 0 0;
    z-index: 999;
    position: fixed;
    background: #ededed;
 
}

.washiconn {
    border: none;
    background: none;
    padding: 15px;
    display: inline-block;
    color: #5c5c5c;
    text-align: center;
    font-weight:500;
    font-size:20px;
}
    .washiconn:hover {
     
        color: #000000;       
        border-bottom:3px solid #2a96df;
    }
.selectedd {
    color: #1F7ACB;
    border-bottom: 3px solid #1F7ACB;
}
.popup-texts {
    padding-left: 5px;
}
.paddt60 {
    padding-top: 60px;
}
.paddb30 {
    padding-bottom: 30px;
}
.pdb16 {
    padding-bottom: 16px;
}
.paddb50 {
    padding-bottom: 50px;
}
.paddr100 {
    padding-right: 100px;
}
.font13 {
    font-size: 13px;
    line-height: 30px;
}
.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;
}
.graysert {
    color: #5c5c5c;
    font-weight: 300;
    font-size: 16px;
}
.headerst {
    padding-top: 48px;
    font-size: 18px;
    font-weight: 700;
    line-height:20px
}
.grayser {
    color: #5c5c5c;
    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;
}
h1 {
    font-weight: 900;
}
.bold {
    font-weight: 700;
   
}
/*p{
    font-size:16px;
    line-height:32px;


}*/
/*#dc video  {
    border-radius: 20px;
}*/
.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;
}
.gray {
    color: #D3D3D3;
}
.minH{
    min-height:667px;
}

.desktp{
    display:block;
}
.mobile {
    display: none;
}
.crousalbox1 {
    background: #Fff;
    color: #000;
    padding: 50px 20px 0;
    border-radius: 15px;
    text-align: center;
   /* width:320px;*/
    margin:0 20px;
}
/*--------------------------------------------------------------


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #fff000;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    transition: all 0.4s;
}
#section6 {
    background: #f5f5f5;
    padding:100px 0;
    min-height: 700px;
}
#section6 .texticon .icondiv {
   border-radius:20px;
    margin-bottom: 25px;
    margin-top: 25px;
    padding: 25px;
    text-align: center;
    width: 100%;
    background:#fff;
}
#section6 .noborder {
    border: medium none !important;
}
    #section6 h4 {
        color: #5e5e5e;
        font-size: 16px;
        margin-top: 10px;
        margin-bottom: 14px;
       
        vertical-align: middle;
        font-weight: 300;
       
    }
    #section6 .row.texticonn{
        background:#fff;
        border-radius:20px;
        padding:25px;
    }
        #section6 .row.texticonn span {
            color: #000;
            font-size: 16px;
            font-weight: 700;
           
        }
    #section6 .texticon span {
        color: #000;
        font-size: 16px;
        font-weight: 700;
       
    }
    #section6 h2 {
        color: #000;
        font-size: 50px;
        margin-bottom: 40px;
       font-weight:700;
    }
 h3 {
    font-size: 20px;
}
.border-right {
    border-right: 2px dashed #808080;
   
}
.back-to-top i {
    font-size: 28px;
    color: #000;
    line-height: 0;
}

.back-to-top:hover {
  background: #fff000;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

.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: 900;
    padding-bottom: 20px;
    font-size:23px;
}
.modal-head {
    margin-bottom: 0;
    line-height: 1.5;
    font-weight: 900;
    padding-bottom: 20px;
    font-size: 21px;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 0 10px 1rem;
}


.mgtmenu {
    font-size: 20px;
    margin-left: 180px;
}
.rightfont {
    font-size: 20px;
}
.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;
}
.blue {
    color:#2a96df;
}
sup {
    color: #0084EC;
    font-size: 26px;
    top: -1em;
    font-weight: 700;
}


sub {
    color: #d546fc;
    font-size: 26px;
    bottom: -0.1em;
    font-weight: 700;
}
    /**--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

    /*--------------------------------------------------------------
# home Section
--------------------------------------------------------------*/
/*#home {
     width: 100%;  
   
   background:#000;
    padding-top: 0px;
    position: relative;
    overflow: hidden;
 
}*/
/*#home {
    background: url(/assets/img/homepage-desktp.jpg);
    height: 80vh;
    background-size: cover;
    padding-top: 50px;
    position: relative;
    overflow: hidden;
    max-height: 1080px;
}*/
#home {
    background: url(/assets/img/homepage-desktp.jpg) top center;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 96%;
    object-fit: cover;
}
   

#home .container {
    bottom:0!important;
    margin: auto;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 99;
    padding-top:410px;
}
    #home video {
        position: absolute;
        /*z-index: -1;*/
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    #home h1 {
        color: #fff;
        font-size: 45px;
        margin-bottom: 40px;
        line-height: 40px;
        letter-spacing: 3px;
        text-transform:uppercase;
    }
        /*#home h1 {
            margin: 0;
            font-size: 46px;
            font-weight: 700;
            line-height: 66px;
            color: #000;
           
          
        }*/
           #home h1 span {
        color: #2a96df;
        margin-bottom: 40px;
        font-style: italic;
    }
    #home h3 {
        color: #2a96df;
        padding: 10px 0;
        font-size: 32px;
        font-weight: 700;
        line-height: 52px;
    }

#home img{
    height:70px;
}

#home .video_overlay {
    background: rgba(0,0,0,.52) none repeat scroll 0 0;
    border: 0 none;
    height: 100vh;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 7;
}
#home .input-group button {
    border: medium none;
    height: 47px;
    padding: 10px;
    text-align: center;
    min-width: 200px;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
}
#placeorder {
    border-radius: 0 25px 25px 0;
}
.btn-home {
    background: #2a96df;
    color: #fff;
    width:200px;
}
.ordernowtt .input-group {
    max-width: 550px;
    margin: auto;
}
.content {
    position: relative;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    color: #f1f1f1;
    min-width: 100%;
    min-height: 100%;
  
}
.contentop {
  /* bottom:20px;*/
    padding: 340px 100px 100px;
    
}
#zipcode {
    border-radius: 12px 0 0 12px;
}
#home .texticon span {
    display: block;
    margin-top: 20px;
    line-height: 20px;
    vertical-align: middle;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: 1px;
    font-size:14px;
}
.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;
}
.btn-dark {
   border-radius:50px;
   padding:10px 45px;
   font-size:20px;
   font-weight:500;
}
.text-right{
    text-align:right;
}
#pricing {
    width: 100%;
    margin: 100px 0 0;
    z-index: 999;
}
#pricing1 {
    width: 100%;
    /*margin: 100px 0 0;*/
    z-index: 999;
    background-color: #000;
    color:#fff;
}
#pricing1 h1{
    font-size: 42px;
}
#how {
    width: 100%;
    padding: 100px 0 100px;
    background-color: #000;
    color:#fff;
    z-index: 999;
}

    #how h1 {
        font-size: 50px;
    }

    #how h3 {
        padding: 20px 0;
        font-size: 25px;
    }
#about {
    width: 100%;
    padding: 100px 0;
    background-color: #000;
    color: #fff;
    z-index: 999;
}
#about h1{
    font-size:50px;
}
    #about h3 {
      padding:20px 0;
      font-size:32px;
    }
#subscribe {
    width: 100%;
    padding: 50px 0;
    z-index: 999;
    background: #F2F2F2;
}

    #subscribe h2 {
        font-weight:700;
        padding: 20px 0;
        font-size: 40px;
    }
h5 {
    font-size: 16px;
}
#try {
    width: 100%;
    padding: 50px 0;
    z-index: 999;
    background: #2a96df;
}
    #try h2 {
        color: #fff;
        font-weight: 500;
        font-size: 32px;
    }

#digital {
    width: 100%;
    padding: 100px 0 0;
    background-color: #0C0C0C;
    color: #fff;
    z-index: 99;
    
}

    #digital h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 60px;
    }
    #digital h3 {
        padding: 20px 0;
        color: #ededed;
        font-size: 22px;
        font-weight: 500;
    }
    #digital p {
        padding: 25px 0;
        font-size: 18px;
        color: #ededed;
        font-weight:500;
    }
#digital3 {
    width: 100%;
    padding: 100px 0 ;
    background-color: #0C0C0C;
    color: #fff;
    z-index: 99;
}

    #digital3 h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 60px;
    }



    #digital3 p {
        padding: 25px 0;
        font-size: 18px;
        color: #ededed;
        font-weight: 500;
    }
#digital4 {
    width: 100%;
    padding: 100px 0;
    background-color: #1F7ACB;
    color: #fff;
    z-index: 99;
}

    #digital4 h1 {
        font-size: 40px;
        font-weight: 700;
    }



    #digital4 p {
        padding: 25px 0;
        font-size: 18px;
        color: #ededed;
        font-weight: 500;
    }
/*#digital img{
    height: 100%;
   
}*/
#perth {
    background: url(/assets/img/perth-bg.jpg) top center;
    background-size: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    object-fit: cover;
    
}

    #perth h1 {
        font-size: 40px;
        font-weight: 700;
        line-height: 60px;
    }
    #perth h3 {
        padding: 20px 0;
        color: #ededed;
        font-size: 22px;
        font-weight: 500;
    }
    #perth p {
        padding: 25px 0;
        font-size: 18px;
        color: #ededed;
        font-weight:500;
    }
#perth {
    width: 100%;
    padding: 100px 0 ;
    background-color: #0C0C0C;
    color: #fff;
    z-index: 99;
}

  1
#pickup {
    width: 100%;
    padding: 100px 0 ;
    background-color: #fff;
    color: #000;
    z-index: 99;
}
.paddb20{
    padding-bottom:20px;
}
.paddb40 {
    padding-bottom: 40px;
}
.img100 {
    width: 78%;
   
}
.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;
}
.blackbox {
    padding: 0 120px 0 0;
}
.vertical-center {
    display: table-cell;
    float: none;
    vertical-align: middle;
    margin: auto;
}
#app {
    width: 100%;
   /* background: url(/assets/img/washprocess.jpg) top center;
    background-size: cover;*/
   background:#000;
    padding: 50px 0;
    min-width: 100%;
    min-height: 100%;
    color:#fff;
}

#app1 {
    width: 100%;
    /* background: url(/assets/img/washprocess.jpg) top center;
    background-size: cover;*/
    background: #000;
    padding: 0;
    min-width: 100%;
    min-height: 100%;
    color: #fff;
}
#app1 h1 {
    font-size: 50px;
}
    #app h1 {
        font-size: 62px;
    }

    #app h2 {
        font-weight: 700;
        font-size: 36px;
    }
    #app h5 {
     

       text-align:left;
    }
#book {
    width: 100%;
    padding: 50px 0;
    z-index: 999;
    background:#0d6efd;
}

    #book h2 {
        color: #fff;
        font-weight: 700;
        font-size: 40px;
    }

#piingpass {
    width: 100%;
    padding: 50px 0;
    z-index: 999;
    background: #EDCE00;
}
    #piingpass h1 {
        font-size: 62px;
        
    }
    #piingpass h3 {
        font-size: 36px;
    }



.gold {
    color: #f8b315;
}
#contact {
    width: 100%;
    height: 40vh;
    background: url(/assets/img/contactus.png) top center;
    background-size: cover;
}

        #contact h1 {
            margin: 0;
            font-size: 48px;
            font-weight: 500;
            line-height: 56px;
            color: #fff;
            padding-top: 80px;
        }

    #people {
        width: 100%;
        height: 40vh;
        background: url(/assets/img/people.png) top center;
        background-size: cover;
    }

        #people h1 {
            margin: 0;
            font-size: 48px;
            font-weight: 500;
            line-height: 56px;
            color: #fff;
            padding-top: 80px;
        }

    #profile {
        width: 100%;
        height: 40vh;
        background: url(/assets/img/profile.png) top center;
        background-size: cover;
    }

        #profile h1 {
            margin: 0;
            font-size: 48px;
            font-weight: 500;
            line-height: 56px;
            color: #fff;
            padding-top: 80px;
        }

   

    .btn-black {
        font-weight: 500;
        font-size: 16px;
       

        display: inline-block;
        padding: 12px 35px;
        height: 65px;
        border-radius: 5px;
        transition: 0.5s;
        color: #FFEF;
        background: #000;
    }

.btn-get-started {
    font-weight: 500;
    font-size: 20px;
  
    display: inline-block;
    padding: 2px 40px;
    margin-top: 30px;
    border-radius: 50px;
    transition: 0.5s;
    color: #FFf;
    background: #000;
    border: none;
}
.btn-get-comp {
    font-weight: 500;
    font-size: 20px;

    display: inline-block;
    padding:15px 30px;
    margin-top: 30px;
    border-radius: 40px;
    transition: 0.5s;
    color: #000;
    background: #FFF;
    border:none;
}
.btn-try {
    font-weight: 700;
    font-size: 16px;
    display: inline-block;
    padding: 8px 50px;
   
    border-radius: 50px;
    transition: 0.5s;
    color: #0C0C0C;
    background: #fff;
    border: 2px solid #fff;
}

.btn-digital {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    padding: 15px 50px;
    margin-top: 10px;
    border-radius: 50px;
    transition: 0.5s;
    color: #fff;
    background: #2a96df;
    border: 2px solid #2a96df;
}
.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;
}
.paddb50 {
    padding-bottom: 50px;
}
    .text-center {
        text-align: center;
    }

    .vertical-middle {
        vertical-align: middle;
    }

    

.right {
        float: right;
    }
.left {
    float: left;
}
    /*#home .btn-get-started:hover {
  background: #FFE333;
  color:#000;
}*/



    /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
   /* section {
        padding: 50px 0 0;
        overflow: hidden;
    }*/

    .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;
        }




    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

@media (max-width:1367px) {
    .appointment-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }

    /*.navbar-light .navbar-nav .nav-link {
       
        padding: 0 10px;
        font-size: 17px;
    }*/
    .imgwidth {
        width: 240px;
    }

    .btn-default {
        font-size: 16px;
        width: 255px;
        text-align: justify;
        padding: 12px;
        border-bottom: 1px solid #ccc;
    }
}

@media (max-width:1025px) {
    .appointment-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }
    h4 {
        font-size: 20px;
    }
    h5 {
        font-size: 14px;
    }

    .rightfont {
        font-size: 18px;
    }

    .mgtmenu {
        font-size: 16px;
        margin-left: 30px;
    }

    #footer .footer .footer-links ul li {
        padding: 0px 0;
        display: flex;
        align-items: center;
        font-size: 12px;
    }

    #footer .footer .footer-links p {
        padding: 0px 0;
        display: flex;
        align-items: center;
        font-size: 12px;
    }

    .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;
    }
    #home {
        background: url(/assets/img/homepage-desktp.jpg) top center;
        background-size: cover;
        height: 80vh;
   
        padding-top: 50px;
        position: relative;
        overflow: hidden;
        max-height: 1080px;
    }
    #home h1 {
        font-size: 32px;
        line-height: 46px;
    }

    #home h3 {
        font-size: 16px;
        line-height: 16px;
        margin-bottom: 30px;
    }
    #home .container {
        bottom: 0;
        margin: auto;
        position: absolute;
        text-align: center;
        width: 100%;
        z-index: 99;
      padding-top:390px;
    }

    #home img {
        height: 45px;
    }

    #home .texticon span {
        display: block;
        margin-top: 10px;
        line-height: 18px;
        vertical-align: middle;
        color: #fff;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 11px;
    }
    #home .input-group button {
        border: medium none;
        height: 37px;
        padding: 4px;
        text-align: center;
        min-width: 200px;
        font-size: 16px;
        font-weight: 700;
        letter-spacing: 1px;
    }
}

@media (max-width: 992px) {
    #home {
        margin-bottom: 0;
        height: 100vh;
    }

        #home .container {
            padding-bottom: 63px;
        }

        #home h1 {
            font-size: 24px;
            line-height: 36px;
         

        }

        #home h3 {
            font-size: 14px;
            line-height: 14px;
            margin-bottom: 30px;
        }
}

@media (max-width: 768px) {
    .navbar {
        padding-top: 5px;
        padding-bottom: 0;
    }
    .navbar-toggler {
        font-size: 1.7rem !important;
        position:absolute;
    }
    .navbar-brand{
        padding-left:50px!important;
    }
    .navbar-light .navbar-nav .nav-link {
        color: #f8f8f8;
        padding: 10px 5px;
        font-size: 15px;
    }

    .logoImg {
        height: 42px;
    }

    .navbar-collapse {
        position: fixed;
        top: 62px;
        left: 0;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 15px;
        height: 100%;
    }

        .navbar-collapse.collapsing {
            height: 100%;
            left: -75%;
            transition: height 0s ease;
        }

        .navbar-collapse.show {
            height: 100%;
            left: 0;
            transition: left 400ms ease-in-out;
            background: #000;
        }

    .navbar-toggler.collapsed ~ .navbar-collapse {
        transition: left 400ms ease-in;
    }

    .desktp {
        display: none;
    }

    .mobile {
        display: block;
    }

    .sticky {
        position: fixed;
        top: 0;
        width: 100%;
        background: #000;
        z-index: 999;
        height: 62px;
    }

    .appointment-btn {
        margin: 0 15px 0 0;
        padding: 6px 18px;
    }

    .mgt250 {
        margin-top: 170px;
    }

    .white {
        color: #fff !important;
    }

    #home h1 {
        font-size: 23px;
        line-height: 36px;
        letter-spacing: 3px;
        text-transform: uppercase;
    }


    #how h1 {
        font-size: 23px;
        padding-bottom: 80px;
    }

    #how h3 {
        padding: 20px 0 90px;
        font-size: 20px;
    }

    .imgp60 {
        padding: 0 60px;
    }

    #about {
        width: 100%;
        padding: 0 0;
        background-color: #000;
        color: #fff;
        z-index: 999;
    }

        #about h1 {
            font-size: 32px;
        }

        #about h3 {
            padding: 20px 0;
            font-size: 20px;
        }

    .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;
    }

    #app {
        padding: 50px 20px;
        background: #000;
        color: #fff;
    }

        #app h2 {
            font-weight: 700;
            font-size: 24px;
        }

    #app1 {
        background: #000;
        padding: 80px 20px 40px;
        background: #000;
        color: #fff;
        text-align: center;
    }

        #app1 h2 {
            font-weight: 700;
            font-size: 24px;
        }

        #app1 p {
            line-height: 23px !important;
        }

    #section6 {
        background: #fff;
        padding: 80px 0
    }

        #section6 h2 {
            font-weight: 700;
            font-size: 26px;
            margin-bottom: 0;
        }

    hr {
        color: #E0E0E0;
    }

    .btn-dark {
        border-radius: 50px;
        padding: 10px 45px;
        font-size: 16px;
        font-weight: 500;
    }

    #section6 .texticon .icondiv {
        border-radius: unset;
        margin-bottom: 5px;
        margin-top: 0px;
        padding: 40px;
        text-align: center;
        width: 100%;
        background: #fff;
    }

    #section6 h4 {
        color: #5e5e5e;
        font-size: 20px;
        margin-top: 15px;
        margin-bottom: 5px;
        vertical-align: middle;
        font-weight: 300;
    }

    #section6 .texticon span {
        color: #000;
        font-size: 17px;
        font-weight: 600;
    }

    .textd span {
        color: #5e5e5e;
        font-size: 24px;
        font-weight: 300;
    }

    .row.texticonm {
        padding: 40px 20px 0;
    }

    #home {
        background: url(/assets/img/homepage-mob.jpg) top center;
        background-size: cover;
        top: 0;
        left: 0;
        width: 100%;
        height: 96%;
        object-fit: cover;
    }
        #home .container {
            bottom: 0 ;
            margin: auto;
            position: absolute;
            text-align: center;
            width: 100%;
            z-index: 99;
        }
        #home img {
            height: 45px;
        }

        #home .texticon span {
            display: block;
            margin-top: 10px;
            line-height: 18px;
            vertical-align: middle;
            color: #fff;
            font-weight: 600;
            letter-spacing: 1px;
            font-size: 11px;
        }



    .colmnreverse {
        flex-direction: column-reverse !important;
    }
    .bold{
        font-weight:700;
    }
    #dc {
        width: 100%;
        padding: 150px 0 0;
    }

        #dc h1 {
            font-size:30px;
            font-weight: 900;
        }

        
    #dc1 {
        width: 100%;
        padding: 50px 0 50px;
    }

      
        #dc1 h2 {
            font-size: 23px;
           
            font-weight: 700;
        }
    #dc2 {
        width: 100%;
        padding: 50px 0 50px;
    }

      

        #dc2 h2 {
            font-size: 23px;
         
            font-weight: 700;
        }
    .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;
    }
    .container{
        padding:0 20px;
    }
    #about {
        width: 100%;
        padding: 20px 0;
        background-color: #000;
        color: #fff;
        z-index: 999;
    }

        #about h1 {
            font-size: 24px;
        }

    .crousalbox1 {
        background: #Fff;
        color: #000;
        padding: 20px 3px 0;
        border-radius: 15px;
        text-align: center;
        width: 284px;
        white-space: normal;
        margin: 0 10px;
    }

        .crousalbox1 h4 {
            font-size: 16px;
        }

        .crousalbox1 span {
            font-size: 12px;
            letter-spacing: 0.4px;
        }

   
    #wivideo {
        background: url(/assets/img/mob-washIron-cover.jpg) top center;
        padding: 0;
        margin-bottom: 50px;
        height: 200px;
    }
    #wfvideo {
        background: url(/assets/img/mob-washfold-cover.jpg) top center;
        padding: 0;
        margin-bottom: 50px;
        height: 200px;
    }

    #irvideo {
        background: url(/assets/img/mob-iron-cover.jpg) top center;
        padding: 0;
        margin-bottom: 50px;
        height: 200px;
    }

    #dcvideo {
        background: url(/assets/img/mob-dryclean-cover.jpg) top center;
        padding: 0;
        margin-bottom: 50px;
        height: 200px;
    }
    .washiconn {
       /* border: none;
        background: none;*/
        padding: 5px;
        display: inline-block;
        color: #5c5c5c;
        text-align: center;
        font-weight: 500;
        font-size:15PX;
        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: 60px 0;
        background-color: #0C0C0C;
        color: #fff;
        z-index: 99;
    }

        #digital h1 {
            font-size: 30px;
            line-height: 40px;
        }

        #digital h3 {
            padding: 20px 0 0;
            color: #ededed;
            font-size: 16px;
            font-weight: 500;
            line-height: 25px;
        }

        #digital p {
            padding: 20px 0 0;
            font-size: 16px;
            color: #ededed;
            font-weight: 500;
            line-height: 25px;
        }
    #digital3 {
        width: 100%;
        padding: 60px 0;
        background-color: #0C0C0C;
        color: #fff;
        z-index: 99;
    }
    
        #digital3 .mgl20 {
            margin-left: -20px;
        }
    #digital3 h1 {
        font-size: 30px;
        line-height: 40px;
    }

       

        #digital3 p {
            padding: 20px 0;
            font-size: 16px;
            color: #ededed;
            font-weight: 500;
            line-height: 25px;
        }
    #digital4 {
        width: 100%;
        padding: 60px 0 50px;
        background-color:#1F7ACB;
        color: #fff;
        z-index: 99;
    }
        #digital4 h1 {
            font-size: 30px;
            line-height: 40px;
        }
    .img105 {
        width: 106%;
    }
 .img100 {
        width: 100%;
    }
    .btn-digital {
        font-weight: 700;
        font-size: 18px;
        display: inline-block;
        padding: 10px 40px;
        margin-top: 10px;
        border-radius: 50px;
        transition: 0.5s;
        color: #fff;
        background: #2a96df;
        border: 2px solid #2a96df;
    }
    #dcpm {
        width: 100%;
        padding: 50PX 0;
        z-index: 9;
        background: url(/assets/img/Premium-bg.png) top center;
        background-size: cover;
        color: #fff;
    }
    #dcpm h2 {
        font-size: 23px;
        font-weight: 700;
    }

    #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;
            font-weight: 700;
        }
    #dcp {
        width: 100%;
        padding: 50PX 0;
      
    }
    #dcp h2 {
        font-size: 23px;
        font-weight: 700;
    }
    #dcp h3 {
        font-size: 23px;
        font-weight: 700;
    }

    .headc {
         font-size: 20px; 
        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: 900;
    }
    .wfheadergray {
        font-size: 20px;
        font-weight: 900;
        color: #5c5c5c;
    }
    .green22 {
        color: #44922f;
        font-size: 18px;
        font-weight: 900;
    }
    .wfgray {
        color: #8a8a8a;
        font-size: 12px;
        font-weight: 300;
    }
    .paddb18 {
        padding-bottom: 10px;
    }
    .headergrayitem {
        font-size: 18px;
        font-weight: 700;
        color: #5c5c5c;
    }
    .paddt60 {
        padding-top: 30px;
    }
    ol, ul {
        padding-left: 1rem;
    }
    

        .table td {
            font-size: 16px;
            color: #a0a0a0;
            font-weight: 700;
        }

        .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;
    }
    .accordion-item {
        background: #f2f2f6;
        border: none;
    }
    .accordion-item:not(:first-of-type) {
        border-top: 0;
        padding-top: 20px;
        background: #f2f2f6;
    }
    .accordion-button:focus{
        border-color:#fff!important;
    }

    .accordion-button::after {
        flex-shrink: 0;
        width: 1.25rem;
        height: 1.25rem rem;
        margin-left: auto;
        content: "";
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
        background-repeat: no-repeat;
        background-size: 1.25rem;
        transition: transform .2s ease-in-out;
        background-color: #fff;
        border-radius: 50px;
    }
    .accordion-button:not(.collapsed)::after {
        background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
        background-repeat: no-repeat;
        background-color: #fff;
        border-radius: 50px;
    }
    .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: 160px;
    }
    .border-icon{
        z-index:9;
        position:absolute;
    }
    .blackbox {
        padding: 0px 20px;
    }
	#try h2 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
	letter-spacing:1px;
	
}
.btn-try{
	margin-top:30px;
}
}
@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;
    }
}