@media ( min-width : 1200px) and (max-width: 1439px) {
    img.pt {
    width: 55px;
}

}

@media ( min-width : 1023px) and (max-width: 1199px) {
   ul.CircleSet li { margin-bottom: 35px; }
    img.pt {    width: 50px;}
    .nav-item{margin-right:10px;}
/* footer {min-height: 50px; background: #0F4068;  bottom: 0px; position: fixed; width: 100%;} */
}

@media ( min-width : 768px) and (max-width: 1022px) {
   ul.CircleSet li { margin-bottom: 35px; }
/*    footer {min-height: 50px; background: #0F4068;  bottom: 0px; position: fixed; width: 100%;} */
}

@media only screen and (max-width: 600px) {
/* 	footer {min-height: 50px; background: #0F4068;  bottom: 0px; position: fixed; width: 100%;} */
  ul.CircleSet li { margin-bottom: 35px; }
  ul.CircleSet li:nth-child( even ) {display:none;}
  .headerBg ul li p { padding: 0 15px 0 0px !important;  }
  .bEnd { border-right: none;}
.padd25 {padding: 10px;}
  .Works { font-size: 25px;}
 .userList {width:100% !important; min-height:150px;}	
 .userList ul li {  margin-bottom: 15px; }
 .t1 {font-size: 21px;  line-height: 26px;}
 .t2 {font-size: 34px;}
 .t3 { font-size: 26px; line-height: 34px;}
 img.w78 { width: 78%;}
 .ms-2 {
     margin-left: 0rem!important; 
}
}