.ptnew_contactus_text::before{
    content: 'Contact Us';
    top: -60px;
}

.ptnew_contactus_icon_content_wrapper{
    display: flex;
    align-items: baseline;
    margin-bottom: 20px;
}

.ptnew_contactus_content{
    padding-left: 20px;
}

.ptnew_contactus_num_mail_add{
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    color: #fff;
}

.ptnew_contactus_num_braces{
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 0;
}

.ptnew_contactus_details_wrapper{
    background-color: #001A53;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 30px;
    background-image: url('https://cdn.poshantracker.in/public-assets/image/NewContactUs/blue_bg_img.svg');
    background-repeat: no-repeat;
    background-position: right bottom;
}

.ptnew_contactus_icon_wrapper{
    background-color: #334875;
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 20px;
}

.ptnew_contactus_icon{
    color: #fff;
    width: 30px;
    /* font-size: 12px; */
}

.ptnew_contactus_box_head{
    font-family: "OpenSans-Regular";
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 30px;
}

.ptnew_contactus_state_aww_calender_timing{
    display: flex;
    align-items: center;
}

.ptnew_contactus_vc_head{
    font-family: "OpenSans-Regular";
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #181818;
    margin-bottom: 40px;
}

.ptnew_contactus_state_aww_training_head{
    font-family: "OpenSans-Regular";
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #181818;
}

.ptnew_contactus_state_aww_training_timing{
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #181818;
    padding-left: 20px;
    position: relative;
}

.ptnew_contactus_video_training_info_wrapper .ptnew_web_common_primary_btn{
    margin-top: 20px;
    padding: 4px 20px;
}

.ptnew_contactus_video_training_info_wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ptnew_contactus_right_content_spacing{
    padding-left: 50px;
    padding-right: 60px;
}

.ptnew_contact_awt_live:after {
    content: 'Live';
    position: absolute;
    top: 0px;
    right: -70px;
    background-color: #E31217;
    font-family: "OpenSans-Regular";
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 2px 10px;
    border-radius: 4px;
}

.ptnew_contact_awt_nolive:after {
    content: '';
    display: none;
}

.ptnew_contact_book_vc_head{
    font-family: "OpenSans-Regular";
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000000;
}

.ptnew_contact_book_vc_desc{
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 0;
}

.ptnew_modal_form_label{
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #181818;
}

.ptnew_modal_form_input{
    font-family: "OpenSans-Regular";
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #5C5C5C;
    background-color: #F8F8F8;
    border: none;
    padding: 10px;
}

.ptnew_popup_modal .modal-content{
    background-color: #EFEFEF;
    border: none;
    border-radius: 30px;
}

.ptnew_popup_modal .modal-body{
    padding: 25px 25px;
}

.ptnew_modal_header_wrapper{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.ptnew_modal_header_wrapper .close{
    background-color: #001A53;
    color: #fff;
    border-radius: 8px;
    height: 30px;
    width: 40px;
}

/* media query */

@media screen and (max-width: 1024px) {

    .ptnew_contactus_box_head{
        font-size: 24px;
    }

    .ptnew_contactus_right_content_spacing {
        padding-left: 25px;
        padding-right: 25px;
    }

}

@media screen and (max-width: 991px) {

    .ptnew_contactus_right_content_spacing{
        padding-left: 40px;
        padding-right: 15px;
    }

    .ptnew_contactus_state_aww_training_info_inner_wrapper{
        margin-bottom: 30px;
    }

    .ptnew_contactus_vc_head{
        margin-bottom: 20px;
        margin-top: 40px;
    }

}

@media screen and (max-width: 767px) {

    .ptnew_contactus_right_content_spacing{
        padding-left: 15px;
        padding-right: 15px;
    }

    .ptnew_contactus_text::before{
        top: 0;
        font-size: 65px;
    }

    .ptnew_contactus_text .ptnew_inner_pages_right_img{
        margin-bottom: 50px;
    }

    .ptnew_contactus_details_wrapper{
        margin-bottom: 30px;
    }

}