/*************
Hash CSS Start
**************/
@media(min-width: 2400px){
    .cky-consent-container{
        max-width: 61vw !important;
    }
    input:not(input[type="checkbox"], input[type="submit"]){
        min-height: 3.9vh;
    }
}
@media(max-width: 767px){
	#pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
        padding: 10px;
    }
    #pojo-a11y-toolbar {
        font-size: 14px !important;
    }
    /* Cookie css start */
    .cky-consent-container{
        max-width: 100%;
    }
    .cky-banner-bottom{
        bottom: unset !important;
    }
    .cky-notice .cky-notice-group :where(.cky-notice-des > p, .cky-notice-des a){
        font-size: 11px;
        line-height: 15px;
        text-align: center;
    }
    .cky-notice-btn-wrapper{
        margin-top: 5px !important;
    }
    .cky-btn{
        font-size: 12px !important;
        line-height: 16px !important;
        padding: 5px !important;
        max-width: fit-content !important;
    }

    /* Privacy Modal CSS */
    .privacy-wrapper{
        width: 100%;
        height: 100vh;
        min-height: 100vh;
        padding: 50px 20px;
        top: 0;
        left: 0;
        transform: unset;
    }
    .privacy-wrapper .privacy-content h2 {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 22px;
    }
    .privacy-wrapper .privacy-content :where(p, li, a) {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 20px;
        text-align: justify;
    }
    .privacy-close-btn {
        top: 10px;
        right: 20px;
    }
    .privacy-close-btn > img{
        width: 30px;
    }

    /**** Form CSS ****/
    .form-field-col.col-md-4 {
        max-width: 100%;
    }
    .form-field-col > p{
        margin-bottom: 6px;
    }
    .contactUs .form-field-col:nth-child(1) input{
        border-top-left-radius: 16px !important;
    }
    .form-field-col > p > span:first-child{
        top: 8px;
        font-size: 14px;
        right: 5px;
    }
    .wpcf7-form-control-wrap {
        line-height: 20px;
    }
    input:not(input[type="checkbox"], input[type="submit"]){
        font-size: 16px;
        line-height: 20px;
        color: #000;
        min-height: 40px;
        padding-right: 46px;
    }
    .wpcf7-not-valid-tip {
        font-size: 12px;
        line-height: 18px;
    }
    .wpcf7-checkbox input[type="checkbox"]{
        min-width: 16px;
        width: 16px;
        height: 16px;
        border: 1px solid var(--white-color);
    }
    .wpcf7-checkbox input[type="checkbox"]:checked::before{
        width: 7px;
        height: 7px;
    }
    .check-col .wpcf7-not-valid-tip{
        margin-top: 0;
    }
    .wpcf7-checkbox label{
        padding-right: 22px;
    }
    .wpcf7-checkbox .wpcf7-list-item-label{
        font-size: 11px;
        line-height: 13px;
	max-width: 76% !important;
color: #e6e1e1b5 ;
    }
	.check-col{
		margin-top: 0;
	}
    .submit-btn input{
        padding: 11px 5px;
        font-size: 18px;
        line-height: 18px;
        border-bottom-right-radius: 16px !important;
    }
    .wpcf7-response-output {
        font-size: 10px;
        padding: 7px 10px !important;
        line-height: 12px;
        margin: 8px auto !important;
        text-align: center;
    }
    .sticky-btn a{
        width: 100% !important;
    }
}

@media(max-width: 400px){
	
}