@media (max-width: 1560px){
	.main-div{
		margin-top: 80px;
	}
	.navbar-expand-lg .navbar-nav .nav-link{
		padding-left: 10px;
		padding-right: 40px;
		font-size: 21px;
	}
	.navbar-brand{
		img{
			max-width: 140px;
		}
	}
	.patient-filter label{
		font-size: 16px;
	}
	.patient-filter .enter-id{
		font-size: 16px;
		height: 34px;
		width: 150px;
	}
	.patient-filter .search-patient{
		font-size: 16px;
		height: 34px;
	}
	.patient-filter div span img{
		width: 20px;
	}
	a.view-snap-btn{
		font-size: 16px;
		height: 34px;
		line-height: 34px;
		width: 160px;
	}
	.patient-pagination nav ul.pagination li.page-item .page-link{
		border: 1px solid #000;
		border-radius: 10px;
		font-size: 16px;
		font-family: Segoe UI Bold;
		padding: 3.5px 15px;
		color: #000;
	}
	.patient-filter span, .patient-filter label{
		font-size: 16px;
	}
	.patient-pagination nav ul.pagination li.page-item .page-link img{
		width: 16px;
	}
	.patient-pagination nav ul.pagination li.page-item .page-link.not-disabled {
	    margin-left: 2px;
	    margin-right: 2px;
	    border: 1px solid #167FC3;
	    color: #167FC3;
	    height: 31px;
	    line-height: 20px;
	}
	.patient-pagination nav ul.pagination li.page-item:first-child .page-link{
		padding-right: 5px;
	}
	.patient-pagination nav ul.pagination li.page-item:last-child .page-link{
		padding-left: 5px;
	}
	.parent-details-section h3{
		font-size: 16px;
	}

	.parent-details-section h3 a img{
		max-width: 16px;
	}
	.parent-details-section{
		min-height: 500px;
		max-height: 500px;
	}
	.clinical-details{
		height: 250px;
	}
	.patient-submit-btn {
	    border-radius: 100px;
	    height: 50px;
	    width: 230px;
	    background-color: #167FC350;
	    color: #fff;
	    font-size: 24px;
	    font-family: Segoe UI Bold;
	    text-decoration: none;
	    display: inline-block;
	    text-align: center;
	    line-height: 50px;
	}
	.patient-box p{
		font-size: 16px;
	}
	.patient-box div span{
		font-size: 16px;
	}
	.patient-box div label{
		font-size: 16px;
	}
	.edit-input{
		font-size: 16px;
	}
	.ai-center{
	border: 1px solid #000;
	border-radius: 10px;
	display:flex;
	justify-content:space-between;
	text-align:center;
	}



	.ai-center{

	h4{
		font-family: Segoe UI Bold;
				font-size: 16px;
	}
	.avaliable-box-ai{
		text-align:center;
		.call-number {
			background-color:#08FF00;
			width: 50px;
			height: 50px;
			border-radius: 50%;
			margin:auto;

			.aspcall{
				background: #ddd;
				width: 24px;
				display: block;
				height: 24px;
				border-radius: 50%;
				margin: auto;
				font-family: Segoe UI Bold;
				font-size: 16px;

			}
			label.totalcall{
				font-family: Segoe UI Bold;
				font-size: 16px;
			}
		}
		p.ainame{
			font-size: 14px;
			font-family: Segoe UI Bold;
		}
		.grey{
			background-color: #818181;
		}
		.orange{
			background-color: #ff5c03;
		}
	}

}


	.avaliable-box-ai{
		text-align:center;
		.call-number {
			background-color:#08FF00;
			width: 45px;
			height: 45px;
			border-radius: 50%;
			margin:auto;

			.aspcall{
				background: #ddd;
				width: 25px;
				display: block;
				height: 25px;
				border-radius: 50%;
				margin: auto;
				font-family: Segoe UI Bold;
				font-size: 16px;

			}
			label.totalcall{
				font-family: Segoe UI Bold;
				font-size: 16px;
			}
		}
		p.ainame{
			font-size: 14px;
			font-family: Segoe UI Bold;
		}
		.grey{
			background-color: #818181;
		}
		.orange{
			background-color: #ff5c03;
		}
	}



	.ai-footer{
	border-top: 1px solid #167FC3;
	margin-top: 15px;
	padding:15px 15px 0;

	.footer-center-circle{
		display: flex;
		gap: 10px;

	}

.footer-aibox{
	display: flex;
	align-items: center;
	gap:15px;

	h4{
		font-family: Segoe UI Bold;
		font-size: 20px;
		margin-bottom: 0;
	}
	span{
		width: 20px;
		height: 20px;
		background-color: #46b824;
		border-radius: 50%;
	}
}

		.circle-aibox {
			flex: 1 1 0%;
			text-align: center;
			display: flex;
			flex-direction: column;
			align-items: center;
		}

		.round-box {
			width: 75px;
			height: 75px;
			border-radius: 50%;
			background-color: #d1e8ff;
			color: #000;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			overflow: hidden;
			box-sizing: border-box;
			text-align: center;
		}

		.round-box span {
			font-family: Segoe UI Bold;
			font-size: clamp(14px, 2vw, 18px);
			line-height: 1.2;
			max-width: 90%;
			word-wrap: break-word;
			white-space: normal;
		}

		.round-box span small {
			display: block;
			font-family: Segoe UI Bold;
			font-size: 12px;
			margin-top: 4px;
		}

		.circle-aibox h5 {
			font-family: Segoe UI Bold;
			font-size: 16px;
		}

	.landscap-aibox{
		flex:1;
		text-align:center;
		display:flex;
		flex-direction:column;
		align-items:center;
		.round-box{
			width: 70px;
			height: 42px;
			text-align: center;
			border-radius: 10px;
			background-color: #ADEDDA33;
			color: #000;
			font-family: Segoe UI Bold;
			font-size: 20px;
			display: flex;
			align-items: center;
			text-align: center;
			justify-content: center;
			border: 1px solid #000;
			position:relative;

			span.blank{
				width: 20px;
				height: 20px;
				border-radius: 50%;
			}

			small{
				font-family: Segoe UI Regular;
				line-height: 0;
				display: block;
				font-size: 16px;

			}
		}
		h5{
			font-family: Segoe UI Bold;
			font-size: 16px;
			margin-bottom: 0;
		}
	}

}
.ai-calllist{
	height: calc(100vh - 279px);
	overflow: auto;
}
.ai-center{
	height: calc(100vh - 279px);
	overflow: auto;
}
.ai-box{
	min-width: 120px;
}
.chat-progress{
	position:relative;
	h4{
		font-size: 20px;
		font-family: 'Segoe UI Bold';
		width: 46px;
		text-align: center;
		margin-left: 20px;
		margin-left: 20px;
        margin-top: 30px;
        line-height: 1;

		small{
			font-family: 'Segoe UI Regular';
			font-size: 14px;
			display: block;
		}
	}
}
.barcontainer{
	height: calc(100% - 70px);
}
.patient-btngrp {
    padding-left: 35px;
    display:flex;
    gap:0px 10px;

    a{
    	text-decoration: none;
    	color: #000;
    	font-family: 'Segoe UI Bold';
    	background-color: #08FF004D;
    	font-size: 20px;
    	padding: 5px 20px;
    	border-radius: 10px;
    	border: 1px solid #000;
    }
}

/*------------------*/
.chat-bottom{
	display: flex;

	.r-progress{
		flex-shrink: 0;
		width:100px;
		text-align:center;
		span{
			width: 50px;
            height: 50px;
            text-align: center;
            border-radius: 50%;
            background-color: #ADEDDA33;
            color: #000;
            font-family: Segoe UI Bold;
            font-size: 20px;
            display: flex;
            margin:auto;
;
            align-items: center;
            text-align: center;
            justify-content: center;
            border: 1px solid #000;
            position: relative;
		}
		label{
			font-family: Segoe UI Bold;
            font-size: 16px;
		}
	}
}


}



@media (max-width: 992px){
	.ai-center{
		display: none;
	}
	button.navbar-toggler {
    	position: absolute;
    	right: 60px;
    	top: 15px;
	}
	.setting-link {
    	position: absolute;
    	top: 15px;
    	right: 15px;
	}
	.ai-footer{
		padding: 0;
	}
	.ai-footer .row {
    	flex-wrap: nowrap;
    	overflow: auto;
    	width: 100%;

    	div{
    		width: auto;
    	}
	}
}
@media (max-width: 768px){
	.main-div{
		margin-top: 70px;
	}
	.patient-filter{
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.navbar-brand img.img-fluid {
    	max-width: 110px;
	}
	.chat-box-details{
		padding-left: 0;
		padding-right: 0;
	}
	.barcontainer{
		margin-left: 15px;
		width: 35px;
	}
	.questionanswer-box{
		display: none;
	}
	.chat-progress {
        h4{
        	margin-left: 10px;
        }
    }
}
