@media only screen and (max-width: 600px) 
{
	#top_logo_section {
    padding: 0.5rem;
}
#top_logo_section .logo {
    width: 15rem;
}
.policy_box h4 {
  
    padding: 0.8rem 0.5rem;
    font-size: 16px;

}
.section_space {
    padding: 2rem 0rem;
}
.about_p {
    font-size: 14px;}
    footer
    {
        padding:1rem 0rem;
    }
.policy_box {
   
    min-height: auto;
    text-align: left;
    margin-bottom: 1rem;
}
.policy_box h6{
    padding-left:20px;
}
.topper
{
	display: none !important;
}
.navbar-light .navbar-toggler {
    color: #fff;
    border: 0;
    position: absolute;
    top: -4rem;
    right: 0;
}
.navbar-expand-lg {
    padding: 0rem 0rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 14px;
    padding: 0.5rem 0.5rem;
}
.top_banner .content {
    padding: 1rem;
}
.top_banner .content h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 0.5rem;
}
.top_banner .content p {
    font-size: 14px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 1rem;
}
.btn_more_info {
   
    padding: 0.4rem 1.2rem;
    font-size: 14px;
   
}
.top_banner
{
	background-size: cover;
}
.top_banner .banner_img {
    width: 100%;
    padding-top: 0rem;
}
.vis_mis_box
{
	top: 1rem;
	margin-bottom: 1rem;
	min-height: auto;
}
.vis_mis_box img
{
	width: 3rem;
	margin-bottom: 0.5rem;
}
.vis_mis_box h5
{
	font-size: 18px;
}
.vis_mis_box p {
    font-size: 14px;
    }
    .about_side_image {
    width: 100%;
    float: none;
    margin: 1rem 0rem;
}
.section_title .section_subtitle {
    padding: 0.2rem 1rem;
    font-size: 12px;
}
.section_title h2 {
    font-size: 20px;
    margin-top: 0rem;
    line-height: 40px;
    margin-bottom: 0.5rem;
}
.abt_content p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0.5rem;
}
.ps-timeline-sec{
    display: none;
}
.ps-timeline-sec .container ol.ps-timeline li{
    float: none;
    width: 100%;
    padding-top: 30px;
    position: relative;
    display: block;
    
}
.ps-timeline-sec .container ol.ps-timeline li .img-handler-top
{
	position: relative;
}
.ps-bot ul li{
    position: relative;
    margin-bottom: 20px;
}
.footer_heading
{
    padding-left:0rem;
    font-size:15px;
}
.info
{
    padding:1rem !important;
}
.contact input {
    height: 40px;
    border-radius: 0px;
    font-size: 13px !important;
}
.contact textarea
{
    font-size:13px;
}
.info h4
{
    font-size:16px;
}
.contact .info p {
    padding: 0 0 4px 30px;
    line-height: 23px;
    font-size: 14px;
}
.whyboximg {
    min-height: 6rem;
}
.whyboximg img {
    width: 4rem;
    height: 6rem;
}
.whyboxcontent ul li {
    font-size: 14px;
}
.whyboxcontent p
{
    line-height:6rem;
    font-size:14px;
}
.publisher_card img
{
    height:190px;
    object-fit:contain;
}
.copyright p {
    margin: 0px;
    font-size: 12px;
}
.con_icon_box .con_icon i
{
    font-size:18px;
}
.footer_links li {
   
    font-size: 14px;
  
    margin-bottom: 0.3rem;
}
footer .text-footer{
    padding-left: 0%;
    margin-bottom: 70px;
}
.footer_links{
    padding-inline-start:0px;
}
.con_icon_box .con_icon
{
    width:8%;
}
.con_info {
    padding-left: 12%;
}
.whyboxcontent span
{   text-align: center;
    /* display: flex;
    justify-content: center;
    align-content: center;
    align-items: center; */
        margin: 0px;
    line-height: 2rem;
    font-size: 20px;
    font-weight: 600;
    color: #000;
}
/*.corpbox{
    display: flex;
}
.corpbox .imgcor{
    width: 50%;
    height: auto;
}
.corpbox .imgcor img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.corpbox .text-corp{
    width: 50%;
    height: 100% !important;
}*/
}
/* --------------------------------------- */
.sm-screen .uppar-part{
    width: 100%;
    height: 100px;
}
.sm-screen .uppar-part span:nth-child(2){
    width: 100px;
    height: 50px;
    margin-left: -50px;
    background: #fff;
    border: 4px solid #0072bd;
    border-radius: 50%;
    box-shadow: 0 0 0 0px #fff;
    text-align: center;
    line-height: 42px;
    color: #0072bd;
    font-size: 20px;
    font-style: normal;
    position: absolute;
    top: -26px;
    left: 50%;
    font-weight: 700;
}
.sm-screen .uppar-part span:nth-child(2)::after{
    content: "";
    position: absolute;
    top: 50%;
    margin-left: 23px;    
    width:  100px;
    height: 2px ;
    background-color: green;
}
.sm-screen .uppar-part span:nth-child(2)::before{
    content: "";
    position: absolute;
    top: 50%;
    right: 100%;    
    width:  100px;
    height: 2px ;
    background-color: green;
}
.sm-screen .image-part{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin: auto auto;
    width: 100px;
    height: 100px;
}
.sm-screen .image-part img{
    width:100% ;
    height: 100%;
    object-fit: cover;
}

.sm-screen   .text-part ul li{
    list-style-type: circle;
}
.sm-screen{
    margin-bottom: 60px;
}