/*
[Master Stylesheet] 
Project:
-------------------------------------------------------------------*/
/********************************************************
1. body start
 *******************************************************/
 :root {
    --primary-color: #F7913B;
    --white-color: #fff;
    --heading-color: #353B47;
    --text-color: #374768;
    --border-color: #ECEEF4;
    --bg-color: #FCF8FF;
 }
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;	  	
	-webkit-font-smoothing: antialiased;
    overflow-x:hidden;    
    font-family: "Be Vietnam Pro", sans-serif;  
    background-color: var(--white-color);         
}
html {
  scroll-behavior: smooth;
}
*,*:before,*:after{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
a, a:hover, a:focus{	
	text-transform: capitalize;
	text-decoration: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6{	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	margin:0;
	padding:0;	
	word-break: break-word;    
}
img, video {
	max-width: 100%;
}
input, textarea, select, button, label, svg, svg path, svg rect, svg polygon, img, a, :after, :before, :hover, :focus, .form-control:focus{
	outline: none !important;
	box-shadow:none;
}
ul{
	padding:0;
	margin:0;
	list-style-type: none;
}
p {
  margin: 0px;
  word-break: break-word;  
}
/* Scroll */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
} 
::-webkit-scrollbar-track {
    background-color: var(--white-color);    
}
::-webkit-scrollbar-thumb {    
    height: 100px;
    background: var(--primary-color);
}
/* Scroll */

/* Padder Top CSS*/
.pt5{
    padding-top: 5px;
}
.pt10{
    padding-top: 10px;
}
.pt15{
    padding-top: 15px;
}
.pt20{
    padding-top: 20px;
}
.pt25{
    padding-top: 25px;
}
.pt30{
    padding-top: 30px;
}
.pt35{
    padding-top: 35px;
}
.pt40{
    padding-top: 40px;
}
.pt45{
    padding-top: 45px;
}
.pt50{
    padding-top: 50px;
}
.pt55{
    padding-top: 55px;
}
.pt60{
    padding-top: 60px;
}
.pt65{
    padding-top: 65px;
}
.pt70{
    padding-top: 70px;
}
.pt75{
    padding-top: 75px;
}
.pt80{
    padding-top: 80px;
}

/* Padder Bottom CSS*/

.pb5{
    padding-bottom: 5px;
}
.pb10{
    padding-bottom: 10px;
}
.pb15{
    padding-bottom: 15px;
}
.pb20{
    padding-bottom: 20px;
}
.pb25{
    padding-bottom: 25px;
}
.pb30{
    padding-bottom: 30px;
}
.pb35{
    padding-bottom: 35px;
}
.pb40{
    padding-bottom: 40px;
}
.pb35{
    padding-bottom: 45px;
}
.pb50{
    padding-bottom: 50px;
}
.pb55{
    padding-bottom: 55px;
}
.pb60{
    padding-bottom: 60px;
}
.pb65{
    padding-bottom: 65px;
}
.pb70{
    padding-bottom: 70px;
}
.pb75{
    padding-bottom: 75px;
}
.pb80{
    padding-bottom: 80px;
}
.pall5{
    padding: 5px;
}
.pall10{
    padding: 10px;
}
.pall15{
    padding: 15px;
}
.pall20{
    padding: 20px;
}
.pall25{
    padding: 25px;
}
.pall30{
    padding: 30px;
}
.pall35{
    padding: 35px;
}
.pall40{
    padding: 40px;
}
.pall45{
    padding: 45px;
}
.pall50{
    padding: 50px;
}
/* Margin CSS*/
.marginAuto{
    margin: 0 auto;
}
.marginLeftAuto{
    margin-left: auto;
}
.marginRightAuto{
    margin-right: auto;
}
/* Margin Top CSS*/
.mt5{
    margin-top: 5px;
}
.mt10{
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.mt20{
    margin-top: 20px;
}
.mt25{
    margin-top: 25px;
}
.mt30{
    margin-top: 30px;
}
.mt35{
    margin-top: 35px;
}
.mt40{
    margin-top: 40px;
}
.mt45{
    margin-top: 45px;
}
.mt50{
    margin-top: 50px;
}
.mt55{
    margin-top: 55px;
}
.mt60{
    margin-top: 60px;
}
.mt65{
    margin-top: 65px;
}
.mt70{
    margin-top: 70px;
}
.mt75{
    margin-top: 75px;
}
.mt80{
    margin-top: 80px;
}

/* Margin Bottom CSS*/
.mb5{
    margin-bottom: 5px;
}
.mb10{
    margin-bottom: 10px;
}
.mb15{
    margin-bottom: 15px;
}
.mb20{
    margin-bottom: 20px;
}
.mb25{
    margin-bottom: 25px;
}
.mb30{
    margin-bottom: 30px;
}
.mb35{
    margin-bottom: 35px;
}
.mb40{
    margin-bottom: 40px;
}
.mb35{
    margin-bottom: 45px;
}
.mb50{
    margin-bottom: 50px;
}
.mb55{
    margin-bottom: 55px;
}
.mb60{
    margin-bottom: 60px;
}
.mb65{
    margin-bottom: 65px;
}
.mb70{
    margin-bottom: 70px;
}
.mb75{
    margin-bottom: 75px;
}
.mb80{
    margin-bottom: 80px;
}
.mapp5{
    margin: 5px;
}
.mapp10{
    margin: 10px;
}
.mapp15{
    margin: 15px;
}
.mapp20{
    margin: 20px;
}
.mapp25{
    margin: 25px;
}
.mapp30{
    margin: 30px;
}
.mapp35{
    margin: 35px;
}
.mapp40{
    margin: 40px;
}
.mapp45{
    margin: 45px;
}
.mapp50{
    margin: 50px;
}
/* Font Size*/
.fs10{
    font-size: 10px;
}
.fs11{
    font-size: 11px;
}
.fs12{
    font-size: 12px;
}
.fs13{
    font-size: 13px;
}
.fs14{
    font-size: 14px;
}
.fs15{
    font-size: 15px;
}
.fs16{
    font-size: 16px;
}
.fs17{
    font-size: 17px;
}
.fs18{
    font-size: 18px;
}
.fs19{
    font-size: 19px;
}
.fs20{
    font-size: 20px;
}
.fs21{
    font-size: 21px;
}
.fs22{
    font-size: 22px;
}
.fs23{
    font-size: 32px;
}
.fs24{
    font-size: 24px;
}
.fs25{
    font-size: 25px;
}
.fs26{
    font-size: 26px;
}
.fs27{
    font-size: 27px;
}
.fs28{
    font-size: 28px;
}
.fs29{
    font-size: 29px;
}
.fs30{
    font-size: 30px;
}
.fs31{
    font-size: 31px;
}
.fs32{
    font-size: 32px;
}
.fs33{
    font-size: 33px;
}
.fs34{
    font-size: 34px;
}
.fs35{
    font-size: 35px;
}
.fs36{
    font-size: 36px;
}
.fs37{
    font-size: 37px;
}
.fs38{
    font-size: 38px;
}
.fs39{
    font-size: 39px;
}
.fs40{
    font-size: 40px;
}
.fs41{
    font-size: 41px;
}
.fs42{
    font-size: 42px;
}
.fs43{
    font-size: 43px;
}
.fs44{
    font-size: 44px;
}
.fs45{
    font-size: 45px;
}
.fs46{
    font-size: 46px;
}
.fs47{
    font-size: 47px;
}
.fs48{
    font-size: 48px;
}
.fs49{
    font-size: 49px;
}
.fs50{
    font-size: 50px;
}
.fs51{
    font-size: 51px;
}
.fs52{
    font-size: 52px;
}
.fs53{
    font-size: 53px;
}
.fs54{
    font-size: 54px;
}
.fs55{
    font-size: 55px;
}
.fs56{
    font-size: 56px;
}
.fs57{
    font-size: 57px;
}
.fs58{
    font-size: 58px;
}
.fs59{
    font-size: 59px;
}
.fs60{
    font-size: 60px;
}

/* Font Weight*/

.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;
}
.fw900{
    font-weight: 900;
}
.relative{
    position: relative;
}
.zindex1{
    z-index: 1;
}
.marginAuto{
    margin: auto;
}
/* Button CSS Start */
.pnx_btn{
    min-width: 150px;
    min-height: 50px;
    padding: 0 25px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    overflow: hidden;
    background: linear-gradient(180deg, #F7913B 0%, #FFB06D 100%);
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color) !important;
    z-index: 1;
    border: none !important;
    border-radius: 11px;
    transition: all 0.3s ease-out;    
    cursor: pointer;
}
.pnx_btn:hover{
    transform: translateY(-4px);
    box-shadow: 0 0 15px rgba(255, 140, 50, 0.7),
                0 0 30px rgba(255, 140, 50, 0.4);
}

/* Botton CSS End */
.bg_cover{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.bg_contain{
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.whiteColor{
    color: var(--white-color);
}
.blackColor{
    color: var(--black-color);
}
/* Heading */
.pnx_main_heading{
    font-size: 40px;
    font-weight: 500;
    color: var(--heading-color);
    text-align: center;
    padding-bottom: 40px;
    width: 100%;
    margin: auto;
}
.pnx_sub_heading{
    min-height: 50px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px;    
    border-radius: 60px;
    font-size: 18px;
    font-weight: 700;
    color: var(--heading-color);
    position: relative;
    box-shadow: -32px 32px 50px 0px #B9C2D333;
}
.pnx_sub_heading::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 60px;
    transition: all 0.3s;
    z-index: -1;
    border: 1px solid transparent;    
    background: linear-gradient(90deg, #CC02FF 0%, #0DDBFF 47.6%, #FFB246 100%)
		border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
}
/* Heading */
.pnx_page_main_wrapper{
    background-image: url(../images/digital_marketing/body-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
/* Banner css start */
.pnx_banner_wrapper{
    background-image: url(../images/digital_marketing/banner-bg.jpg);
    position: relative;
    overflow: hidden;
}
.pnx_banner_headings {
    position: relative;
}
.pnx_banner_top_heading {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 43px;
    background: var(--heading-color);
    border-radius: 60px;
    font-size: 20px;
    font-weight: 400;
    color:var(--white-color);
    margin: 40px 0 30px 0;
    padding: 0 30px;
}
.pnx_banner_main_heading {
    max-width: 1056px;
    width: 100%;
    margin: 0 auto 40px auto;
    font-size: 40px;
    font-weight: 800;
    color: var(--heading-color);
}
.pnx_logo a img {
    width: 235px;
    height: auto;
    object-fit: contain;
}
.pnx_banner_video{    
    max-width: 650px;
    width: 100%;
    margin:0 auto 0 auto;    
    background: linear-gradient(180deg, #FFC466 0%, #FD8BFF 100%);
    box-shadow: 0px 0px 60px 0px #8915461A;
    border-radius: 6px;
    padding: 2px;
}
.pnx_banner_video iframe{
    border-radius: 5px;
}
.pnx_banner_text {
    background: #FFFFFF4D;
    backdrop-filter: blur(10px);
    border: 1px solid #FFF3FA;
    border-radius: 6px;
    max-width: 674px;
    width: 100%;
    margin: 50px auto 0 auto;
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-color);
    text-align: center;
    padding: 10px 10px;
}
.pnx_banner_social_icons_div {
    max-width: 1300px;
    width: 100%;
    height: 1300px;
    margin: auto;
    position: absolute;    
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    animation: rotate 50s linear infinite;
    pointer-events: none;    
}
.pnx_banner_social_icon{
    width: 80px;
    height: 80px;
    background-color: var(--white-color);
    border: 1px solid #CDE3FF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;    
    position: absolute;
    transform: translate(-50%, -50%);
    animation: rotate-icon 50s linear infinite;
}
.pnx_banner_social_icon:nth-child(1) { 
    top: 0%; 
    left: 50%; 
}
.pnx_banner_social_icon:nth-child(2) {
    top: 8%;
    left: 77%;
}
.pnx_banner_social_icon:nth-child(3) {
    top: 25%;
    left: 93%;
}
.pnx_banner_social_icon:nth-child(4) {
    top: 92%;
    left: 77%;
}
.pnx_banner_social_icon:nth-child(5) { 
    top: 100%; 
    left: 50%; 
}
.pnx_banner_social_icon:nth-child(6) {
    top: 92%;
    left: 23%;
}
.pnx_banner_social_icon:nth-child(7) {
    top: 71%;
    left: 5%;
}
.pnx_banner_social_icon:nth-child(8) {
    top: 8%;
    left: 22%;
}
.pnx_banner_social_icon:nth-child(9) {
    top: 71%;
    left: 95%;
}
.pnx_banner_social_icon:nth-child(10) {
    top: 46%;
    left: 0%;
}
.pnx_banner_social_icon:nth-child(11) {
    top: 25%;
    left: 7%;
}
.pnx_banner_social_icon:nth-child(12) {
    top: 46%;
    left: 100%;
}


.ap_require label:after {
    content: "*";
    color: #f90000;
}

/* NotiFication Css Start */
.ap_notification_wrapper {
    position: fixed;
    top: 20px;
    right: 30px;
    max-width: 300px;
    width: 100%;
    z-index: 9999;
}
.ap_comman_noti {
    background-color: #ffffff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    box-shadow: 15px 0 30px rgba(99 129 155 / 10%);
    text-align: center;
}
.ap_inner {
    display: flex;
    text-align: left;
    align-items: center;
    grid-gap: 15px;
}
.ap_inner img,
.noti_content {
    display: inline-block;
    vertical-align: middle;
}
.noti_content h3 {
    font-size: 20px;
    margin: 0 0 0px;
    color: #020430;
}
.noti_content {
    padding-left: 0;
    width: calc(100% - 0px);
}
.noti_content p {
    font-size: 14px;
    color: var(--TextColor);
}
.ap_notication_error .noti_content h3 {
    color: #F83A5C;
}
.ap_notication_success .noti_content h3 {
    color: #00E0A4;
}
/* NotiFication Css End */

@keyframes rotate {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to   { transform: translate(-50%, -50%) rotate(360deg); }
}
@keyframes rotate-icon {
    from { transform: translate(-50%, -50%) rotate(360deg); }
    to   { transform: translate(-50%, -50%) rotate(0deg); }
}
.pnx_banner_social_icons_div_2{
    max-width: 1600px;
    height: 1600px;
    animation: reverse-rotate 50s linear infinite;
}
.pnx_banner_social_icons_div_2 .pnx_banner_social_icon{
    animation: rotate-icon-reverse 50s linear infinite;
}
@keyframes reverse-rotate {
    from { transform: translate(-50%, -50%) rotate(360deg); }
    to   { transform: translate(-50%, -50%) rotate(0deg); }
}
@keyframes rotate-icon-reverse {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to   { transform: translate(-50%, -50%) rotate(360deg); }
}
/* Banner css end */

/* About css start */
.pnx_about_heading{
    font-size:40px;
    font-weight: 500;
    color: var(--heading-color);
}
.pnx_about_content p{
    font-size:18px;
    font-weight: 400;
    color:var(--text-color);
    padding-top: 20px;
}
.pnx_about-main {
    text-align: center;
}
.absolute{
    position: absolute;
}
.fb {
    top: 9%;
    right: 27%;
}
.insta {
    bottom: 3%;
    right: 36%;
}
.linkdin {
    left: 14%;
    bottom: 3%;
}
.twitter {
    top: 0%;
    right: 10%;
}
.youtube {
    top: 45%;
    right: 3%;
}
.tiktok {
    top: 5%;
    left: 25%;
}
.pinterest {
    top: 40%;
    left: 8%;
}
.pnx_about_box_main{
    max-width: 1020px;
    width: 100%;
    margin: auto;
}
.pnx_about_box{
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    box-shadow: -32px 32px 50px 0px #B9C2D333;
    border-radius: 6px;
    min-height: 100px;
    padding: 0 20px;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    width: 100%;
    margin-top: 20px;
}
.pnx_about_box_icon{
    width: 60px;
    height: 60px;
    background: #FFF2E6;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;    
    flex: none;
}
.pnx_about_box_heading{
    font-size: 20px;
    font-weight: 600;
    color: var(--heading-color);
    transition: all 0.3s;
}
.pnx_about_box_icon svg{
    fill: var(--primary-color);
    transition: all 0.3s;
}
.pnx_about_box:hover .pnx_about_box_icon{
    box-shadow: 0 0 0 35px var(--primary-color) inset;
}
.pnx_about_box:hover .pnx_about_box_icon svg{
    fill: var(--white-color);
}
.pnx_about_box:hover .pnx_about_box_heading{
    color: var(--primary-color);
}
/* About css end */

/* Social css start */
.pnx_social_wrapper{
    background: var(--bg-color);    
}
.pnx_social_heading .pnx_main_heading {
    font-size: 30px;
    padding-top: 20px;
}
.pnx_social_heading > img {
    width: 235px;
    height: auto;
    object-fit: contain;
}
.pnx_social_flexbox{
    max-width: 1170px;
    width: 100%;
    margin: auto;
    background: var(--white-color);
    border: 1px solid var(--border-color);
    box-shadow: -32px 32px 50px 0px #B9C2D333;
    border-radius: 12px;    
    padding: 30px 70px;
}
.pnx_social_flexbox_inner{
    gap:50px;
}
.pnx_social_img{
    flex: none;
}
.pnx_social_content p{
    font-size: 18px;
    font-weight: 400;
    color: var(--text-color);
}
/* Social css end */

/* Statistics css start */
.pnx_statistics_heading{
    padding-bottom: 50px;
}
.pnx_statistics_heading .pnx_main_heading{
    padding-bottom: 0px;
}
.pnx_statistics_parent{
    max-width: 1170px;
    width: 100%;
    margin: auto
}
.pnx_statistics_box{
    background: linear-gradient(180deg, #FFF2E6 0%, #FFFAF5 100%);
    border-radius: 10px;
    padding: 35px 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;    
    gap: 30px;    
}
.pnx_statistics_box .pnx_about_box_icon{
    width: 100px;
    height: 100px;
    background: var(--white-color);
}
.pnx_statistics_content h4{
    font-size: 34px;
    font-weight: 600;
    color: var(--heading-color);
}
.pnx_statistics_content p{
    font-size: 20px;
    font-weight: 500;
    color: var(--text-color);
    padding-top: 10px;
}
.pnx_statistics_box:hover .pnx_about_box_icon{
    box-shadow: 0 0 0 50px var(--primary-color) inset;
}
.pnx_statistics_box:hover .pnx_about_box_icon svg{
    fill: var(--white-color);
}
.pnx_statistics_bottom_text{
    max-width: 818px;
    width: 100%;
    margin: auto;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: var(--heading-color);
    padding-top: 30px;
}
.pnx_statistics_bottom_text span{
    color: var(--primary-color);
}
/* Statistics css end */

/* CTA social icons css start */
.pnx_cta_social_box{
    max-width:1030px;
    width:100%;
  	margin-top:60px;
    margin-left:auto;
    margin-right:auto;
    background: #FCF8FF;
    border-radius:12px;
    border: 1px solid #ECEEF4;
    padding:60px 40px 30px 40px;  
  	position:relative;
}
.pnx_cta_social_box_heading {
    background: var(--primary-color);
    border-radius: 60px;
    min-height: 50px;
    padding: 0 30px;
    font-size: 18px;
    font-weight: 600;
    color: var(--white-color);
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}
.pnx_cta_social_flex {
    gap:20px;
}
.pnx_cta_social_items{
    background:var(--white-color);
    box-shadow: 0px 11px 23px 0px #773CA31A;
    border: 1px solid #F0ECF4;
    border-radius:60px;
    padding:5px 20px 5px 5px;
    display:inline-flex;
    justify-content:start;
    align-items:center;
    gap:8px;
}
.pnx_cta_social_items > img{
    flex:none;
}
.pnx_cta_social_items > p {
    font-size: 18px;
    font-weight: 500;
    color: var(--heading-color);
}
/* CTA social icons css end */

/* Business css start */
.pnx_business_wrapper{
    background: var(--bg-color);
}
.pnx_business_heading{
    max-width: 580px;
    margin: auto;
}
.pnx_business_box{
    max-width: 970px;
    width: 100%;
    margin: auto;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    box-shadow: -32px 32px 50px 0px #B9C2D333;
    border-radius: 12px;
    padding: 40px 32px 55px 32px;
    text-align: center;
}
.pnx_business_box > span{
    font-size: 22px;
    font-weight: 600;
    color: var(--heading-color);
}
.pnx_business_box > p{
    font-size: 20px;
    font-weight: 400;
    color: var(--text-color);
    padding-bottom: 25px;
}
.pnx_business_box > h4{
    background: linear-gradient(180deg, #FFF2E6 0%, #FFFAF5 100%);
    border-radius: 10px;
    padding: 30px 40px;
    font-size: 22px;
    font-weight: 400;
    color: var(--heading-color);
    line-height: 30px;
}
.pnx_business_box > h4 span{
    font-weight: 800;
    color: var(--primary-color);
}
/* Business css end */

/* Mockup css start */
.pnx_mockup_wrapper .container{
    max-width: 1800px;
}
.pnx_caveat_font{
    font-size: 44px;
    font-weight: 500;
    color: var(--primary-color);
    font-family: "Caveat", cursive;
    display: block;
    line-height: normal;
}
.pnx_mockup_heading > img {
    width: 235px;
    height: auto;
    object-fit: contain;
    display: flex;
    margin: 15px auto 25px auto;
}
.pnx_mockup_heading .pnx_sub_heading{
    font-size: 30px;
    font-weight: 500;
}
.pnx_mockup_heading .pnx_main_heading {
    font-size: 28px;
    padding-top: 20px;
    padding-bottom: 50px;
}
.pnx_mockup_img > img {
    margin-left: -150px;
}
.pnx_mockup_tag{
    max-width: 450px;
    width: 100%;
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;    
    gap: 10px;    
    min-height: 100px;
    box-shadow: -32px 32px 50px 0px #B9C2D333;
    border-radius: 6px;
    padding: 0 20px;
    border-width: 1px;
    border-style: solid;   
    position: absolute; 
}
.pnx_mockup_tag > img{
    flex: none;
}
.pnx_mockup_tag p{
    font-size: 20px;
    font-weight: 600;
    color: var(--heading-color);
    text-align: left;
}
.tag1 {
    background: #FFE0DE;
    border-color: #FAD6D3;
    top: 10%;
    left: 10%;
}
.tag2 {
    background: #D5E8FF;
    border-color: #9FCBFF;
    top: 43%;
    left: 0%;
}
.tag3 {
    background: #ECDFFF;
    border-color: #D0B1FF;
    bottom: 10%;
    left: 10%;
}
.tag4 {
    background: #CEF3E1;
    border-color: #96E5BF;
    top: 10%;
    right: 7.5%;
}
.tag5{
    background: #FBDFF1;
    border-color:#F8B9E1;
    top: 43%;
    right: 0%;
}
.tag6{
    background: #FFF2E6;
    border-color: #FFE0C4;
    bottom: 10%;
    right: 7.5%;
}
/* Mockup css end */

/* Step css start */
.pnx_step_wrapper{
    background-image: url(../images/digital_marketing/step-bg.webp);
}
.pnx_step_heading .pnx_main_heading{
    color: var(--white-color);
}
.pnx_step_parent {
    max-width: 1260px;
    width: 100%;
    margin: auto;
    padding-top: 30px;
}
.pnx_step_box{
    position: relative;
    border-radius: 20px;
    padding: 50px 40px 40px;
    min-height: 527px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.step1{
    background: linear-gradient(180deg, #CBEFFE 0%, #CBEFFE 100%);
}
.step2{
    background: #D9CCFF;
}
.step3{
    background: #FBE2F7;
}
.pnx_step_number {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    min-height: 43px;
    padding: 0 35px;
    font-size: 18px;
    font-weight: 700;
    color: var(--white-color);
    position: absolute;
    top: -20px;
    left: 40px;
    border-radius: 10px;
}
.step1 .pnx_step_number{
    background: #4ECBFF;
}
.step2 .pnx_step_number{
    background: #8F84FF;
}
.step3 .pnx_step_number{
    background: #FA8EE9;
}
.pnx_step_content h4{
    font-size: 28px;
    font-weight: 800;
    color: #222222;
} 
.pnx_step_content p{
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    padding-top: 10px;
} 
/* Step css end */

/* Feature css */
.pnx_list_wrapper{
    background-color: var(--white-color);
}
.pnx_feature_heading span{
    color: var(--primary-color);
}
.pnx_feature_parent{
    max-width: 960px;
    width: 100%;
    margin: auto;
}
.pnx_feat_box {
    background: var(--white-color);
    box-shadow: -32px 32px 50px 0px #B9C2D333;
    border: 1px solid var(--border-color);
    border-radius: 12px;
    min-height: 306px;
    padding: 30px 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pnx_feat_box::before {
    content: "";
    position: absolute;
    height: 100%;
    bottom: -10px;
    left: 10px;
    right: 10px;
    background: var(--primary-color);
    border-radius: 0 0 12px 12px;
    z-index: -1;
}
.pnx_feat_box_inner {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 30px;
}
  
.pnx_feat_box p{
    font-size: 18px;
    font-weight: 600;
    color: var(--heading-color);
    text-align: center;
}
/* Feature css */

/* List css start */
.pnx_list_heading{
    padding-bottom: 40px;
}
.pnx_list_heading h2, .pnx_list_heading h3{
    font-size: 40px;
    font-weight: 500;
    color: var(--heading-color);
}
.pnx_list_heading h3{
    color: var(--primary-color);
}
.pnx_list_wrapper .pnx_business_box {
    max-width: 1000px;
    padding: 40px 60px;
}
.pnx_list_flex ul li {
    font-size: 20px;
    font-weight: 500;
    color: var(--text-color);    
    text-align: left;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;
    border-radius: 4px;
    padding: 15px 10px 15px 40px;
}
.pnx_list_flex ul li:last-child{
    margin-bottom: 0;
}
.pnx_list_flex ul li:nth-child(even) {
    background: #F9F9F9;
}
/* List css end */

/* Testimonial css start */
.pnx_testmnl_wrapper{
    background-image: url(../images/digital_marketing/testmnl-bg.webp);
}
.pnx_testmnl_wrapper .container{
    max-width: 1400px;
}
.pnx_testmnl_heading > img{
    margin-bottom: 20px;
}
.pnx_testmnl_heading .pnx_main_heading{
    color: var(--white-color);
}
.pnx_testmnl_slider {
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}
.pnx_testmnl_box{
    position: relative;
    background: #191338;
    border: 1px solid #2F3054;
    border-radius: 30px;
    padding: 40px 30px;
}
.pnx_testmnl_header h4{
    font-size: 20px;
    font-weight: 600;
    color: var(--white-color);
    text-transform: capitalize;
}
.qoute_icon {
    position: absolute;
    top: 20px;
    right: 20px;
}
.pnx_testmnl_content{
    padding-top: 20px;
}
.pnx_testmnl_content p{
    font-size: 20px;
    font-weight: 300;
    color: var(--white-color);
    line-height: 30px;
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    background: var(--primary-color);
    border-radius: 50px;
    opacity: 0.2;
    transition: all 0.3s;
}
.swiper-pagination-bullet-active{
    width: 22px;
    opacity: 1;
}
/* Testimonial css end */

/* Banner Testimonial css end */
.pnx_banner_testmnl_wrapper {
    background: var(--white-color);
}
.pnx_banner_testmnl_wrapper .pnx_testmnl_heading .pnx_main_heading{
    color: var(--heading-color);
}
.pnx_banner_testmnl_wrapper .pnx_testmnl_box {    
    background: var(--white-color);
    border: 1px solid var(--border-color);
}
.pnx_banner_testmnl_wrapper .pnx_testmnl_header h4 {
    color: var(--heading-color);
}
.pnx_banner_testmnl_wrapper .pnx_testmnl_content p {
    color: var(--text-color);  
    font-weight:400;  
}
/* Banner Testimonial css end */


/* Price css start */
.pnx_today_wrapper .pnx_business_box {
    max-width: 700px;
    box-shadow: -32px 32px 50px 0px #E0B78E33;
    border: 1px solid #FED1A8;
    padding: 40px 10px;
    position: relative;
    z-index: 1;
}
.pnx_pricing_social_icons {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);    
}
.pnx_list_flex {
    margin-top: 50px;
}
.pnx_price_box{
    margin-top: 30px;
  	gap:30px;
}
.pnx_price_btn {
    max-width: 400px;
    width: 100%;
}
.pnx_prices h3{
    font-size: 26px;
    font-weight: 600;
    color: var(--heading-color);
}
.pnx_prices h3 > del{
    color: #9DA7BC;
}
.pnx_offer_price {
    padding: 15px 0 5px 0;
    font-size: 36px;
    font-weight: 700;
    color: var(--heading-color);
}
.pnx_offer_price > span{
    color: var(--primary-color);    
}
.pnx_prices p{
    font-size: 18px;
    font-weight: 400;
    color: var(--text-color);
}
.pnx_price_btn .pnx_btn {
    min-height: 70px;
    padding: 0 35px;
}
.pnx_pricing_icon1 {
    bottom: 10%;
    left: 5%;
}
.pnx_pricing_icon2{
    bottom:10%;
    right:10%;
}
.pnx_pricing_icon3 {
    top: 18%;
    right: 20%;
}
.pnx_pricing_icon4 {
    top: 55%;
    right: 20%;
}
.pnx_pricing_icon5 {
    top: 18%;
    left: 23%;
}
.pnx_pricing_icon6 {
    top: 62%;
    left: 16%;
}
.pnx_pricing_icon7{
    top:40%;
    left:5%;
}
.pnx_pricing_icon8{
    top:40%;
    right:5%;
}
.pnx_pricing_icon1 { animation: float1 3s infinite; animation-delay: .2s; }
.pnx_pricing_icon2 { animation: float2 4s infinite; animation-delay: .8s; }
.pnx_pricing_icon3 { animation: float3 3.5s infinite; animation-delay: .4s; }
.pnx_pricing_icon4 { animation: float4 4s infinite; animation-delay: 1s; }
.pnx_pricing_icon5 { animation: float5 5s infinite; animation-delay: .1s; }
.pnx_pricing_icon6 { animation: float6 4.5s infinite; animation-delay: .6s; }
.pnx_pricing_icon7 { animation: float7 3s infinite; animation-delay: 1.3s; }
.pnx_pricing_icon8 { animation: float8 4s infinite; animation-delay: .5s; }

.pnx_pricing_icon1,
.pnx_pricing_icon2,
.pnx_pricing_icon3,
.pnx_pricing_icon4,
.pnx_pricing_icon5,
.pnx_pricing_icon6,
.pnx_pricing_icon7,
.pnx_pricing_icon8 {
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}
@keyframes float1 {
    0% { transform: translate(0, 0); }
    50% { transform: translate(5px, -10px) rotate(3deg); }
    100% { transform: translate(0, 0); }
}

@keyframes float2 {
    0% { transform: translate(0, 0); }
    50% { transform: translate(-8px, 12px) rotate(-4deg); }
    100% { transform: translate(0, 0); }
}

@keyframes float3 {
    0% { transform: translate(0, 0); }
    50% { transform: translate(10px, -6px) rotate(2deg); }
    100% { transform: translate(0, 0); }
}

@keyframes float4 {
    0% { transform: translate(0, 0); }
    50% { transform: translate(-12px, 8px) rotate(5deg); }
    100% { transform: translate(0, 0); }
}

@keyframes float5 {
    0% { transform: translate(0, 0); }
    50% { transform: translate(6px, 14px) rotate(-3deg); }
    100% { transform: translate(0, 0); }
}

@keyframes float6 {
    0% { transform: translate(0, 0); }
    50% { transform: translate(-10px, -12px) rotate(4deg); }
    100% { transform: translate(0, 0); }
}

@keyframes float7 {
    0% { transform: translate(0, 0); }
    50% { transform: translate(8px, 10px) rotate(-2deg); }
    100% { transform: translate(0, 0); }
}

@keyframes float8 {
    0% { transform: translate(0, 0); }
    50% { transform: translate(-5px, -14px) rotate(3deg); }
    100% { transform: translate(0, 0); }
}

/* Price css end */

/* Contact css start */
.pnx_contact_wrapper{
    background: var(--bg-color);
}
.pnx_contact_wrapper .container{
    max-width: 1550px;
}
.pnx_contact_content .pnx_main_heading {
    font-size: 36px;    
    text-align: left;
    padding-bottom: 10px;    
}
.pnx_contact_content p{
    font-size: 18px;
    font-weight: 400;
    color: var(--text-color);
    line-height: 30px;
    padding-top: 10px;
}
.pnx_contact_support {
    max-width: 505px;
    width: 100%;
    background-color: var(--white-color);
    border: 1px solid var(--border-color);
    border-radius: 12px;
    padding: 20px 30px;
    margin-top: 25px;
}
.pnx_contact_support h3{
    font-size: 20px;
    font-weight: 600;
    color: var(--heading-color);
}
.pnx_contact_support ul{
    gap: 15px;
    padding-top: 10px;
}
.pnx_contact_support ul li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.pnx_contact_support ul li{
    font-size: 18px;
    font-weight: 400;
    color: var(--heading-color);
}
.pnx_contact_support ul li a{
    text-transform: lowercase;
    color: var(--heading-color);
}
.pnx_contact_box {
    background: var(--white-color);
    box-shadow: -32px 32px 50px 0px #B9C2D333;
    border: 1px solid var(--border-color);
    padding: 30px 40px 40px;
    border-radius: 12px;
}
.pnx_contact_box_heading{
    padding-bottom: 30px;
}
.pnx_contact_box_heading h2{
    font-size: 26px;
    font-weight: 700;
    color: var(--heading-color);
}
.pnx_contact_box_heading h3{
    font-size: 20px;
    font-weight: 500;
    color: var(--heading-color);
    padding-top: 5px;
}
.pnx_form_field_flex{
    gap: 20px;
}
.pnx_input_group {
    margin-bottom: 20px;
    font-size: 0;
}
.pnx_input_group:last-child{
    margin-bottom: 0;
}
.pnx_form_field_left, .pnx_form_field_right{
    width: 50%;
}
.pnx_input_group label{
    font-size: 16px;
    font-weight: 500;
    color: var(--heading-color);
    margin-bottom: 10px;
    display: block;
}
.pnx_input_group input{
    width: 100%;
    height: 44px;
    background: #FBFBFF;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    padding: 0 20px;
    font-size: 14px;
    font-weight: 400;
    color: var(--heading-color);
}
.pnx_input_group textarea {
    width: 100%;
    background: #FBFBFF;
    border-radius: 6px;
    border: 1px solid var(--border-color);
    padding: 15px 0 20px 20px;
    font-size: 14px;
    font-weight: 400;
    color: var(--heading-color);
    resize: none;
    height: 240px;
}
.pnx_input_group input:focus-visible, .pnx_input_group textarea:focus-visible{
    border: 1px solid var(--primary-color);
}
.pnx_upload_box_parent {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.pnx_upload_box {
    gap: 20px;
    background-color: var(--white-color);
    border: 2px dashed #C3CCDF;
    border-radius: 6px;
    padding: 20px;
}
.pnx_upload_box > img{
    flex: none;
}
.pnx_upload_box > p{
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
}
.pnx_upload_box > input {
    position: absolute;
    inset: 0;
    opacity: 0;
    font-size: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.pnx_contact_btn{
    margin-top: 20px;
}
.pnx_contact_btn .pnx_btn{
    max-width: 400px;
    width: 100%;
}
span#fileName {
    font-size: 14px;
    font-weight: 400;
    color: var(--text-color);
    max-width: 550px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pnx_uploaded_file_div {
    gap: 20px;
}
.pnx_uploaded_file_div {    
    width: 100%;
    margin: 20px auto 0 auto;
    background: #fbfbff;
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding:20px;
}
#remove-up-file {
    cursor: pointer;
}
/* #iconImg {
    width: 100%;
    max-height: 150px;
    object-fit: contain;
} */
/* Contact css end */

/* FAQ css start */
.sc_faq_right{
    max-width: 1160px;
    width: 100%;
    margin: auto;
}
.accordion-button:not(.collapsed) {
    background: var(--primary-color) !important;
    box-shadow: none !important;
    border-radius: 14px 14px 0 0 !important;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.accordion-button {
    font-size: 18px !important;
    font-weight: 600;
    color: var(--white-color) !important;
    background: var(--primary-color) !important;
    padding: 15px 25px !important;
    backdrop-filter: blur(4px);
    border-radius: 10px !important;
    gap: 10px;
}
.accordion-item {
    background: #FFFFFF0D !important;
    border: 1px solid #F1E2FF !important;
    border-radius: 14px !important;
    margin-bottom: 20px;
}
.accordion-item:last-child {
    margin-bottom: 0;
}
.accordion-body p {
    font-size: 16px;
    font-weight: 400;
    color: var(--text-color);
    margin-bottom: 20px;
}
.accordion-body p:last-child{
    margin-bottom: 0;
}
.accordion-button:focus {    
    box-shadow: none !important;
}
.accordion-button::after{
    background-image: url(../images/digital_marketing/faq-arrow.png) !important;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 15px;
    height: 9px;        
}
.accordion-body {
    max-height: 400px;
    overflow-x: hidden;
    padding: 20px 15px 15px 25px !important;
}
/* FAQ css end */

/* Footer css start */
.pnx_footer_wrapper{
    background-image: url(../images/digital_marketing/footer-bg.webp);
}
.pnx_footer_heading > img{
    width: 235px;
    height: auto;
    object-fit: contain;
}
.pnx_footer_heading .pnx_main_heading {
    font-size: 28px;
    font-weight: 800;
    color: var(--white-color);
    padding: 15px 0 5px 0;
}
.pnx_footer_heading > p{
    font-size: 22px;
    font-weight: 400;
    color: var(--white-color);
}
.pnx_footer_box {
    max-width: 700px;
    width: 100%;
    margin: 30px auto 0 auto;
    background: #FFFFFF1A;
    border: 1px solid #FFFFFF33;
    border-radius: 10px;
    padding: 25px 50px 30px;
}
.pnx_footer_box h4{
    font-size: 28px;
    font-weight: 700;
    color: var(--white-color);
    padding-bottom: 15px;
}
.pnx_footer_box .pnx_btn{
    max-width: 307px;
    width: 100%;
    min-height: 57px;
}
.pnx_disclaimer{
    padding-top:40px;
}
.pnx_disclaimer p{
    font-size: 16px;
    color: var(--white-color);
    line-height: 1.7;
}
.pnx_copyright{
    background: #FFFFFF0F;
    padding: 10px 15px;
    margin-top: 60px;
}
.pnx_copyright_flex {
    max-width: 1700px;
    width: 100%;
    margin: auto;
    gap: 15px;
}
.pnx_copyright p{
    font-size: 16px;
    font-weight: 500;
    color: var(--white-color);
}
.pnx_copyright ul{
    display: flex;
    align-items: center;
    gap: 5px;
}
.pnx_copyright ul li, .pnx_copyright ul li a{
    font-size: 16px;
    font-weight: 400;
    color: var(--white-color);
}
/* Footer css end */

/* Responsive CSS Start */
@media(max-width: 1700px){
    .pnx_mockup_img > img { 
        width: 500px;
        height: auto;
        margin-left: -80px;
    }
    .tag3, .tag6 {
        bottom: 0%;    
    }
    .pnx_pricing_icon5 { 
        left: 15%;
    }
    .pnx_pricing_icon7 { 
        left: 1%;
    }
    .pnx_pricing_icon3 { 
        right: 10%;
    }
    .pnx_pricing_icon8 { 
        right: 2%;
    }
    .pnx_pricing_icon4 {
        top: 58%;
        right: 12%;
    }
    .pnx_pricing_icon6 { 
        left: 14%;
    }
    .pnx_pricing_icon2 { 
        right: 5%;
    }
}
@media(max-width: 1550px){
    .pnx_mockup_tag {
        max-width: 440px;
        min-height: 90px;
    }
    .tag1 {
        left: 5%;
    }
    .tag4 {
        right: 5%;
    }
    span#fileName {
        max-width: 500px; 
    }
}
@media(max-width: 1440px){
    .pnx_mockup_tag { 
        position: unset;
    }
    .pnx_mockup_img > img {
        display: block;
        margin: auto;
    }
    .pnx_mockup_tag {        
        margin: 10px;
    }
    .pnx_banner_social_icons_div_2{
        display: none;
    }
    span#fileName {
        max-width: 390px;
    }
}
@media(max-width: 1399px){
    .pnx_step_content h4 {
        font-size: 27px; 
    }
    .pnx_copyright p, .pnx_copyright ul li, .pnx_copyright ul li a {
        font-size: 15px;
        font-weight: 400; 
    }
  	.pnx_cta_social_box {
    	padding: 60px 30px 30px 30px; 
	}
}
@media(max-width: 1250px){
    .pnx_copyright_flex {
        gap: 10px;
        flex-direction: column;
    }
    .pnx_copyright ul {
        border-top: 1px solid #ffffff17;
        padding-top: 10px;
    }
}
@media(max-width: 1199px){
    .pnx_about_heading {
        font-size: 30px; 
    }
    .tiktok {
        top: 0;
        left: 10%;
    }
    .twitter {
        top: 0%;
        right: 0%;
    }
    .pinterest {
        top: 50%;
        left: -5%;
    }
    .youtube {
        top: 45%;
        right: 0;
    }
    .linkdin {
        left: 0;
        bottom: 0;
    }
    .insta {
        bottom: 0;
        right: 30%;
    }
    .fb {
        top: -4%;
        right: 27%;
    }
    .pnx_social_flexbox {
        padding: 30px 40px;
    }
    .pnx_social_flexbox_inner{
        gap: 30px;
    }
    .pnx_statistics_box {
        padding: 25px;
        gap: 20px;
    }
    .pnx_statistics_content h4 {
        font-size: 30px; 
    }
    .pnx_statistics_content p {
        font-size: 18px;
        padding-top: 5px;
    }
    .pnx_statistics_bottom_text {
        max-width: 750px;
        font-size: 25px;
    }
    .pnx_step_content h4 {
        font-size: 23px; 
    }
    .pnx_step_box {
        padding: 50px 25px 25px;
        min-height: 440px; 
    }
    .pnx_list_wrapper .pnx_business_box { 
        padding: 30px 30px;
    }
    .pnx_contact_parent .row {
        flex-direction: column-reverse;
    }
    .pnx_banner_social_icons_div {
        max-width: 1100px; 
        height: 1100px;        
    }
    .pnx_banner_social_icon {
        width: 70px;
        height: 70px;     
    }
    .pnx_banner_social_icon img {
        width: 30px;
        height: auto;
        object-fit: contain;
    }
    .pnx_pricing_icon1, .pnx_pricing_icon2, .pnx_pricing_icon3, .pnx_pricing_icon4, .pnx_pricing_icon5, .pnx_pricing_icon6, .pnx_pricing_icon7, .pnx_pricing_icon8 {
        width: 70px;
        height: auto;
    }
    .pnx_pricing_icon5 {
        left: 5%;
    }
    .pnx_pricing_icon3 {
        right: 5%;
    }
    .pnx_pricing_icon6 {
        left: 8%;
    }
    .pnx_pricing_icon4 {
        top: 62%;
        right: 8%;
    }
}
@media(max-width:991px){
    .pnx_social_flexbox_inner {
        flex-direction: column;
        text-align: center;
    }
    .pnx_main_heading {
        font-size: 32px;
    }
    .pnx_statistics_bottom_text {
        padding-top: 10px;
    }
    .pnx_step_box {
        min-height: 470px;
        margin-top: 30px;
    }
    .pnx_step_heading .pnx_main_heading { 
        padding-bottom: 0;
    }
    .pnx_business_heading .pnx_main_heading {
        max-width: 500px;
    }
    .pnx_list_heading h2, .pnx_list_heading h3 {
        font-size: 32px; 
    }
    .pnx_list_flex {
        flex-direction: column;
        gap: 15px;
    }    
    .pnx_price_box {
        padding: 20px 25px;
        flex-direction: column;
        gap: 20px;
    }
    .pnx_prices {
        text-align: center !important;
    }
    .pnx_today_heading .pnx_main_heading {
        max-width: 500px;
    }
    .pnx_list_flex ul li {
        font-size: 18px;
    }
    .pnx_contact_content .pnx_main_heading {
        font-size: 30px; 
    }
    .pnx_footer_heading .pnx_main_heading { 
        font-weight: 700;        
    }
    .pnx_footer_heading > p {
        font-size: 20px; 
    }
    .pnx_footer_box h4 {
        font-size: 25px;
        font-weight: 600; 
    }
    .pnx_banner_main_heading {
        font-size: 31px; 
    }
    .pnx_banner_social_icons_div{
        max-width: 100%;
    }
    .pnx_banner_social_icons_div, .pnx_banner_social_icon{
        animation: none;
    }
    .pnx_banner_social_icon:nth-child(9), .pnx_banner_social_icon:nth-child(10), .pnx_banner_social_icon:nth-child(11), .pnx_banner_social_icon:nth-child(12) {
        display: none;
    }
    .pnx_banner_social_icon {
        width: 60px;
        height: 60px;
    }
    .pnx_banner_social_icon img {
        width: 25px; 
    }
    .pnx_banner_social_icon:nth-child(1) {
        top: 13%;
        left: 10%;
    }
    .pnx_banner_social_icon:nth-child(2) {
        top: 10%;
        left: 80%;
    }
    .pnx_banner_social_icon:nth-child(4) {
        top: 90%;
        left: 94%;
    }
    .pnx_banner_social_icon:nth-child(5) {
        top: 91%;
        left: 50%;
    }
    .pnx_banner_social_icon:nth-child(6) {
        top: 80%;
        left: 6%;
    }
    .pnx_banner_social_icon:nth-child(7) {
        top: 55%;
        left: 8%;
    }
    .pnx_pricing_icon1, .pnx_pricing_icon2, .pnx_pricing_icon3, .pnx_pricing_icon4, .pnx_pricing_icon5, .pnx_pricing_icon6, .pnx_pricing_icon7, .pnx_pricing_icon8 {
        display: none;
    }
}
@media(max-width:767px){
    .pnx_step_box {
        min-height: auto;     
    }
    .pnx_step_content p {
        padding-bottom: 20px;
    }
    .pnx_sub_heading {
        padding: 10px 20px; 
    }
    .pnx_business_box > span {
        font-size: 20px; 
    }
    .pnx_business_box > p {
        font-size: 18px;
        padding-top: 5px;
    }
    .pnx_business_box > h4 {
        padding: 20px 15px;
        font-size: 18px;
        line-height: 25px;
    }
    .pnx_business_box {
        padding: 30px 25px 30px 25px; 
    }
    .pnx_mockup_heading .pnx_sub_heading {
        font-size: 25px; 
    }
    .pnx_mockup_heading .pnx_main_heading {
        max-width: 500px;
    }
    .pnx_testmnl_box {
        border-radius: 20px;
        padding: 30px 20px;
    }
    .pnx_testmnl_header h4 {
        font-size: 18px;
        font-weight: 500; 
    }
    .pnx_testmnl_content p {
        font-size: 18px; 
        line-height: 25px;
    }
    .qoute_icon { 
        top: 15px;
        right: 15px;
        width: 32px;
        height: auto;
    }
    .pnx_contact_content .pnx_main_heading {
        font-size: 28px;
    }
    .pnx_contact_box {
        padding: 30px 30px 30px; 
    }
    .pnx_form_field_flex { 
        flex-direction: column;
    }
    .pnx_form_field_left, .pnx_form_field_right {
        width: 100%;
    }
    .pnx_input_group textarea {
        height: 150px;
    }
    .pnx_footer_heading .pnx_main_heading {
        font-size: 23px;
    }
    .pnx_footer_heading > p {
        font-size: 18px;
        font-weight: 300;
        max-width: 400px;
        margin-left: auto;
        margin-right: auto;
    }
    .pnx_footer_box {
        padding: 20px 30px 30px;
    }
    .pnx_footer_box h4 {
        font-size: 20px;
    }
    .pnx_copyright ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .pnx_copyright p { 
        text-align: center;
    }
    .pnx_banner_top_heading {
        font-size: 18px;
        margin: 30px 0 20px 0;
        padding: 0 20px;
    }
    .pnx_banner_main_heading {
        font-size: 27px; 
    }
    .pnx_banner_text {
        margin: 30px auto 0 auto;
        font-size: 16px;
    }
    .pnx_banner_social_icon {
        width: 50px;
        height: 50px;
    }
    .pnx_banner_social_icon img {
        width: 20px;
    }
    .pnx_banner_social_icon:nth-child(1) {
        top: 15%;
        left: 5%;
    }
   .pnx_banner_social_icon:nth-child(2) {
        top: 15%;
        left: 95%;
    }
    .pnx_banner_social_icon:nth-child(3) {
        top: 23%;
        left: 85%;
    }
    .pnx_banner_social_icon:nth-child(4) {
        top: 85%;
        left: 95%;
    }
    .pnx_banner_social_icon:nth-child(6) {
        top: 85%;
        left: 5%;
    }
    .pnx_banner_social_icon:nth-child(8) {
        top: 23%;
        left: 21%;
    }
    .pnx_banner_social_icon:nth-child(5), .pnx_banner_social_icon:nth-child(7) { 
        display: none;
    }
    .pnx_cta_social_box_heading {
        left: 0;
        transform: none;
        white-space: normal;
        max-width: 100%;
        width: 100%;
    }
  	.pnx_feat_box_inner > img {
        width: auto;
        height: 80px;
        object-fit: contain;
    }
    .pnx_feat_box_inner {        
        gap: 20px;
    }
    .pnx_feat_box p {
        font-size: 16px;        
    }
    .pnx_feat_box {        
        min-height: 250px;        
    }
    .pnx_feat_box::before {        
        bottom: -8px;
        left: 20px;
        right: 20px;        
    }
  .pnx_list_flex {
    margin-top: 30px;
}
  .pnx_list_flex ul li {
    padding: 15px 10px 15px 20px;
}
  .pnx_offer_price {    
    font-size: 32px;
}
}
@media(max-width:575px){
    .pnx_statistics_heading .pnx_main_heading { 
        max-width: 500px;
    }
    .pnx_contact_support h3 {
        font-size: 18px; 
    }
    .pnx_contact_support ul li {
        font-size: 16px; 
    }
    .pnx_contact_support {
        padding: 20px; 
        margin-top: 15px;
    }
    .pnx_banner_top_heading {
        font-size: 17px; 
    }
    .pnx_banner_main_heading {
        font-size: 26px;
    }
    span#fileName {
        max-width: 300px;
    }
  .pnx_offer_price { 
    font-size: 30px;    
}
}
@media(max-width:525px){
    .pnx_statistics_bottom_text { 
        font-size: 23px;
    }
    .pnx_mockup_heading .pnx_sub_heading {
        font-size: 24px; 
    }
    .pnx_mockup_tag {
        margin: 15px 0 0 0;
    }
    .pnx_social_flexbox {
        padding: 30px 20px;
    }
    .pnx_cta_social_items > img { 
        width: 40px;
        height: auto;
    }
    .pnx_cta_social_items > p {
        font-size: 16px; 
    }
    .pnx_cta_social_flex {
        gap: 10px;
    }
  .pnx_offer_price {
    font-size: 28px;
}
  .pnx_prices h3 {
    font-size: 23px; 
}
  .pnx_price_box {
    padding: 0;    
}
}
@media(max-width:480px){
    .pnx_banner_social_icons_div{
        display: none;
    }
    .pb80, .pb70 {
        padding-bottom: 50px;
    }
    .pt80 {
        padding-top: 50px;
    }
    .pnx_logo a img {
        width: 180px; 
    }
    .pnx_banner_top_heading {
        font-size: 15px;
        min-height: 36px;
        margin: 20px 0 20px 0;
        padding: 0 15px;
    }
    .pnx_banner_main_heading {
        font-size: 23px;
        font-weight: 700;
        margin: 0 auto 20px auto;
    }
    .pnx_banner_text {
        font-size: 15px;
        line-height: normal;
    }
    .pnx_about_heading {
        font-size: 28px;
    }
    .pnx_about_content p {
        font-size: 16px;
        font-weight: 300;
        padding-top: 10px;
    }
    .pnx_about_box {
        min-height: 80px;
        padding: 0 15px;
        margin-top: 10px;
    }
    .pnx_about_box_heading {
        font-size: 18px;
        font-weight: 600; 
    }
    .pnx_about_content {
        margin-bottom: 10px;
    }
    .pnx_about_box_icon {
        width: 50px;
        height: 50px;
    }
    .pnx_about_box_icon svg { 
        width: 20px;
        height: auto;
    }
    .pnx_social_img > img {
        max-width: 250px;
        height: auto;
    }
    .pnx_social_flexbox { 
        padding: 30px 20px;
    }
    .pnx_social_heading .pnx_main_heading {
        font-size: 28px; 
    }
    .pnx_main_heading {
        padding-bottom: 30px; 
        font-size: 28px;
    }
    .pnx_social_content p {
        font-size: 16px; 
    }
    .pnx_social_content p:last-child{
        padding-top: 10px;
    }
    .pnx_statistics_heading .pnx_main_heading { 
        max-width: 400px;
    }
    .pnx_sub_heading {
        font-size: 16px;
        font-weight: 600;
    }
    .pnx_statistics_heading {
        padding-bottom: 30px;
    }
    .pnx_statistics_box .pnx_about_box_icon {
        width: 80px;
        height: 80px; 
    }
    .pnx_statistics_box .pnx_about_box_icon svg {
        width: 30px;
        height: auto;
    }
    .pnx_statistics_content h4 {
        font-size: 28px;
    }
    .pnx_statistics_content p {
        font-size: 16px; 
    }
    .pnx_statistics_box {
        padding: 20px; 
    }
    .pnx_statistics_bottom_text { 
        font-size: 20px;
        padding-top: 0;
    }
    .pnx_business_box > span {
        font-size: 18px;
        line-height: normal;
    }
    .pnx_business_box > p {
        font-size: 16px;
        padding-bottom: 20px;
    }
    .pnx_business_box > h4 {        
        padding: 10px;
        font-size: 16px;        
    }
    .pnx_caveat_font {
        font-size: 30px;
    }
    .pnx_mockup_heading > img {
        width: 180px;
    }
    .pnx_mockup_heading .pnx_sub_heading {
        font-size: 20px; 
    }
    .pnx_mockup_heading .pnx_main_heading {
        padding-bottom: 30px; 
    }
    .pnx_mockup_img > img {
        width: 300px; 
    }
    .pnx_mockup_tag {
        max-width: 100%;
        min-height: 80px;
    }
    .pnx_mockup_tag > img {        
        width: 50px;
        height: auto;
    }
    .pnx_mockup_tag p {
        font-size: 18px; 
    }
    .pnx_list_heading h2, .pnx_list_heading h3 {
        font-size: 28px; 
    }
    .pnx_list_heading {
        padding-bottom: 30px;
    }
    .pnx_list_wrapper .pnx_business_box {
        padding: 20px;
    }
    .pnx_list_flex{
        gap: 10px;
    }
    .pnx_list_flex ul li {
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 10px; 
    }
    .pnx_testmnl_heading > img { 
        width: 150px;
        height: auto;
    }
    .pnx_testmnl_slider { 
        padding-bottom: 45px;
    }
    .pnx_testmnl_header h4 {
        font-size: 16px;
        font-weight: 400;
    }
    .pnx_testmnl_header > img {
        width: 65px;
        height: auto;
    }
    .pnx_testmnl_content p {
        font-size: 16px; 
    }
    .pnx_today_heading .pnx_main_heading {
        max-width: 400px;
    }
    .pnx_prices h3 {
        font-size: 22px; 
    }
    .pnx_offer_price {
    padding: 10px 0 5px 0;
    font-size: 27px;
}
    .pnx_prices p {
        font-size: 16px; 
    }
    .pnx_price_btn .pnx_btn {
        min-height: 56px;
        padding: 0 20px;
    }
    .pnx_contact_box_heading h2 {
        font-size: 22px; 
    }
    .pnx_contact_box_heading h3 {
        font-size: 18px;
    }
    .pnx_contact_box {
        padding: 30px 20px; 
    }
    .pnx_contact_content .pnx_main_heading {
        font-size: 25px; 
    }
    .pnx_contact_content p {
        font-size: 16px;
        line-height: 25px; 
    }
    .pnx_contact_support ul { 
        flex-direction: column;
        justify-content: flex-start !important;
        align-items: flex-start !important;
        gap: 5px;
    }
    .accordion-button {
        font-size: 16px !important;
        font-weight: 500;
    }
    .accordion-body p {
        font-size: 15px;
    }
    .accordion-body { 
        padding: 20px 15px 15px 15px !important;
    }
    .pnx_footer_heading > img {
        width: 180px; 
    }
    .pnx_footer_heading .pnx_main_heading {
        font-size: 22px;
    }
    .pnx_footer_box h4 {
        font-size: 18px;
    }
    .pnx_footer_box {
        padding: 20px;
    }   
    .pnx_social_heading > img {
        width: 180px; 
    }
    #iconImg {
        max-height: 120px; 
    }
    .pnx_uploaded_image_div {
        max-width: 250px;
    }
    #remove-up-img { 
        top: -7px;
        right: -7px;        
        width: 20px;
        height: auto;
    }
    span#fileName {
        max-width: 250px;
    }
    .pnx_copyright { 
        margin-top: 30px;
    }
    .pnx_disclaimer p {
        font-size: 15px;        
        line-height: 1.5;
    }
    .pnx_disclaimer {
        padding-top: 30px;
    }
    .pnx_cta_social_items > p {    
        display: none;
    }
    .pnx_cta_social_items {        
        gap: 0;
        padding: 5px;
    }
    .pnx_cta_social_flex {
        gap: 6px;
    }
    .pnx_cta_social_items > img {
      width: 45px;    
  	}
    .pnx_cta_social_box_heading {      
      font-size: 16px;
      font-weight: 500;      
  }
  .pnx_feat_box_inner > img {    
    height: 70px;    
}
  .pnx_feat_box {
    border-radius: 8px;
    min-height: 220px;
    padding: 20px 10px;
}
  .pnx_feat_box p {
    font-size: 15px;
}
  .pnx_list_flex ul li {
    padding: 10px 6px 10px 15px;
    margin: 0;
}
  .pnx_business_box > img {
    width: 180px;
    height: auto;
}
}
@media(max-width:425px){
    .pnx_banner_top_heading {
        font-size: 13px;
        min-height: 30px; 
        padding: 6px 15px;
    }
    .pnx_banner_main_heading {
        font-size: 21px; 
    }
    .pnx_banner_text {
        margin: 20px auto 0 auto;
        font-size: 14px; 
    }
    .pnx_about_heading, .pnx_social_heading .pnx_main_heading, .pnx_main_heading, .pnx_mockup_heading .pnx_main_heading {
        font-size: 25px;
    }
    .pnx_about_box_heading {
        font-size: 16px; 
    }
    .pnx_about_content p {
        font-size: 15px;
    }
    .pnx_social_content p {
        font-size: 15px;
    }
    .pnx_sub_heading {
        font-size: 15px; 
    }
    .pnx_statistics_content h4 {
        font-size: 23px;
    }
    .pnx_statistics_content p {
        font-size: 15px;
        line-height: normal;
    }
    .pnx_statistics_box .pnx_about_box_icon {
        width: 70px;
        height: 70px;
    }
    .pnx_statistics_box { 
        gap: 15px;
    }
    .pnx_statistics_bottom_text {
        font-size: 18px; 
    }
    .pnx_business_box {
        padding: 20px 20px;
    }
    .pnx_business_box > span {
        font-size: 16px; 
    }
    .pnx_business_box > p {
        font-size: 15px; 
    }
    .pnx_business_box > h4 {
        font-size: 15px;
        line-height: 22px;
    }
    .pnx_mockup_heading .pnx_sub_heading {
        font-size: 18px;
        min-height: 40px;
    }
    .pnx_mockup_tag > img {
        width: 45px; 
    }
    .pnx_mockup_tag p {
        font-size: 16px;
    }
    .pnx_mockup_tag {
        max-width: 100%;
        min-height: 70px;
        padding: 0 15px;
    }
    .pnx_list_heading h2, .pnx_list_heading h3 {
        font-size: 23px;
    }
    .pnx_testmnl_heading > img {
        width: 130px; 
    }
    .pnx_prices h3 {
        font-size: 20px;
    }
    .pnx_prices p {
        font-size: 15px;
    }
    .pnx_price_box {
        padding: 20px 15px; 
    }
    .pnx_price_btn .pnx_btn {
        min-height: 44px; 
        font-size: 16px;
        font-weight: 500;
    }
    .pnx_today_heading .pnx_main_heading {
        max-width: 300px;
    }
    .pnx_testmnl_heading .pnx_main_heading { 
        max-width: 300px;
    }
    .pnx_contact_content .pnx_main_heading {
        font-size: 20px;
    }
    .pnx_contact_content p {
        font-size: 15px;
        line-height: 22px;
    }
    .pnx_contact_box_heading h2 {
        font-size: 20px;
    }
    .pnx_contact_box_heading h3 {
        font-size: 16px;
    }
    .pnx_input_group label {
        font-size: 15px;
        margin-bottom: 5px; 
    }
    .pnx_input_group textarea {
        height: 100px;
    }
    .pnx_upload_box {
        gap: 10px;
        border: 1px dashed #C3CCDF;        
        padding: 10px;
    }
    .pnx_upload_box > img { 
        width: 18px;
        height: auto;
    }
    .pnx_contact_btn .pnx_btn { 
        font-size: 16px;
        font-weight: 500;
    }
    .pnx_uploaded_file_div { 
        margin: 15px auto 0 auto;        
        padding: 10px;
    }
    span#fileName {
        max-width: 200px;
    }
  .pnx_offer_price {    
    font-size: 24px;
}
}
@media(max-width:375px){
    .pnx_prices h3 {
        font-size: 18px;
    }
    span#fileName {
        max-width: 150px;
    }
  .pnx_offer_price { 
    font-size: 20px;
}
}
/* Responsive CSS End */