/*Logged In Media Query */

/*============ Android Mobile Css Larg ViewPort ================*/
@media only screen and (min-width: 461px) and (max-width: 767px)  {
.cnjp-form .selectbox, .form .w .input, .form .w .textarea {
    padding: 5px 12px !important;
}
form .selectbox, .form .w .input, .form .w .textarea {
    width: 100%;
    background: #fff url(../images/validation_tick.gif) no-repeat 87.5% 50%;
    border: 1px solid #a5c8a6;
    padding: 5px 12px;
    border-radius: 5px;
    outline: none;
    color: #000;
}
} 

/*============ IPhon 6, 7 Plus Mobile Css  ================*/
@media only screen and (min-width: 414px) and (max-width: 460px)  {


} 

/*============ IPhon 6, 7 Mobile Css  ================*/
@media only screen and (min-width: 375px) and (max-width: 413px)  {
	
} 

/*============ IPhon 5 Mobile Css  ================*/
@media only screen and (min-width: 320px) and (max-width: 374px)  {
	
	.form .selectbox, .form .w .input, .form .w .textarea {
   
    border: 1px solid #a5c8a6;
    padding: 5px 5px;
    border-radius: 5px;
    outline: none;
    color: #000;
}

.AD-Padding-Adjust{
	
	padding:5px 7px !important;
}


} 