.category-check-box-row {
		font-size: 14px;
	}

	.select-stlye-icon-check {
		width: 18px; height: 18px; margin-right: 5px;
	}

	.male-hover,.female-hover {
		border: 4px solid #fdfbd9;
	}

	.male-hover:hover,.female-hover:hover {
		border: 4px solid #fcdc46!important;
		background-color: #fcdc46!important;
		cursor: pointer;
	}

	.selectMemberStyleClose {
		color: #ff7f00;
    	/*position: absolute;*/
    	/*right: 0;*/
	}
	
	.text-head-modal {
	   width: 100%; 
	   text-align: center; 
	   border-bottom: 2px solid #f9caad; 
	   line-height: 0.1em;
	   margin: 10px 0 20px;
	   padding-top: 10px; 
	} 

	.text-head-modal span { 
	    background:#fff; 
	    padding:0 10px;
	}

	.cursor-pointer {
		cursor: pointer;
	}

	.smsc_content-loading {
		color: #ff7f00;
	}

	h3.sms_textHead {
		margin-top: 60px;
	}

	.btn-select-cc-header {
		background-color: #ff7f00;
	    padding: .3rem;
	    padding-right: .5rem;
	    padding-left: .5rem;
	    color: #fff;
	    border-radius: 5px;
	    width: 100px;
	}

	.smsc_btnConfrimOrCancel {
		font-size: 1.2rem;
	}

	@media only screen and (max-width: 375px) {
		h3.sms_textHead {
			font-size: 1.2rem;
			margin-top:unset;
		}

		h5.sms_textchild{
			font-size: 1rem;
		}
	}

	@media only screen and (max-width: 425px) {
		h3.sms_textHead {
			margin-top: 0px;
		}
		
	}

	@media (min-width: 992px){
		.modal-lg-custom {
			max-width: 320px;
		}
	}