*{
    font-family: Arial, Helvetica, sans-serif;
}
body{
    padding: 0px;
    margin: 0px;   
}
.header{   
    padding: 0px;
    width: 100%;
    height: 78px;
    background: linear-gradient(180deg, #82BF33 0%, #57C030 47.92%, #4BB424 100%);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.35);
}
.bg-hero{
    background: url('../images/hero/hero1.jpg')no-repeat center center;
    height: 600px;
    width: 100%;
    background-size: cover;
}
.prime-1-btn{       
    width: 204px;
    height: 45px;
    background: linear-gradient(180deg, #82BF33 0%, #57C030 47.92%, #4BB424 100%);
    border-radius: 10px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;   
    text-align: center;
    color: #FFFFFF;
    border: none;      
}
.prime-1-btn:hover{  
    color: #FFFFFF;
    background: linear-gradient(180deg, #7C7C7C 0%, #41454B 47.92%, #41454B 100%);     
}
.prime-2-btn{       
    width: 204px;
    height: 45px;
    background-color: #fff;
    border-radius: 10px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;   
    text-align: center;
    color: #4DB626;
    border: none;   
    box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.25);
}
.prime-2-btn:hover{      
    color: #fff;
    background: linear-gradient(180deg, #7C7C7C 0%, #41454B 47.92%, #41454B 100%);     
}
.prime-3-btn{       
    width: 204px;
    height: 45px;   
    background: linear-gradient(180deg, #7C7C7C 0%, #41454B 47.92%, #41454B 100%);   
    border-radius: 10px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;   
    text-align: center;
    color: #FFFFFF;
    border: none;      
}
.prime-3-btn:hover{  
    color: #FFFFFF;
    background: linear-gradient(180deg, #82BF33 0%, #57C030 47.92%, #4BB424 100%);
}
.prime-4-btn{       
    width: 204px;
    height: 45px;   
    background: linear-gradient(180deg, rgba(152, 211, 76, 0.58) 0%, rgba(87, 192, 48, 0.58) 47.92%, rgba(75, 180, 36, 0.58) 100%);      
    border-radius: 10px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;   
    text-align: center;
    color: #FFFFFF !important;
    border: none;      
}
.outline-btn{
    width: 204px;
    height: 45px;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: #fff;
    background: none;   
}
.outline-btn:hover{  
    color: #57C030;
    background: #fff;   
}
button{
    outline: none !important;    
}
.primary-color {
    color: #4DB626;
}
.form{
    width: 100%;    
    max-width: 925px;
    min-height: 292px;
    background: #F2F0F1;
    position: relative; 
}
.effect:before{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width:300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.effect:after{
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    right: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: rgb(119 119 119);
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
}
.form-style{
    /* width: 374.68px; */
    height: 42px;
    border: none;
    border-bottom: 1px solid #85BB65;
    border-radius: 0px;
    background: #FFFFFF;
    font-family: Helvetica;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #000000;   
}
.form-style::placeholder{
    color: #000000;
}
.block-wrap{
    background-color: #EFEFEF;
}
.block{
    position: relative;
    height: 100%;
}
.block.active{
    /* transform: translate(-28px, 0px); */
    width: 110%;
    height: 110%;  
    background: linear-gradient(180deg, #82BF33 0%, #57C030 47.92%, #4BB424 100%);
    box-shadow: 0px 8px 7px rgba(0, 0, 0, 0.35);
    position: absolute;
    top: -10px;
    left: -30px;
}
.q-sign{
   background: url('../images/symbol/q-sign.svg');
   height: 24px;
   width: 18px;   
}
.gray{
    color: #888888;
}
.lightgray{
    color: #C4C4C4;
}
.bg-gray{
    background-color: #F7F7F7;
}
.prime-2-color{
    color: #888888;
}
.prime-3-color{
    color: #888888;
}
.bg-1{
    background: url('../images/background/bg-1.png')no-repeat center center;
    min-height: 387px;
    background-size: cover;
    background-attachment: fixed;
    box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.25);
}
.bg-2{
    background: url('../images/background/bg-2.png')no-repeat center center;
    min-height: 279px;
    background-size: cover;
    box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.25);
    filter: brightness(90%); 
    transition: 0.3s ease-in-out;
}
.bg-2:hover{
    filter: brightness(100%);  
    transition: 0.3s ease-in-out;
}
.lift-up{
    transform: translateY(-25px);
}
footer{
    background-color: #41454B;
}
.img-1{
    background: url('../images/background/img1.png')no-repeat center center;
    min-height: 584px;
    background-size: 100%;   
    transition: 0.3s ease-in-out;
}
.img-1:hover{
    background-size: 105%;  
    transition: 0.3s ease-in-out;
}
.img-2{
    background: url('../images/background/img2.png')no-repeat center center;
    min-height: 584px;
    background-size: 100%;   
    transition: 0.3s ease-in-out;
}
.img-2:hover{
    background-size: 105%;  
    transition: 0.3s ease-in-out;
}
.portrait1{
    background: url('../images/hero/portrait1.png')no-repeat center center;
    background-size: cover;  
    max-height: 652px;
    min-height: 652px;
    max-width: 533px;
    width: 100%;
    filter: brightness(90%);  
    transition: 0.3s ease-in-out;
}
.portrait1:hover{
    filter: brightness(100%);  
    transition: 0.3s ease-in-out;
}
.shadow-1{
    box-shadow: 5px 10px 14px 0px rgba(0, 0, 0, 0.25);
}
.shadow-2{
    box-shadow: -5px 10px 14px 0px rgba(0, 0, 0, 0.25);
}
.z-9{
    z-index: 9;
}
.z-1{
    z-index: 1;
}
.carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #008000 !important;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgb(255 255 255);
    background-clip: padding-box;
    border-top: 0px solid rgb(0 0 0 / 0%);
    border-bottom: 0px solid rgb(76 175 80);
    opacity: .5;
    transition: opacity .6s ease;
}
.carousel-indicators li.active {
    background-color: #008000;
}
.disabled {
    pointer-events: none;
    cursor: default;
}
.fs-lg{
    font-size: 3.5rem;
}
label{
    color: #ccc;
}

.custom-loader {
    width: 150px;
    height: 150px;
    position: relative;
    border: 16px solid #eee;
    border-radius: 100vw;
    border-top: 16px solid #4DB626;
    animation: spin 3s linear infinite;
}
.custom-loader::before {
    position: absolute;
    content: '';
    top: 2.25px;
    left: 5px;
    width: 16px;
    height: 16px;
    border-radius: 100vw;
    background-color: #4DB626;
    animation: spin 3s linear infinite;
}
.custom-loader::after {
    position: absolute;
    content: '';
    top: 2.25px;
    right: 5px;
    width: 16px;
    height: 16px;
    border-radius: 100vw;
    background-color: #4DB626;
    animation: spin 3s linear infinite;
}
@keyframes spin {
    0% {
        rotate: 0deg;
    }
    100% {
        rotate: 360deg;
    }
}
#loaderContainer {
    height: 100vh;
    display: grid;
    place-content: center;
    background-color: #CECECE;
    color: white;
    position: absolute;
    width: 100vw;
    z-index: 99;
}