/*************
Hash CSS Start
**************/
@media(max-width: 1920px){
    
}
@media(min-width: 768px){
    
}
@media(max-width: 767px){
	.container{
        padding-right: 16px;
        padding-left: 16px;
    }

    /* 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;
    }
    #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%;
    }
    .main-wrapper {
        min-height: auto;
        height: auto;
    }
    .slider-wrapper, .content-wrapper{
        width: 100%;
    }
    .content-wrapper{
        background-color: var(--main-color);
    }
    .slider-wrapper .slider-img{
        min-height: 450px;
        object-fit: cover;
        object-position: top center;
    }
    .heading-wrapper{
        max-width: calc(100% - 30px);
        width: 100%;
        top: 90px;
    }
    .heading-wrapper > .title{
        font-size: 29px;
        line-height: 34px;
        padding: 10px 10px 30px;
    }
    .heading-wrapper > .subtitle{
        font-size: 20px;
        line-height: 20px;
        margin: -20px auto 0;
        padding: 8px 10px;
    }
    .top-wrapper{
        padding: 30px 40px;
    }
    .sidebar-desc {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;
    }
    .sidebar-subtitle{
        font-size: 20px;
        line-height: 24px;
        max-width: 240px;
        padding: 8px 10px;
        margin-bottom: 16px;
    }
    .item-list {
        margin-bottom: 16px;
    }
    .item-list .item{
        font-size: 14px;
        line-height: 20px;
    }
    .bottom-wrapper {
        padding: 0 0 80px;
    }
    .main-form-title{
        font-size: 17px;
        line-height: 18px;
        text-align: center;
        max-width: 74%;
        margin: 0 auto 16px;
        font-weight: var(--font-weight-regular);
        font-family: var(--font-family-Heebo-Regular);
        color: var(--main-color) !important;
    }
    .main-form-title, .form-order, .note, .copy-text{
        padding: 0 16px;
        color: var(--white-color);
    }
    .copy-text {
        /* margin-top: 40%; */
        margin-top: 13vh;
    }
    form{
        max-width: 100%;
    }
    .form-field-col > p{
        margin-bottom: 10px;
    }
    .wpcf7-form-control-wrap {
        line-height: 20px;
    }
    .wpcf7-response-output{
        font-size: 10px;
        padding: 0.5vh 0.5vw !important;
        line-height: 14px;
        margin: 0 auto !important;
    }
    input:not(input[type="checkbox"], input[type="submit"]){
        padding: 0;
        font-size: 14px;
        line-height: 20px;
        color: var(--white-color);
        height: 4.8vh;
    }
    .form-field-col.col-md-6 {
        max-width: 100%;
    }
    .checkbox-group {
        margin-top: 10px;
        margin-bottom: 16px;
        gap: 0 14px;
    }
    .check-col {
        margin-top: -8px !important;
    }
    .wpcf7-checkbox .wpcf7-list-item-label{
        color: var(--white-color);
        font-size: 10px;
        line-height: 10px;
    }
    .content-wrapper .wpcf7-form-control.wpcf7-checkbox input[type="checkbox"] {
        margin-top: -16px;
    }
    .content-wrapper .wpcf7-checkbox > .wpcf7-list-item > label{
        gap: 10px;
    }
    .wpcf7-checkbox input[type="checkbox"]{
        min-width: 18px;
        width: 18px;
        height: 18px;
        border: 1px solid var(--white-color);
        border-radius: 3px;
    }
    .wpcf7-checkbox input[type="checkbox"]:checked::before{
        width: 8px;
        height: 8px;
        background-color: var(--white-color);
    }
    .wpcf7-checkbox input[type="checkbox"]:checked{
        border: 1px solid var(--white-color);
    }
    .submit-btn input {
        background-color: var(--white-color);
        border: none;
        padding: 7px 3px;
        font-size: 11px;
        line-height: 11px;
        color: var(--black-color) !important;
        box-shadow: none;
        font-family: var(--font-family-Heebo-SemiBold);
        font-weight: var(--font-weight-semibold);
    }
    .submit-btn input:hover{
        background-color: var(--white-color);
        color: var(--black-color) !important;
    }
    .wpcf7-checkbox label{
        padding-right: 28px;
    }
    .wpcf7-not-valid-tip {
        font-size: 10px;
        line-height: 12px;
    }
    .note, .copy-text {
        font-size: 11px;
        line-height: 16px;
    }
    .note {
        margin-bottom: 20px;
        text-align: center !important;
    }
    .logo-wrapper.mobile-logo {
        position: relative;
        left: unset;
        bottom: unset;
        display: block !important;
        filter: unset;
        width: 100%;
        margin: 0 auto 20px;
        max-width: 200px;
    }
    .gallery-wrapper {
        max-width: 100%;
        top: 56.6%;
        left: 0;
        position: absolute;
        height: 300px;
    }
    .slick-gallery .slick-prev, .slick-gallery .slick-next{
        display: none !important;
    }
    .slick-gallery .slick-list, .slick-gallery .slick-track{
        height: 100% !important;
    }
    .slick-gallery .slick-track .slide > img{
        height: 300px;
        object-fit: cover;
        object-position: center center;
    }
    .form-wrapper{
        position: absolute;
        top: 72.75%;
        right: auto;
        max-width: 90%;
        width: 100%;
        margin: 0 auto;
        left: 50%;
        display: block;
        transform: translateX(-50%);
    }
    .form-wrapper .form-order {
        max-width: 71%;
        padding: 0;
        margin: 9% auto 0;
    }


    .wp-btn > a > span{
        text-transform: capitalize !important;
    }
    .mobile-menu{
        background: var(--white-color);
        padding: 0;
        position: fixed;
        bottom: 0;
        width: 100%;
        max-width: 100%;
        display: block;
        z-index: 99;
    }
    .mobile-menu .row{
        margin-right: 0;
        margin-left: 0;
    }
    .detail-mob{
        background: var(--secondary-color);
    }
    .phone-mob{
        background-color: var(--white-color);
    }
    .detail-mob a, .phone-mob a{
        padding: 10px 0;
        display: block;
        text-decoration: none;
        font-size: 18px;
        line-height: 22px;
        font-family: var(--font-family-Heebo-Bold);
        font-weight: var(--font-weight-bold);
        text-align: center;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }
    .detail-mob a img, .phone-mob a img{
        margin-right: 6px;
        margin-right: 6px;
        width: 100%;
        max-width: 35px;
        height: auto;
    }
    .phone-mob a, .phone-mob a:hover, .detail-mob a, .detail-mob a:hover{
        color: var(--main-color);
    }
    .mobile-menu .col-6 {
        width: 50%;
    }
    .detail-mob a > span, .phone-mob a > span {
        max-width: 90px;
        display: block;
    }

    /* Cookie css start */
    .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;
    }
}

@media(max-width: 400px){
	.detail-mob a, .phone-mob a{
        font-size: 18px;
        line-height: 22px;
    }
}