:root{
    --black: #575555;
    --nav-bg: #e2dcdc;
    --main-bg:#f9f9f9;
    --nav-hover: #2426c0;
    --nav-border: #2a2dc5;
    --email: #4d74f3;
    --white: #fff;
    --login:#0a9605;
    --empty:#5afd90;
    --empty-dark:#66f595;
    --logout:#ec260c;
    --guest-login:#c9c624;
    --border:2px solid #ccc;
    --box-shadow:0 .5rem 1rem #5a56561a;
    --topbar-border: 0 7px 25px #16161657;
}

*{
  scroll-behavior: smooth;
  
}
body {
    padding: 0px;
    margin: 0px;
}
.empty{
    height: 45px;
    padding-left: 10px;
    background: var(--empty);
    color: var(--black);

    display: flex;
    align-items: center;
}
a{
    text-decoration: none;
}
.request_btn{
    text-decoration: none;
    color: var(--black);
    background: var(--empty-dark);
    padding: 5px 2px;
    border-radius: 3px;
    transition: .6s;   
}
.request_btn:hover{
    color: var(--logout);
    background: var(--empty);
    border: 2px solid var(--empty-dark);
    padding: 5px 2px;
    transition: .6s;    
}
 /* The switch - the box around the slider */
 .switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 34px;
  }
  
  /* Hide default HTML checkbox */
  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }
  
  /* The slider */
  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: var(--white);
    -webkit-transition: .4s;
    transition: .4s;
  }
  
  input:checked + .slider {
    background-color: var(--login);
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px var(--login);
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(65px);
  }
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }
  
  .slider.round:before {
    border-radius: 50%;
  } 

    .swtching h3{
        color: var(--black);
        margin-bottom: 2px;
        font-size: 14px;
    }
    #large_view{
        display: block;
    }
    /* .large_view.active{
        display: none;
    } */

    #table_view{
        display: none;
    }
    /* .table_view.active{
        display: block;
    } */


.make_payment_body{
    background: black;
    background-image: url('../images/pay1.png');
    background-repeat: no-repeat;
    background-size: cover;
    
}

@-webkit-keyframes shake{
    from{
        -webkit-transform: rotate(15deg);
    }
    to{
        -webkit-transform: rotate(-15deg);
        -webkit-transform-origin: center
        center;
    }
}


.all_payment_container{
    width: 100%;
    height: 100%;


 }
.payment_nav{
    width: 100%;
    height: 40px;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    right: 0;
    background: var(--white);

    z-index: 1000;
 }
.payment_nav nav{
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    box-shadow: var(--box-shadow);
 }
.payment_nav nav a{
    /* height: 100%; */
    padding: 10px 5px;
    font-size: 17px;
    margin-right: 14px;
    display: flex;
    align-items: center;
    color: var(--black);
    text-decoration: none;
    cursor: pointer;

 }
.icons{
    display: flex;
    align-items: center;
    justify-content: center;
}
 #menu-btn{
    display: none;    
}
 
#menu-btn ion-icon{
    color: var(--black);
    font-size: 25px;
    transition: .6s ease-in-out;
}
#menu-btn ion-icon:hover{
    color: var(--nav-hover);
    scale: 2;
    transform: rotate(360deg);
    transition: .6s ease-in-out;
}

/* Displaying payment forms start */

 .tithe_cont,
 .general_cont,
 .harvest_cont,
 .consultation_cont{
    display: none;
    margin-top: 55px;
    margin-bottom: 55px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
 }
 .tithe_cont.active,
 .general_cont.active,
 .harvest_cont.active,
 .consultation_cont.active{
    display: block;
 }




/* Displaying payment forms end */

/* Make payment footer start */
    .bottom_nav{
        height: 40px;
        width: 60%;
        position: fixed;
        bottom: 0;
        margin: 0 20%;
        border: var(--border);
        border-radius: 13px;
        background: var(--email);

        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .bottom_nav .nav_box{
        line-height: 0;
        text-align: center;
        transition: .6s;
    }
    .bottom_nav .nav_box:hover h3{
        display: block;
        transition: .6s;
    }
    .bottom_nav .nav_box h3{
        font-size: 14px;
        color: var(--nav-bg);
        display: none;
        transition: .6s;
    }
    .bottom_nav ion-icon{
        font-size: 25px;
        color: var(--white);
    }

/* Make payment footer end */

.account_container{
    /* width: 900px; */
    width: 80%;
    height: 100%;
    display: flex;
    align-items: center;
    margin: 25px 0 0 10%;
    box-shadow: var(--topbar-border);
    background: var(--white);
    
    border: 1px solid red;

}

.account_cont{
    margin-top: -80px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* border: 1px solid red; */

}

.banner{
    height: 200px;

    background-image: url('../photos/banner.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.banner2{
    height: 200px;

    background-image: url('../photos/banner2.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

 h2{
    font-size: 30px;
    color: var(--white);
    text-align: center;
    font-weight: bolder;
    letter-spacing: 1px;
    position: relative;
    top: -70px;
}
.img{
    width: 60%;
    height: 100%;
}
.form{
    width: 500px;
    height: 100%;  
    box-shadow: var(--topbar-border);
    background: var(--white);  
    margin-top: 2%;
}

.form h3{
    font-size: 20px;
    color: var(--nav-border);
    letter-spacing: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.form .goBack{
    font-size: 16px;
    margin-left: 5px;
    color: var(--black);
}

.form p{
    font-size: 18px;
    color: var(--black);
    padding-left: 2%;
    margin-top: 10%;
}

.form a{
    font-size: 17px;
    color: var(--nav-hover);
    text-decoration: none;
    padding-left: 1.5%;
    
}
.form a:hover{
    color: var(--logout);
}

.form .input_box{
    width: 100%;
    height: 100%;    
    display: flex;
    align-items: center;
    margin-top: 35px;
    margin: 6px 0;
    
}

.form form ion-icon{
    padding: 10px 5px;
    color: var(--nav-bg); 
    font-size: 33px;  

    position: relative;
    left: 25px;
}

.form form input,
.form form select{
    width: 100%;
    height: 45px; 
    margin-left: -2px;
    padding-left: 35px;
    background: transparent;
    outline: none;  
    font-size: 18px;  
    transition: .4s;
    border: none;
    border-bottom: 1px solid var(--nav-bg);
}

.form form input:focus{
    font-size: 16px;  
    transition: .4s;
}

.form .input_box .btn{
    width: 96%;
    height: 45px; 
    padding-left: 3px;
    margin-left: 2%;
    border-radius: 5px;
    font-size: 17px;
    color: var(--white);
    outline: none;
    margin-top: 15px;

    border: none;
    background: var(--nav-border);
    transition: .6s;
}
.form .input_box .btn:hover{  
    margin-left: 15px; 
    background: var(--nav-hover);
    transition: .6s;
}

form .p_img {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
}

form .pro_pic {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}


.see_pass,
.see_pass2{
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.see_pass:hover,
.see_pass2:hover{
    cursor: pointer;
}
.see_pass #hide,
.see_pass #show{
    font-size: 24px;
    background: transparent;
    color: var(--black);
    position: relative;
    left: -30px;
}

.see_pass2 #hide2,
.see_pass2 #show2{
    font-size: 24px;
    background: transparent;
    color: var(--black);
    position: relative;
    left: -30px;

}

 .see_pass #show,
 .see_pass2 #show2{
    display: none;
}


/* Message Showing */
.message{
    position: absolute;
    top:0;
    max-width: 100%;
    margin:0 auto;
    background-color: var(--empty);
    padding:1rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:1.5rem;
    z-index: 10000;
    
 }
 
 .message span{
    font-size: 20px;
    letter-spacing: 2px;
    color:var(--black);
 }

 
 .message ion-icon{
    font-size: 35px;
    cursor: pointer;
    color:var(--logout);
    transition: .5s;
 }
 
 .message ion-icon:hover{
    color:var(--logout);
    transition: .5s;
 }

.textarea1{
    margin-left: 0px;
}

 textarea{
    width: 95%;
    /* margin-left: 4%; */
    font-size: 16px;
    margin-right: 1%;
    padding: 6px;
    height: 120px;
    resize: vertical;
    transition: .3s;
    line-height: 24px;
    border: 1px solid var(--nav-bg);
 }

 textarea:focus{
    font-size: 17px;
    transition: .3s;
 }
 
/* #textarea1{
    width: 100%;
    margin-left: -4% !important;
    margin-right: 1%;
   
} */

 .arlet_message{
     position: fixed;
     top:0;
     max-width: 100%;
     margin:0 auto;
     background-color: var(--email);
     padding:1rem;
     display: flex;
     align-items: center;
     justify-content: space-around;
     gap:1.5rem;
     z-index: 10000;
     
  }
  
  .arlet_message span{
     font-size: 20px;
     letter-spacing: 2px;
     color:var(--nav-bg);
  }
 .arlet_message ion-icon{
    font-size: 35px;
    cursor: pointer;
    color:var(--guest-login);
    transition: .5s;
 }
 .arlet_message ion-icon:hover{
    margin-right: 15px;
    transition: .5s;
 }

 /* Payment Form */
 
 .payment_form h3{
    font-size: 26px;
    color: var(--nav-hover);
 }
 .payment_form .noteDetails{
    font-size: 12px;
    color: var(--logout);
    margin: -4px 0;
    padding-left: 7px;
 }

 .input_container{
    height: 100%;
    width: 100%;
    margin-top: 15px;
    padding-left: 7px;
    
 }
 .input_container h3{
   font-size: 12px;
   color: var(--black);
   /* margin-bottom: -15px; */
 }

 .input_container .pay_address{
    height: 40px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: left;
   
   
 }

 .input_container .pay_address button{
    padding: 10px 0;
    margin-left: 10px;
    width: 20%;
    font-size: 13px;
    border: none;
 }
 .input_container .pay_address h4{
    font-size: 15px;
    padding: 10px 0;
    padding-left: 6px;
    border: 2px solid var(--main-bg);
    width: 70%;
 }

 .btn_contain{
    display: flex;
    align-items: center;
    justify-content: space-between;

 }
 .btn_contain span{
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
 }

 .btn_contain span a{
    font-size: 16px;
    width: 100px;
    color: var(--black);
    margin-left: 7px;
 }
 .btn_contain span ion-icon{
    font-size: 25px;
    padding: 0;
    background: transparent;
    color: var(--nav-hover);
 }

 #myName,
 #mycontact{
    border: none;
    color: var(--black);
    outline: none;
 }


 /* Payment form end */

/* Consultation page start */
.consult_container{
    display: block;
    margin-top: 17%;
    position: relative;
}
 .con_img_box{
    height: 350px;
    width: 90%;
    margin: 0 5%;

    /* border: 1px solid red; */
 }
 .con_img_box .consult_img{
    height: 100%;
    width: 100%;
 }

.btn_print{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    cursor: pointer;
    /* border: 1px solid red; */
}
.btn_print ion-icon{
    margin: 25px 0;
    padding: 2px;
    font-size: 30px;
    color: var(--black);
}
 
 .field_cotain{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
    margin: 5px 0;
    
    /* border: 1px solid red; */
 }
 .field_cotain .input_box{
    height: 45px;
    width: 45%;
    
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--nav-bg);
    /* box-shadow: var(--box-shadow); */
    /* border: 1px solid blue; */
 }
 
 .field_cotain .input_box input{
    font-size: 14px;
    padding-left: 5px;
    transition: .4s;
    width: 100%;
 }
 .field_cotain .input_box input:focus,
 .textarea .input_box textarea:focus,
 .field_cotain .input_box select:focus{
    font-size: 17px;
    transition: .4s;
    color: #000;
 }
 
 .field_cotain .input_box select{
    width: 100%;
    height: 100%;
    color: var(--black);
    font-size: 14px;
    background: transparent;
    transition: .4s;
 }
 
 .field_cotain .input_box ion-icon{
    font-size: 25px;
    padding: 10px 7px;
    /* background: var(--nav-border); */
    color: var(--nav-bg);
 }
 
 .textarea .input_box{
    margin-left: 20px;
    width: 95%;
    
    /* box-shadow: var(--box-shadow); */
 }
 .textarea .input_box textarea{
    width: 100%;
    padding-left: 5px;
    font-size: 14px;
    transition: .4s;
 }
.btn_box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 6px;

}
.btn_box .consult_btn{
    width: 97px;
    height: 100%;
    color: var(--white);
    background: var(--nav-hover);
    border-radius: 10px;

    padding: 13px 17px;
}
.consult_form form{
    padding-bottom: 5px;
    margin-bottom: 14px;
}

.consult_container .arlet_message{
    position: fixed;
    top:140px;
    max-width: 100%;
    margin:0 auto;
    background-color: var(--email);
    padding:1rem;
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap:1.5rem;
    z-index: 10000;
    
 }
 
 .consult_container .arlet_message span{
    font-size: 20px;
    letter-spacing: 2px;
    color:var(--nav-bg);
 }
 .consult_container .arlet_message ion-icon{
   font-size: 35px;
   cursor: pointer;
   color:var(--guest-login);
   transition: .5s;
}
.consult_container .arlet_message ion-icon:hover{
   margin-right: 15px;
   transition: .5s;
}

/* Consultation page end */

/* Switching btwn tables and large view */
 
/* Date Searching start */
.search_by_date{
    margin-top: 20px;
}
.search_by_date .date_box{
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-around;

    border: none;
}
.search_by_date .date_box .date_col h5{
    color: var(--black);    
}
.search_by_date .date_box .date_col input{
    /* font-size: 15px; */
    color: var(--black); 
    border: 2px solid var(--nav-bg);
    height: 28px;   
    padding: 0px 10px; 
    border-radius: 10px;  
    background: var(--nav-bg);
}
.search_btn_form{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.search_btn_form .btn_Search_Date{
    width: 35px;
    height: 35px;
    font-size: 17px;
    color: var(--nav-bg);
    background: var(--main-bg);
    padding: 5px;
    margin-top: 15px;
    margin-left: -45%;
    /* margin-right: 10px; */
    border-radius: 50%;
    cursor: pointer;
    border: none;
}
.search_btn_form .btn_Search_Date:hover,
.search_btn_form .btn_Search_Date:hover ion-icon{
    background: var(--email);
    color: var(--white);
}
.search_btn_form .btn_Search_Date ion-icon{
    color: var(--ligt-black);
    font-size: 21px;
}
/* Date Searching end */

 /* Responsiveness */
  
 
@media (max-width: 973px){
    .search_by_date .date_box{
        width: 70%;
        justify-content: space-around;
    
        border: none;
    }
    .search_btn_form .btn_Search_Date{
         margin-left: -20%
        }

}
 

@media (max-width: 810px)
{
    .account_container{
        width: 100%;
        height: 100%;
        margin: 5px 0 0 0;
    }
    .account_cont{
        display: block;
    }
    .form{
        width: 100%;
        height: 50%;
        padding: 0px;
        
        box-shadow: none;
        /* border: 1px solid red; */
   
    }
   
     .form form{
        width: 100%;
        height: 100%;    
    }
    
    /* .form .input_box{
        width: 100%;
        height: 100%;
        margin: 6px 0; 
        display: flex;
        
    } */
    
    .form form input{
        width: 100%;
        height: 45px; 
        /* margin: 6px 0; */
        
    }
    
    .form .input_box .btn{
        width: 100px;
        height: 40px; 

    }

    .img{
        width: 100%;
        height: 100%;
        padding: 0px;

    }

    .img .smart_phones{
        width: 100%;
        height: 370px;
    }
    
    .img img.big_screen{
        display: none;
    }
    .img img.smart_phones{
        display: block;
    }
        
    .message,
    .email_message{
        position: sticky;
        
     }
     
     .message span{
        font-size: 14px;
        letter-spacing: 1.5px;
        color:var(--black);
     }
     
     .message ion-icon{
        font-size: 28px;
        cursor: pointer;
        color:var(--logout);
     }

     .email_message ion-icon{
        font-size: 40px;
        cursor: pointer;
        color:var(--guest-login);
     }

     /* .form form ion-icon{
        padding: 13px 5px;
    } */
    
    textarea{
        width: 95%;
        height: 120px;
        resize: vertical;
        transition: .3s;
        margin-right: 1%;
        margin-left: 0px;
     }

     .consult_container{
        margin-top: 145px;
     }
    
}

@media (max-width: 683px)
{
    .search_by_date .date_box{
        width: 90%;
        justify-content: left;
    
        border: none;
        /* border: 1px solid red; */
    }
    .search_by_date .date_box .date_col{
        margin-right: 8px;
    }

    .search_btn_form .btn_Search_Date{
         /* margin-left: -45%; */
         border-radius: 50%;
         position: relative;
         right: 2%;
        }
}

@media (max-width: 678px)
{
    .bottom_nav{
        width: 90%;
        margin: 0 4%;
    }
}
 
@media (max-width: 602px)
{
    .account_container{
        width: 100%;
        height: 100%;
        margin: 5px 0 0 0;  
    }

    .img .smart_phones{
        width: 100%;
        height: 240px;
    }

    .consult_container{
        margin-top: 145px;
     }
    
     .form{
        box-shadow: none;

    }
    
     .form .input_box .btn{
        width: 96%;
        height: 45px;
        border-radius: 5px; 
        margin-top: 50px;
        font-size: 18px;

    }
    
    .form form input{
        width: 100%;
        height: 45px; 
        font-size: 18px;
        margin: 6px 0;
        
    }
    
    .form form p{
        margin-top: 30px;
        
    }

}

@media (max-width: 548px)
{
  
 .field_cotain{
    display: block;
    margin: 10px 5px;
    padding: 0;
    /* border: 1px solid red; */
 }
 .field_cotain .input_box{
    margin: 10px 0;
    width: 98%;    
 }
 .textarea .input_box{
    margin-left: 5px;
    width: 96%;
    
    box-shadow: var(--box-shadow);
 }
 .consult_container .email_message span{
    font-size: 18px;
    letter-spacing: 2px;
    color:var(--nav-bg);
 }
 .search_by_date .date_box .date_col input{ 
    padding: 0px; 
}

.search_btn_form .btn_Search_Date{
    position: relative;
    left: 50px;
    }
    
    .search_by_date .date_box{
        width: 90%;
        justify-content: left;
        margin-left: -60px;
    
        /* border: none; */
        /* border: 1px solid red; */
    }
    .search_by_date .date_box .date_col{
        margin-right: 8px;
    }
    
    .form .input_box .btn{
        width: 96%;
        height: 45px;
        border-radius: 5px; 
        margin-top: 50px;
        font-size: 18px;

    }
    
    .form form input{
        width: 100%;
        height: 45px; 
        font-size: 18px;
        /* margin: 6px 0; */
        
    }

}
 
@media (max-width: 512px)
{
    #menu-btn{
        display: block; 
        /* position: relative;
        left: -410%; */
        padding: 6px;
    }
     
    .all_payment_container .payment_nav nav{
        display: block;
        border-bottom: var(--border);
        position: absolute;
        background: var(--white);
        top: 42px;
        right: 0;
        left: 0;
        height: auto;
        transition: .2s linear;
        z-index: 1000;
        clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    }
    .all_payment_container .payment_nav nav.active{
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    }
    
    .bottom_nav{
        width: 100%;
        border-radius: 0;
        border: none;
        border-top: none;
        left: -20px;
        right: -20px;

    }

    .email_message span{
        font-size: 14px;
    }
    
.search_btn_form .btn_Search_Date{
    left: 20px;
    }

    .form{
        box-shadow: none;
        overflow-y: hidden;
    }

    .form p{
        margin-top: 90px !important;
    }
}
 