.pat-report-wrapper{
	font-family: 'Raleway', sans-serif;
    max-width: 1120px;
    margin: 0 auto !important;
}
.container{
	padding-left: 15px;
	padding-right: 15px;
	max-width: 1120px;
    margin: 0 auto;    
}
#pat-report-second-page .container{
    max-width: 1000px;
}
header.header {
   max-width: 1000px;
    margin: 0 auto;
}
.text p {
    font-size: 24px;
    font-weight: 500;
    margin-top: 55px;
}

.headerWraper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.topbanner {
    background-image: url(images/bg12.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.topbanner {
    display: flex;
}
.topbanner .leftSide {
    flex: 50%;
}

.topbanner .rigtSide {
    flex: 50%;
}
h2.titleHeading {
    font-size: 50px;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 3px BLACK;
    margin-top: 90px;
}
h2.titleHeading.urdu-rtl-class{
	margin-top: 110px;
}
.textWraper {
    font-size: 18px;
    color: #fff;
    max-width: 530px;
    padding-bottom: 50px;
}

.imgWraper {
    position: relative;
    width: 496px;
    right: -33px;
    z-index: 1;
    border-radius: 10px;
}

.imgWraper:before {
    content: '';
    position: absolute;
    width: 85%;
    height: 85%;
    background-image: linear-gradient(35deg, #e0f3fd, #c9e4f2);
    display: flex;
    align-items: center;
    justify-content: center;
    top: 7.5%;
    left: 7.5%;
    z-index: -1;
    border-radius: 10px;
}
.imgWraperText {
    position: absolute;
    top: 10%;
    left: 10%;
}
.imgWraperText {
    position: absolute;
    top: 10%;
    left: 10%;
}

.imgWraperText h2 {
    font-size: 35px;
    margin-left: 91px;
    margin-top: 15px;
}
.imgWraperText ul {
    list-style: none;
    font-size: 18px;
    font-weight: 700;
    margin-top: 30px;
    padding-left: 5px;
}

.imgWraperText ul li {
    margin-bottom: 5px;
}

.imgWraperText ul li  .redText {
    color: #e01139;
    padding-right: 9px;
}
footer{
	padding-top: 20px;
	margin-top: 20px; 
	font-family: 'Poppins', sans-serif;
	background-image: url('images/footer-bg.png');
	background-position:top right;
	background-size: cover;
	background-repeat: no-repeat;;
}

.contactInfo h2 {
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 20px;
}
.contactInfo p, .contactInfo a {
    margin: 0px;
    font-size: 18px;
    line-height: 18px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
}
.topfooter{
    max-width: 1054px;
    margin: 0 auto;
	display: flex;
	justify-content: space-between;;
	align-items: flex-end;
}
.custLink img{
	margin-right: 20px; 
}
.custLink {
    display: flex;
    align-items: center;
}
.footerMiddle {
    padding: 10px 0;
    display: block;
    border-top: 1px solid #89c6f3;
    margin-top: 20px;
    border-bottom: 1px solid #89c6f3;
     margin-bottom: 20px;
}
.topthird{
	padding-bottom: 15px
}
.middleSectionHeading {
    font-size: 32px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
    color: #e01139 !important;
}
.second-heading{
    color: #212832 !important;
}
.first-bottom-border{
    border-bottom: 1px solid #49c8f0;
    padding-bottom: 30px;
    margin-top: 30px;
}
.skills-sections{
    display: flex;
    padding-left: 0px;
    list-style: none;    
}
.skills-sections li {
    flex: 0 0 50%;
    font-family: 'Raleway', sans-serif;
}
.skills-sections li .skills-image{
    width: 65px;
    height: 80px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 10px;
    background-color: #00c7ef;
    text-align: center;
}
.skills-sections li .skills-image img{
    width: 60%;
    margin-top: 21px;
	object-fit: contain;
}
.skills-sections li .skills-title{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 41px;
    text-transform: uppercase;
    color: #0637a1;
    font-weight: 700;
    display: inline-block;
    margin-left: 15px;
    width: 380px;
    vertical-align: middle;
    line-height: 25px;
}
.cardInner .imageWraper{
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
	overflow: hidden;	
}
.cardInner .imageWraper img {
    width: 60px;
    height: auto;
}
.cardcounter {
    width: 45px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Poppins';
    font-weight: 500;
    color: #fff;
    font-size: 22px;
    background-image: linear-gradient(180deg, #14cbfb, #0f4bd2);
    margin: 5px;
}
.cardredHeading {
    font-size: 24px;
    font-weight: 700;
    font-family: 'Raleway';
    color: #e01139;
    text-transform: uppercase;
}
.cardBlackHeading {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    max-width: 160px;
}
.descriptive-report-content{
    margin-top: 55px;
    display: inline-block;
    margin-left: 65px; 
    margin-right: 65px; 
}
.descriptive-report-content .cardredHeading{
    font-size: 28px;
    margin-left: 115px; 
    margin-top: 10px;
    margin-bottom: 35px;
}
.descriptive-report-bottom.descriptive-urdu-report-bottom .descriptive-report-content .cardredHeading{
	margin-left: 0px;
	margin-right: 115px;
}
.descriptive-report-content .cardredHeading{
    color: #e01139 !important;
}
.descriptive-report-content .cardBlackHeading{
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    max-width: none;    
}
.descriptive-report-content .descriptive-report-details p{
    display: inline-block;
    margin-right: 5px;
}
.descriptive-report-content .descriptive-report-details .skills-code{
    color: #e01139;
    font-weight: bold;
}
#pat-report-third-page-0 .descriptive-report-top{
    background-image: url("images/third-section-bg.png");
    min-height: 450px;
    background-repeat: no-repeat;
}
.pat-report-third-page .descriptive-report-bottom{
    background-image: url("images/fourth-section-before-bg.png") !important;
    background-repeat: no-repeat;
    min-height: 653px !important;
    position: relative;
    background-size: contain;
}
.pat-report-third-page .descriptive-report-bottom.descriptive-urdu-report-bottom{
	background-image: url("images/fourth-section-urdu-before-bg.png") !important;
}
.descriptive-report-content .descriptive-report-additional-details{
    position: relative;
    margin-left: -50px;
    margin-right: -32px;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #fff;
}
.descriptive-report-content .descriptive-report-additional-details:before{
    background-color: #9c9dea;
    position: absolute;
    left: -1px;
    width: 2px;
    min-height: 10px;
    content: '';
    top: 0px;
    background-repeat: repeat-y;
    height: 100%;
}
.descriptive-report-content .descriptive-report-additional-details:after{
    background-color: #9c9dea;
    position: absolute;
    right: -1px;
    width: 1px;
    min-height: 10px;
    content: '';
    top: 0px;
    background-repeat: repeat-y;
    height: 100%;
}
.pat-report-third-page .descriptive-report-bottom::after{
    background-image: url("images/fourth-section-after-bg.png") !important;
    background-repeat: no-repeat;
    background-size: cover;
    left: 0px;
    bottom: -85px;
    width: 100.1%;
    height: 85px;
    content: '';
    position: absolute;
}
.descriptive-report-bottom.descriptive-urdu-report-bottom .descriptive-report-content{
    margin-left: 82px;
    margin-right: 47px;	
}
.pat-report-third-page .descriptive-report-bottom.descriptive-urdu-report-bottom::after{
	left: 17px;
}
.descriptive-report-left{
    display: inline-block;
    width: 40%;
    line-height: 25px;
    margin-left: 145px;
    margin-top: 88px;
    text-transform: uppercase;    
}
.descriptive-report-top .cardBlackHeading{
    font-size: 24px;
    max-width: none !important;
}
.cardWrapper {
    padding: 17px 20px;
    width: 100%;
    max-width: 200px;
    position: relative;
}
.midelInnerSectionSecond {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 100px;
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}
.midelSection {
    background-image: url(images/middleSection.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
#pat-report-second-page .midelSection{
    background-image: none;
}
#pat-report-second-page .your-skills-assessment{
    background-image: url(images/first-section-bg.png);
    background-size: cover;
}
#pat-report-second-page .your-skills-assessment center img{
	width: 350px;
	height: 350px;
	object-fit: contain;
}
#pat-report-second-page .top-skills-section {
    background-image: url(images/second-section-bg.png);
    background-size: cover;
    min-height: 70px;
    line-height: 80px;
}
.midelInnerSectionSecond:before {
    content: '';
    width: 440px;
    position: absolute;
    top: 107px;
    height: 1px;
    background: #89c6f3;
}
.cardWrapper:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(18 ,159, 236 ,0.1);
    z-index: -1;
    top: 19px;
    left: -10px;
    border-radius: 40px;
    transform: rotate(35deg);
}
.inner-content-warpper{
    margin-bottom: 115px;
}
.pat-report-overlay{
    display: flex;
    position: fixed;
    left: 0px;
    top: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255, 0.8);
    font-family: arial;
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    z-index: 9999;					
}
.cardInner .cardBlackHeading {
    min-height: 90px;
}
.csl-report-row{
    display: flex;
}
.csl-report-row .col-md-4{
    flex: 0 0 33%;
}
.csl-report-row .col-md-4.csl-report-buttons-warpper{
    display: flex;
    justify-content: center;
    align-content: center;    
}
button.csl-report-button {
    width: 115px;
    padding: 5px 0px;
    font-size: 13px;
    border: 0px solid #e8284d;
    margin-bottom: 25px;
    font-family: "Poppins", Sans-serif;
    font-weight: 400;
    text-transform: capitalize;
    color: #FFFFFF;
    background-color: #E8284D;
    border-radius: 10px 10px 10px 10px;    
    cursor: pointer;
}
.imgWraperText h2.user-details-urdu-heading{
	font-size: 30px;
	margin-top: 5px;
	margin-bottom: 30px;
}
.imgWraperText ul.user-details-urdu-wrapper{
	font-size: 15px;
    padding-left: 0px;
    width: 450px;	
}
.leftSide-urdu.imgWraper:before{
	min-height: 418px;
}
.topbanner .rigtSide.rigtSide-urdu{
	min-height: 575px;
}
.cardInner .imageWraper.imageWraper-urdu img{
	min-height: 60px;
}
.rigtSide.rigtSide-urdu .textWraper.urdu-rtl-class{
	font-size: 18px !important;
	margin-top: 20px;
}
.middleSectionHeading.urdu-font-family{
	margin-bottom: 20px;
}
.descriptive-report-content .descriptive-report-details .skills-code-urdu{
	float: right;
}
.skills-code-urdu-wrapper{
	display: inline-block;
	width: 100%;
}
.skills-code-urdu-wrapper p.urdu-rtl-class{
	float: right;
}
.descriptive-report-additional-details-urdu .urdu-rtl-class,
.skills-code-urdu-wrapper .urdu-rtl-class{
	font-size: 15px;
}
.imgWraperText ul.user-details-urdu-wrapper li{
	margin-bottom: 10px;
}
.cardWrapper-urdu .cardInner .cardBlackHeading{
	min-height: 35px;
	margin-top: 7px;
}
.cardredHeading .card-english-heading{
    font-size: 23px;
    margin-top: 7px;
    display: inline-block;	
}