/*mobile responsive*/
@media only screen and (min-width: 300px) and (max-width: 768px) {
	.nextInpDiv {
		flex-direction: column;
	}
	.searchInp {
		width: 100%;
	}
	.imgSectDiv {
		min-height: 30vh;
		background-size: 100% auto;
	}
	.loginSect {
		padding: 0;
	}
	.formDiv {
		border-radius: 0;
	}
	.dcbBankHdg {
		/* font-size: 20px; */
		font-size: .97rem;
		line-height: 30px;
	}
	.bankInfoPara {
		font-size: 14px;
	}
	.checkLabel {
		font-size: 14px;
	}
	.bankLogoImg {
		width: 100px;
		margin-top: 10px;
	}
	.regPara {
		font-size: 14px;
	}
	.createText {
		font-size: 14px;
	}
	.searchInp1 {
		width: 100% !important;
	}
	/* Added by Ram */
	.footer-section {
		border-top: 2px solid #FD0 !important;
		height: 4rem !important;
	}
	.footer-body {
		flex-direction: column;
		justify-content: center;
		width: 0px;
		align-items: center;
	}
	.link-footer {
		width: 50% !important;
		margin: -3px;
	}
	.login-active, .copyright-footer {
		font-size: .7rem !important;
		margin: -3px !important;
	}
	/* Added on 12-11-24  */
	.IdLabel {
		font-family: "Poppins", sans-serif;
		color: #26358F;
		/* font-size: 14px; */
		font-size: 4vw;
		font-weight: 501;
		line-height: 24px;
		margin-top: 16px;
	}
	.otpLabel {
		font-family: "Poppins", sans-serif;
		color: #26358F;
		/* 	font-size: 14px;
		line-height: 16px; */
		font-size: 4vw;
		font-weight: 501;
		line-height: 24px;
	}
	#captcha::placeholder {
		font-size: 3vw !important;
	}
	.otpBtn, .submitBtnDoc {
		line-height: .9;
		font-size: 14px;
	}
	#captcha_id {
		height: 29px;
	}
	#captcha_gen {
		margin-top: 2px !important;
	}
	#captcha {
		height: 25px;
		font-size: 4vw !important;
		font-weight: 600;
	}
	table.dataTable th {
		font-size: .9rem !important;
	}
	table.dataTable td {
		font-size: .8rem !important;
	}
	#pills-table1-tab, #pills-table2-tab, #pills-table3-tab {
		font-size: 5vw !important;
		padding: 0 5px 1px !important;
	}
	#pills-table1-tab span {
		display: none;
	}
	#pills-table1-tab:after {
		content: 'Recent';
	}
	#pills-table2-tab span {
		display: none;
	}
	#pills-table2-tab:after {
		content: 'Older';
	}
	#pills-table3-tab span {
		display: none;
	}
	#pills-table3-tab:after {
		content: 'All';
	}
	.nav-item-1, .nav-item-2 {
		margin-right: 10px;
	}
	.inputDate {
		/* width: 74px; */
		font-size: 4vw;
	}
	.inputDate::placeholder {
		font-size: 4vw;
	}
	.personImgSect {
		margin-bottom: 10px;
	}
	.personName {
		font-size: 4vw;
		line-height: 16px;
	}
	.sidebarsection {
		padding-bottom: 0;
	}
	.acctSubOpt {
		font-size: 4vw;
		line-height: 30px;
	}
	.mydocumentsLabel {
		font-size: 4vw;
	}
	/* .dt-datetime {
		top: 354.125px !important;
		left: 15.359px !important;
	} */
	.tab-icon {
		width: 15px;
		height: 15px;
	}
	.acctSpan, .colorSpan {
		font-size: .7rem;
		width: 90%;
	}
	#tab_view_1, #tab_view_2 {
		display: none;
	}
	.arrow {
		display: block !important;
		font-size: 1rem;
		font-weight: 501;
		color: #000;
	}
	.DateSect {
		gap: 2px;
	}
}

/* Changes given by Tanmay */
/* @media screen and (device-width: 820px) and (device-height: 1180px) {
    .imgSectDiv {
        min-height: 40vh;
    }

    .loginSect {
        min-height: 60vh;
    }

    .login-link-footer {
        gap: 8px;
    }

    .dt-right span {
        display: flex;
        align-items: center;
        justify-content: end;
    }

    .searchInp1 {
        width: 100%;
    }

    .large-table-container-3 {
        overflow-x: hidden;
    }

    .add-class {
        display: none;
    }

    .nextInpDiv {
        flex-direction: column;
    }
}
 */

/* Default Settings for Desktop */
table.dataTable td {
	font-weight: 500 !important;
}

@media only screen and (min-width: 300px) and (max-width: 600px) {
	.depositImgDiv {
		padding-bottom: 50px;
	}
	.dt-right span {
		display: flex;
		align-items: center;
		justify-content: end;
	}
}

/* @media screen and (min-width: 1290px) { */
@media screen and (min-width: 1000px) {
	.content-block {
		zoom: calc(( 100%/ 15)* 11.5)
	}
	#tab_view_1, #tab_view_2 {
		display: none;
	}
	.copyright-footer {
		font-size: 1.2rem !important;
	}
}

/* @media screen and ( min-width : 1800px) {
	.content-block {
		zoom: calc(( 100%/ 15)* 100)
	}
} */