/*Zakat page style start*/
.zakat_main button {
    background-color: #313269;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 15px 15px 15px;
    border: 0px;
    transition: all 0.5s;
    display: block;
    width: 15%;
    text-align: center;
    position: relative;
}
.zakat_main input, .zakat_main select {
    margin-bottom: 20px;
    border-radius: 5px !important;
    padding: 10px 15px !important;
    border: 1.5px solid #2D2D64;
    height: auto !important;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 1px 0px 0px #000;
    font-size: 1rem;
    line-height: 1.5;
}
.zakat_main button:disabled,
.zakat_main button[disabled]{
    opacity: 0.5;
    cursor: not-allowed;
}
.zakat_main button.loading::after {
    content: "";
    border: 3px dotted white;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    top: 49%;
    right: 8%;
    transform: translate(-50%, -50%);
    animation: spin 1s linear infinite;
}
.zakat_main div#response {
    width: 100%;
}
.zakat_main p.red_false {
    color: red;
}
.zakat_main p {
    text-align: center;
    color: black;
    margin-top: 10px;
    font-size: 24px !important;
}

/* Spinning effect */
@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
/* WebKit (Safari/Chrome) */
@-webkit-keyframes spin {
    0% { -webkit-transform: translate(-50%, -50%) rotate(0deg); }
    100% { -webkit-transform: translate(-50%, -50%) rotate(360deg); }
}

/* Mozilla (Firefox) */
@-moz-keyframes spin {
    0% { -moz-transform: translate(-50%, -50%) rotate(0deg); }
    100% { -moz-transform: translate(-50%, -50%) rotate(360deg); }
}

/*Zakat page style end*/


/*contact us for business solutions page style start */
#contactus_business_form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
@media (min-width: 768px) {
    #contactus_business_form .input_main {
        width: 33.333%;
    }
}
#contactus_business_form .input_main {
    padding-right: calc(16px / 2);
    padding-left: calc(16px / 2);
    margin-bottom: 22px;
}
#contactus_business_form .input_main input, #contactus_business_form .input_main select {
    width: 100%;
    color: #9B9B9B;
    background-color: #ffffff;
    border-radius: 50px 50px 50px 50px;
    font-weight: 400;
    font-size: 16px;
    min-height: 47px;
    padding: 6px 16px 6px 16px;
    flex-grow: 1;
    border: 1.5px solid #ffffff;
}
#contactus_business_form .input_main input::placeholder{
    opacity: 0.5;
    font-weight: 400;
    font-size: 16px;

}
#contactus_business_form .input_main select:focus, #contactus_business_form .input_main input:focus {
    outline: 0px;
}
#contactus_business_form button {
    background-color: #313269;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 75px 15px 70px;
    border: 0px;
    transition: all 0.5s;
    position: relative;
}
#contactus_business_form button:disabled,
#contactus_business_form button[disabled]{
    opacity: 0.5;
    cursor: not-allowed;
}
#contactus_business_form button.loading::after {
    content: "";
    border: 3px dotted white;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translate(-50%, -50%);
    animation: spin 1s linear infinite;
}
/* Daily Reqards  */ 
section#promo-bt-sec h2.elementor-heading-title a {
    font-size: 21px;
}
section#promo-bt-sec .elementor-widget-image img {
    width: 50px;
    height: 50px;
}
@media (min-width: 1919px) {
    div#gif-sec {
        width: 24%;
        margin: -16px -15px 0px 0px;
    }
}
/* Spinning effect */
@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
/* WebKit (Safari/Chrome) */
@-webkit-keyframes spin {
    0% { -webkit-transform: translate(-50%, -50%) rotate(0deg); }
    100% { -webkit-transform: translate(-50%, -50%) rotate(360deg); }
}

/* Mozilla (Firefox) */
@-moz-keyframes spin {
    0% { -moz-transform: translate(-50%, -50%) rotate(0deg); }
    100% { -moz-transform: translate(-50%, -50%) rotate(360deg); }
}
#contactus_business_form div#response p {
    text-align: center;
    color: white;
    margin-top: 10px;
    font-size: 24px !important;
}
#contactus_business_form div#response {
    width: 100%;
}
#contactus_business_form div#response p.red_false {
    color: red;
}
#contactus_business_form div#response p::before {
    content : "\2714" !important;
    background : white;
    color : #54C787;
    margin-right : 15px;
    padding : 6px 14px;
    border-radius : 50%;
    font-size : 40px;
    opacity: 0;
}
#contactus_business_form div#response p.show_checkmark::before {
    opacity: 1;
}   
/*contact us for business solutions page style end*/

/*Contact us page style start*/
form#contactus_form_wp {
    display: flex;
    flex-wrap: wrap;
}
#contactus_form_wp input, #contactus_form_wp select, #contactus_form_wp textarea {
    margin-bottom: 20px;
    border-radius: 5px !important;
    padding: 10px 15px !important;
    border: 1.5px solid #2D2D64;
    height: auto !important;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 1px 0px 0px #000;
    font-size: 1rem;
    line-height: 1.5;
}

#contactus_form_wp .customer_name_main, #contactus_form_wp .email_main, #contactus_form_wp .contact_main {
    width: 33%;
    padding-left: 12px;
    padding-right: 12px;
}
#contactus_form_wp .address_main, #contactus_form_wp .cnic_main {
    width: 50%;
    padding-left: 12px;
    padding-right: 12px;
}
#contactus_form_wp .productType_main, #contactus_form_wp #productSubType_main, #contactus_form_wp #complaintType_main, #contactus_form_wp .attachment_main, .message_main {
    width: 100%;
    padding-left: 12px;
    padding-right: 12px;
}

@media (max-width: 767px) {
    #contactus_form_wp .customer_name_main, #contactus_form_wp .email_main, #contactus_form_wp .contact_main, #contactus_form_wp .address_main, #contactus_form_wp .cnic_main, #contactus_form_wp .customer_name_main, #contactus_form_wp .email_main, #contactus_form_wp .contact_main {
        width: 100%;
    }
    #contactus_form_wp button {
        font-size: 20px;
        padding: 10px 25px 10px 25px;
    }
    .zakat_main button {
        width: 15%;
    }
}

@media (max-width: 767px) {
    #contactus_form_wp .customer_name_main, #contactus_form_wp .email_main, #contactus_form_wp .contact_main, #contactus_form_wp .address_main, #contactus_form_wp .cnic_main, #contactus_form_wp .customer_name_main, #contactus_form_wp .email_main, #contactus_form_wp .contact_main {
        width: 100%;
    }
    #contactus_form_wp button {
        font-size: 20px;
        padding: 10px 25px 10px 25px;
    }

}
@media (max-width: 480px) {

    .zakat_main button {
        width: 55%;
    }
}

#contactus_form_wp button {
    background-color: #313269;
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 75px 15px 70px;
    border: 0px;
    transition: all 0.5s;
    position: relative;
}
#contactus_form_wp button:disabled,
#contactus_form_wp button[disabled]{
    opacity: 0.5;
    cursor: not-allowed;
}
#contactus_form_wp button.loading::after {
    content: "";
    border: 3px dotted white;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 15%;
    transform: translate(-50%, -50%);
    animation: spin 1s linear infinite;
}

/* Spinning effect */
@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
/* WebKit (Safari/Chrome) */
@-webkit-keyframes spin {
    0% { -webkit-transform: translate(-50%, -50%) rotate(0deg); }
    100% { -webkit-transform: translate(-50%, -50%) rotate(360deg); }
}

/* Mozilla (Firefox) */
@-moz-keyframes spin {
    0% { -moz-transform: translate(-50%, -50%) rotate(0deg); }
    100% { -moz-transform: translate(-50%, -50%) rotate(360deg); }
}
#contactus_form_wp div#response p {
    text-align: center;
    color: black;
    margin-top: 10px;
    font-size: 24px !important;
}
#contactus_form_wp div#response {
    width: 100%;
}
#contactus_form_wp div#response p.red_false {
    color: red;
}
#contactus_form_wp div#response p::before {
    content : "\2714" !important;
    background : #53C182;
    color : #54C787;
    margin-right : 15px;
    padding : 6px 14px;
    border-radius : 50%;
    font-size : 40px;
    opacity: 0;
}
#contactus_form_wp div#response p.show_checkmark::before {
    opacity: 1;
} 
/*Contact us page style end*/

/* whats app button remove style */
div.chaty.chaty-id-0.chaty-widget-0.chaty-key-0.all_time.active {
    display: none !important;
}
