/*************************************
	Takyon360 Web Version 0.2
    Theme Name : Paint Theme
	File Name  : takyon360-v2.css
	Designer 	   : Stalin Therattil
	Start Date : 3rd September 2019
*************************************/
.takyon360-v2 {
	overflow: hidden;
}
::-webkit-scrollbar {
    width: 10px;
    height: 5px;
}
::-webkit-scrollbar-track {
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);*/
	background-color: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background-color: #ee2823;
  outline: 1px solid slategrey;
}
.takyon360-v2 .page {
	background: #EDEEF7 url('../../assets/images/main-bg.png');
}
.takyon360-v2.page-login-v3 .page {
	overflow: hidden;
	overflow-y: auto;
}
.takyon360-v2.page-login-v3 .panel {
	box-shadow: 0 20px 40px -20px rgba(0, 0, 0, .6);
	border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    position: relative;
    overflow: hidden;
}
.takyon360-v2.page-login-v3 .panel:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    height: 10px;
    background: rgba(223,174,79,1);
    background: -moz-linear-gradient(left, rgba(223,174,79,1) 0%, rgba(223,174,79,1) 50%, rgba(88,111,143,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(223,174,79,1)), color-stop(50%, rgba(223,174,79,1)), color-stop(100%, rgba(88,111,143,1)));
    background: -webkit-linear-gradient(left, rgba(223,174,79,1) 0%, rgba(223,174,79,1) 50%, rgba(88,111,143,1) 100%);
    background: -o-linear-gradient(left, rgba(223,174,79,1) 0%, rgba(223,174,79,1) 50%, rgba(88,111,143,1) 100%);
    background: -ms-linear-gradient(left, rgba(223,174,79,1) 0%, rgba(223,174,79,1) 50%, rgba(88,111,143,1) 100%);
    background: linear-gradient(to right, rgba(223,174,79,1) 0%, rgba(223,174,79,1) 50%, rgba(88,111,143,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfae4f', endColorstr='#586f8f', GradientType=1 );
}
.takyon360-v2.page-login-v3 .panel:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 5px;
}
.takyon360-v2.page-login-v3 .brand-img {
    width: 100%;
}
.takyon360-v2.page-login-v3 .page-content .btn {
    background-color: #DFAE4F;
    border-color: #DFAE4F;
    border-radius: 50px;
}
.takyon360-v2.page-login-v3 .page-content .btn:hover {
    background-color: #59708f;
    border-color: #59708f;
}
.takyon360-v2.page-login-v3 .page-content .input-group-addon {
    color: #586f8e;
}
.takyon360-v2.page-login-v3 .page-content .form-material .form-control:invalid {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dfae4f), to(#dfae4f)), -webkit-gradient(linear, left top, left bottom, from(#e0e0e0), to(#e0e0e0));
    background-image: -webkit-linear-gradient(#dfae4f, #dfae4f), -webkit-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: -o-linear-gradient(#dfae4f, #dfae4f), -o-linear-gradient(#e0e0e0, #e0e0e0);
    background-image: linear-gradient(#dfae4f, #dfae4f), linear-gradient(#e0e0e0, #e0e0e0);
}
.takyon360-v2.page-login-v3 .page-content .clrlb {
    color: #586f8e;
}
.takyon360-v2.page-login-v3 .page-content .clrlb:hover {
    color: #dfae4f;
}
.takyon360-v2 .dashboard-page {
	height: calc(100vh - 95px);
	overflow: auto;
	padding-bottom: 110px;
}
.takyon360-v2 .hamburger {
	margin-top: 0;
}
.takyon360-v2 .site-menubar {
	height: 100vh;
}
.takyon360-v2 .site-menubar:before {
	transition: all ease 1s;
}
.takyon360-v2 .site-menubar:after {
	transition: all ease 1s;
}
.takyon360-v2.site-menubar-unfold .site-menubar:before, 
.takyon360-v2.site-menubar-hover .site-menubar:before {
	content: '';
    position: absolute;
    left: 20px;
    top: -60px;
    height: 100vh;
    width: 5px;
    background-color: transparent;
    /*border-left: 1px solid #586E8C;
    border-right: 1px solid #586E8C;*/
    z-index: 99;
	transition: all ease 1s;
}
.takyon360-v2.site-menubar-unfold .site-menubar:after, 
.takyon360-v2.site-menubar-hover .site-menubar:after {
	content: '';
    position: absolute;
    left: 0;
	right: 0;
    top: 0;
    height: 5px;
    width: 100%;
    background-color: transparent;
    border-top: 1px solid #586E8C;
    border-bottom: 1px solid #586E8C;
    z-index: 99;
	transition: all ease 1s;
} 
.takyon360-v2 .site-navbar {
    background-color: #586f8f !important;
	z-index: 2;
}
.takyon360-v2 .brand-logo {
	width: 65px;
	height: 35px;
	margin-right: 5px;
	float: left;
	background-size: cover !important;
    background-position: center !important;
}
.takyon360-v2 .profile-block {
	background-color: #fff;
}
.takyon360-v2 .profile-block img {
    width: 35px;
	height: 35px;
}
.takyon360-v2 .scrollable.is-disabled .profile-block img {
	width: 35px;
	height: 35px;
}
/*.takyon360-v2 .navbar-right .dropdown-menu {
	z-index: 999;
}*/
.takyon360-v2 .site-menubar ul {
    min-height: 100vh;
    padding-bottom: 0px;
}
.takyon360-v2 .site-menubar .is-enabled ul {
	/*padding-left: 30px;
	padding-top: 10px;*/
	position: relative;
	transition: all ease 10s;
	position: relative !important;
	z-index: 9 !important;
}
.takyon360-v2 .site-menu li {
    border-bottom: 1px solid #AAB5C4;
}
.takyon360-v2 .site-menu li.stntdtl {
    border-bottom: 0 !important;
    padding: 0 !important;
    text-align: left;
	box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
	position: relative;
}
.takyon360-v2 .site-menu li.stntdtl:after {
	content: '';
	width: 20px;
	height: 100%;
	background-color: #DFAE4F;
	position: absolute;
	right: -20px;
	top: 0;
}
.takyon360-v2 .site-menu li.stntdtl a {
	padding: 5px 0 5px 55px !important;
    text-align: left;
	color: #fff;
	line-height: 1 !important;
}
.takyon360-v2.site-menubar-hover .site-menu li.stntdtl a {
	line-height: 1 !important;
}
.takyon360-v2 .dtls {
    line-height: 1;
    margin-top: 0 !important;
    font-size: 13px;
	margin-bottom: 5px;
    padding-right: 2px;
    text-align: left;
}
.takyon360-v2.gallery .site-menu li.stntdtl a form {
	margin-bottom: 0;
}
.takyon360-v2.profile-layout .site-menu li.stntdtl a form {
	margin-bottom: 0;
}
.takyon360-v2 .site-menu-item:hover a {
    color: #ffffff !important;
    background-color: rgba(16, 31, 43, 0.25);
    background-color: #DFAE4F;
}
.takyon360-v2 .site-menu-item.has-sub:hover a.mm-next {
    background-color: transparent;
}
.takyon360-v2 .site-menu-item.active {
    color: #fff;
    background: #DFAE4F;
}
.takyon360-v2 .site-menu>.site-menu-item>a {
    padding: 0 25px 0 0;
    line-height: 48px;
	color: #212121;
}
.takyon360-v2 .site-menu-icon {
    height: 48px;
    width: 48px;
	margin-right: 0;
}
.takyon360-v2 .site-menu-icon:before {
	z-index: 9;	
	color: #fff;
}
.takyon360-v2 .site-menu-icon:after {
	content: '';
	background: url('../../assets/images/icon-bg-yellow.svg');
	width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
	z-index: -1;
}
.takyon360-v2 .panel-title {
	z-index: 1;
}
.takyon360-v2 .panel-title i {
	color: #fff;
	margin-right: 20px;
}
.takyon360-v2 .panel-title i:after {
	content: '';
	background: url('../../assets/images/icon-bg-yellow.svg');
	width: 48px;
    height: 48px;
    position: absolute;
    left: -18px;
    top: -15px;
	z-index: -1;
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(1) .site-menu-icon:after {
	background: url('../../assets/images/icon-bg-yellow.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(2) .site-menu-icon:after {
	background: url('../../assets/images/icon-bg-green.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(3) .site-menu-icon:after {
	background: url('../../assets/images/icon-bg-pink.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(4) .site-menu-icon:after {
	background: url('../../assets/images/icon-bg-blue.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(5) .site-menu-icon:after {
	background: url('../../assets/images/icon-bg-violet.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(6) .site-menu-icon:after {
	background: url('../../assets/images/icon-bg-lemon-yellow.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(7) .site-menu-icon:after {
	background: url('../../assets/images/icon-bg-dark-green.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(7n+1) .site-menu-icon:after {
	background: url('../../assets/images/icon-bg-yellow.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(7n+2) .site-menu-icon:after {
	background: url('../../assets/images/icon-bg-green.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(7n+3) .site-menu-icon:after {
	background: url('../../assets/images/icon-bg-pink.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(7n+4) .site-menu-icon:after {
	background: url('../../assets/images/icon-bg-blue.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(7n+5) .site-menu-icon:after {
	background: url('../../assets/images/icon-bg-violet.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(7n+6) .site-menu-icon:after {
	background: url('../../assets/images/icon-bg-lemon-yellow.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:nth-child(7n+7) .site-menu-icon:after {
	background: url('../../assets/images/icon-bg-dark-green.svg');
}
.takyon360-v2 .site-menu>.site-menu-item:hover .site-menu-icon:after {
	background-position: bottom;
} 
.takyon360-v2 .site-menu>.site-menu-item:hover .site-menu-icon:before {
	color: #DFAE4F;
}
.takyon360-v2 .site-menu>.site-menu-item:hover .site-menu-icon {
	color: #DFAE4F;
}
.takyon360-v2 .site-menu-item.stntdtl .site-menu-icon {
	width: 48px;
	height: auto;
    line-height: 50px;
    float: left;
    left: 0;
    top: 0;
    bottom: 0;
	background-color: #3C4254;
	transition: all ease .5s;
}
.takyon360-v2.site-menubar-fold .site-menu-item.stntdtl .site-menu-icon {
	width: 65px !important;
}
.takyon360-v2 .scrollable.is-disabled .site-menu-item.stntdtl .site-menu-icon {
	width: 65px !important;
}
.takyon360-v2 .scrollable.is-enabled .site-menu-item.stntdtl .site-menu-icon {
	width: 48px !important;
}
.takyon360-v2 .site-menu>.site-menu-item.stntdtl:hover .site-menu-icon {
	color: #fff;
}
.takyon360-v2 .site-menu-item.stntdtl .site-menu-icon:after  {
	display: none;
}
.takyon360-v2.site-menubar-fold .site-menu>.site-menu-item>a {
    height: 48px;
	width: 48px;
    padding: 0;
    margin: auto;
}
.takyon360-v2.site-menubar-hover .site-menu>.site-menu-item>a {
    height: 48px;
	width: auto;
    padding: 0 25px 0 0;
    margin: auto;
}
.takyon360-v2 .mm-navbar .mm-title {
	padding: 0 35px;
}
.takyon360-v2 .mm-navbar .mm-prev {
	left: 35px
}
.takyon360-v2 .mm-navbar > a {
    color: #fff;
    background: #DFAE4F;
}
.takyon360-v2.site-menubar-unfold .site-navbar .navbar-brand-text {
    display: flex;
    white-space: normal;
    /*line-height: 35px;*/
	text-align: left;
    /*margin: auto;*/
}
.takyon360-v2.site-menubar-unfold .site-navbar .navbar-brand {
    float: none;
    text-align: center;
	line-height: 35px;
	padding: 13px 5px 13px 30px;
	margin-right: 0;
	display: flex;
}
.takyon360-v2.site-menubar-fold.site-menubar-hover .site-navbar .navbar-brand {
    float: none;
    text-align: center;
	line-height: 35px;
	padding: 13px 5px 13px 30px;
	margin-right: 0;
	display: flex;
}
.takyon360-v2 .site-navbar .navbar-header {
    color: #1a2d3c;
    background-color: #ffffff;
}
.takyon360-v2 .takyon {
    color: #1a2d3c;
	font-size: 12px;
}
.takyon360-v2 .quick-links {
	background-color: transparent;
	box-shadow: none;
}
/*.takyon360-v2 .site-menubar-footer:before {
	content: '';
    background: url(../../assets/images/sidebar-bg.png) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 35px;
    right: 0;
    width: 230px;
    height: 127px;
    z-index: 0;
}
.takyon360-v2 .site-menubar-footer:hover {
	display: none;
	z-index: 1;
}*/
.bot_bg{
	content: '';
    background: url(../../assets/images/sidebar-bg.png) no-repeat;
    background-size: contain;
    background-position: bottom center; 
   /* position: absolute;
    bottom: 35px;*/
    right: 0;
    width: 230px;
    height: 200px;
}
.takyon360-v2 .site-footer {
	z-index: 99;
    padding: 8px 15px !important;
}
.takyon360-v2 .site-footer:before {
	display: block;
	content: '';
    height: 120px;
	max-width: 450px;
    width: 100%;
    background: url('../../assets/images/footer-bg.svg');
    background-position: right top;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
	bottom: 35px;
	z-index: 0;
}
/*.takyon360-v2 .site-footer:hover {
	z-index: -1;
}*/
.takyon360-v2 .page-aside .list-group-item {
    padding-left: 20px;
    padding-right: 55px;
    position: relative;
}
.takyon360-v2 .page-aside .list-group-item .actions {
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    height: 20px;
    margin: auto;
    z-index: 999;
}
.takyon360-v2 .page-aside .list-group-item .btn {
    color: #212121;
    float: left;
    margin-left: 5px;
    width: 20px;
}
.takyon360-v2 .noticeboard-page {
min-height: calc(100vh - 202px);
height: calc(100vh - 202px);
}
.takyon360-v2 .noticeboard-page .page-aside {
    min-height: 100vh;
	top: 0;
	padding-top: 70px;
}
.takyon360-v2 .gallery-page {
	min-height: calc(100vh - 165px);
	height: calc(100vh - 165px);
	overflow: auto;
	padding-bottom: 110px;
}
.takyon360-v2 .gallery-page .page-aside {
	min-height: 100vh;
	top: 0;
}
.takyon360-v2.gallery #toggleMenubar a {
	padding-top: 25px;
    padding-bottom: 23px;
}
.takyon360-v2.gallery #toggleMenubar a i {
	margin-top: 0;
}
.takyon360-v2 .weeklyplan-page {
	min-height: calc(100vh - 165px);
	height: calc(100vh - 165px);
	overflow: auto;
	padding-bottom: 110px;
}
.takyon360-v2 .weeklyplan-page .page-aside {
	min-height: 100vh;
	top: 0;
}
.takyon360-v2 .calender-page {
	min-height: calc(100vh - 165px);
	height: calc(100vh - 165px);
	overflow: auto;
	padding-bottom: 110px;
}
.takyon360-v2 .communicate-page {
	min-height: calc(100vh - 165px);
	height: calc(100vh - 165px);
	overflow: auto;
	padding-bottom: 110px;
}
.takyon360-v2 .communicate-page .page-aside {
	min-height: 100vh;
	top: 0;
}
.takyon360-v2 .digitalres-page {
	min-height: calc(100vh - 165px);
	height: calc(100vh - 165px);
	overflow: auto;
	padding-bottom: 110px;
}
.takyon360-v2 .digitalres-page .page-aside {
	min-height: 100vh;
	top: 0;
}
.takyon360-v2 .awareness-page {
	min-height: calc(100vh - 165px);
	height: calc(100vh - 165px);
	overflow: auto;
	padding-bottom: 110px;
}
.takyon360-v2 .awareness-page .page-aside {
	min-height: 100vh;
	top: 0;
}
.takyon360-v2 .ctrlpanel-page {
	min-height: calc(100vh - 95px);
	height: calc(100vh - 95px);
	overflow: auto;
	padding-bottom: 110px;
}
.takyon360-v2 .timetable-page {
	min-height: calc(100vh - 95px);
	height: calc(100vh - 95px);
	overflow: auto;
	padding-bottom: 110px;
}
.takyon360-v2 .profile-page {
	min-height: calc(100vh - 95px);
	height: calc(100vh - 95px);
	overflow: auto;
	padding-bottom: 110px;
}
.takyon360-v2.profile-layout #toggleMenubar a {
	padding-top: 25px;
    padding-bottom: 23px;
}
.takyon360-v2.profile-layout #toggleMenubar a i {
	margin-top: 0;
}
.takyon360-v2 .location-navigator-page {
	min-height: calc(100vh - 165px);
	height: calc(100vh - 165px);
	overflow: auto;
	padding-bottom: 110px;
}
.takyon360-v2 .location-navigator-page .page-aside {
	min-height: 100vh;
	top: 0;
}
.takyon360-v2 .paymenthistory-page {
	min-height: calc(100vh - 95px);
	height: calc(100vh - 95px);
	overflow: auto;
	padding-bottom: 110px;
}
.takyon360-v2 .feedetailsrpt-page {
	min-height: calc(100vh - 95px);
	height: calc(100vh - 95px);
	overflow: auto;
	padding-bottom: 110px;
}
.takyon360-v2 .feesummaryrpt-page {
	min-height: calc(100vh - 95px);
	height: calc(100vh - 95px);
	overflow: auto;
	padding-bottom: 110px;
}
.takyon360-v2 .reportcard-page {
	min-height: calc(100vh - 95px);
	height: calc(100vh - 95px);
	overflow: auto;
	padding-bottom: 110px;
}
.takyon360-v2 .ctrlpanel2-page {
	min-height: calc(100vh - 95px);
	height: calc(100vh - 95px);
	overflow: auto;
	padding-bottom: 110px;
}
.takyon360-v2 .absencerpt-page {
	min-height: calc(100vh - 95px);
	height: calc(100vh - 95px);
	overflow: auto;
	padding-bottom: 110px;
}
.takyon360-v2 .cat-head {
	min-height: 50px;
}
.takyon360-v2 .page-header {
    background: #e0af50;
}
.takyon360-v2 .navbar-toolbar .dropdown-menu .dropdown-item {
	width: 100%;
}
.takyon360-v2 .page-content-table .table>tbody>tr>td {
   background-color: #fff;
}
.takyon360-v2 .page-content-actions {
    background-color: #fff;
}
.takyon360-v2 .jalendar .jalendar-container .jalendar-pages .total-bar {
	z-index: 0;
}
@media screen and (max-width:767px) {
	.takyon360-v2 .site-navbar .navbar-header .hamburger .hamburger-bar, 
	.takyon360-v2 .site-navbar .navbar-header .hamburger:after, 
	.takyon360-v2 .site-navbar .navbar-header .hamburger:before {
    	background-color: #ed2823;
	}
	.takyon360-v2 .site-navbar .navbar-header .navbar-toggler {
    	color: #ed2823;
	}
	.takyon360-v2 .noticeboard-page {
		margin-left: 0;
	}
}
.takyon360-v2 .page-content li .card .card-img-top {
    position: relative;
}
.takyon360-v2 .page-content li .card .card-img-top .actions {
    position: absolute;
    right: 10px;
    top: 10px;
    margin: auto;
}
.takyon360-v2 .page-content li .card .card-img-top .actions .btn {
    color: #212121;
    float: left;
    margin-left: 5px;
    width: 20px;
}
.takyon360-v2 .add-group .ui-multiselect {
    width: 100% !important;
}
.takyon360-v2 .modal {
    z-index: 9999;
}
.takyon360-v2 .modal-header {
    padding: 10px 20px;
}
.takyon360-v2 .modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.takyon360-v2 .modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}
.takyon360-v2 .modal-footer {
    padding: 10px 20px;
    background-color: #f1f1f1;
}
/***** Drag and Drop file Input *****/
.takyon360-v2 .files input {
    outline: 2px dashed #92b0b3;
    outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear;
    padding: 100px 10%;
    text-align: center !important;
    margin: 0;
    width: 100% !important;
}
.takyon360-v2 .files input:focus{     outline: 2px dashed #92b0b3;  outline-offset: -10px;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3;
 }
.takyon360-v2 .files{ position:relative}
.takyon360-v2 .files:after {  pointer-events: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 50px;
    right: 0;
    height: 56px;
    content: "";
    background-image: url(https://image.flaticon.com/icons/png/128/109/109612.png);
    display: block;
    margin: 0 auto;
    background-size: 100%;
    background-repeat: no-repeat;
}
.takyon360-v2 .files:before {
    position: absolute;
    bottom: 10px;
    left: 0;  pointer-events: none;
    width: 100%;
    right: 0;
    height: 57px;
    content: " or drag it here. ";
    display: block;
    margin: 0 auto;
    color: #2ea591;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}
/***** Drag and Drop file Input End *****/
.takyon360-v2 .profile-edit .files label {
    font-weight: 500;
}
.takyon360-v2 .mb-0 {
    margin-bottom: 0px !important;
}
.takyon360-v2 .ml-20 {
    margin-left: 20px !important;
}


.dig_saf_bk_bg{
  width: 100%;
  height: 95px;
  margin-bottom: 3%;
  background: #c5e3fc;
-webkit-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    -o-transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    transition: border .2s linear, color .2s linear, width .2s linear, background-color .2s linear;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, .1);
    -webkit-font-smoothing: subpixel-antialiased;

}

.dig_saf_bk_icon{
/*  width: 117px;*/
  height: 111px;
  float: left;
position: relative;
    top: -16px;
    left:-10px;
    margin-right: 10px;

}
.dig_saf_bk_tit{
  display: inline-block;
}
.dig_saf_bk_bg h5{
    font-size: 20px;
    font-weight: 700;
    color: #307ad1;
    position: relative;
    letter-spacing: 0.5px;
}
.digi_btns{
  display: flex;
    position: relative;
}
.digi_btns a{
background: #fff;
    border-radius: 20px;
    color: #201867;
    text-transform: uppercase;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: bold;
    margin-right: 10px;
}


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

  .dig_saf_bk_icon {
    width: 105px;
  }
 .dig_saf_bk_tit{
  display: block;
}
.dig_saf_bk_bg h5{
    font-size: 15px;
    top: 10px;
}
.dig_saf_bk_icon{
    margin-right: 0px;
}
.digi_btns a{
  display: ruby-text;
}
.dig_saf_bk_bg {
    height: 130px;
  }

.digi_btns {
    top: 8px;
}




}










