
#pd1-box{
    width:50%;
}
.contact_row div:last-child{
    padding:0;
}

div.tab-pane em, div.tab-pane strong{
    color :#000;
}

#imgModal {
  display: none;
  justify-content: center;
  align-items: center;
}

.footer_body{
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding:0;
    background-color:#005daa;
}

.footer_body .container {
    padding: 0 !important;
}

.footer_body .container .footer_logo{
    margin-top: 0;
}

.footer_body .container .footer_col:nth-child(2) > div {
    left: 0;
}

.footer_body .container .footer_col:last-child > div {
    float: left;
}

#pd2,#pd1, #pd3{
    display: flex;
    margin:0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 0 24px;
    height:400px;
}

#pd2 img{
    width: 300px;
    height: 300px;
    object-fit: contain;
}

#pd1 {
    flex-direction: column;
}

#imgH{
    height: auto;
    width: 25%;
}
#pd2-box{
    width: fit-content;
}

.footer_phone, .footer_social{
    justify-content: flex-start !important;
}

.sub_container {
    padding: 0 15px;
}

#newsletter_form .row.contact_row div#subBox {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

#newsletter_form .row.contact_row div#subBox .newsletter_button {
    position: unset;
    height: auto;
    width:auto;
}

.course .course_body .course_info.row {
    display: flex;
    flex-direction: row;
    gap: 12px;
    width: 100%;
    flex-wrap: nowrap;
    padding-left: 30px;
    justify-content: space-between;
}

.course .course_body .course_info.row div.col-sm-4,{
    padding: 0;
    max-width: max-content;
}

.course .course_footer div.col-sm-6{
    padding:0;
}

@media (max-width: 768px) {
    
   .footer_col:not(:last-child) {
		margin-bottom: 0;
	}
    
    div.footer_title{
        display: none;
    }
    
    div.footer_col.new_f{
        padding:0;
    }
    body .uwy.userway_p1 .userway_buttons_wrapper{
        top: 50px;
    }
    
    .newsletter_button{
        position: unset;
    }
    
    .menu_social {
        margin-top: 0;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: auto;
    }
    
    #pd1-box{
    width:100%;
    }
    #txt_p1{
        text-align: center;
    }

    #subBox{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
    #icn2 ,#icn1{
        height:50px;
    }
    
    #pd2,#pd1, #pd3{
        flex-direction: column;
        justify-content: space-between;
        padding: 20px 12px;
        height:100%;
    }
    
    #pd2-box{
        width: 100%;
    }
    
    .footer_body{
        display: flex;
        flex-direction: column;
        height: auto;
        justify-content: center;
        align-items: center;
        padding: 20px;
    }
    .sub_container {
        padding: 0;
        
    }
    
    .footer_list{
        padding-left: 0;
    }
    .footer_logo{
        margin: 0 !important;
    }
    ul {
        margin-top: 0;
        padding-left:0;
    }
    .cr{
        display: flex;
        flex-direction: column !important;
    }
    
    .course .course_body .course_info.row {
        flex-direction: column;
    }
    .course_footer .col-sm-6{
        padding:0;
        
    }
}



