HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: /var/www/html/video-rental/wp-content/themes/video-rental-old/scss/contact.scss
@import "partials";
.contact-wrap {
    padding: 100px 0 30px 0;
    @media ($sm-1679) {
        padding: 60px 0 30px 0;
    }
    @media ($sm-767) {
        padding: 40px 10px 20px 10px;
    }
    .head-wrap {
        padding-bottom: 55px;
        @media ($sm-1679) {
            padding-bottom: 40px;
        }
         .para-wrp{
        text-align: center;
    }
    }
   
    .form-wrap {
        width: 815px;
        margin: 0 auto;
        @media ($sm-1679) {
            width: 800px;
        }
        @media ($sm-991) {
            width: 700px;
        }
        @media ($sm-767) {
            width: 95%;
        }
        .input-wrap {
            position: relative;
            padding-bottom: 35px;
            @media ($sm-767) {
                padding-bottom: 25px;
            }
            .value {
                font-size: 15px;
                color: #fff;
                font-weight: 500;
                padding: 0 0 10px 0;
                margin: 0;
                display: block;
                @media ($sm-1679) {
                    font-size: 14px;
                }
            }
            .txt,
            .txtarea {
                height: 55px;
                width: 100%;
                display: block;
                border: 1px solid #373737;
                border-radius: 30px;
                background: #000;
                outline: 0;
                box-shadow: none;
                color: #fff;
                font-size: 14px;
                font-weight: 500;
                padding: 10px 20px;
                @media ($sm-1679) {
                    height: 45px;
                    padding: 10px 15px;
                    font-size: 13px;
                }
                &::placeholder {
                    opacity: 1;
                    color: #404046;
                }
            }
            .txtarea {
                height: 225px;
                resize: none;
                @media ($sm-1679) {
                    height: 180px;
                }
                @media ($sm-767) {
                    border-radius: 20px;
                }
            }
            .error {
                position: absolute;
                color: #ff0000;
                font-size: 12px;
                line-height: 1.2;
                width: 100%;
            }
        }
        .btn-wrap {
            padding: 0;
            justify-content: end;
        }
    }
}
.custom-phone-wrapper{
    position: relative;
      .parsley-required,.parsley-length{
        @media($sm-1679){
            bottom: -56px;
        }
      }
    .select-wrap{position: relative;
        &:after {
        content: "";
        position: absolute;
        top:50%;
        right: 8px;
        width: 24px;
        height: 24px;
        pointer-events: none;
        transform: translateY(-50%);
        background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
    }
    }
    .custom-select-code {
    background: #000;
    position: relative;
    appearance: none; /* Remove default arrow (Webkit) */
    -webkit-appearance: none;
    -moz-appearance: none;

    height: 55px; width: 80px;
                
                padding: 10px 20px;
                @media ($sm-1679) {
                    height: 45px;
                    padding: 10px 15px;
                    
                }


}
.custom-phone-input{flex: 1;}
.parsley-length{
    position: absolute;
    left: 0px;
    bottom: -64px;
    @media($sm-1679){
       bottom: -55px;
    }
}
}