﻿
.whatsap_barcode {
    height: 154px;
}

.container {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.Txtbox {
    border-radius: 4px !important;
    /*box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;*/
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px inset;
}

.form-control {
    height: 50px;
}

.txtred {
    color: red;
}

.tareheight {
    min-height: 250px;
}
/*.btnsubmit {
        margin-top: 2%;
    }*/

.upload-dropzone {
    border: 1px solid #87929D;
}

    .upload-dropzone input[type=file] {
        filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
        opacity: 0;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
        height: 100%;
        width: 100%;
    }

.upload-dropzone {
    /*border: 1px solid #ddd;*/
    font-size: 12px;
    overflow: hidden;
    position: relative;
    text-align: center;
    border-radius: 4px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px inset;
}

    .upload-dropzone span {
        color: black;
        display: inline-block;
        line-height: 24px;
        padding: 7px;
    }

.FileLinkIcon {
    /*content: fa-sheqel (alias) [&#xf20b;]*/
}

.btnsubmit {
    text-align: center;
    background-color: #E81D25 !important;
    border-radius: 5px !important;
    width: 100% !important;
    font-size: 17px !important;
}

.upload-pool {
    margin: 0;
    overflow: hidden;
    padding: 0;
}

/*input[type=submit] {
        cursor: pointer;
        background-color: rgba(12, 76, 145, 1);
        border: 0;
        border-radius: 4px;
        color: #FFFFFF;
        font-size: 14px;
        line-height: 2.72;
        min-width: 190px;
        padding: 0 1.9286em;
        width: 100%;
    }*/

@media (min-width: 768px) {
    .button-large, input[type=submit] {
        width: auto;
    }
}

@media (max-width: 768px) {
    .pc_mail, .pc_msg, .pc_phone {
        height: -webkit-fill-available;
    }

    .secheight {
        max-height: 35px;
    }

    .secQr {
        text-align: center;
    }

    .firstphone, .firstemail {
        margin-top: 0 !important;
    }
}

.border1 {
    border: 1px solid #aaa;
    padding: 2% 9% !important;
    margin: 13% !important;
}

.FirstDv {
    /*border-radius: 14px !important;*/
    border-radius: 8px !important;
    background-color: #F2F2F2 !important;
}

.FirstDv1 {
    border-radius: 14px !important;
}

.pading {
    padding: 10px 35px;
}

#Contact_Banner {
    background: url(../Images/pc_contactusbanner.jpg) no-repeat center center;
    background-position: center !important;
    background-size: cover !important;
    position: relative !important;
}

.bannerTxtDv {
    /*text-align: center;*/
    padding-top: 9%;
    padding-bottom: 9%;
}

.MainFileNameDv {
    padding-top: 2% !important;
}

.FileNameDv {
    background-color: white;
    padding: 2% 4%;
    border-radius: 5px;
    margin-top: 2%;
    overflow: hidden;
    display: flex;
}

.frmtext {
    font-size: 14px;
}

.FileTxt {
    font-weight: 500;
    width: 96%;
}

.closeBtn {
    color: red;
    cursor: pointer;
    font-weight: bold;
}

input[type="checkbox"] {
    margin: 4px 0 0;
    line-height: normal;
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: none !important;
}

.HeadTitleTxt {
    font-size: xx-large;
    font-weight: normal;
    color: #4B4B4B;
}

.cityNameTxt {
    color: #4B4B4B;
    font-size: x-large;
    /*font-weight: 600;*/
    margin-left: 3%;
}

.CityAdd {
    padding: 0px 47px;
    font-size: large;
}

input[type="checkbox"]:focus {
    outline: none;
    outline-offset: -2px;
}

.form-control:focus {
    border-color: white !important;
    outline: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

input, select, textarea {
    max-width: 100%;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* semi-transparent black */
    z-index: 9999; /* ensure it's above other elements */
    pointer-events: auto; /* enable pointer events to block user interaction */
}

.loader {
    border: 4px solid rgba(0, 0, 0, 0.1); /* Light border */
    border-top: 4px solid #333; /* Darker border on top */
    border-radius: 50%; /* Make it round */
    width: 40px;
    height: 40px;
    animation: spin 0.8s linear infinite; /* Spin animation */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.disable-scroll {
    overflow: hidden;
}

.BannerTxt {
    color: #323232;
    /*margin-bottom: auto;*/
    /*font-size: xxx-large;*/
    font-weight: 500;
}

@media screen and (max-width: 768px) and (min-width: 200px) {
    .BannerTxt {
        font-size: medium !important;
    }

    .BaanerTxtDv {
        left: 34% !important;
    }
}

.BaanerTxtDv {
    position: absolute;
    top: 39%;
    left: 26%;
    transform: translate(-50%, -50%);
    text-align: center;
    /*background-color: rgba(0, 0, 0, 0.5);*/ /* Semi-transparent background */
    padding: 5px;
}

.container1 {
    position: relative;
    text-align: center;
    /*color: white;*/
}

.pc_msg {
    position: absolute;
    top: 65%;
    left: 15%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 5px;
}

.pc_phone {
    position: absolute;
    top: 65%;
    left: 26%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 5px;
}

.pc_mail {
    position: absolute;
    top: 65%;
    left: 37%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 5px;
}

.secheight {
    max-height: 75px;
}

.firstphone {
    margin-top: 6%;
}

.firstemail {
    margin-top: 22%;
    margin-bottom: 0px;
}

@media screen and (max-width: 1199px) and (min-width: 769px) {
    .pc_msg, .pc_phone, .pc_mail {
        width: 11%;
    }
}

.highlight-error-field, .highlight-error-field:focus {
    border: 2px solid red !important;
}

.Requiredgroup {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.frmerrormsg {
    font-size: 13px;
    color: #E13335;
    padding-left: 5px;
    display: none;
}

h1 {
    font-size: 45px !important;
    font-weight: bolder !important;
}

.p {
    font-size: 18px !important;
}

iframe {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
}

.capImage {
    cursor: pointer;
    align-self: center;
    font-size: 2rem;
}

.capBtn {
    transform: rotate(45deg);
    display: inline-table;
    font-weight: bold;
}

.cardContact {
    font-size: large;
    padding-left: 2%
}

.cardCantainer {
    border-radius: 8px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
    padding: 5.6%;
}

.img-fluid {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 35px !important;
    }
}
