/*************
Hash CSS Start
**************/
@media(max-width: 1920px){
    
}
@media(min-width: 768px){
    
}
/* Large tablets */
@media (min-width: 1025px) and (max-width: 1440px) {

}

@media (min-width: 768px) and (max-width: 1250px) {

}

@media (min-width: 768px) and (max-width: 1200px) {
    .divider-height {
        height: 4vh !important;
        width: 1px !important;
    }
    input, textarea, select{
        font-size: 1.5vw;
    }
    .submit-col .global-btn{
        line-height: 1.4;
        padding: 0.5vw 1.4vw;
        font-size: 1.7vw;
    }
    .privacy-checkbox .wpcf7-list-item-label, .checkbox-group .second.last .wpcf7-list-item-label{
        font-size: 0.8vw;
    }
    .second {
        margin-top: 1vw;
    }
    .privacy-checkbox.first .wpcf7-not-valid-tip{
        bottom: -1vw;
    }
    .privacy-checkbox.second .wpcf7-not-valid-tip {
        bottom: -1.4vw;
    }

}
@media (min-width: 768px) and (max-width: 900px) {
    .divider-height {
        height: 2vh !important;
        width: 1px !important;
    }
}
@media(max-width: 767px){
	/* Privacy Modal CSS */
    .privacy-wrapper{
        width: 100%;
        height: 100vh;
        min-height: 100vh;
        padding: 50px 20px;
        top: 0;
        left: 0;
        transform: unset;
        position: fixed;
    }
    .privacy-wrapper .privacy-content h2 {
        margin-bottom: 16px;
        font-size: 18px;
        line-height: 22px;
    }
    .privacy-wrapper .privacy-content h3 {
        margin-top: 16px;
        margin-bottom: 10px;
        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: right;
    }
    .privacy-close-btn {
        top: 10px;
        right: 20px;
    }
    .privacy-close-btn > img{
        width: 30px;
    }
    .pv-link, .pv-links > span{
        font-size: 14px;
    }
    .privacy-wrapper .privacy-content{
        padding-bottom: 0px !important;
    }

    /* Accessibility CSS */
    #pojo-a11y-toolbar.pojo-a11y-toolbar-left{
        left: unset !important;
        transition: right 750ms cubic-bezier(.23, 1, .32, 1) !important;
        right: -180px !important;
        z-index: 99999999;
    }
    #pojo-a11y-toolbar.pojo-a11y-toolbar-left.pojo-a11y-toolbar-open{
        right: 0 !important;
    }
    #pojo-a11y-toolbar.pojo-a11y-toolbar-left .pojo-a11y-toolbar-toggle {
        right: 180px !important;
    }
    #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a{
        font-size: 150%;
    }

    
    /**** Contact form css start ****/
    .privacy-checkbox {
        width: 100%;
    }
    .first.last .wpcf7-list-item-label{
        font-size: 14px;
        line-height: 1.2;
    }
    .second.last .wpcf7-list-item-label{
        font-size: 14px;
        line-height: 1.2;
    }
	.main-contact-form .form-field label span.wpcf7-form-control-wrap {
		width: 100%;
	}
	input, textarea, select {
		padding: 10px 16px !important;
		font-size: 4.4vw;
	}
	.main-contact-form label span:first-child {
		min-width: 8vw;
		font-size: 3.4vw;
		line-height: 1;
	}
	.form-field {
		margin-bottom: 16px;
	}
	.form-field.privacy-checkbox {
		margin-bottom: 20px;
	}
	.submit-col{
		margin-bottom: 0 !important;
	}
	.privacy-checkbox .wpcf7-list-item-label {
		font-size: 10px;
		line-height: 1.3;

	}
	.privacy-checkbox input {
		width: 18px;
		margin-left: 12px;
		height: 18px;
	}
	.privacy-checkbox input[type="checkbox"]:checked::before{
		font-size: 12px;
	}
	.wpcf7-not-valid-tip {
		font-size: 3vw;
		bottom: -15px;
	}
	.privacy-checkbox.first .wpcf7-not-valid-tip {
		top: 23px;
        bottom: 0;
	}
    .privacy-checkbox.second .wpcf7-not-valid-tip {
		top: 32px;
        bottom: 0;
	}
	.privacy-checkbox .wpcf7-list-item-label.next{
		margin-top: 16px;
	}
	.submit-col .global-btn {
		padding: 9px 20px;
		font-size: 5vw;
        border: 1px solid transparent !important;
	}
	.wpcf7 form .wpcf7-response-output {
		font-size: 12px;
		line-height: 1.5;
		margin: 25px 0 6px 0;
	}
    .first.last input {
        width: 20px !important;
        height: 20px !important;
        margin-left: 13px !important;
        border-radius: 4px;
        padding: 0 !important;
    }
    .second.last input {
        width: 20px !important;
        height: 20px !important;
        margin-left: 13px !important;
        border-radius: 4px;
        padding: 0 !important;
    }
    .privacy-checkbox {
        margin-top: 15px;
    }
    .form-field{
        min-width: 100%;
    }
    .form-field select{
        font-size: 4.4vw;
        padding: 12px 16px;
        background-position: right 16px center;
        background-size: 14px;
        padding-right: 40px;
    }
    .submit-col{
        min-width: 100%;
    }
    .submit-col .global-btn{
        min-width: 100%;
        margin-bottom: 12px;
    }
    .submit-col .global-btn {
        background: linear-gradient(91.5deg, #AB884A 16.29%, #E1C36C 90.81%) !important;
        border: none;
    }
    
    .divider-height {
        height: 30px !important;
    }
}

@media (min-width: 2500px) {

}