/*
[Master Stylesheet] 
Project:Pixa Social HTML
-------------------------------------------------------------------*/
/********************************************************
1. body start
 *******************************************************/
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;	  	
	-webkit-font-smoothing: antialiased;
    overflow-x:hidden;
    font-family: 'Heebo', sans-serif;
}
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-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: 8px;
} 
::-webkit-scrollbar-track {
    background-color: #e5e5e5;
    -webkit-border-radius: 10px;    
    border-radius: 10px;
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    height: 100px;
    background-image: linear-gradient(9.36deg, #FF479F -1.5%, #FF783F 107.24%);
}
/* Scroll */
/* Bottom To Top CSS Start */
.ps-top-icon a {
    display: flex;
    background-image: linear-gradient(9.36deg, rgb(255, 71, 159) -1.5%, #FF783F 107.24%);
    filter: drop-shadow(0 0 15px rgba(255, 71, 159,0.6));
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: fixed;
    bottom: 30px;
    right: 20px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    animation: 4s installation infinite alternate;
}
@keyframes installation {
    0% {
        transform: translateY(0px);        
    }
    50% {
        transform: translateY(-20px);        
    }
}
.ps-top-icon a svg {
    fill: #fff;
    transform: rotate(270deg);
}
.ps-top-icon a.show {
    opacity: 1;
    visibility: visible;
}
/* Bottom To Top CSS End */

/* Button CSS Start */
.ps-btn {
    display: inline-block;
    text-align: center;
    background-image: linear-gradient(to right, #F26C4C, #F6905C, #f7186a , #FBB03B);    
    box-shadow: -14px 9px 40px 0px rgba(246, 141, 94, 0.20);
    border-radius: 14px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    padding: 17px 54px;
    line-height: normal;
    background-size: 300% 100%;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.ps-btn:hover {    
    color: #fff;  
    background-position: 100% 0;    
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;      
  }
/* Button CSS End */

/* Container */
.container{
    max-width: 1780px;
}
/* Container */

/* Header CSS Start */
header.ps-header-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 20px 0;
}
.ps-header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ps-menu ul li{
    display: inline-block;
    margin-right: 90px;
}
.ps-menu ul li:last-child{
    margin-right: 0;
}
.ps-menu ul li a{
    display: inline-block;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}
.ps-menu ul li a:hover, .ps-menu ul li a:focus{
    color: #F26C4C;
}
/* Header CSS End */

/* Banner CSS Start */
.ps-banner-wrapper{
    background-image: url(../images/banner-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 160px 0 50px 0;
    position: relative;    
}
.ps-banner-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ps-banner-heading{
    text-align: center;
    padding-bottom: 50px;
}
.ps-banner-heading h2{    
    background: linear-gradient(180deg, #F8EFFF 10%, #796B8D 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 60px;
    font-weight: 900;
    text-transform: capitalize;
}
.ps-banner-heading h1 {
    background: linear-gradient(to right, #12C2E9 30%, #C471ED 45%, #F64F59 75%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 86px;
    font-weight: 900;
    text-transform: capitalize;
    padding-top: 10px;
}
.ps-banner-image img, .ps-banner-left-inner img{
    display: block;
    margin: auto;
}
.ps-banner-left-inner {
    position: relative;
}
.ps-banner-left-inner .ps-banner-img{
    margin: 80px 0;
    animation: 4s floating linear infinite;
}
@keyframes floating {
    from {
        -webkit-transform: rotate(0deg) translate(-12px) rotate(0deg);
        -moz-transform: rotate(0deg) translate(-12px) rotate(0deg);
        -ms-transform: rotate(0deg) translate(-12px) rotate(0deg);
        -o-transform: rotate(0deg) translate(-12px) rotate(0deg);
        transform: rotate(0deg) translate(-12px) rotate(0deg);            
    }
    to {
        -webkit-transform: rotate(360deg) translate(-12px) rotate(-360deg);
        -moz-transform: rotate(360deg) translate(-12px) rotate(-360deg);
        -ms-transform: rotate(360deg) translate(-12px) rotate(-360deg);
        -o-transform: rotate(360deg) translate(-12px) rotate(-360deg);
        transform: rotate(360deg) translate(-12px) rotate(-360deg);            
    }
}
.ps-banner-left-inner .ps-banner-vec3, .ps-banner-left-inner .ps-banner-vec6{
     position: absolute;
     top: 50%;
     transform: translateY(-50%);
     border-radius: 24px;
     animation: shadow-pulse 2s infinite;
}
@keyframes shadow-pulse {
    0% {        
        box-shadow: 0 0 0 0 rgb(57 106 252 / 70%)        
    }
    100% {
        box-shadow: 0 0 0 30px rgb(255 255 0 / 0%);        
    }
}
.ps-banner-left-inner .ps-banner-vec3{
    right: -150px;
}
.ps-banner-left-inner .ps-banner-vec6{
    left: -150px;
    border-radius: 24px;
    animation: shadow-pulse-1 2s infinite;
}
@keyframes shadow-pulse-1 {
    0% {        
        box-shadow: 0 0 0 0 rgb(253 200 48 / 70%)        
    }
    100% {
        box-shadow: 0 0 0 30px rgb(255 255 0 / 0%);        
    }
}
/* Banner CSS End */

/* Feature CSS Start */
.ps-feature-wrapper {
    background-image: url(../images/feature-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0 225px 0;
    position: relative;
}
.ps-feature-heading{
    text-align: center;
    padding-bottom: 50px;
}
.ps-feature-heading h4{
    font-size: 42px;    
    font-weight: 800;    
    color: #34335B;    
    text-transform: capitalize;
}
.ps-feature-heading h1 {
    background: linear-gradient(to right, #12C2E9 44%, #C471ED 50%, #F64F59 60%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 68px;
    font-weight: 900;
    text-transform: capitalize; 
}
.ps-feature-main-parent {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ps-feature-right-flex {
    display: flex;
    align-items: center;
}
.ps-feature-right-inner {
    margin-right: 20px;
}
.ps-feature-img {
    margin-bottom: 30px;
}
.ps-feat-2 {
    margin-top: -25px;
}
/* Feature CSS End */

/* Admin CSS Start */
.ps-admin-wrapper {
    background-color: #fff;
    padding: 0 0 80px 0;
    margin-top: -100px;
}
.ps-admin-wrapper .container {
    max-width: 1700px;
}
.ps-admin-heading{
    text-align: center;
    padding-bottom: 70px;
}
.ps-admin-grednt{
    display: inline-block;
    background: rgb(244, 133, 87,0.1);
    border-radius: 60px;  
    padding: 10px 30px;
}
.ps-admin-heading h4{
    display: inline-block;
    text-align: center;    
    font-size: 18px;  
    font-weight: 700;    
    background: linear-gradient(to right, #F26C4C, #F6905C);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-transform: capitalize;
}
.ps-admin-heading h1 {
    font-size: 50px;
    font-weight: 800;
    color: #34335B;
    text-transform: capitalize;
    max-width: 700px;
    margin: auto;
    padding-top: 20px;
}
.ps-admin-credntl-inner {
    padding-bottom: 135px;
}
.ps-credntl-img {
    max-width: 1074px;
    margin: auto;
    position: relative;
}
.ps-credntl-img .ps-socl-icon{
    position:absolute;
}
.ps-fb{
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    border-radius: 50%;
    animation: shadow-pulse-fb 2s infinite;
}
@keyframes shadow-pulse-fb {
    0% {        
        box-shadow: 0 0 0 0 rgb(1 151 224 / 70%)        
    }
    100% {
        box-shadow: 0 0 0 30px rgb(255 255 0 / 0%);        
    }
}
.ps-insta {
    bottom: 150px;
    right: 140px;
    border-radius: 50%;
    animation: shadow-pulse-insta 2s infinite;
}
@keyframes shadow-pulse-insta {
    0% {        
        box-shadow: 0 0 0 0 rgb(206 49 192 / 70%)        
    }
    100% {
        box-shadow: 0 0 0 30px rgb(255 255 0 / 0%);        
    }
}
.ps-linkdn {
    top: 0;
    right: 0;
    border-radius: 50%;
    animation: shadow-pulse-fb 2s infinite;
}
.ps-admin-crendl-box {
    background: #14172F;
    border-radius: 40px;
    /* max-width: 1170px; */
    margin: -1px auto 0 auto;
    padding: 69px 36px 40px 36px;
    position: relative;
}
.ps-admin-crdntl-heading {
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
}
.ps-admin-crdntl-heading > h4 {
    display: inline-block;
    text-align: center;
    border-radius: 60px;
    background: linear-gradient(176deg, #00E0FF -34.54%, #00A3FF 136.17%), #E9E9FF;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
    padding: 20px 45px;
    position: absolute;
    top: -110px;
}
.ps-admin-crendl-flex {
    display: flex;    
}
.ps-crendlt-box{
    background: radial-gradient(50% 50% at 50% 50%, #FFA775 0%, #FF650F 100%), #FFF;
    border-radius: 30px;
    padding: 40px 10px 30px 0;
    max-width: 510px;
    width: 100%;    
}
.ps-purple-box{
    background: linear-gradient(180deg, #8E2DE2 0%, #4A00E0 100%), #FFF;        
}
.ps-crendlt-box.ps-green-box {
    background: linear-gradient(180deg, #47ad19 0%, #7db637 100%), #c31313;
}
.ps-crendlt-box a {
    display: block;
    background: linear-gradient(90deg, rgb(255, 255, 255, 0.4) 0.04%, rgba(255, 255, 255, 0.00) 101.55%);
    padding: 8px 0;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-left: 30px;
    margin-bottom: 15px;
    text-align: left;
}
.ps-username, .ps-passwrd {
    text-align: left;
    display: flex;
    align-items: center;
}
.ps-crendlt-box p, .ps-crendlt-box span{
    font-size: 20px;
    font-weight: 400;
    color: #fff;    
    text-align: left;
}
.ps-crendlt-box p {
    display: inline-block;
    font-weight: 500;
    margin-left: 5px;
}
.ps-crendlt-box span{    
    padding-left: 30px;
} 
.ps-username img, .ps-passwrd img {
    width: 22px;
    height: auto;
    margin-left: 15px;
    cursor: pointer;
}  
.ps-admin-main-parent{
    position: relative;
}
.ps-admin-main-parent > img {
    position: absolute;
    right: 0px;
    bottom: 0px;
}
.ps-admin-box {
    max-width: 1200px;
    background: radial-gradient(135.77% 47.6% at 50% 52.4%, #00C6FF 0%, #0072FF 100%), #2A1536;
    border-radius: 60px;
    position: relative;
    padding: 90px 60px;
}
.ps-admin-box > h3 {
    display: inline-block;
    text-align: center;
    border-radius: 60px;
    background: linear-gradient(176deg, #00E0FF -34.54%, #00A3FF 136.17%), #E9E9FF;
    font-size: 24px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
    padding: 20px 45px;
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
}
.ps-admin-box > img {
    position: absolute;
    right: -250px;
    bottom: -50px;
}
.ps-admin-box-inner h2 {
    font-size: 50px;
    font-weight: 900;
    color: #DDF0FF;
    text-transform: capitalize;
    max-width: 554px;
    padding-bottom: 90px;
}
.ps-admin-box-inner span {
    font-weight: 900;
    color: #54CEFF;
    text-transform: capitalize;
    display: block;
    line-height: 1.1;
}
.ps-admin-box-inner span:nth-child(2){
    font-size: 50px;
}
.ps-admin-box-inner span:nth-child(3){
    font-size: 70px;
}
.ps-admin-box-inner span:nth-child(4){
    font-size: 75px;
}
.ps-admin-box-inner h4 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
    text-transform: capitalize;
    text-align: center;
    position: absolute;
    top: 50px;
    right: 50px;
    opacity: 0.2;
}
.ps-admn-info-main {
    max-width: 1400px;
    width: 100%;
    margin: auto;
    padding-top: 100px;
}
.ps-admin-inner {
    text-align: center;
}
.ps-admin-inner img{
    display: block;
    transition: all 0.3s;
}
.ps-admin-inner:hover img{
    transform: translateY(-8px);
}
.ps-admin-inner p {
    display: inline-block;
    text-align: center;
    background: #E9E0FD;
    border-radius: 60px;
    font-size: 18px;
    font-weight: 800;
    color: #7C52DC;
    text-transform: capitalize;
    padding: 12px 44px;
    margin-top: 10px;
    line-height: normal;
}
/* Admin CSS End */

/* User CSS Start */
.ps-user-wrapper {
    background-image: url(../images/user-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; 
    padding: 280px 0 100px 0;
}
.ps-user-wrapper .ps-admin-box {        
    background: radial-gradient(50% 50% at 50% 50%, #FFA775 0%, #FF650F 100%), #2A1536;    
}
.ps-user-wrapper .ps-admin-box > h3 {
    background: #FF9960;
}
.ps-user-wrapper .ps-admin-box-inner span:nth-child(2){
    color: #FFA775;
    font-size: 60px;
}
.ps-user-wrapper .ps-admin-box-inner span:nth-child(3){
    color: #FFC7A8;
}
.ps-user-wrapper .ps-admin-box-inner span:nth-child(4){
    color: #FFDAC6;
    font-size: 70px;
}
.ps-user-wrapper .ps-admin-box-inner span:nth-child(5){
    color: #FFDAC6;
    font-size: 70px;
}
/* User CSS End */

/* Editor CSS Start */
.ps-editor-wrapper{
    background-color: #fff;
    padding: 80px 0;
}
.ps-editor-wrapper .container{
    max-width: 1450px;
}
.ps-editor-heading { 
    padding-bottom: 50px;
}
.ps-editor-heading h1{
    max-width: 900px;
}
.ps-editor-main-img{
    text-align: center;
    position: relative;
}
.ps-edit-vec{
    position: absolute;
}
img.ps-edit-vec.ps-edit-vec1 {
    left: 180px;
    bottom: 70px;
    animation: left-right 1s infinite alternate-reverse both;
}
img.ps-edit-vec.ps-edit-vec2 {
    top: 0;
    left: 330px;
    animation: left-right 2s infinite alternate-reverse both;
}
@keyframes left-right{
    0%{
        transform: translateX(0px);
    }
    100%{
        transform: translateX(-10px);
    }
}
img.ps-edit-vec.ps-edit-vec3 {
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 24px;
    animation: shadow-pulse 2s infinite;
}
img.ps-edit-vec.ps-edit-vec4 {
    top: -70px;
    right: 10px;
    border-radius: 24px;
    animation: shadow-pulse-2 2s infinite;
}
@keyframes shadow-pulse-2 {
    0% {        
        box-shadow: 0 0 0 0 rgb(28 216 210 / 70%)        
    }
    100% {
        box-shadow: 0 0 0 30px rgb(255 255 0 / 0%);        
    }
}
img.ps-edit-vec.ps-edit-vec5 {
    bottom: 50px;
    right: 0;
    border-radius: 24px;
    animation: shadow-pulse 2s infinite;
}
img.ps-edit-vec.ps-edit-vec6 {
    top: 50%;
    transform: translateY(-50%);
    right: 95px;
    animation: up-down 1.5s infinite alternate-reverse both;
}
@keyframes up-down{
    0%{
        transform: translateY(0px);
    }
    100%{
        transform: translateY(-15px);
    }
}
.ps-editr-info-main{
    padding-top: 100px;
}
.ps-editr-content h4{
    font-size: 40px;    
    font-weight: 900;    
    color: #34335B;    
}
.ps-editr-content p{
    font-size: 18px;
    font-weight: 400;
    color: #757575;
    padding-top: 20px;
    max-width: 625px;
}
/* Editor CSS End */

/* Feature Box CSS Start */
.ps-feature-box-wrapper{
    background-color: #f6f4ff;
    padding: 80px 0;
}
.ps-feature-box-wrapper .container{
    max-width: 1200px;
}
.ps-feature-box-heading{
    text-align: center;
    padding-bottom: 50px;
}
.ps-feature-box-heading h1 {
    font-size: 50px;
    font-weight: 800;
    color: #34335B;
    text-transform: capitalize;
    max-width: 500px;
    margin: auto;
}
.ps-feature-box-inner{
    background-color: #fff;
    padding: 50px 15px;
    border-radius: 10px;
    text-align: center;
}
.ps-feature-box-inner img{
    display: block;
    margin: auto;
    transition: all 0.3s;
}
.ps-feature-box-inner:hover img {
    -webkit-animation-name: wobble-horizontal;
    animation-name: wobble-horizontal;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
@keyframes wobble-horizontal {
    16.65% {
        -webkit-transform: translateX(8px);
        transform: translateX(8px);
    }
    33.3% {
        -webkit-transform: translateX(-6px);
        transform: translateX(-6px);
    }
    49.95% {
        -webkit-transform: translateX(4px);
        transform: translateX(4px);
    }
    66.6% {
        -webkit-transform: translateX(-2px);
        transform: translateX(-2px);
    }
    83.25% {
        -webkit-transform: translateX(1px);
        transform: translateX(1px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
.ps-feature-box-inner p{
    font-size: 20px;
    font-weight: 500;
    color: #34335B;
    text-transform: capitalize;
}
/* Feature Box CSS End */

/* Testimonial CSS Start */
.ps-temnl-wrapper{
    background-color: #fff;    
    padding: 80px 0;
}
.ps-temnl-wrapper .container{
    max-width: 1200px;
}
.ps-tsmnl-heading{
    text-align: center;
    padding-bottom: 50px;
}
.ps-tsmnl-heading h1{
    font-size: 46px;
    font-weight: 900;
    color: #34335B;
    text-transform: capitalize;
    max-width: 670px;
    margin: auto;
    padding-top: 20px;
}
.ps-tmnl-img {
    background: #fff;
    padding: 7px;
    border-radius: 10px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.07);
}
/* Testimonial CSS End */

/* Support CSS Start */
.ps-support-wrapper{
    background: #101124;
    padding: 80px 0;
}
.ps-support-wrapper .container{
    max-width: 1200px;
}
.ps-support-heading{
    text-align: center;
    padding-bottom: 100px;
}
.ps-support-heading .ps-admin-grednt{
    background: rgb(244, 133, 87, 0.1);
}
.ps-support-heading h1{
    color: #fff;
    max-width: 600px;
}
.ps-support-main{
    position: relative;
}
.ps-sprt-icon{
    position: absolute;
    animation: 2.5s rotate linear infinite;
}
@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}
	50% {
		transform: rotate(20deg);
	}
}
img.ps-sprt-icon.ps-sprt-1 {
    bottom: 0;
    right: -200px;
}
img.ps-sprt-icon.ps-sprt-2 {
    top: -120px;
    left: -50px;
}
img.ps-sprt-icon.ps-sprt-3 {
    left: -200px;
    bottom: 50px;
}
img.ps-sprt-icon.ps-sprt-4 {
    top: -180px;
    right: -100px;
}
.ps-wupport-inner{
    position: relative;
    text-align: center;
}
.ps-wupport-inner .ps-sprt-client, .ps-wupport-inner .ps-sprt-rating, .ps-wupport-inner .ps-sprt-5{
    position: absolute;
}
.ps-wupport-inner .ps-sprt-client{
    top: -50px;
    right: 80px;
    animation: left-right 1.5s infinite alternate-reverse both;
}
.ps-wupport-inner .ps-sprt-rating {
    bottom: -60px;
    left: 100px;
    animation: left-right 2s infinite alternate-reverse both;
}
.ps-wupport-inner .ps-sprt-5{
    top:-60px;
    left: 50%;
    transform: translateX(-50%);
}
.ps-sprt-box {
    background: #181A35;
    border-radius: 20px;
    max-width: 970px;
    margin: 150px auto 0px auto;
    display: flex;
    justify-content: space-around;
    padding: 40px;
}
.ps-sprt-info{
    text-align: center;
}
.ps-sprt-info img {
    transition: all 0.3s;
}
.ps-sprt-info:hover img{
    transform: translateY(-5px);
}
.ps-sprt-info h4{
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    text-transform: capitalize;
    padding-top: 20px;
}
/* Support CSS End */

/* Footer CSS Start */
.ps-footer-wrapper{
    background-color: #fff;
    padding-top: 50px;
}
.ps-footer-inner{
    text-align: center;
}
.ps-footer-heading h1{
    font-size: 50px;
    font-weight: 800;
    color: #34335B;
    text-transform: capitalize;
    padding: 20px 0 10px 0;
}
.ps-footer-heading p{
    font-size: 20px;
    font-weight: 500;
    color: #34335B;
    text-transform: capitalize;
}
.ps-footer-btn{
    margin: 50px 0;
}
.ps-btn img {
    margin-left: 10px;
}
.ps-footer-auth-box {
    max-width: 700px;
    margin: 0 auto 80px auto;
    background: #FFF6F0;
    border-radius: 50px;
    padding: 35px 50px;
    display: flex;
    align-items: center;
}
.ps-footer-auth-img{
    width: 160px;
    height: 160px;
    background: #FFF3EB;
    border: 3px solid #FFD0B2;
    box-shadow: -21px 37px 70px 0px rgba(255, 98, 0, 0.28);
    border-radius: 60px;
    display: flex;
    justify-content: center;                                                        
    align-items: center;    
}
.ps-footer-auth-content {
    margin-left: 40px;
    text-align: left;
}
.ps-footer-auth-content p{
    font-size: 22px;
    font-weight: 700;
    color: #222;
    text-transform: capitalize;
}
.ps-footer-auth-content h4{
    font-size: 40px;
    font-weight: 900;
    color: #F38844;
    text-transform: capitalize;
    padding-top: 5px;
}
.ps-copyright p{
    max-width: 1170px;
    margin: auto;
    font-size: 18px;
    font-weight: 400;
    color: #222;
    text-transform: capitalize;
    padding: 20px 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}
/* Footer CSS End */

/* Responsive CSS Start */
@media(max-width:1700px){
    .ps-banner-left-inner .ps-banner-vec3 {
        right: -100px;
    }
    .ps-banner-left-inner .ps-banner-vec6{
        left: -100px;
    }
    @keyframes floating {
        from {
            -webkit-transform: rotate(0deg) translate(5px) rotate(0deg);
            -moz-transform: rotate(0deg) translate(5px) rotate(0deg);
            -ms-transform: rotate(0deg) translate(5px) rotate(0deg);
            -o-transform: rotate(0deg) translate(5px) rotate(0deg);
            transform: rotate(0deg) translate(5px) rotate(0deg);            
        }
        to {
            -webkit-transform: rotate(360deg) translate(5px) rotate(-360deg);
            -moz-transform: rotate(360deg) translate(5px) rotate(-360deg);
            -ms-transform: rotate(360deg) translate(5px) rotate(-360deg);
            -o-transform: rotate(360deg) translate(5px) rotate(-360deg);
            transform: rotate(360deg) translate(5px) rotate(-360deg);            
        }
    }
    .ps-admin-main-parent > img {
        max-width: 200px;
        height: auto;
        object-fit: contain;
    }
}
@media(max-width:1600px){
    .ps-banner-left-inner .ps-banner-vec3, .ps-banner-left-inner .ps-banner-vec6{
        display: none;
    }
    .ps-admin-box > img {
        right: -150px;     
        max-width: 800px;
        height: auto;
        object-fit: contain;
    }
    img.ps-sprt-icon.ps-sprt-3 {
        left: -100px;
        bottom: 100px;
    }
    img.ps-sprt-icon.ps-sprt-1 {     
        right: -50px;
    }
    .ps-crendlt-box p, .ps-crendlt-box span {
        font-size: 18px;
    }
}
@media(max-width:1500px){
    .ps-admin-box > img {
        right: 0;
        bottom: 50px;
        max-width: 700px;
    }
    .ps-admin-main-parent > img {
        display: none;
    }
    .ps-admin-box {
        margin: auto;
    }
    .ps-user-wrapper .ps-admin-box-inner span:nth-child(4), .ps-user-wrapper .ps-admin-box-inner span:nth-child(5){     
        font-size: 60px;
    }
    .ps-crendlt-box span {
        padding-left: 20px;
    }
    .ps-crendlt-box a {
        padding-left: 20px;
    }
    .ps-username img, .ps-passwrd img {
        margin-left: 10px;
    }
}
@media(max-width:1440px){
    .ps-banner-left-inner .ps-banner-img {
        width: 150px;
        height: auto;
        margin: 30px 0;
    }
    .ps-banner-left-inner > img {
        width: 70px;
        height: auto;
    }
    .ps-banner-image > img {
        max-width: 850px;
        height: auto;
        object-fit: contain;
    }
    .ps-banner-heading h2 {
        font-size: 50px;     
    }
    .ps-banner-heading h1 {
        font-size: 76px;
    }
    .ps-user-wrapper {        
        padding: 210px 0 80px 0;
    }
    .ps-sprt-icon {
        max-width: 100px;
        height: auto;
    }
    img.ps-sprt-icon.ps-sprt-2 {     
        left: 0;
    }
    img.ps-sprt-icon.ps-sprt-3 {
        left: 0;
        bottom: 150px;
    }
    img.ps-sprt-icon.ps-sprt-4, img.ps-sprt-icon.ps-sprt-1 {     
        right: 0;
    }
    .ps-wupport-inner .ps-sprt-client {
        top: -30px;
        right: 50px;     
        max-width: 250px;
        height: auto;
        object-fit: contain;
    }
    .ps-wupport-inner .ps-sprt-rating {        
        max-width: 150px;
        height: auto;
        object-fit: contain;
    }
    .ps-admin-crdntl-heading > h4 {
        font-size: 20px;
        font-weight: 600;
        padding: 16px 30px;
        top: -100px;
    }
    .ps-username, .ps-passwrd {
        display: block;
    }
    .ps-crendlt-box span { 
        display: block;
    }
    .ps-crendlt-box p {
        margin-left: 0;
        padding-left: 20px;
    }
    .ps-username {
        margin-bottom: 20px;
    }
}
@media(max-width:1350px){
    .ps-edit-vec {     
        display: none;
    }
}
@media(max-width:1300px){
    .ps-admin-box > img {     
        max-width: 670px;
    }
}
@media(max-width:1199px){
    .ps-banner-heading h2 {
        font-size: 45px;
    }
    .ps-banner-heading h1 {
        font-size: 65px;
    }
    .ps-banner-left-inner > img{
        display: none;
    }
    .ps-banner-image > img {
        max-width: 100%;     
    }
    .ps-menu ul li {     
        margin-right: 30px;
    }
    .ps-feature-wrapper {
        padding: 50px 0 150px 0;     
    }
    .ps-admin-wrapper {     
        margin-top: -50px;
    }
    .ps-admin-box-inner h2 {
        font-size: 32px;
        max-width: 450px;
        padding-bottom: 50px;
    }
    .ps-admin-box-inner span:nth-child(2) {
        font-size: 45px;
    }
    .ps-admin-box-inner span:nth-child(3) {
        font-size: 55px;
    }
    .ps-admin-box-inner span:nth-child(4) {
        font-size: 58px;
    }
    .ps-admin-box-inner h4 {
        font-size: 35px;
        top: 20px;
        right: 20px;
    }
    .ps-admn-info-main {
        padding-top: 30px;
    }
    .ps-admin-box {
        padding: 70px 40px;
    }
    .ps-admin-box > img {
        max-width: 600px;
        bottom: 0;
    }
    .ps-editr-content h4 {
        font-size: 37px;     
    }
    .ps-credntl-img {
        text-align: center;
    }
    img.ps-crdntl-main-img {
        max-width: 940px;
        height: auto;
        object-fit: contain;
    }
    .ps-credntl-img .ps-socl-icon {     
        width: 80px;
        height: 80px;
        object-fit: contain;
    }
    .ps-admin-crdntl-heading > h4 {
        font-size: 17px;
        font-weight: 600;
        padding: 13px 25px;
        top: -90px;
    }
    .ps-crendlt-box {
        max-width: 100%;
    }
    .ps-admin-crendl-box {
        padding: 70px 40px 35px 40px;     
    }
    .ps-user-wrapper .ps-admin-box-inner span:nth-child(3), .ps-user-wrapper .ps-admin-box-inner span:nth-child(4), .ps-user-wrapper .ps-admin-box-inner span:nth-child(5) {
        font-size: 47px;
    }
    .ps-user-wrapper .ps-admin-box-inner span:nth-child(2) { 
        font-size: 45px;
    }    
    .ps-crendlt-box p, .ps-crendlt-box span {
        font-size: 15px;
    }
    .ps-crendlt-box a {        
        font-size: 18px;
        font-weight: 400;                
    }
    .ps-username img, .ps-passwrd img {
        margin-left: 5px;
    }
    .ps-username img, .ps-passwrd img {
        width: 17px;
    }
    .ps-username {
        margin-bottom: 10px;
    }
}
@media(max-width:1024px){
    .ps-admin-box-inner span:nth-child(4) {
        font-size: 53px;
    }
    .ps-credntl-img .ps-socl-icon{
        display: none;
    }
    img.ps-crdntl-main-img {
        max-width: 890px;     
    }        
    .ps-tsmnl-heading h1 {
        font-size: 30px;
        max-width: 370px;
    }
    .ps-feature-box-heading h1 {
        font-size: 35px;
        max-width: 400px;     
    }
    .ps-crendlt-box {
        padding: 40px 10px 30px 0;
    }
    .ps-crendlt-box a {
        font-size: 17px;
        padding-left: 14px;     
    }
    .ps-crendlt-box p, .ps-crendlt-box span {     
        padding-left: 14px;
    }
    .ps-admin-crdntl-heading > h4 {
        font-size: 16px;
        font-weight: 500;
        padding: 13px 20px;     
    }
}
@media(max-width:991px){
    .ps-menu ul li {
        margin-right: 20px;
    }
    .ps-menu ul li a {
        font-size: 16px;
    }
    .ps-banner-heading h2 {
        font-size: 40px;
    }
    .ps-banner-heading h1 {
        font-size: 60px;
    }
    .ps-btn {
        font-size: 16px;
        font-weight: 500;
        padding: 15px 40px;
    }
    .ps-banner-wrapper {
        padding: 120px 0 50px 0;
    }
    .ps-feature-heading h4 {
        font-size: 35px;
    }
    .ps-feature-heading h1 {
        font-size: 55px;
    }
    .ps-feature-img {
        margin-bottom: 10px;
    }
    .ps-feature-right-inner {
        margin-right: 10px;
    }
    .ps-admin-heading h1 {
        font-size: 40px;
    }
    .ps-admin-box > h3 {
        font-size: 20px;
        padding: 15px 30px;
        top: -25px;
    }
    .ps-admin-box-inner h2 {
        font-size: 23px;
        max-width: 260px;
        font-weight: 700;
    }
    .ps-admin-box-inner span {
        font-weight: 700;
    }
    .ps-admin-box-inner span:nth-child(2) {
        font-size: 25px;
    }
    .ps-admin-box-inner span:nth-child(3) {
        font-size: 30px;
    }
    .ps-admin-box-inner span:nth-child(4) {
        font-size: 35px;
    }
    .ps-user-wrapper .ps-admin-box-inner span:nth-child(2) {
        font-size: 35px;
    }
    .ps-user-wrapper .ps-admin-box-inner span:nth-child(3), .ps-user-wrapper .ps-admin-box-inner span:nth-child(4), .ps-user-wrapper .ps-admin-box-inner span:nth-child(5) {
        font-size: 35px;
    }
    .ps-admin-box > img {
        max-width: 480px;
        bottom: -10px;
    }
    .ps-admin-box-inner h4 {
        font-size: 25px;
        font-weight: 700;
    }
    .ps-admin-box {
        padding: 60px 0px 50px 40px;
    }   
    .ps-user-wrapper {
        padding: 160px 0 80px 0;
    }
    .ps-editr-content {
        text-align: center;
    }
    .ps-editr-content p {
        margin: auto;
    }
    .ps-editr-info-main {
        padding-top: 50px;
    }
    .ps-editr-img {
        text-align: center;
    }
    .ps-editr-info-main .row:nth-of-type(2n+1){
        flex-direction: column-reverse;
    }
    .ps-editr-info-main .row{
        margin-bottom: 50px;
    }
    .ps-editr-info-main .row:last-child{
        margin-bottom: 0;
    }    
    .ps-sprt-icon, .ps-wupport-inner .ps-sprt-5{
        display: none;
    }
    .ps-wupport-inner .ps-sprt-client {
        right: 0;
    }
    .ps-wupport-inner .ps-sprt-rating {     
        left: 0;
    }
    img.ps-crdntl-main-img {
        max-width: 690px;
    }
    .ps-admin-crendl-box {
        padding: 50px 30px 30px 30px;
    }
    .ps-admin-crendl-flex {     
        justify-content: center;
    }
    .ps-crendlt-box {
        padding: 30px 15px 25px 0;
        border-radius: 20px;
    }
    .ps-crendlt-box a {
        padding: 8px 0 8px 14px;
        font-size: 18px;
    }
    .ps-crendlt-box p, .ps-crendlt-box span {
        font-size: 16px;     
    }
    .ps-crendlt-box p{
        font-weight: 500;
    }
    .ps-admin-crdntl-heading > h4 {
        top: -75px;
    }    
    .ps-username img, .ps-passwrd img {
        width: 17px;
        height: auto;     
    }
    .ps-admin-crendl-box {
        padding: 50px 15px 20px 15px;
        border-radius: 20px;
    }
    .ps-crendlt-box {
        max-width: 500px;
    }
    .ps-green-box {     
        margin-top: 20px;
    }
    .ps-crendlt-box {
        padding: 50px 15px 25px 0;     
    }
    .ps-admin-crdntl-heading > h4 {
        top: -20px;
    }
    .ps-admn-green > h4 {
        top: 0px;
    }
}
@media(max-width:767px){
    .ps-header-flex {     
        flex-direction: column;
    }
    .ps-menu {
        padding: 20px 0;
    }
    .ps-banner-wrapper {
        padding: 220px 0 50px 0;
    }
    .ps-banner-heading h2 {
        font-size: 30px;
    }
    .ps-banner-heading h1 {
        font-size: 47px;
        padding-top: 5px;
    }
    .ps-feat-2 {
        margin-top: -10px;
    }
    .ps-admin-box > img, .ps-admin-box-inner h4 {     
        display: none;
    }
    .ps-admin-box-inner {
        text-align: center;
    }
    .ps-admin-box-inner h2 {        
        max-width: 360px;        
        margin: auto;
        padding-bottom: 20px;
    }
    .ps-admin-box-inner span {
        font-weight: 900;
    }
    .ps-admin-box-inner span:nth-child(2) {
        font-size: 35px;
    }
    .ps-admin-box-inner span:nth-child(3) {
        font-size: 40px;
    }
    .ps-admin-box-inner span:nth-child(4) {
        font-size: 45px;
    }
    .ps-admin-box {   
        padding: 60px 40px 30px 40px;  
        max-width: 500px;
        border-radius: 20px;
    }
    .ps-admin-inner p {
        font-size: 16px;
        font-weight: 600;
        padding: 10px 30px;
    }
    .ps-admin-heading h1 {
        font-size: 30px;
        max-width: 500px;
    }
    .ps-user-wrapper {
        padding: 220px 0 80px 0;
        margin-top: -180px;
    }
    .ps-admin-box-inner span {     
        color: #fff;
    }
    .ps-user-wrapper .ps-admin-box-inner span:nth-child(2), .ps-user-wrapper .ps-admin-box-inner span:nth-child(3), .ps-user-wrapper .ps-admin-box-inner span:nth-child(4){
        color: #fff;
    }
    .ps-editr-content h4 {
        font-size: 30px;
    }
    .ps-sprt-box {
        padding: 40px 10px;
    }
    .ps-sprt-info h4 {
        font-size: 18px;
        font-weight: 500;     
    }
    .ps-footer-heading h1 {
        font-size: 40px;
        padding-bottom: 0;
    }
    .ps-footer-heading p {
        font-size: 17px;
    }
    .ps-footer-btn {
        margin: 30px 0;
    }
    .ps-footer-auth-content p {
        font-size: 20px;
    }
    .ps-footer-auth-content h4 {
        font-size: 35px;
    }
    .ps-footer-auth-img {
        width: 140px;
        height: 140px;
        border-radius: 30px;
    }
    .ps-footer-auth-box {
        max-width: 570px;
        margin: 0 auto 50px auto;
        border-radius: 30px;
        padding: 35px 40px;
    }
    .ps-footer-auth-content {
        margin-left: 23px;     
    }
    .ps-admin-credntl-inner {
        padding-bottom: 80px;
    }
    img.ps-crdntl-main-img {
        max-width: 550px;
    }
    .ps-admin-crdntl-heading > h4 {
        font-size: 18px;
        font-weight: 600;
        padding: 13px 25px;
    }
    .ps-admin-crdntl-head {
        top: -20px;
    }
    .ps-admin-crendl-box {
        padding: 50px 20px 25px 20px;
        border-radius: 20px;
    }
    .ps-crendlt-box {
        padding: 50px 15px 25px 0;
        border-radius: 20px;
    }
    .ps-crendlt-box a {
        padding: 6px 0 6px 14px;
        font-size: 17px;
        font-weight: 400;
        margin-bottom: 15px;
    }
    .ps-crendlt-box p{
        font-weight: 500;
    }
    .ps-crendlt-box p {
        font-size: 18px;        
    }   
    .ps-crendlt-box p, .ps-crendlt-box span {
        font-size: 16px;
    } 
    .ps-username img, .ps-passwrd img {
        width: 18px;
        height: auto;
    }
    .ps-username img, .ps-passwrd img {
        margin-left: 5px;
    }
    .ps-tmnl-img {
        max-width: 580px;
        margin: auto;
    }  
    .ps-purple-box, .ps-green-box  {
        margin-top: 20px;
    }
    .ps-admn-purple > h4, .ps-admn-green > h4 {
        top: 0px;
    }
}
@media(max-width:575px){
    .ps-banner-heading h2 {
        font-size: 28px;
    }
    .ps-banner-heading h1 {
        font-size: 39px;     
    }
    .ps-feature-heading {     
        padding-bottom: 30px;
    }
    .ps-feature-heading h4 {
        font-size: 30px;
    }
    .ps-feature-heading h1 {
        font-size: 40px;
    }
    .ps-feature-main-parent {
        flex-direction: column;
    }
    .ps-feature-wrapper {
        padding: 50px 0;
        background: #f1efff;
    }
    .ps-admin-wrapper {
        margin-top: 0;
        padding: 40px 0;
    }
    .ps-admin-inner p {
        margin-top: 0;
    }
    .ps-user-wrapper {
        background: #f1efff;
        padding: 70px 0 40px 0;
    }
    .ps-editr-content h4 {
        font-size: 25px;
        font-weight: 600;
    }
    .ps-editr-content p {
        font-size: 15px;
        padding-top: 10px;
    }
    .ps-wupport-inner .ps-sprt-client {
        max-width: 200px;
    }
    .ps-wupport-inner .ps-sprt-rating {
        max-width: 100px;
        bottom: -30px;        
    }
    .ps-sprt-box {
        margin: 80px auto 0px auto;
    }
    .ps-support-heading {     
        padding-bottom: 70px;
    }
    .ps-sprt-info h4 {
        font-size: 16px;
        font-weight: 400;
        padding-top: 10px;
    }
    .ps-footer-heading h1 {
        font-size: 30px;     
    }
    .ps-footer-heading p {
        font-size: 15px;
    }
    .ps-footer-auth-box {
        max-width: 430px;        
        padding: 25px 20px;
    }
    .ps-footer-auth-img {
        width: 120px;
        height: 120px;
    }
    .ps-footer-auth-content h4 {
        font-size: 28px;
    }
    .ps-admin-heading {     
        padding-bottom: 30px;
    }
    .ps-admin-crendl-flex {     
        flex-direction: column;
        align-items: center;
    }    
    img.ps-crdntl-main-img {
        max-width: 420px;
    }        
    .ps-crendlt-box p, .ps-crendlt-box span {
        font-size: 17px;
    }
    .ps-username img, .ps-passwrd img {
        width: 18px;
    }    
    .ps-crendlt-box p, .ps-crendlt-box span {
        font-size: 16px;
    }
}
@media(max-width:480px){
    .ps-banner-heading h2 {
        font-size: 25px;
    }
    .ps-banner-heading h1 {
        font-size: 34px;
    }
    .ps-admin-box {        
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .ps-admin-box > h3 {                
        left: unset;
        transform: none;
    }
    .ps-admin-heading {     
        padding-bottom: 50px;
    }    
    .ps-admin-heading h1 {
        font-size: 25px;     
    }
    .ps-admin-box {
        padding: 60px 20px 30px 20px;     
    }
    .ps-sprt-box {     
        flex-direction: column;
    }
    .ps-sprt-info {     
        padding-bottom: 40px;
    }
    .ps-sprt-info:last-child{
        padding-bottom: 0;
    }
    .ps-footer-auth-img {
        width: 100px;
        height: 100px;
    }
    .ps-footer-auth-img img {
        max-width: 70px;
        height: auto;
        object-fit: contain;
    }
    .ps-footer-auth-content h4 {
        font-size: 23px;
        padding-top: 0;
        font-weight: 500;
    }
    .ps-footer-auth-box {
        max-width: 350px;
        padding: 15px;
    }
    .ps-footer-auth-content {
        margin-left: 15px;
    }
    .ps-footer-auth-content p {
        font-size: 17px;
    }
    img.ps-crdntl-main-img {
        max-width: 320px;
    }
    .ps-tsmnl-heading img {
        max-width: 200px;
        height: auto;
    }
    .ps-tsmnl-heading h1 {
        font-size: 25px;
        max-width: 350px;
        font-weight: 600;
    }
    .ps-feature-box-heading h1 {
        font-size: 30px;
        max-width: 300px;
    }
}
@media(max-width:425px){
    .ps-banner-heading {     
        padding-bottom: 30px;
    }
    .ps-banner-heading h2 {
        font-size: 22px;
    }
    .ps-banner-heading h1 {
        font-size: 30px;
    }
    .ps-btn {
        font-size: 15px;        
        padding: 12px 30px;
    }
    .ps-feature-heading h4 {
        font-size: 26px;
    }
    .ps-feature-heading h1 {
        font-size: 35px;
    }    
    .ps-admin-box > h3 {
        font-size: 18px;
        padding: 12px 20px;
        top: -23px;
    }
    .ps-admin-box-inner h2 {
        font-size: 20px;     
    }
    .ps-admin-box-inner span {
        font-weight: 600;        
    }
    .ps-admin-box-inner span:nth-child(2) {
        font-size: 25px;
    }
    .ps-admin-box-inner span:nth-child(3) {
        font-size: 30px;
    }
    .ps-admin-box-inner span:nth-child(4) {
        font-size: 35px;
    }
    .ps-admin-box {
        padding: 50px 20px 30px 20px;
    }
    .ps-editor-wrapper, .ps-support-wrapper, .ps-temnl-wrapper, .ps-feature-box-wrapper {     
        padding: 40px 0;
    }
    .ps-tool-heading {
        padding-bottom: 30px;
    }
    .ps-wupport-inner .ps-sprt-client {
        max-width: 170px;
    }
    .ps-wupport-inner .ps-sprt-rating {
        max-width: 80px;
    }
    .ps-footer-logo a img {
        max-width: 200px;
        height: auto;
        object-fit: contain;
    }
    .ps-footer-heading h1 {
        font-size: 23px;
    }
    .ps-footer-btn {
        margin: 20px 0 25px 0;
    }
    .ps-footer-wrapper {     
        padding-top: 40px;
    }
    .ps-footer-auth-box {
        margin: 0 auto 40px auto;
    }
    .ps-tsmnl-heading {     
        padding-bottom: 30px;
    }
    .ps-feature-box-heading h1 {
        font-size: 25px;     
    }
    .ps-feature-box-heading {     
        padding-bottom: 30px;
    }
    .ps-admin-crdntl-heading > h4 {
        font-size: 16px;
        font-weight: 500;
        padding: 10px 15px;
    }
}
@media(max-width:375px){
    .ps-logo a img {
        max-width: 180px;
        height: auto;
        object-fit: contain;
    }
    .ps-menu ul li {
        margin-right: 10px;
    }
    .ps-menu ul li a {
        font-size: 14px;
    }
    .ps-banner-heading h2 {
        font-size: 18px;
    }
    .ps-banner-heading h1 {
        font-size: 25px;
    }
    .ps-banner-wrapper {
        padding: 200px 0 50px 0;
    }
    .ps-feature-heading h4 {
        font-size: 22px;
    }
    .ps-feature-heading h1 {
        font-size: 30px;
    }
    .ps-feature-heading {
        padding-bottom: 20px;
    }
    .ps-admin-grednt {
        padding: 8px 25px;
    }
    .ps-admin-heading h1 {
        font-size: 22px;
    }
    .ps-admin-box > h3 {
        font-weight: 500;
    }
    .ps-admin-box-inner h2 {
        font-size: 18px;
        font-weight: 500;
    }
    .ps-admin-box-inner span:nth-child(2) {
        font-size: 20px;
    }
    .ps-admin-box-inner span:nth-child(3) {
        font-size: 25px;
    }
    .ps-admin-box-inner span:nth-child(4) {
        font-size: 30px;
    }
    .ps-admin-inner p {
        font-size: 15px;     
        padding: 8px 25px;
    }
    .ps-footer-auth-img {
        border: 2px solid #FFD0B2;
    }
    .ps-footer-auth-img {
        width: 85px;
        height: 85px;
    }
    .ps-footer-auth-img img {
        max-width: 60px;     
    }
    .ps-footer-auth-content h4 {
        font-size: 20px;     
    }
    .ps-footer-auth-box {
        max-width: 310px;     
    }
    .ps-copyright p {
        font-size: 16px;
        padding: 10px 0;
    }
    img.ps-crdntl-main-img {
        max-width: 270px;
    }    
    .ps-crendlt-box p, .ps-crendlt-box span {
        font-size: 14px;
    }
    .ps-username img, .ps-passwrd img {
        width: 16px;
    }    
    .ps-tsmnl-heading img {
        max-width: 170px;     
    }
    .ps-tsmnl-heading h1 {
        font-size: 20px;
        max-width: 280px;     
    }
    .ps-admin-crdntl-heading > h4 {
        font-size: 14px;     
    }
    .ps-crendlt-box a {
        font-size: 16px;
    }
}
/* Responsive CSS End */