/*----------------------------------------*/
/*  Theme CSS
/*----------------------------------------*/
html, body {
    height: 100%; 
    scroll-behavior: smooth;
}
body {
    background: #f5f5f5;
    color: #585757; 
    font-family:"Montserrat", sans-serif;
    font-size: 15px;
    text-align: left;
    overflow-x: hidden;
    line-height: 28px;

}
.insta-reel body {
        overflow: hidden !important;
}
.insta-reel .Header , .EmbedVideo{
    display: none !important;
}
iframe {
    width: 100%;
}
.section-2 iframe {
    height: 500px;
}
.sec-two-video iframe {
    height: 500px;
}
.reel-img iframe {
    height: 500px;
}
.instaVideo body {
    overflow-y: clip !important;
}
.Header {
    display: none !important;
}
a:focus {
    outline:0px solid;
}
img {
    max-width:100%;
    height:auto;
}
.fix {
    overflow:hidden;
}
p {
    margin:0 0 15px;
    color: #2b2b2b;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
}
h1, h2, h3, h4, h5, h6 {
    margin: 0 0 1rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 1.21;
    color: initial;
}
h1{
    font-size: 35px;
    line-height: 54px;
        
}
h2{
    font-size: 30px;
    line-height: 42px;
        
}
h3{
    font-size: 25px;
    line-height: 36px;
        
}
h4{
    font-size: 20px;
    line-height: 34px;
        
}
h5{
    font-size: 18px;
    line-height: 30px;
        
}
h6{
    font-size: 16px;
    line-height: 28px;
        
}
a {
    transition: all 0.3s ease 0s;
    text-decoration:none;
}
a:active, a:hover {
  outline: 0 none;
}
a:hover, a:focus {
    color: #003cc4;
    text-decoration: none;
}
.float-none{
    float: none;
    margin:0 auto;
}
.floatleft {
    float:left;
}
.floatright {
    float:right;
}
.alignleft {
    float:left;
    margin-right:15px;
    margin-bottom: 15px;
}
.alignright {
    float:right;
    margin-left:15px;
    margin-bottom: 15px;
}
.aligncenter {
    display:block;
    margin:0 auto 15px;
}
.p0{
    padding: 0px
}
.pt10{
    padding-top:10px;
}
.pt20{
    padding-top:20px;
}
.pt30{
    padding-top:30px;
}
.pt40{
    padding-top:40px;
}
.pt50{
    padding-top:50px;
}
.pb10{
    padding-bottom:10px;
}
.pb20{
    padding-bottom:20px;
}
.pb30{
    padding-bottom:30px;
}
.pb40{
    padding-bottom:40px;
}
.pb50{
    padding-bottom:50px;
}
.pb80{
    padding-bottom:80px;
}
.p10{
    padding:10px;
}
.p20{
    padding:20px;
}
.p30{
    padding:30px;
}
.p40{
    padding:40px;
}
.p50{
    padding:50px;
}
.mt10{
    margin-top:10px;
}
.mt20{
    margin-top:20px;
}
.mt30{
    margin-top:30px;
}
.mt40{
    margin-top:40px;
}
.mt50{
    margin-top:50px;
}
.mb10{
    margin-bottom:10px;
}
.mb20{
    margin-bottom:20px;
}
.mb30{
    margin-bottom:30px;
}
.mb40{
    margin-bottom:40px;
}
.mb50{
    margin-bottom:50px;
}
.m10{
    margin:10px;
}
.m20{
    margin:20px;
}
.m30{
    margin:30px;
}
.m40{
    margin:40px;
}
.m50{
    margin:50px;
}
.section-padding{
    padding: 60px 0px;

}
.pl50{
    padding-left:50px;
}
.pr50{
    padding-right:50px;
}

/*----------------------------------------*/
/* Header AREA
/*----------------------------------------*/
header{
    background: #050e1d;
    border-bottom: 1px solid #ffcf3f5e;
}
nav.navbar.bootsnav{
    background: #050e1d !important;
}
.logo-div img {
    width: 50%;
    padding: 10px;
}
.main-menu ul.navbar-nav li {
    float: left;
    position: relative;
}
.main-menu ul{
    margin-top: 20px;
}
.main-menu ul.navbar-nav > li >a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color:#fff;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 0px;
    text-transform: capitalize;
    margin: 0px 10px;
    letter-spacing: 1px;
}
.main-menu ul.navbar-nav li a:hover{
    color:#167ac6;
}

.main-menu ul.navbar-nav >li:hover > a:before, .main-menu ul.navbar-nav >li.active > a::before {
    width: 100%;
}
.main-menu ul.navbar-nav li.active a:focus {
    color: #333;
}
.main-menu ul.navbar-nav li.active a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #003cc4;
    position: relative;
    z-index: 9999999;
}
.navbar {
    border: medium none;
    margin-bottom: 0;
}
.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
.navbar-brand{
    padding: 5px 0px;
}
.main-menu ul.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color:#333;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background: none;
}
.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #0c0c0b;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
}
.pagess {
    position: relative;
}
.navbar.navbar-default {
    float: right;
    width: 100%;
}
.main-menu ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;
}
.main-menu ul.nav li:hover ul.sub-menu{
    top:100%;
    opacity:1;
    z-index:999;
    visibility:visible;
}
.main-menu ul.nav li ul.sub-menu li a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}
.main-menu ul.nav li:hover ul.sub-menu li a:hover{
    color: #ffffff;
    background: #18ba60;
}
.main-menu ul.nav li ul.sub-menu li:last-child {
    border:none;
}
.menu-signup {
    padding: 10px 15px !important;
    border-radius: 36px !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    background: #fff0 !important;
    font-weight: 600 !important;
    font-size: 17px !important;
}
/*----------------------------------------*/
/* slider Area
/*----------------------------------------*/
.section-1{
    background: #050E1D;
   padding: 35px 20px;
}
.slider-img img{
    border-radius: 15px;
    border: 5px solid #ffcf3f;
    cursor: pointer;
}
.slider-text{
     background: #ffcf3f;
    border-radius: 9px;
    width: 60%;
    float: none;
    margin: 0 auto;
    text-align: center;
    margin-top: -22px;
    position: relative;
    padding: 5px 4px;
}
.slider-text a {
     margin: 0px;
    font-size: 15px;
    line-height: 15px;
    padding: 2px 0;
    color: #2b2b2b;
}
.slider-text span{
    font-size: 13px;
    font-style: italic;
}
.side-slider-content h1 {
    color: #FFCF3F;
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 30px;
}
.side-slider-content h4{
    color: #ffffff;
    font-size: 23px;
    margin-bottom: 30px;
}
.side-slider-content{
    padding: 20px 10px;
}
.section-title{
    text-align: center;
    margin-bottom: 30px;
}
.whatsapp-div img{
    position: fixed;
    bottom: 0;
    padding: 10px;
    width: 70px;
    left: 15px;
}
.slider-expert-btn {
    width: fit-content;
    border-radius: 25px;
    line-height: 44px;
    float: left;
    text-align: center;
    border: 4px solid #ffffff;
    background: #ffcf3f;
    padding: 1px;
}
.slider-expert-btn i {
      width: 45px;
    height: 45px;
    line-height: 45px;
    float: left;
    background: #050e1d;
    color: #ffffff;
    border-radius: 66px;
}
.slider-expert-btn  a{
     color: #050e1d;
    font-weight: 600;
    font-size: 18px;
    padding: 10px;
}
/*----------------------------------------*/
/* section two Area
/*----------------------------------------*/
.section-2{
    height: 680px;
    position: relative;
    padding: 20px 0px;
    background: linear-gradient(106deg, rgb(255 207 63 / 84%) 92%, rgb(255 207 63 / 69%) 99%), url('https://pcards.org/front_assets2/img/customer-bg.png');
}
.sec-two-box h2{
    font-size: 35px;
    color: #050e1d;
    text-align: center;
}
.sec-two-box h2 span{
    color: #050e1d;
}
.sec-two-video iframe{
   border: 10px solid #050e1d;
    border-radius: 10px;
}
/*----------------------------------------*/
/* bussiness category
/*----------------------------------------*/
.section-3{
    background: #050e1d;
}
.section-3 h2 {
   color: #ffcf3f; 
   font-size: 35px;
}
.bussi-cat img{
    width: 100%;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.bussi-cat-name h3{
        font-size: 18px;
    text-align: center;
    margin: 10px 0;
    line-height: 22px;
}
.bussi-cat{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    gap: 2px;
    border-radius: 8px;
    margin: 2px 5px;
    text-align: center;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
    color: #000;
    font-weight: 600;
    height: 220px;
}
.view-all-btn{
        height: 45px !important;
    border-radius: 25px;
    border: 2px solid #FFCF3F !important;
    text-align: center;
    line-height: 40px;
    margin-top: 50px;
    width: fit-content;
}
.view-all-btn a{
    color: #000;
    font-weight: 500;
    padding: 15px;
}
.view-all-btn i{
    width: 42px;
    height: 42px;
    line-height: 42px;
    float: left;
    background: #FFCF3F;
    color: #050e1d;
    border-radius: 50px;

}

.view-all-btn2 {
        height: 50px !important;
    border-radius: 25px;
    border: 4px solid #ffffff !important;
    text-align: center;
    line-height: 40px;
    margin-top: 50px;
    width: fit-content;
    background: #efbe29;
}
.view-all-btn2 a{
     color: #050e1d;
    font-weight: 600;
    padding: 10px;
    font-size: 18px;
}
.view-all-btn2 i{
    width: 42px;
    height: 42px;
    line-height: 42px;
    float: left;
    background: #050e1d;
    color: #ffffff;
    border-radius: 50px;

}
.view-all-btn3 {
     height: 50px !important;
    border-radius: 25px;
    border: 4px solid #ffcf3f !important;
    text-align: center;
    line-height: 40px;
    margin-top: 50px;
    width: fit-content;
    background: #050e1d;
}
.view-all-btn3 a {
        color: #ffffff;
    font-weight: 600;
    padding: 10px;
    font-size: 18px;
}
.view-all-btn3 i{
        width: 42px;
    height: 42px;
    line-height: 42px;
    float: left;
    background: #ffffff;
    color: #050e1d;
    border-radius: 50px;

}
/*----------------------------------------*/
/* section-4
/*----------------------------------------*/
.section-4{
        background: linear-gradient(175deg, rgb(237 187 38) 0%, rgb(255 207 63) 100%);
    
}
.section-4 h2 {
    color:  #050e1d;
    font-size: 35px;
}
.section-4 h5 {
    color:  #050e1d;
}
.eventTab .nav-tabs{
    border: none;
    margin: 0;
}
.eventTab .nav-tabs li a{
    padding: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #293241;
    text-transform: uppercase;
    border: none;
    border-radius: 0;
    background: transparent;
    z-index: 2;
    position: relative;
    transition: all 0.3s ease 0s;
}

.eventTab .tab-content{
    padding: 15px 20px;
    margin-top: 20px;
    font-size: 17px;
    color: #fff;
    letter-spacing: 1px;
    line-height: 30px;
    position: relative;
}
@media only screen and (max-width: 479px){
    .eventTab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .eventTab .tab-content{ margin-top: 0; }
}

.eventDate {
    display: flex;
    align-items: center;
    position: relative;
}
.eventDate sup {
    font-size: 14px;
}
.yearmonth {
    font-size: 18px;
    padding-left: 13px;
}
.eventDate samp {
    font-size: 12px;
    position: absolute;
    bottom: -5px;
    right: 0px;
}
.eventTab ul li{
    background: #fff;
    margin-right: 10px;
    border-radius: 5px;
    border: 1px solid #fdea04;
}
.eventTab .nav-tabs>li.active>a, .eventTab .nav-tabs>li.active>a:hover, .eventTab .nav-tabs>li.active>a:focus {
    color: #555;
    background-color: #FDEB04;
    border: none;
    border-bottom-color: none;
    cursor: default;
    margin: 0;
}
.eventTab .active .entangle{
    background-color: #b3b3b3;
}
.entangle {
    position: absolute;
    left: -5px;
    top: 23px;
    background-color: #FDEB04;
    width: 5px;
    padding: 4px;
    height: 40px;
    border-radius: 8px;
}
.mainEvnet {
    margin: 6px;
    background: #FDFDFD;
    box-shadow: 0px 8.736px 20.68px rgba(0, 0, 0, 0.1), 0px 8.736px 15.68px rgba(0, 0, 0, 0.1);
    border-radius: 13.104px;
    padding: 20px 15px;
}
.mainEvnet .row {
    padding: 0 10px;
}
.mainEvnet .col-md-6 {
    padding: 8px 2px;
}
.mainEvnet img{
    padding: 0px 0px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.mainEvnet h3{
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    line-height: 16px;
    letter-spacing: 0px;
}
.side-slider-content img{
    border-radius: 17px;
    margin-bottom: 20px;
}
/*----------------------------------------*/
/* section-5
/*----------------------------------------*/
.section-5{
    background: #050e1d;
}
.section-5 h2 {color: #ffcf3f; font-size:35px;}
.section-5 h5 {color:  #ffffff;}
.owl-three{
    padding:25px 10px;
}
.reel-img img {
    width: 100%;
    height: 100%;
    border-radius: 16px;
    -webkit-box-shadow: -6px 10px 12px -8px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: -6px 10px 12px -8px rgba(0, 0, 0, 0.75);
    box-shadow: -6px 10px 12px -8px rgba(0, 0, 0, 0.75);
}
.reel-details{
    padding: 10px 0px;
}
.reel-details h4{
    margin-bottom: 0px;
    font-size: 18px;
}
.reel-details p{
    margin-bottom: 0px;
    font-size: 15px;
}
.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 85%;
  width: 100%;
  opacity: 0;
  border-radius: 16px;
  transition: .5s ease;
  background: linear-gradient(180deg, rgba(50,50,50,0.5606617647058824) 0%, rgba(34,34,34,0.8715861344537815) 50%);
}

.insta-reel:hover .overlay {
  opacity: 1;
}

.vido-img {
  color: white;
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
/*----------------------------------------*/
/* section-6
/*----------------------------------------*/
.dealer-img{
    width:100%;
}
.section-6 {
    background: #fff;
}
/*----------------------------------------*/
/* section-7
/*----------------------------------------*/
.section-7{
    background-color: #ffffff;
}
.whatapptext h2 span{
    font-size: 42px;
    color: #050e1d;
    font-weight: 700;
}
.whatsappfeature {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 20px;
    margin: 30px 0px;
}
.whtasappimg{
   margin: 35px 0;
}
.feature-list {
    display: flex;
    align-items: center;
    gap: 20px;
}
.whatapptext h2 {
     color: #050e1d;
     font-size: 35px;
}
.feature-list i{
    color: #050e1d;
    font-size: 30px;
}
.feature-list p{
    margin-bottom: 0px;
    color: #050e1d;
    font-weight: 500;
    font-size: 17px;
}
.findoutbtn a{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 160.4%;
    color: #000;
    padding: 10px 20px;
    border: 1px solid #FDEB04;
    border-radius: 32px;
    background-color: #FFFFFF;
}
/*----------------------------------------*/
/* section-8
/*----------------------------------------*/
.section-8 {    background: #ffffff;}
.go-digital-text{
    margin-top: 20px;
}
.go-digital-text h2{
    font-weight: 600;
    line-height: 1.21;
    color: #050e1d;
    font-size: 35px;
}
.go-digital-text p{
        margin-bottom: 0px;
    color: #050e1d;
    font-weight: 500;
    font-size: 17px;
    line-height: 32px;
}
/*----------------------------------------*/
/* section-9
/*----------------------------------------*/
.section-9 {
       background: linear-gradient(175deg, rgb(237 187 38) 0%, rgb(255 207 63) 100%);
}
.section-9 h2 {color:  #ffffff; font-size: 35px;}
.section-9 h5 {color:  #ffffff}
.screen-gall img{
    border-radius: 15px;
}
.mobile-view {
    background-image: url('https://pcards.org/front_assets2/img/mobil-back-cover.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 250px;
    height: 500px;
    position: absolute;
    top: 4px;
    left: calc(50% + 0.5px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
    margin-top: -17px;
}
.sreen-shot-gall{
    position: relative;
}
.owl-eight .owl-dots{
    margin-top: 40px;
}
/*----------------------------------------*/
/* section-10
/*----------------------------------------*/
.section-10 {
       background: #050e1d; 
}
.section-10 h2 {
    color: #ffcf3f;
    font-size: 35px;
}
.section-10 h5 {
    color: #ffcf3f;
}
.how-work{
    text-align: center;
}
.how-img{
    margin-bottom: 30px;
}
.how-work-desc p{
    font-size: 16px;
    font-weight: 500;
    padding: 0px 15px;
    color:  #fff;
}
/*----------------------------------------*/
/* section11
/*----------------------------------------*/
.section-11 {
    background: #ffffff;
}
.section-11 h2 {
    color: #050e1d;
    font-size: 35px;
}
.mobile-cover{
    margin-top: 60px;
    background-image: url('https://pcards.org/front_assets2/img/mobil-back-cover.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: block;
    width: 395px;
    height: 753px;
    position: absolute;
    top: -2px;
    left: calc(50% + 0px);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 9;
}
.ss-img img{
    height: 737px;
    width: 351px !important;
    padding-top: 18px;
    border-radius: 32px;
    margin-left: 22px;
}
.qukProfea:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 40px;
        background: #050e1d;
    border-radius: 50%;
}
.qukProfea{
    background: #fff;
    padding: 16px;
    border: 2px solid #050e1d;
    border-radius: 10.1513px;
    margin-bottom: 20px;
}
.qukProfea img{
    position: relative;
        margin-left: 5px;
    margin-top: 5px;
}
.qukProfea h3{
    font-size: 15px;
}
.qukProfea p{
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 19px;
}
/*----------------------------------------*/
/* section12
/*----------------------------------------*/
.section-12{
    height: 750px;
    position: relative;
    padding: 20px 0px;
    background: linear-gradient(106deg, rgb(255 207 63 / 84%) 92%, rgb(255 207 63 / 69%) 99%), url('https://pcards.org/front_assets2/img/customer-bg.png');
}
.customer-speak h2{
    color: #050e1d;
    text-align: center;
    font-size: 27px;
}
.customer-speak h5{
    color: #050e1d;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 47px;
    font-style: italic;
    margin-bottom: 30px;
}
.sec-two-video iframe{
   border: 10px solid #050e1d;
    border-radius: 10px;
}
/*----------------------------------------*/
/* section-13
/*----------------------------------------*/
.counter-div {
    padding: 40px 20px;
    
    gap: 0px;
    justify-content: space-around;
    margin: 0px 25px;
}
.counter-content{
    background: #fff;
    border-radius: 15px;
    padding: 13px 10px;
    text-align: center;
}
.counter-content h3{
    margin-bottom: 0px;
    font-size:35px;
}
.counter-content h4{
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0px;
}

.section-13 {
       background: linear-gradient(180deg, #f04d48 0%, #f15a54 100%);
   }
.section-13 .section-title h2 {
    color:  #fff;
    font-size: 35px;
}
/*----------------------------------------*/
/* section-13
/*----------------------------------------*/
.testimonial-box {
    background: #FFFFFF;
    box-shadow: 0px 3.58681px 8.96703px rgba(0, 0, 0, 0.25);
    border-radius: 12.5538px;
    padding: 20px;
    text-align: center;
    position: relative;
    color: #000;
}
.testimonial-div{
        margin-bottom: 60px;
}
.testimonial-box h4{
   font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    margin: 0px;
}
.testimonial-box h5{
     font-style: italic;
    font-weight: 500;
    font-size: 14px;
    padding-bottom: 10px;
}
.testi-title h2 {
    position: absolute;
    background: #FDEB04;
    border-radius: 4.48352px;
    bottom: 31px;
    left: 50%;
    transform: translate(-50%, 0%);
    padding: 7px 15px;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    width: 165px;
    line-height: 26px;
    text-align: center;
}

.section-14 {
    background: #050e1d;
}
.section-14 h2 {
    color: #ffcf3f;
    font-size:35px;
}
.section-14 h5 {
        color: #fff;
}
/*----------------------------------------*/
/* 
/*----------------------------------------*/
.media-logo {
    padding: 10px 10px;
    background: #FFFFFF;
    box-shadow: 0px 2.92948px 7.32369px 0.732369px rgba(0, 0, 0, 0.15);
    border-radius: 6.1635px;
    border-top: 5px solid #FDEB04;
    margin-bottom: 20px;
}
/*----------------------------------------*/
/* blog
/*----------------------------------------*/
.section-16{
    background: #050e1d;
}
.section-16 h2 {
    color: #ffcf3f;
    font-size: 35px;
}
.blog-div img{
    border-radius: 5px;
}
.blog-div{
    background: #FFFFFF;
    box-shadow: 0px 3.26865px 3.26865px rgba(0, 0, 0, 0.1);
    border-radius: 8.99393px;
    padding: 5px;
    margin: 10px;
        height: 275px;
}
.blog-desc{
    padding: 10px;
}
.blog-detail{
    padding: 10px;
}
.blog-desc h3{
    font-size: 15px;
    line-height: 20px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.blog-date{
    float: left;
    font-size: 12px;
}
.blog-read-more{
    text-align: right;
}
.blog-read-more a{
    color:#000;
    font-size: 12px;
}
/*----------------------------------------*/
/* section16
/*----------------------------------------*/
.section-17 {
    position: relative;
    background: linear-gradient(106deg, rgb(255 207 63 / 84%) 92%, rgb(255 207 63 / 69%) 99%), url('https://pcards.org/front_assets2/img/customer-bg.png');
}
.trusted-user{
    text-align: center;
}
.trusted-user h2{
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    color: #050e1d;
    padding: 5px 0px;
    line-height: 60px;
}
.trusted-user h4{
    font-style: normal;
    font-weight: 700;
        font-size: 28px;
    color: #050e1d;
    padding: 10px 0px;
    margin-bottom: 50px;
}
.trus-user-btn{
    width: fit-content;
    height: 53px !important;
    border-radius: 25px;
    line-height: 43px;
    float: none;
    margin: 0 auto;
    background: #050e1d;
    text-align: center;
    border: 4px solid #fff;
}
.trus-user-btn a{
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    padding: 15px;
}
.trus-user-btn i{
        width: 45px;
    height: 45px;
    line-height: 45px;
    float: left;
    background: #FDC705;
    color: #050e1d;
    border-radius: 50px;
}
/*----------------------------------------*/
/* section-18
/*----------------------------------------*/
.section-18{
    background: #050e1d;
    background-size: cover;
    text-align: center;
    padding: 60px 0px;
}
.call-expert h2{
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 32px;
    margin-bottom: 30px;
    color: #ffcf3f;
}
.call-expert h2 span{

}
.call-expert h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
        color: #fff;
    padding: 0px 250px;
    margin-bottom: 50px;
}
.call-expert-btn{
    width: 200px !important;
    height: 45px !important;
    border-radius: 25px;
    line-height: 41px;
    float: none;
    margin: 0 auto;
    text-align: center;
    border: 1px solid #000;
}
.call-expert-btn a{
    color: #000;
    font-weight: 500;
    text-align: center;
}
.call-expert-btn i{
    width: 45px;
    height: 45px;
    line-height: 45px;
    float: left;
    background: #000;
    color: #fff;
    border-radius: 50px;
}
/*----------------------------------------*/
/* section-19
/*----------------------------------------*/
.section-19{
    position: relative;
    background: linear-gradient(106deg, rgb(255 207 63 / 84%) 92%, rgb(255 207 63 / 69%) 99%), url('https://pcards.org/front_assets2/img/customer-bg.png');
}
.download-app{
    margin-top: 50px;
}
.download-app h2 {
color: #050e1d;
font-size: 35px;
}
.download-app p{
    color: #050e1d;
    font-weight: 600;
}
.download-app img{
    float: left;
    width: 45%;
    margin-right: 10px;
    padding-top: 30px;
}
.trus-user-btn2{
    width: fit-content;
    height: 53px !important;
    border-radius: 25px;
    line-height: 41px;
    background: #050e1d;
    text-align: center;
    border: 4px solid #fff;
}
.trus-user-btn2 a{
        color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    padding: 10px;
}
.trus-user-btn2 i{
    width: 45px;
    height: 45px;
    line-height: 45px;
    float: left;
    background: #FDC705;
    color: #000;
    border-radius: 50px;
}
/*----------------------------------------*/
/* footer
/*----------------------------------------*/
.footer-1{
    background: #050e1d;
}
.footer-div h2 {
    color: #fff;
    font-size: 26px;
    font-style: normal;
        font-weight: 600;
}
.footer-div img{
    width: 160px;
    margin-bottom: 20px;
}
.footer-social-icon {
    margin-bottom: 0px;
    padding: 0px;
    float: left;
}
.footer-social-icon ul {
    list-style: none;
}
.footer-social-icon li {
    display: inline-block;
}
.footer-social-icon li a {
    color: #000;
    display: block;
    font-size: 26px;
    line-height: 35px;
    text-align: center;
    margin-right: 5px;
    width: 35px;
    height: 35px;
    background: #ffffff;
    transition: 0.4s;
    border-radius: 6px;
}
.footer-social-icon i {
    background-color: rgba(0, 0, 0, 0);
    border: 0 solid transparent;
}
.footer-logo {
    width: 30% !important;
}
.footer-div p{
    color: #fff;
}
.Useful-link{
    width: 100%;
    float: left;
}
.Useful-link{
    list-style: none;
    padding-left: 0px;
}
.Useful-link li{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 24px;
}
.Useful-link li a{
    color: #fff;
}
.Useful-link li a:hover{
    color:#FDC705;
}
.social-media{
    list-style: none;
    display: inline-flex;
    padding-left: 0px;
}
.social-media li {
    background: rgb(24, 24, 24);
    border-radius: 50px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 2px 5px;

}
.social-media li i{
    color: #fff;
    font-size: 20px;
} 
.social-media li:hover {
    transform: scale(1.1);
    transition: .2s;
    background: #FDC705;
}
.social-media li:hover i{
    color: #000;
}
.ind-icon-img{
    width: 30px;
    margin-right: 10px;
}
.contact-detail{
    list-style: none;
    padding-left: 0px;
}
.contact-detail li a{
    color: #fff;
}
.contact-detail li a:hover{
    color: #fdeb04;
}
.contact-detail li i{
    margin-right: 10px;
    color: #fff;
}
.contact-detail li{
    margin-bottom: 10px;
}
.footer-2{
    background-color: #050e1d  !important;
}
.footer-2 h4{
    color: #ffcf3f;
}
.footer-2 a{
        color: #959595;
    font-size: 16px;
    line-height: 32px;
    display: block;
}
.footer-2 a:hover{
    color: #fdeb04;
}
.footer-2 .floatleft a, .footer-2 .floatright a {
    color: #fdeb04;  
    font-size: 12px;
}
.border-top {
    border-top: 1px solid #fdc705;
}
.footer-power-five {
    display: inline-flex;
    margin: 5px;
}
.footer-power-five ul {
    list-style: none;
    padding: 0px;
}
.footer-power-five ul li {
        display: inline-block;
    margin: 5px 10px;
}
.footer-power-five ul li a {
    color: #FFF;
    font-size: 18px;
    font-family: Arial;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-decoration: none;
}
.footer-power-five li i {
    font-size: 35px;
    color: #fff;
}
.copyright p{
    color: #fdc705;
    margin-top: 10px;
    font-size: 12px;
}

.sidePanelSocial {
    position: fixed;
    top: 15%;
    right: 0;
    z-index: 9999;
    display: flex;
    align-items: end;
}
.btnContainer ul{
    list-style: none;
}
.instaBtn {
    width: 40px;
    height: 40px;
    background-image: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    cursor: pointer;
    margin: 5px;
}
.fbBtn {
    width: 40px;
    height: 40px;
    background: #4267B2;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    cursor: pointer;
    margin: 5px;
}
.twitterBtn1 {
    width: 40px;
    height: 40px;
    background: #00acee;
    color: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 10px;
    margin-bottom: 5px;
    cursor: pointer;
    margin: 5px;
}

/*page faqs*/
.main-pages {
    padding: 35px 0;
    background: #050e1d;
}

.page-title h1 {
    color: #FFF;
    font-size: 50px;
    margin: 0;
    padding: 0px 0px 35px 0px;
    text-align: center;
    line-height: 60px;
}
.page-title h1 span {
    color: #e5be5c;
}
#accordionone .panel {
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordionone .panel-heading {
    padding: 0;
    border: none;
    border-radius: 3px;
}
#accordionone .panel-title a {
    display: block;
    padding: 4px 15px 4px 50px;
    background: #e5be5c;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    color: #050e1d;
    position: relative;
}
#accordionone .panel-body {
    padding: 10px 15px;
    font-size: 15px;
    color: #222;
    line-height: 27px;
    border: none;
}
#accordionone .panel-title a:before{
    content: "\f068";
    font-family: "FontAwesome";
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 50%;
    background:#050e1d;
    font-size: 9px;
    font-weight: 900;
    color: #fdfbfb;
    text-align: center;
    text-shadow: none;
    position: absolute;
    top: 8px;
    left: 15px;
}
#accordionone .panel-title a.collapsed:before{ content: "\f067"; }
.fixed {
    position: sticky;
    top:0; left:0;
    width: 100%;
    z-index: 99; 
}
/*----------------------------------------*/
/* apparel-clothingshop-posts
/*----------------------------------------*/

#postId1{
    position: relative;
    background: linear-gradient(106deg, rgb(255 207 63 / 84%) 92%, rgb(255 207 63 / 69%) 99%), url('https://pcards.org/front_assets2/img/customer-bg.png');
    min-height: 730px;
}
.postidimg{
    text-align: center;
}
.postidimg img{
     margin-top: -25px;
    width: 75%;
}
.apparel-content{
    margin-top: 50px;
}
.apparel-content h2{
    font-size: 36px;
    color: #000000;
    font-weight: bold;
    line-height: 1.21;
}
.apparel-content p{
    margin-bottom: 30px;
    font-size: 16px;
    color: #000000;
    text-align: justify;
}
.apparel-expert-btn{
    width: fit-content;
    height: 53px !important;
    border-radius: 25px;
    line-height: 43px;
    background: #050e1d;
    text-align: center;
    border: 4px solid #fff;
}
.apparel-expert-btn a{
    color: #fff;
    font-weight: 600;
    text-align: center;
    font-size: 18px;
    padding: 15px;
}
.apparel-expert-btn i {
    width: 45px;
    height: 45px;
    line-height: 45px;
    float: left;
    background: #FDC705;
    color: #050e1d;
    border-radius: 50px;
}
.shape-bg img{
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    z-index: 1;
    width: 100%;
    margin: 0 auto;
}
#whatWe{
    background: #fff;
}
#whatWe h2{
    font-size: 35px;
}
.what-we-offer-text h4{
    margin-bottom: 30px;
}
.what-we-offer-text ul{
    list-style: none;
    padding-left: 0px;
}
.what-we-offer-text ul li{
    margin-bottom: 15px;
    color: #4D4D4D !important;
    font-size: 16px;

}
.what-we-offer-text ul li i{
    color:#4caf50;
    font-size: 20px;
    margin-right: 20px;

}
#beneficial{
    background: #050e1d;
    background-size: cover;
    padding: 30px 0px;
}
.benificial-text{
    margin-top: 60px;
}
.benificial-text h2 {
    color: #ffcf3f;
    font-size: 35px;
    line-height: 54px;
}
.benificial-text p{
    font-size: 16px;
    color: #ffffff;
}
#branding{
    background: #fff;
}
.branding-img{
    text-align: center;
}
.branding-img img{
    width: 75%;
}
.branding-text{
    padding: 30px;
    margin-top: 40px;
}
.branding-text h2{
            font-size: 35px;    
}
.branding-text p{
    text-align: justify;
     font-size: 16px;
    color: #000000;
}
#whatsapp-sticker{
    background: linear-gradient(106deg, rgb(255 207 63 / 84%) 92%, rgb(255 207 63 / 69%) 99%), url('https://pcards.org/front_assets2/img/customer-bg.png');
    background-size: cover;
}
.whatsapp-sticker img{

}
.whatsapp-sticker-text .trus-user-btn {
    margin: unset;
}
.whatsapp-sticker-text{
    margin:40px 0px;
}
.whatsapp-sticker-text h2{
        font-size: 35px;
}
.whatsapp-sticker-text p{
    text-align: justify;
     font-size: 16px;
    color: #000000;
}
#industry-special{
    background: #fff;
    background-size: cover;
    padding: 30px 0px;
}
.industry-special-img{
    text-align: center;
}
.industry-special-img img{
    width: 75%;
}
.industry-special-text{
    margin-top: 60px;
}
.industry-special-text h2 {
    font-size: 35px;
}
.industry-special-text{
    padding: 30px;
}
.industry-special-text p{
    text-align: justify;
     font-size: 16px;
    color: #000000;
}
#industry-logo{
        background: #050e1d;
}
.industry-logo-img{
    margin-top: 20px;
}
.industry-logo-text {
    margin: 50px 30px;
}
.industry-logo-text h2 {
    color: #ffcf3f;
    font-size: 35px;
    line-height: 54px;
}
.industry-logo-text p{
    text-align: justify;
     font-size: 16px;
    color: #ffffff;
}
#product-add{
    background: #fff;
}
.product-add-text{
    margin: 30px 30px;
}
.product-add-text p{
    text-align: justify;
    font-size: 16px;
    color: #000000;
}
#sub-industry{
        background: linear-gradient(106deg, rgb(255 207 63 / 84%) 92%, rgb(255 207 63 / 69%) 99%), url('https://pcards.org/front_assets2/img/customer-bg.png');
}
.sub-industry-img {
    text-align: center;
}
.sub-industry-img img{
    width: 75%;
}
.sub-industry-text h2 {
    color: #000000;
    font-size: 35px;
    line-height: 54px;
}
.sub-industry-text p{
      text-align: justify;
    font-size: 16px;
    color: #000000;
}
.sub-industry-text{
    margin: 50px 30px 0px 0px;
}
#poster-video{
        background: linear-gradient(106deg, rgb(255 207 63 / 84%) 92%, rgb(255 207 63 / 69%) 99%), url('https://pcards.org/front_assets2/img/customer-bg.png');
        margin-top: 0px;
    padding-top: 25px;
    padding-bottom: 25px;
}
.poster-video-text h2 {
    color: #000000;
    font-size: 35px;
    line-height: 54px;
}
.poster-video-text p{
      text-align: justify;
    font-size: 13px;
    color: #000000;
}
#dont-just{
    background: #fff;

}
.dont-just-div{
    background: #FFFFFF;
    box-shadow: 0px 11px 27px 2px rgb(0 0 0 / 6%);
    border-radius: 15px;
    border: 1px solid #eee;
    margin: 30px 10px;
}
.dont-just-top{
    padding: 20px;
}
.dont-just-bottom{
    background-color: #FFFFFA;
    padding: 20px;
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0 0 15px 15px;
}
.dont-just-bottom h5{
    color: #000;
    margin-bottom: 0px;
}
.dont-just-bottom p{
    color: #FDAF06;
    font-size: 16px;
    margin-bottom: 0px;
}
.dont-just-bottom small{
    color: #B3B3B3;
    font-size: 15px;
}
.dont-just-top i{
    font-size: 30px;
    color: #050e1d;
}
.dont-just-top{
    height: 365px;
    overflow-y: hidden;
}
.dont-just-top p{
    text-align: justify;
    font-size: 16px;
    color: #000000;
}

/* power card page */

.cardbox{
    background: #fff;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    height: 250px;
}
.cardbox img{
    margin-bottom: 20px;
}
.cardbox h3{
    font-size: 21px;
}
.cardbox p{
    font-size: 15px;
}

#pricing{
    background: #fff;
}
#pricing .section-title h2 {
    color: #000;
    font-size: 35px;
}
#pricing .section-title h5{
    color: #000;
}
#pricing .pricingTable{
    color: #000;
    background: #ffcf3f;
    text-align: center;
    padding: 0 0 22px;
    border-radius: 30px 30px;
    overflow: hidden;
}
#pricing .pricingTable .pricingTable-header {
    color:#fff;
    background:#050e1d;
    padding: 20px 0;
    margin: 0 0 25px;
} 
#pricing .pricingTable .title{
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}
#pricing .pricingTable .price-value{ 
    border-bottom: 2px solid #000;
    width: calc(100% - 40px);
    padding: 0 0 10px;
    margin: 0 auto 15px; 
}
#pricing .pricingTable .price-value .amount{
    font-size: 35px;
    font-weight: 600;
    line-height: 50px;
    display: block;
}
#pricing .pricingTable .price-value .duration{
    color: #000;
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    display: block;
}
#pricing .pricingTable .pricing-content{
    text-align: left;
    padding: 0;
    margin: 0 0 20px;
    list-style: none;
    display: inline-block;
}
#pricing .pricingTable .pricing-content li{
    font-size: 18px;
    font-weight: 500;
    line-height: 40px;
    letter-spacing: .5px;
    padding: 0 15px 0 25px;
    margin: 0 0 5px;
    position: relative;
}
#pricing .pricingTable .pricing-content li:last-child{ margin: 0; }
#pricing .pricingTable .pricing-content li:before{
    color: #fff;
    background-color:#000;
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 12px;
    font-weight: 900;
    text-align: center;
    line-height: 21px;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    left: 0;
}
#pricing .pricingTable .pricing-content li.disable:before{
    content: "\f00d";
}
#pricing .pricingTable .pricingTable-signup a{
    color: #fff;
    background:#000;
    font-size: 23px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 7px 20px 5px;
    border-radius: 50px;
    display: inline-block;
    transition: all 0.3s ease;
}
#pricing .pricingTable .pricingTable-signup a:hover{ 
    text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
}
.mobileDisplay {
        display: none;
    }
    .desktopDisplay {
        display: block;
    }
/*----------------------------------------/
/* RESPONSIVE
/---------------------------------------- */

@media only screen and (max-width: 1024px){
    .main-menu ul.navbar-nav > li >a{
        font-size: 14px;
    }
    .menu-signup{
        font-size: 14px!important;
    }
    .sidePanelSocial {
        right: 10px;
    }
    .slider-expert-btn i{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .slider-expert-btn{
        line-height: 40px;
    }
    .side-slider-content h1{
        font-size: 22px;
        line-height: 36px;
        margin-bottom: 10px;
    }
    .side-slider-content h4{
        font-size: 16px;
        margin-bottom: 13px;
    }
    .slider-expert-btn a{
        font-size: 11px;
    }
    .sec-two-box h2{
        font-size: 26px;
    }
    .section-3 h2{
        font-size: 26px;
    }
    .section-4 h2{
        font-size: 26px;
    }
    .section-4 h5{
         font-size: 15px;
    }
    .section-5 h2{
        font-size: 26px;
    }
    .section-5 h5{
         font-size: 15px;
    }
    .section-9 h2{
        font-size: 26px;
    }
    .section-9 h5{
         font-size: 15px;
    }
    .section-10 h2{
        font-size: 26px;
    }
    .section-11 h2{
        font-size: 26px;
    }
    .section-11 h5{
         font-size: 15px;
    }
    .section-12 h2{
        font-size: 26px;
    }
    .section-12 h5{
         font-size: 15px;
    }
    .section-14 h2{
        font-size: 26px;
    }
    .section-14 h5{
         font-size: 15px;
    }
    .section-13 .section-title h2{
        font-size: 26px;
    }
    .counter-content h3{
        font-size: 24px;
    }
    .whatapptext h2{
        font-size: 26px;
    }
    .whatapptext h2 span{
        font-size: 30px;
    }
    .go-digital-text h2{
        font-size: 26px;
    }
    .go-digital-text p{
        font-size: 15px;
    }
    .feature-list p{
        font-size: 14px;
    }
    .bussi-cat-name h3{
        font-size: 13px;
    }
    .bussi-cat{
        height: 167px;
    }
    .mobile-view{
               width: 245px !important;
        height: 500px !important;
    }
    .screen-gall img {
        width: 225px !important;
        height: 480px !important;
    }
    .how-img {
        margin-bottom: 12px;
    }
    .trusted-user h2{
        font-size: 27px;
        line-height: 33px;
    }
    .trusted-user h4{
        font-size: 25px;
        margin-bottom: 20px;
    }
    .call-expert h2{
        font-size: 27px;
        line-height: 25px;
    }
    .call-expert h4{
        padding: 0px 187px;
    }
    .download-app h2{
        font-size: 26px;
        line-height: 31px;
    }
    .download-app p{
        font-size: 15px;
    }
    .footer-div h2{
        font-size: 18px;
    }
    .Useful-link li{
        font-size: 13px;
    }
    .footer-div p{
        font-size: 13px;
    }
    .view-all-btn2{
        height: 44px!important;
        line-height: 35px;
    }
    .view-all-btn2 i{
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 10px;
    }
    .view-all-btn2 a{
        font-size: 14px;
    }
    .trus-user-btn{
         height: 44px!important;
        line-height: 35px;
    }
    .trus-user-btn i{
         width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 10px;
    }
    .trus-user-btn a{
          font-size: 14px;
    }
    .trus-user-btn2{
         height: 44px!important;
        line-height: 35px;
    }
    .trus-user-btn2 i{
         width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 10px;
    }
    .trus-user-btn2 a{
          font-size: 14px;
    }
    .section-16 h2{
        font-size: 26px;
    }
    .testimonial-div {
        margin-bottom: 0px;
    }
    .footer-2 a{
        font-size: 12px;
    }
    .apparel-content h2{
        font-size: 21px;
    }
    .apparel-content {
        margin-top: 20px;
    }
    .benificial-text h2{
        font-size: 28px;
        line-height: 41px;
    }
    .benificial-text {
        margin-top: 10px;
    }
    .branding-text h2 {
        font-size: 29px;
    }
    .view-all-btn3{
        margin-top: 20px;
    }
    .cardbox h3 {
        font-size: 18px;
    }
    #postId1 .section-title h2{
        font-size: 26px;
    }
    #postId1 .section-title h5{
        font-size: 16px;
    }
    #pricing .section-title h2{
        font-size: 26px;
    }
    #pricing .section-title h5{
        font-size: 16px;
    }
    #pricing .pricingTable .title{
        font-size: 25px;
    }
    #pricing .pricingTable .pricingTable-signup a{
        font-size: 16px;
        padding: 5px 18px 5px;
    }
    #pricing .pricingTable .price-value .amount{
        font-size: 27px;
    }
    #pricing .pricingTable .pricing-content li{
        font-size: 16px;
    }
    #whatWe h2 {
        font-size: 29px;
    }
    .whatsapp-sticker-text h2 {
        font-size: 29px;
    }
    .industry-special-text h2 {
        font-size: 29px;
    }
    .industry-special-text {
        margin-top: 20px;
    }
    .industry-logo-text h2{
        font-size: 23px;
        line-height: 38px;
    }
    .sub-industry-text h2 {
        color: #000000;
        font-size: 26px;
        line-height: 40px;
    }
    .poster-video-text h2 {
        color: #000000;
        font-size: 29px;
        line-height: 42px;
    }
    .dont-just-top p{
        font-size: 14px;
        color: #000000;
        line-height: 22px;
    }
    .dont-just-bottom{
        padding: 20px 10px;
    }
    .dont-just-bottom p{
        font-size: 11px;
    }
}
@media only screen and (max-width: 991px){
    

}
@media only screen and (max-width: 767px){
    .section-6 .p0 {
        padding: 0px 8px;
    }
    .row{
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .mobileDisplay {
        display: block;
    }
    .desktopDisplay {
        display: none;
    }
    .logo-div img{
        width: 55%;
    }
    .slider-text{
        width: 80%;
    }
    .main-menu ul.navbar-nav > li >a{
        font-size: 14px;
    }
    .menu-signup{
        font-size: 14px!important;
    }
    
    .side-slider-content{
        text-align: center;
         padding: 0;
    }
    .slider-expert-btn i{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }
    .slider-text a {
        font-size: 10px;
        line-height: 17px;
    }
    .slider-expert-btn{
        line-height: 40px;
        float: none;
        margin: 0 auto;
    }
    .side-slider-content h1{
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .side-slider-content h4{
        font-size: 16px;
        margin-bottom: 13px;
        line-height: 23px;
    }
    .slider-expert-btn a{
        font-size: 11px;
    }
    .screen-gall img{
        float: none;
        margin: 0 auto;
        height: auto;
    }
    .sec-two-box h2{
        font-size: 20px;
        line-height: 24px;
    }
    .section-3 h2{
        font-size: 20px;
    }
    .section-4 h2{
        font-size: 20px;
        line-height: 24px;
    }
    .section-4 h5{
         font-size: 14px;
         line-height: 22px;
    }
    .section-5 h2{
        font-size: 20px;
        line-height: 24px;
    }
    .section-5 h5{
        font-size: 14px;
        line-height: 22px;
    }
    .section-9 h2{
        font-size: 20px;
        line-height: 24px;
    }
    .section-9 h5{
        font-size: 14px;
        line-height: 22px;
    }
    .section-10 h2{
        font-size: 22px;
    }
    .section-11 h2{
        font-size: 22px;
        line-height: 27px;
    }
    .section-11 h5{
        font-size: 12px;
        line-height: 22px;
    }
    .section-12 h2{
        font-size: 20px;
        line-height: 24px;
    }
    .section-12{
        height: auto;
    }
    .footer-1{
        text-align: center;
    }
    .footer-social-icon{
        float: none;
        margin-bottom: 25px;
    }
    .instaBtn{
        width: 35px;
        height: 35px;
        line-height: 35px;
        
    }
    .fbBtn{
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .twitterBtn1{
        width: 35px;
        height: 35px;
        line-height: 35px;
    }
    .section-12 h5{
        font-size: 14px;
        line-height: 22px;
    }
    .section-14 h2{
        font-size: 20px;
        line-height: 24px;
    }
    .section-14 h5{
        font-size: 14px;
        line-height: 22px;
    }
    .section-13 .section-title h2{
        font-size: 20px;
        line-height: 24px;
    }
    .counter-content h3{
        font-size: 19px;
    }
    .whatapptext h2{
        font-size: 20px;
        text-align: center;
        line-height: 27px;
    }
    .whatsappfeature{
        gap:5px;
    }
    .whatapptext h2 span{
        font-size: 22px;
    }
    .section-7 {
        padding: 35px 15px;
         background-color: #FFFDE8;
    }
    .whatapptext {
        background: #FFFFFF;
        box-shadow: 0px 4px 40px rgba(171, 171, 171, 0.1), 0px 4px 40px rgba(180, 180, 180, 0.1);
        border-radius: 6px;
        padding: 20px 20px;
    }
    .section-8 {
        padding: 0px 15px;
         background-color: #FFFDE8;
    }
    .go-digital-text {
        background: #FFFFFF;
        box-shadow: 0px 4px 40px rgba(171, 171, 171, 0.1), 0px 4px 40px rgba(180, 180, 180, 0.1);
        border-radius: 6px;
        padding: 20px 20px;
    }
    .go-digital {
        margin: 30px 0;
    }
    .dealer-img {
        width: 100%;
        height: 100px;
    }
    .go-digital-text h2{
        font-size: 20px;
    }
    .go-digital-text{
        text-align: center;
    }
    .go-digital-text p{
        font-size: 13px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .feature-list p{
        font-size: 11px;
    }
    .feature-list i{
        font-size: 20px;
    }
    .bussi-cat-name h3{
        font-size: 11px;
    }
    .bussi-cat{
        height: auto;
    }
    .mobile-view{
        width: 100%;
        height: 100%;
    }
    .ss-img{
        display: none;
    }
    .mobile-cover{
        display: none;
    }
    .how-img {
        margin-bottom: 12px;
    }
    .trusted-user h2{
        font-size: 20px;
        line-height: 27px;
    }
    .trusted-user h4{
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .call-expert h2{
        font-size: 20px;
        line-height: 24px;
    }
    .call-expert h4{
        padding: 0px 0px;
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 23px;
    }
    .counter-div{
        padding: 0px;
        margin: 0px;
    }
    .counter-content{
        margin-bottom: 20px;
    }
    .counter-content h4{
        font-size: 10px;
        line-height: 21px;
        white-space: nowrap;
    }
    .download-app h2{
        font-size: 22px;
        line-height: 24px;
    }
    .Useful-link li {
        margin-bottom: 0px;
    }
    .reel-img iframe {
        height: 300px;
    }
    .download-app p{
        font-size: 15px;
    }
    .footer-div h2{
        font-size: 17px;
    }
    .Useful-link li{
        font-size: 12px;
    }
    .footer-div p{
                font-size: 14px;
    }
    .view-all-btn2{
        height: 44px!important;
        line-height: 35px;
        float: none;
        margin: 0 auto;
    }
    .view-all-btn2 i{
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 10px;
    }
    .view-all-btn2 a{
        font-size: 14px;
    }
    .view-all-btn3{
        height: 44px!important;
        line-height: 35px;
        float: none;
        margin: 0 auto;
    }
    .view-all-btn3 i{
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 10px;
    }
    .view-all-btn3 a{
        font-size: 14px;
    }
    .trus-user-btn{
         height: 44px!important;
        line-height: 35px;
    }
    .trus-user-btn i{
         width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 10px;
    }
    .trus-user-btn a{
          font-size: 14px;
    }
    .trus-user-btn2{
         height: 44px!important;
        line-height: 35px;
        float: none;
        margin: 0 auto;
    }
    .trus-user-btn2 i{
         width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 10px;
    }
    .trus-user-btn2 a{
          font-size: 14px;
    }
    .section-16 h2{
        font-size: 20px;
    }
    .testimonial-div {
        margin-bottom: 0px;
    }
    .footer-2 a{
        font-size: 10px;
        line-height: 20px;
        text-align: center;
    }
    .blog-div{
        height: auto;
    }
    .qukProfea h3 {
        font-size: 11px;
        line-height: 18px;
    }
    .qukProfea:before {
        position: unset;
    }
    .qukProfea img{
        margin-bottom: 10px;
        background: #050e1d;
        border-radius: 50%;
        padding: 5px;
    }
    .qukProfea{
                padding: 10px;
        height: 190px;
        overflow-y: auto;
    }
    .qukProfea p{
        font-size: 12px;
        text-align: justify;
    }
    .counter-div .col-xs-4 {
        padding-left: 5px;
        padding-right: 5px;
    }
    .section-padding {
        padding: 30px 0px;
    }
    .download-app{
        text-align: center;
        margin-top: 0px;
    }
    .download-app h2{
        font-size: 20px;
        line-height: 24px;
    }
    .download-app p{
        font-size: 15px;
    }
    .pr50 {
        padding-right: 10px;
    }

    .pl50 {
        padding-left: 10px;
    }
    .footer-2 h4{
        font-size: 14px;
        text-align: center;
    }
    .pb80{
        padding-bottom: 20px;
    }
    .pb50{
        padding-bottom: 20px;
    }
    .pt50{
        padding-top: 20px;
    }
    .whtasappimg {
        margin: 30px 0;
    }
    .how-work-desc p{
        font-size: 13px;
    }
    .how-img img{
        width:70px;
    }
    .sec-two-video iframe{
                height: 300px;
    }
    .section-2{
               height: auto;
    }
    #postId1 {
            min-height: auto;
    }
    #postId1 .section-title h2{
        font-size: 20px;
        line-height: 25px;
    }
    #postId1 .section-title h5{
        font-size: 14px;
        line-height: 24px;
        text-align: justify;
    }
    .cardbox h3{
        font-size: 16px;
        line-height: 19px;
    }
    .cardbox{
        height: auto;
                margin-bottom: 20px;
    }
    .cardbox p{
        font-size: 13px;
        margin-bottom: 0px;
    }
    .cardbox img{
        width: 40px;
    }
    .shape-bg img{
        display: none;
    }
    #pricing .section-title h2{
        font-size: 20px;
        line-height: 25px;
    }
    #pricing .section-title h5{
        font-size: 14px;
        line-height: 25px;
    }
    #pricing .pricingTable .title{
        font-size: 16px;
    }
    #pricing .pricingTable .pricingTable-header{
        margin: 0 0 8px;
    }
    #pricing .pricingTable .price-value .amount{
        font-size: 22px;
    }
    #pricing .pricingTable .price-value .duration{
        font-size: 16px;
        line-height: 10px;
    }
    #pricing .pricingTable .pricing-content{
        margin-left: 10px;
    }
    #pricing .pricingTable .pricing-content li{
        font-size: 10px;
        padding: 0 0px 0 25px;
    }
    #pricing .pricingTable .pricing-content li{
        font-size: 12px;
        line-height: 24px;
    }
    #pricing .pricingTable .pricing-content li:before{
        font-size: 8px;
    }
    #pricing .pricingTable .pricingTable-signup a{
        font-size: 11px;
        font-weight: 600;
        letter-spacing: 1px;
        padding: 2px 15px 1px;
    }
    .poster-video-text p {
        font-size: 14px;
        line-height: 24px;
    }
    .apparel-content{
        text-align: center;
        margin-top: 0px;
    }
    .apparel-content h2{
        font-size: 20px;
        line-height: 25px;
    }
    .apparel-content p{
        font-size: 14px;
        text-align: justify;
        line-height: 24px;
        margin-bottom: 20px;
    }
    .apparel-expert-btn{
        height: 44px!important;
        line-height: 35px;
        float: none;
        margin: 0 auto;
    }
    .apparel-expert-btn i{
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 10px;
    }
    .apparel-expert-btn a{
        font-size: 14px;
    }
    #whatWe .section-title h2{
        font-size: 20px;
        line-height: 25px;
    }
    .what-we-offer-text h4{
        font-size: 14px;
        line-height: 26px;
    }
    .what-we-offer-text ul li{
        margin-bottom: 2px;
        font-size: 14px;
    }
    .benificial-text h2 {
        color: #ffcf3f;
        font-size: 20px;
        line-height: 25px;
    }
    .benificial-text{
        text-align: center;
    }
    .benificial-text p {
        font-size: 14px;
        color: #ffffff;
        line-height: 24px;
                text-align: justify;
    }
    .branding-text{
        text-align: center;
    }
    .branding-text h2{
        font-size: 20px;
        line-height: 25px;
    }
    .branding-text {
        padding: 0;
        margin-top: 30px;
    }
    .branding-text p{
        font-size: 14px;
        line-height: 24px;
    }
    .whatsapp-sticker-text{
        text-align: center;
    }
    .whatsapp-sticker-text h2{
        font-size: 20px;
        line-height: 25px;
    }
    .whatsapp-sticker-text p{
        font-size: 13px;
    }
    .trus-user-btn{
        float: none;
        margin: auto;
    }
    .industry-special-text{
        padding: 0px;
        margin-top: 0px;
        text-align: center;
    }
    .industry-special-text h2{
        font-size: 20px;
        line-height: 25px;
    }
    .industry-special-text p{
        font-size: 14px;
        line-height: 24px;
    }
    .industry-logo-text{
        margin:20px 0;
        text-align: center;
    }
    .industry-logo-text h2{
        font-size: 20px;
        line-height: 25px;
    }
    .industry-logo-text p{
       font-size: 14px;
        line-height: 24px;
    }
    .product-add-text h2{
        font-size: 20px;
        line-height: 25px;
    }
    .product-add-text p{
                font-size: 14px;
        line-height: 24px;
    }
    .product-add-text{
        margin:20px 0px;
        text-align: center;
    }
    .sub-industry-text h2{
        font-size: 20px;
        line-height: 25px;
    }
    .sub-industry-text p{
               font-size: 14px;
        line-height: 24px;
    }
    .sub-industry-text {
        margin: 20px 0px 0px 0px;
        text-align: center;
    }
    .poster-video-text h2{
      font-size: 20px;
        line-height: 25px;  
    }
    .poster-video-text{
        text-align: center;
    }
    #dont-just .section-title h2{
        font-size: 20px;
        line-height: 25px;
    }
    #dont-just .section-title h5{
        font-size: 14px;
    }
    .dont-just-top p{
        font-size: 12px;
        line-height: 20px;
    }
    .dont-just-top{
        height: auto;
    }
    .dont-just-bottom h5{
        font-size: 15px;
    }
    .dont-just-bottom p{
                font-size: 14px;
        line-height: 24px;
    }
    .dont-just-bottom small{
        font-size: 12px;
    }
    #accordionone .panel-title a{
        line-height: 20px;
        font-size: 12px;
    }
    .page-title h1{
        font-size: 22px;
        line-height: 30px;
    }
    .panel-body p{
        font-size: 10px;
        line-height: 20px;
    }
    .mobile-btn{
        position: absolute;
        right: 0;
        top: -60px;
    }
    .navbar{
        min-height: 0px;
    }
    .menu-signup{
        margin-bottom: 10px!important;
    }
    .main-menu ul.navbar-nav > li >a{
        padding: 11px 0px;
    }
    .main-menu ul{
                margin: 0 auto;
        float: none;
        width: 70%;
        text-align: center;
    }
    .main-menu ul.navbar-nav li {
    float: none;
}
    .navbar-toggle{
        padding: 6px 6px;
        margin-top: 25px;
    }
    .section-title{
        margin-bottom: 15px;
    }
    .whatsapp-sticker-text .trus-user-btn {
        margin: 0 auto;
    }
    #product-add {
        padding: 20px 0;
    }
}
@media only screen and (max-width: 600px){
    .logo-div img {
        width: 70%;
    }
}
@media only screen and (max-width: 420px){

}
@media only screen and (max-width: 300px){
    
}
