@charset "utf-8";
/* CSS Document */
/* ---------------------------------------------------- */
/* Mobile First: All phone sizes up to 600px */
/* Extra small devices (small phones) */

/* Extra large phones (iPhone 12/13/14 Pro Max) */
@media (max-width: 399px) {
	
	#modal-ad-title {
		font-size: 20px;
		font-weight: 700;
		color:#00bbff;
	}
	
	.text-sub-catgory {
    font-size: 14px;
	padding-bottom: 12px;
	}
	
	#modal-ad-price {
    font-size: 16px;
    font-weight: 700;
    color: #ec038a;
	}
	
	.divisionbottom3 {
    border-bottom: 1px solid #000f50;
    margin-bottom: 14px;
	}
  
}

@media (max-width: 399px) {
	
	#src-modal-ad-title {
		font-size: 20px;
		font-weight: 700;
		color:#00bbff;
	}
	
	.text-sub-catgory {
    font-size: 14px;
	padding-bottom: 12px;
	}
	
	#src-modal-ad-price {
    font-size: 16px;
    font-weight: 700;
    color: #ec038a;
	}
	
	.divisionbottom3 {
    border-bottom: 1px solid #000f50;
    margin-bottom: 14px;
	}
  
}


/* General mobile (all phones up to 600px) */

/* Small laptops / desktops */


@media (min-width: 400px) and (max-width: 812px) {
	
	#modal-ad-title {
		font-size: 24px;
		font-weight: 700;
		color:#00bbff;
	}
	
	
	.divisionbottom3 {
    border-bottom: 1px solid #000f50;
    margin-bottom: 18px;
	}
	
	.text-sub-catgory{
	font-size: 16px;
	padding-bottom: 14px;
	}
	
  	#modal-ad-price {
    font-size: 16px;
    font-weight: 700;
    color: #ec038a;
	}
	
	
}



/* Responsive Navbar for Mobile - CURTAIN MENU */
@media (max-width: 960px)  {
	
    .divisionbottommobile {
/*    border-bottom: 1px solid #000f50;*/
    margin-bottom: 180px;
	}
}


/* Small phones (iPhone 6/7/8/X/11/12/13 Mini) */
@media (max-width: 375px) {
	
  
}

/* Large phones (iPhone Plus, newer large Androids) */
@media (max-width: 414px) {
  /* ... */
}



/* Small laptops / desktops */
@media (min-width: 1025px) and (max-width: 1366px) {
  /* ... */
}

/* Standard desktops */
@media (min-width: 1367px) and (max-width: 1600px) {
  /* ... */
}

/* Large screens / TVs */
@media (min-width: 1601px) {
  /* ... */
}

/* General Mobile & Tablet (Portrait) Styles */
/* Applies to devices with a screen width of 768px or less, including all phones and tablets in portrait mode. */
@media (max-width: 768px) and (max-width: 1023px) {
	
}

@media (min-width: 400px) and (max-width: 812px) {
	
	#src-modal-ad-title {
		font-size: 24px;
		font-weight: 700;
		color:#00bbff;
	}
	
	
	.divisionbottom3 {
    border-bottom: 1px solid #000f50;
    margin-bottom: 18px;
	}
	
	.text-sub-catgory{
	font-size: 16px;
	padding-bottom: 14px;
	}
	
  	#src-modal-ad-price {
    font-size: 16px;
    font-weight: 700;
    color: #ec038a;
	}	
}