.col-sms-1,
.col-sms-2,
.col-sms-3,
.col-sms-4,
.col-sms-5,
.col-sms-6,
.col-sms-7,
.col-sms-8,
.col-sms-9,
.col-sms-10,
.col-sms-11,
.col-sms-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
}


@media only screen and (max-width : 991.5px) {
   
}

@media (min-width:280px) and (max-width:640px) {
    .dns-logo
    {
        text-align: center ;
    }
    .profile-time-refresh-ul
    {
      justify-content: center;
    }
    .time-btn{

	padding:2px 12px;

}
    .left-side-image img 
{
	height: 100%;
	width: 100%;

}

}
@media (min-width:600px) and (max-width: 1023px) {
    .dns-logo
    {
        text-align: center ;
    }
    .profile-time-refresh-ul
    {
        justify-content: center;
    }
}
@media (min-width:768px) and (max-width: 1024px) {
    .dns-logo
    {
        text-align: left !important ;
    }
    .profile-time-refresh-ul
    {
        justify-content: flex-end !important;
    }
}



@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px)  and (orientation: portrait)  {
    .left-side-image img {
        height: 70vh !important;
        
    }
}

