

/**
* ------------------ commmon css
*/
input:focus {
    box-shadow: unset !important;
}

input[type="email"]::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #b9b9b9;
    font-size: 0.8rem;
}
@page  {
    margin: 0;
    size: 690px;
  }
.container_pdf{
    margin: 0 auto;
    border: 1px solid #ddd;
    position: relative;
    width: 685px;
    height: 685px;
    overflow: hidden;
}
.border_box{
    position: absolute;
    border: 1px solid #ddd;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 999;
}
/* .logo1 {
    width: 80px;
    height: 80px;
    float: left;
} */
.logo1 {
    position: absolute;
    display: table;
    width: 80px;
    height: 80px;
    margin: 10px 0 0 20px;
}
/* .logo1 .table {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
} */
.logo1 img {
    height: 80px;
    width: 80px;
    object-fit: contain;
}
.container_pdf:after {
    content: '';
    position: absolute;
    width: 98%;
    height: 98%;
    border: 1px solid #ddd;
    top: 0.97%;
    left: 0.97%;
    z-index: 1;
    right: 1%;
}
.shape1 img{
    position: absolute;
    top: 32%;
    left: -1px;
    height: 225px;
    z-index: 10;
}
.shape2 {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 200px;
    width: 300px;
}
.skew{
    transform: skew(-20deg);
    position: absolute;
    bottom: 0;
    left: 169px;
    height: 89px;
}
.image1 img,.image2 img,.image3 img{
    width: 100%;
    height: 100%;
    overflow: hidden;
    object-fit: cover;
}
.image3.skew {
    margin-left: 357px;
    width: 25.5%;
    /* left: auto;
    right: -3%; */
}
.image2.skew {
    margin-left: 178px;
    width: 25.5%;
}
.image1.skew {
    margin-left: -73px;
    width: 36%;
    /* z-index: 1; */
}
.page_content {
    padding-left: 27%;
    position: relative;
    z-index: 1;
    text-align: justify;
    padding-right: 3%;
}
.page_content::before {
    position: absolute;
    content: '';
    height: 68px;
    width: 55px;
    left: 30px;
    right: auto;
    background-image: url(https://pmhall.cems-directory.com/assets/images/logo2.png);
    background-repeat: no-repeat;
    background-size: contain;
    top: 45%;
    z-index: -1;
}
.profile_photo_area {
    margin-left: 70%;
    margin-top: 5%;
    text-align: center;
}

.profile_photo {
    width: 65px;
    height: 65px;
    position: relative;
    border-radius: 50%;
    border: 2px solid #eee;
    margin: 0 auto;
    display: block;
}
.pdf-form img {
    display: block;
}
.pdf-form .gallery_image {
    width: 100%;
    object-fit: contain;
}
.profile_photo img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.profile_desg p {
    margin: 0;
}

.profile_desg p:first-child {
    margin-top: 5px;
    margin-bottom: 3px;
}
.company_profile .company_name {
    color: #790000;
    font-size: 18px;
    text-transform: uppercase;
    margin: 10px 0 0;
}
.content {
    line-break: anywhere;
}
/* .contact_address {
    display: flex;
    align-items: center;
    justify-content: space-between;
    display: table;
    vertical-align: baseline; 
}
.left_contact {
    width: 50%;
    float: left;
}
.right_contact {
    width: 50%;
    float: right;
} */
.contact_address ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pdf-bg{
    position: relative;
    z-index: -1;
}
.pdf-bg:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: -30px;
    right: auto;
    z-index: 1;
    background-image: url(https://pmhall.cems-directory.com/assets/images/pdf_bg.png);
    top: 0;
    background-repeat: no-repeat;
    background-size: contain;
}
.contact_address ul li span {
    position: absolute;
    left: 0;
    right: auto;
    top: 2px;
}

.contact_address ul li {
    position: relative;
    padding-left: 25px;
    font-size: 14px;
    vertical-align: bottom;
    display: inline-block;
    font-family: 'Roboto Light', sans-serif;
    margin: 0 0 5px;
}
.contact_address {
    padding-left: 27%;
    position: absolute;
    z-index: 1;
    margin: 10px 0 0;
    padding-right: 3%;
    bottom: 95px;
}
.page-break {
    page-break-before: always;
}

.h3, h3 {
    font-size: 20pxt;
}
a,a:hover,a:active{
    text-decoration: none;
    color: inherit;
}
.footer{
    margin: 50px 0px;
    padding: 15px 10px;    
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media only screen and (min-width: 1200px){
    .h3, h3 {
        font-size: 20px;
    }
}
@media only screen and (min-width: 768px){
    .h3, h3 {
        font-size: 17px;
    }
}

    .tooltip-inner.tooltip-custom {
        text-align: justify;
    }
