@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100..900&display=swap');
 *{
 margin:0;
 padding:0;
 box-sizing:border-box;
 }
 html{
scroll-behavior:smooth;
}
 body{
font-family: 'Work Sans', sans-serif;
}
h1, h2, h3, h4, h5{
    font-family: "Roboto Slab", serif;
}
.container{
    max-width: 1300px;
}
 .hero{
 /*background: linear-gradient(rgb(0 0 0 / 84%), rgb(0 0 0 / 84%)), url(https://test.minkchatter.com/pinktaxi/website/public/img/bnr.webp);*/
 background: url(https://test.minkchatter.com/pinktaxi/website/public/img/bnr.webp);
 background-size: cover;
 background-position: center;
 color: white;
 /*height: 100vh;*/
 padding: 11% 0;
 text-align: left;
 display: flex;
 align-items: center;
 }

 .hero h1{
 font-size: 50px;
 font-weight: bold;
 }
 .section-title{
 text-align:center;
 margin-bottom:40px;
 }
 .service-card{
 transition:0.3s;
 }
 .service-card:hover{
 transform:translateY(-10px);
 }
 
 .navbar-brand {
 max-width:179px;
 padding: 0;
 }
 .navbar{
 padding: 5px 0;
 width: 100%;
background: #ffffff;
position: sticky;
z-index: 2;
    top: 0;
border-bottom: 2px solid #ff49c242;
 }
 .navbar-nav .nav-item a{
 color: #000;
 }
 .navbar-expand-lg .navbar-nav .nav-link{
 padding-left: 25px;
 }
 .hero h1 span{
 color: #fe59c4;
 }
 .lead {
 font-size: 22px;
 }
 .btn.btns{
 background: #fe59c4;
 padding: 10px 30px;
 border-radius: 6px;
 color: #fff;
 }
 .form-control, .custom-select {
    height: 40px;
        font-size: 13px;
    width: 100%;
    border: 1px solid #b6b6b6;
    color: #636161;
    padding: 10px;
    border-radius: 6px;
 }
 :focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
}
select option:checked{
  background:#ff49c2;
  color:#fff;
}
select option:hover{
  background:#ff49c2;
  color:#fff;
}
.frm .custom-select{
     height:46px;
 }
 .slick-arrow{
    background: #ff38a5b0;
    color: #fff;
    width: auto;
    padding: 10px;
    height: auto;
    border-radius: 40px;
    z-index: 1;
 }
  .slick-arrow:hover{
    background: #ff38a5
  }
 .frm{
    margin-top: -50px;
        z-index: 1;
    position: relative;
 }
 .about-img img{
     box-shadow: 0px 0px 10px 0 #efefeb;
    border-radius: 10px;
 }
 .lst.para li{
     font-weight: 400;
    font-family: 'Work Sans';
 }
 .frm .row{
    box-shadow: 0 0 5px #c1c1c1;
    padding: 25px  25px 5px;
    border-radius: 10px;
    background: #f8f8f8;
 }
 .title span{
 }
 .btn-primary{
         width: 100%;
    height: 45px;
    background: #ff49c2;
    border-color: #ff49c2;
        display: inline-flex;
    text-align: center;
    align-items: center;
        padding: 0 20px;
    justify-content: center;
 }
  .btn-primary:hover, :not(.btn-check)+.btn:active,
  .btn-check:checked+.btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check)+.btn:active{
      background: transparent;
    border-color: #ff49c2;
    color:#ff49c2;
  }
 .pricing-card-top{
    /*display:flex;*/
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
 }
 
 .sng{
    padding: 10px 15px;
    background: #fff;
    border-radius: 6px;
    color: #000;
        transition: all .5s ease;
            text-decoration: none;
    margin-left: 10px;
 }
 .sng.sgnup,  .sng:hover{
     background:#ff49c2;
     color:#fff;
 }
.sub-title{
    font-size: 20px;
    color: #ff32c0;
    font-weight: 500;
}
.title{
        font-size: 40px;
    font-weight: 500;
    margin: 0px 0 15px;
}
.para span{
        font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: #ff30d1;
}
.para{
        font-size: 15px;
    color: #4c4c4c;
}

.feature-section{
padding:0px 0px 60px;
}
.feature-card h3{
    font-size: 23px;
}
.feature-card p{
    margin: 0;
}


.feature-card{
flex:1;
padding:25px;
border-radius:15px;
box-shadow:1px 1px 20px rgba(0, 0, 0, 0.08);
}

.feature-card.dark{
background:#2e2e2e;
color:#fff;
}

.feature-card.yellow{
background:#f6b112;
color:#000;
}

.feature-card.light{
background:#fff;
}

.top{
display:flex;
align-items:center;
gap:15px;
}

.icon{
background:#ff00be;
width:45px;
height:45px;
display:flex;
align-items:center;
justify-content:center;
border-radius:8px;
font-size:20px;
justify-content: space-around;
}

.dark .icon{
background:#f6b112;
color:#000;
}
.feature-card hr {
    border-top: 2px solid #fff;
}
.feature-card.light hr {
    border-top: 2px solid #000;
}
.yellow .icon{
background:#2e2e2e;
color:#fff;
}

hr{
border:none;
border-top:1px solid rgba(0,0,0,0.15);
margin:20px 0;
}

.dark hr{
border-color:rgba(255,255,255,0.2);
}

.icons{
display:flex;
gap:20px;
align-items:center;
flex-wrap:wrap;
justify-content: space-around;
}

.icons i{
font-size:22px;
}

.icons span{
display:flex;
align-items:center;
gap:8px;
font-size:15px;
}


/*Why*/
.why-section{
padding:60px 0%;
background:#fff;
}

.why-section h2{
text-align:left;
margin-bottom:40px;
}

.features{
display:flex;
flex-direction:column;
gap:20px;
flex:1;
}

.card{
    gap: 15px;
    background: rgb(242, 242, 242);;
        overflow: hidden;
        height: 100%;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.calc{
        padding-top: 30px;
}
.safety-first-wrap {
    background:#ff38a5;
    padding: 35px 20px;
    height:100%;
    border-radius: 10px;
    box-shadow: 0px 3px 6px 0px #00000026;
    position: relative;
    z-index: 1;
}
.footer-payment-images{
    width:100%;
}
#result{
    font-size: 14px;
    margin: 0;
}
.supported-payment hr {
    background: #FFFFFF;
    height:2px;
}
.support-img-wrap {
    mask-image: url(../img/shape-mask.png);
    mask-repeat: no-repeat;
    mask-size: 100% 100%;
    background: #fff;
    display: flex;
    align-items: center;
    height: 70px;
    width: 72px;
    justify-content: center;
    border-radius: 50%;
}
.support-img-wrap p{
    margin:0;
}
.safety-first-wrap .support-img-wrap {
    background-color: #000;
}
.supported-payment {
    background: #000000;
    padding: 35px 25px;
    border-radius: 10px;
    height:100%;
}
.supported-payment h4, .supported-payment p {
    color: #fff;
}
.booking-box{
    background: #f2f2f2;
    padding: 35px 25px;
    border-radius: 10px;
    height:100%;
    box-shadow: 0px 3px 6px 0px #00000026;
}
.safety-first-wrap h6{
        font-size: 13px;
        margin:0;
}
.support-img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    padding: 20px;
}
.bhgt{
    padding: 15px 15px 0;
}
.card h4{
margin-bottom:5px;
}
.card.srbf{
    display: grid;
    grid-template-columns: 1fr 2fr;
    border: 1px solid #ff38a56e;
    box-shadow: 0 0 10px #ff38a563;
}
.ss.card img{
        height: 400px;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.card .frm-lg h4{
margin-bottom:5px;
font-size: 28px;
}

.card p{
font-size:14px;
color:#666;
}

.iconss{
    /*background: #ff00be;*/
    width: 100%;
    /*aspect-ratio: 1;*/
    /*height: 60px;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    font-size: 30px;
    justify-content: space-around;
    color: #fff;
}


.image-box{
    position: sticky;
    top: 107px;
}
.iconss img{
    object-fit:cover
}
.image-box img{
width:100%;
border-radius:20px;
}
.top-sc{
    max-width:900px;
    margin:0 auto 25px
}
/*.calc .container>.row{*/
/*    background: url(../img/bg.webp);*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/
/*    padding: 30px;*/
/*    box-shadow: 0 0 9px 0px #34343469;*/
/*    border-radius: 10px;*/
/*}*/




.pricing-section{
padding:60px 0;
background:linear-gradient(rgb(0 0 0 / 71%), rgb(0 0 0 / 71%)), url(https://test.minkchatter.com/pinktaxi/website/public/img/bg-bac.jpg);
background-size:cover;
background-position:center;
}

.pricing-label{
background:#ffb400;
padding:6px 15px;
border-radius:20px;
font-weight:600;
font-size:14px;
}

.pricing-title{
font-weight:700;
margin-top:15px;
}

.pricing-card{
background:#fff;
padding:20px 15px;
overflow:hidden;
position: relative;
    height: 100%;
border-radius:10px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
}
.price-box p.bsrs{
        border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.fttr-logo img{
    width: 70%;
    object-fit: cover;
}
.scls a i{
    width: 40px;
    background: #ff38a5;
    font-size: 20px;
    aspect-ratio: 1;
    border:1px solid #ff38a5;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 10px 5px 0;
    transition: all .5s ease;
}
.scls a i:hover{
    background:transparent;
    color:#ff38a5;
}
.taxi-img{
    width: 120px;
    margin: 0;
    margin-right: 0;
    position: absolute;
    right: -41px;
    top: 22px;
}

.sub{
color: #4a4a4a;
    font-size: 14px;
    margin-bottom: 0;
    text-align: left;
}

.price-box{
background: #f3f1ec;
    padding: 10px 11px;
    border-radius: 8px;
    text-align: left;
    font-size: 13px;
    margin-bottom: 20px;
}

.price-box p{
display:flex;
gap:10px;
justify-content:space-between;
margin:6px 0;
border-bottom: 1px solid #c1c1c1;
    padding-bottom: 6px;
}
.fldgg .price-box{
        width: 74%;
}
.pricing-card.fldgg{
    padding:30px;
        background: #f8f8f8;
}
.order-btn{
margin-top:20px;
background:#ffb400;
color:#000;
font-weight:600;
padding:10px 25px;
border-radius:6px;
}

.order-btn:hover{
background:#e6a300;
}

/*.price-box span{*/
/*    width:100%*/
/*}*/
.price-box span.snnd{
    width:27%
}
/*Process*/
.process-section{
padding: 60px 0;
text-align:left;
position:relative;
background: #f6f6f6d6;
}

.label{
display:inline-block;
background:#fff3cd;
color:#e3a300;
padding:6px 18px;
border-radius:30px;
font-size:13px;
font-weight:600;
margin-bottom:10px;
}

.process-title{
font-weight:700;
margin-bottom:80px;
}

/* cards */

.process-card{
        width: 85%;
    margin: auto;
background: white;
    padding: 45px 25px;
    border-radius: 12px;
    /* box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05); */
    position: relative;
    transition: 0.4s;
    border: 1px solid #bbb;
    clip-path: polygon(0% 6%, 100% 6%, 100% 35%, 100% 75%, 75% 94%, 25% 95%, 0% 75%, 0% 35%);
    /*background: #f4f4f4;*/
    height:100%;
}

/* hexagon */

.hex{
width:75px;
height:75px;
background:#ff0fc2;
/*margin:auto;*/
margin-bottom:22px;
clip-path: polygon(
25% 6%, 
75% 6%, 
100% 50%, 
75% 94%, 
25% 94%, 
0% 50%
);
color:#fff;
display:flex;
align-items:center;
justify-content:center;
font-size:26px;
transition:.3s;
}

.process-card:hover .hex{
transform:rotate(10deg) scale(1.05);
}

/* number */

.step{
width:38px;
height:38px;
background:black;
color:white;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:13px;
position: relative;
    bottom: -11px;
    left: 50%;
    transform: translateX(-50%);
}

/* dotted svg line */

.svg-line{
position: absolute;
    top: 50%;
        transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    max-width: 960px;
    z-index: 0;
}

.sddf strong{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    display: flex;
    color: #6a6a6a;
}
/* text */
.mspp img{
    max-height: 300px;
        object-fit: cover;
    border-radius: 10px;
}
.process-card h5{
font-weight:700;
font-size:15px;
}

.process-card p{
font-size:14px;
color:#777;
margin-top:10px;
}

@media(max-width:767px){

.svg-line{
display:none;
}

}
.servec-bx{
    text-align: left;
    padding: 30px 20px;
    height: 100%;
    /*border-right: 1px dashed #ff00be7a;*/
    border-radius: 10px;
    background: #ffff;
    transition: all .5s ease-in-out;
}
.servec-bx:hover{
    background:#ffffffcc;
}
.servec-bx img{
    max-width: 85px;
    mix-blend-mode: darken;
    padding-bottom: 20px;
}
.servces .col-lg-3.col-md-6:last-child .servec-bx{
    border-right: 0px dashed #ff00be7a;
}
.servces .title{
    color: #fff;
    margin-bottom: 20px;
}
.servec-bx i{
    width: 60px;
    background: #ff32c0;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-bottom: 20px;
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
}
.cns h2{
    font-size: 22px;
}
.cns p{
    margin: 0;
    font-size: 14px;
    color: #646262;
}
.servces {
    /*background: #f1f1f1*/
    background-image: linear-gradient(45deg, #000000e0, #000000e0), url(../img/bg.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.app-card-top{
    position:relative;
}
.ban-btnss{
    display: flex;
    flex-direction: column;
    position: absolute;
    bottom: 8%;
    gap: 20px;
    left: 50%;
    transform: translateX(-50%);
}
.pricing-card-ttl h5{
    color: #000;
    font-size: 25px;
    margin-bottom: 0px;
    /*text-align: left;*/
}
.pricing-card-ttl p{
    color:#1b1a1a;
}
.ban-btn{
        display: flex;
    gap: 10px;
    margin-top: 15px;
}
.ban-btn img{
    width:100%
}




.form-section{
background:#fff0f6;
padding:60px 0;
}

.form-box{
background:#f2f2f2;
padding:40px;
border-radius:15px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
}
.subs_o1r .input-group .btn.btn-primary{
    background:#fff;
    border:1px solid #fff;
    color:#000;
}
.subs_o1r .input-group .btn.btn-primary:hover{
    background:transparent;
    color:#fff;
}


footer{
background: url('https://test.minkchatter.com/pinktaxi/website/public/img/11.jpeg') center/cover no-repeat;
position: relative;
padding:60px 0 10px;
color:white;
}

.footer::before{
content:'';
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
background:rgb(0 0 0 / 90%);
}

.footer .container{
position:relative;
z-index:2;
}
.copyrght{
        background: #262626;
    padding: 10px 0;
    color: #b0b0b0;
    /*text-align: center;*/
    font-size: 13px;
}
.footer h4{
margin-bottom:20px;
font-weight:600;
}

.footer p{
font-size:15px;
line-height:1.8;
}
.footer ul{
    margin: 0;
    padding: 0;
}
.footer ul li{
    list-style-type: none;
    margin-top: 6px;
}
.footer ul li a{
    color:#c6c6c6;
    text-decoration: none;
}
.scls{
    margin-top: 12px;
}
.dsgn{
    text-align:right
}
.dsgn a{
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    letter-spacing: 1px;
}
#topBtn{
position:fixed;
bottom:30px;
right:30px;
background:#ff4da6;
color:white;
border:none;
width:55px;
z-index: 99;
height:55px;
border-radius:50%;
font-size:20px;
cursor:pointer;
display:none;
box-shadow:0 5px 15px rgba(0,0,0,0.3);
transition:0.3s;
}
.form-check-input{
    border: var(--bs-border-width) solid #ff38a5;
}
#topBtn:hover{
background:#e60073;
transform:translateY(-5px);
}



.search-box{
  /*width:300px;*/
  position:relative;
}

.search-box input{
  width:100%;
  padding:10px;
  border:1px solid #ccc;
  border-radius:6px;
  outline:none;
  color:636161;
}

.search-list{
  position:absolute;
  width:100%;
  background:#fff;
  border:1px solid #ddd;
  border-top:none;
  display:none;
  max-height:200px;
  overflow-y:auto;
}

.search-list .item{
  padding:10px;
  cursor:pointer;
}

.search-list .item:hover{
  background:#f2f2f2;
}




/*ABOUT PAGE*/

.hero.broudcrum{
    background: linear-gradient(rgb(0 0 0 / 84%), rgb(0 0 0 / 84%)), url(https://test.minkchatter.com/pinktaxi/website/public/img/2.webp);
    padding: 5% 0;
    background-size: cover;
    text-align: center;
    display: block;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
 }
 .about-b{
     position: sticky;
    top: 0;
 }
 .titlename{
         font-size: 25px;
    color: #ff35d9;
    font-weight: 800;
 }
 .team-member {
    position: relative;
    margin-bottom: 30px;
}
.team-member .inner-box {
    position: relative;
    overflow: hidden;
}
.team-member .inner-box .image-box {
    position: relative;
}

figure {
    margin: 0;
}
.team-member .inner-box .image-box img {
    position: relative;
    width: 100%;
    display: block;
    object-fit: cover;
}
.team-member .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.team-member .inner-box .overlay-box .content-box {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    text-align: center;
    padding: 7px 15px;
    background-color: rgb(255 56 165 / 88%);
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.team-member .inner-box .overlay-box .content-box h3 {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.team-member .inner-box .overlay-box .content-box .designation {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-style: italic;
}
.team-member .inner-box .overlay-box .hover-box {
    position: absolute;
    left: 0px;
    top: -100%;
    width: 100%;
    height: 100%;
    display: table;
    padding: 20px 30px;
    text-align: center;
    background-color: rgb(255 56 165 / 88%);
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}
.team-member .inner-box .overlay-box .hover-box .hover-inner {
    position: relative;
    display: table-cell;
    vertical-align: middle;
}
.team-member .inner-box .overlay-box .hover-box h3 {
    position: relative;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}
.team-member .inner-box .overlay-box .hover-box .designation {
    position: relative;
    color: #ffffff;
    font-size: 14px;
    font-style: italic;
}
.team-member .inner-box .overlay-box .hover-box .hover-inner .text {
    position: relative;
    padding: 20px 0px 25px;
    color: #ffffff;
    line-height: 1.8em;
}
.team-member .inner-box:hover .content-box {
    bottom: -100%;
}
.team-member .inner-box:hover .overlay-box {
    top:100%;
}
 
 
.contact-section{
background:#f8f8f8;
}

.hours{
    font-size: 40px;
    font-weight: bold;
    color: #ff32c0;
}

.contact-info{
list-style:none;
padding:0;
margin-top:20px;
}

.contact-info li{
margin-bottom:10px;
font-size:18px;
}

.contact-info i{
margin-right:10px;
color:#ff32c0;
}

.social-icons a{
display:inline-block;
width:40px;
height:40px;
line-height:40px;
text-align:center;
background:#000;
color:#fff;
border-radius:50%;
margin-right:10px;
transition:.3s;
}

.social-icons a:hover{
background:#ff32c0;
color:#fff;
}
 
 .frmm{
       background: linear-gradient(#f3f3f3e3, #f3f3f3e3), url(https://test.minkchatter.com/pinktaxi/website/public/img/contact-bg.png);
    padding: 20px 40px 40px;
    border-radius: 20px;
    box-shadow: 0 0 10px #ccc;
 }
 .contact-hdng{
     display: flex;
    align-items: center;
    gap: 14px;
 }
 
 h4.titlename {
    font-size: 20px;
    color: #636363;
    font-weight: 600;
}
hr {
    border-top: 1px solid rgb(0 0 0 / 79%);
}
.frm-lg{
    padding: 30px 20px;
    background: #fff;
    height:100%
    border-radius: 10px;
}
.signupform .card {
    max-width: 800px;
    overflow: hidden;
    background: #fff;
    border-color: #ff32c0;
}
.rhgtmg{
    object-fit:cover;
    box-shadow: 1px 0px #ff32c0a3;
    border-radius: 20px;
    overflow: hidden;
}
.dnhv p{
    margin:0;
}
.dnhv{
    margin-top:15px;
}
.dnhv p a{
    color: #ff00be;
    font-weight: 700;
}
label {
    font-size: 12px;
}

.testimonial-section{
  background:#f2f2f2;
}

.testimonial-card{
  background:#fff;
  border-radius:20px;
  padding:30px;
  position:relative;
  height:100%;
  margin: 0 10px;
  min-height: 228px;
}

.quote{
  font-size: 125px;
    color: #d7e3dc;
    position: absolute;
    top: -16px;
    left: 11px;
  font-weight:bold;
}

.name{
  font-weight:600;
  margin:0;
  font-size: 21px;
    color: #000;
    z-index: 1;
    position: relative;
}

.user-img{
  width:50px;
  height:50px;
  border-radius:50%;
  border:4px solid #cfe3db;
}

.text{
  font-size:15px;
  color: #333;
    line-height: 1.8;
    margin-top: 10px;
    font-weight: 400;
    font-style: italic;
}
#subs_o{
    background: #ff32c0;
}
.subs_o1l h2{
        font-size: 30px;
    font-weight: 400;
}
.subs_o1l h2 span{
    font-size: 45px;
    font-weight: 900;
}
.hsdtt{
        display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
}
.stars span{
    font-size:14px;
}
.trust-points{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap:wrap;
}

@media (max-width:991px){
    button.navbar-toggler{
        order: 4;
    color: #000;
    border: 1px solid rgb(0 0 0);
    margin-left: auto;
    margin: 0 0 0 15px;
    }
        .navbar .navbar-toggler {
        box-shadow: none !important;
        background: #27ab430d;
        border: none;
        border-radius: 0;
        margin-top: -1px;
    }
    .navbar-toggler-icon {
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e);
}
    .lgn{
        margin-left: auto;
    }
    .navbar.container{
        justify-content: normal;
    }
    .svg-line {
    width: 90%;
    }
    .about-b{
        margin-top: 20px;
    }
    .servces .col-lg-3.col-md-6:nth-child(2) .servec-bx {
    border-right: 0px dashed #ff00be7a;
    border-bottom: 0px dashed #ff00be7a;
}
.servces .col-lg-3.col-md-6:nth-child(1), .servces .col-lg-3.col-md-6:nth-child(2) {
    border-bottom: 1px dashed #ff00be7a;
   
}
.servces .col-lg-3.col-md-6{
     padding:0;
}
.pricing-card-top {
    flex-wrap: wrap;
    width: 100%;
}
.fldgg .price-box, .pricing-card-ttl{
    margin-bottom: 15px;
}
    
.fldgg .price-box, .pricing-card-ttl{
    width: 100%;
}

.navbar .navbar-collapse {
    position: absolute;
    width: 100%;
    background: #fff;
    top: 94px;
    left: 0;
    padding: 20px 30px;
}
.contact-section .title {
    font-size: 25px;
}
.hours {
    font-size: 30px;
}
.frmm{
    padding: 20px 25px 29px;
}
}
.stars {
    font-size: 20px;
}

@media (max-width:767px){
    .navbar-brand {
    max-width: 115px;
    padding: 0;
}
.subs_o1l h2 {
    font-size: 20px
}
.pricing-card.fldgg {
    padding: 20px;
}
.subs_o1r .input-group{
        justify-content: left !important;
    margin-top: 10px;
}
.stars {
    font-size: 20px;
    display: block;
    padding-left: 0 !important;
    padding-top: 14px;
}
.testimonial-section .slick-next{
    right: 0;
}
.subs_o1l h2 span {
    font-size: 27px;
}
.testimonial-section .slick-prev{
    left: 0;
}
.card.srbf {
    grid-template-columns: 1fr;
}
.sng {
    padding: 6px 10px;
    font-size: 13px;
}
.hero h2{
        font-size: 17px;
    font-weight: 300;
}
.hero h1 {
    font-size: 30px;
    font-weight: 400;
}
.frm {
    margin-top: 20px;
}
.btn.btns {
    padding: 5px 21px;
    font-size: 14px;
}
.search-box input {
    padding: 6px 10px;
    font-size: 14px;
}
.custom-select {
    height: 35px;
    font-size: 14px;
    color: #737373;
    padding: 5px 10px;
}
.btn-primary {
    height: 35px;
}
.frm .row {
    padding: 12px 12px 3px;
    width: 99%;
    margin: auto;
}
.title {
    font-size: 28px;
}
.para span {
    font-size: 14px;
}
.para {
    font-size: 14px;
}
.btn-primary {
    height: 35px;
    padding: 0 12px !important;
        font-size: 13px;
}
.servec-bx {
    border-right: 0px dashed #ff00be7a;
    border-top: 1px dashed #ff00be7a;
}
.servces .col-lg-3.col-md-6:first-child .servec-bx {
    border-right: 0px dashed #ff00be7a;
    border-top: 0px dashed #ff00be7a;
}
.servces .col-lg-3.col-md-6:last-child .servec-bx {
    border-top: 1px dashed #ff00be7a;
}
.card h4 {
    margin-bottom: 5px;
    font-size: 18px;
}
.card p {
    font-size: 13px;
}
.lst.para li {
    font-size: 13px;
}
.process-card {
    width: 100%;
    padding: 45px 19px;
}
.process-card p {
    font-size: 13px;
}
.pricing-card-ttl h5 {
    font-size: 20px;
}
.form-box {
    padding: 40px 10px;
}
.w-75 {
    width: 100% !important;
}
.footer .col-lg-3{
    margin-bottom: 20px;
}
.navbar .navbar-collapse{
    top:61px;
}
.hero.broudcrum h1{
        text-align: center;
}
.hero.broudcrum .lefts {
    width: 100%;
}
.titlename{
    font-size: 20px;
    font-weight: 500;
}
.top-sc {
    padding: 0 15px;
}
.cprt, .dsgn{
    text-align: center;
}
.frmm {
    padding: 20px 20px 20px;
    margin-top: 30px;
}
.contact-info li {
    font-size: 14px;
}
.signupform .card {
    width: 100%;
    display: block;
}
}












