/*************
Hash CSS Start
**************/
@media(min-width: 1280px){
	.main-wrapper{
		max-height: 100vh;
		overflow: hidden !important;
	}
}

@media(min-width: 768px) {}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .submit-btn {
        margin-top: -0.5vw;
        width: 100%;
    }
}

	/* Large tablets */
	@media (min-width: 1025px) and (max-width: 1440px) {

	}
	@media (min-width: 768px) and (max-width: 1250px) {
    .video-side {
        height: 100%;
    }
    #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
        font-size: 2vw;
    }
    #pojo-a11y-toolbar {
        top: 2vw !important;
    }
    /* #pojo-a11y-toolbar .pojo-a11y-toolbar-toggle a {
        font-size: 3vw;
    }

    #pojo-a11y-toolbar {
        top: 7vh !important;
    } */

    .container-wrapper {
    position: relative;
    }
    /* .submit-btn {
        margin-top: -0.5vw;
        width: 100%;
    } */
    .kitsiz-video,
    .kitsiz-video .elementor-wrapper,
    .kitsiz-video video {
        height: 100% !important;
    }
    .tablet-image-wrapper {
        height: 100% !important;
    }

    .custom-select-box .wpcf7-form-control-wrap::after {
        border-top: 5px solid #000;
        top: 50%;
    }

    .wpcf7-form-control-wrap {
        display: flex;
    }

    .field-col,
    .submit-btn {
        margin-bottom: 0.5vw;
    }

    .col-md-12.checkbox.form-item5.checkbox-group.d-flex.flex-nowrap {
        align-items: self-end;
        margin-top: 0.5vw;
    }

    .hero-slider .swiper-slide-image {
        min-height: auto;
        height: 100%;
    }

    .form-bottom-text {
        margin: 5px 0 2px;
    }

    .wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
        display: flex;
    }

    .wpcf7-checkbox input[type="checkbox"] {
        height: 1.3vw;
    }
    .wpcf7-checkbox input[type="checkbox"]:checked::before {
        height: auto;
    }

}

	@media(max-width: 767px){

		
		.mute-toggle img {
			width: 15px;
			height: 15px;
		}
		.mute-toggle {
			top: 30px;
			right: 30px;
			width: 20px;
			height: 20px;
		}

		/* 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;
		}
		.image-relative {
			position: relative !important;
			top: unset;
			right: unset;
		}
		.dark-blue-bg-main {
			background: #183E2D !important;
		}
		#cc-floater {
			bottom: 20px !important;
		}
        .position-sticky {
            position: relative !important;
            top: 0;
        }
        
        /**** Form CSS Start ****/
    .wpcf7-response-output {
        font-size: 3.5vw;
        padding: 1.5vh 0.5vw !important;
    }

    .field-col,
    .submit-btn {
        margin-bottom: 10px;
    }

    .form-bottom-text {
        font-size: 12px;
        line-height: 14px;
    }

    .custom-select-box .wpcf7-form-control-wrap::after {
        left: 10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid #000;
    }

    .wpcf7-form-control.wpcf7-select {
        background-position: left 3px center;
        background-size: 38px;
        padding-left: 10px;
    }

    /* .wpcf7-select {
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        background-image: none !important;
    } */

    .field-col label .wpcf7-form-control-wrap,
    .field-col input,
    .wpcf7-select {
        border-radius: 8px;
        margin-bottom: 0;
        padding: 8px 16px;
        font-size: 18px;
        line-height: 24px;
        border: none;
        height: auto;
    }

    .form-order form :where(p, .wpcf7-list-item-label) {
        font-size: 13px !important;
        line-height: 18px !important;
    }

    .submit-btn input {
        padding: 8px 16px !important;
        font-size: 22px !important;
        line-height: 26px !important;
        border-radius: 8px;
        height: 40px;
    }

    .submit-btn img {
        left: 10px;
        width: 18px;
        height: auto;
        top: 45%;
    }

    .green-bg-text {
        font-size: 18px;
        padding: 0 15px;
    }

    .checkbox.checkbox-group {
        margin-bottom: 0;
        flex-wrap: wrap !important;
    }

    .form-logo {
        min-width: 150px;
    }

    .checkbox.checkbox-group>.form-logo {
        order: 2;
        width: 100%;
        max-width: 150px;
        margin: 20px auto 0;
    }

    .wpcf7-checkbox .wpcf7-list-item-label {
        font-size: 12px !important;
        line-height: 14px !important;
    }

    .wpcf7-checkbox input[type="checkbox"] {
        height: 22px !important;
        width: 22px !important;
        min-width: 22px !important;
        margin-top: 4px;
    }

    .checkbox.checkbox-group {
        padding: 0;
    }

    .wpcf7-checkbox label {
        padding-right: 30px;
    }

    .wpcf7-checkbox input[type="checkbox"]:checked::before {
        width: 16px;
        height: 16px;
        font-size: 5vw;
        line-height: 1.8vh;
    }

    .form-logo {
        min-width: auto;
        margin-left: 0;
    }

    .wpcf7-not-valid-tip {
        margin-bottom: 0;
        font-size: 14px;
        line-height: 20px;
    }

    .checkbox-group .wpcf7-not-valid-tip {
        padding-right: 28px !important;
    }
    .video-side {
        height: auto;
        padding-right: 0;
    }

    .heroVideo {
        height: 360px;
    }
    .kitsiz-video {
        height: auto;
    }
    .tablet-image-wrapper {
        height: 100% !important;
    }

    ul.in-privacy-ytr-wrap{
        width: 100%;
        max-width: fit-content;
        margin: auto;
        gap: 0 2vw;
    }
    /* Global Page CSS */
    .privacy-banner {
        min-height: 200px;
        margin-bottom: 40px;
    }
    .privacy-banner h1 {
        font-size: 36px;
        line-height: 42px;
        margin-bottom: 10px;
    }
    .breadcrumbs li {
        font-size: 22px;
        line-height: 22px;
    }
    .page-content {
        margin-bottom: 60px;
    }
    .break-mobile {
        display: none;
    }
    .currency-sign {
        font-size: 20px;
    }
    .price-text {
        font-size: 9px;
        top: 39%;
    }
}
