@charset "utf-8";
/* CSS Document */

.nora{
	color: #343a40;
    margin-top: 10px;
    font-size: 16px;
    padding: 14px;
    /* border: 1px #26aba3 solid; */
    background: #fef3de;
	text-align: justify;
}
.lot{width: 33% !important; margin-bottom: 0!important;}
.policy_item .item_title {
    
    font-size: 18px !important;
    line-height: 20px !important;
}
.btn .btn_text:before {

    font-size: 17px;
}
.hero_image_wrap:before {
    top: 0;
    left: 0;
    background-color: var(--bs-secondary-bg-subtle);
	display: none !important;
}	
.colors{ color: #dc3545 !important;}
.padding-top{margin-top: 75px;}
.hero_section {
    padding: 120px 0 160px;
}
.bigt{text-transform: uppercase;}

.whatsapp-button {
            position: fixed;
            bottom: 300px;
            right: 20px;
            background-color: transparent;
            width: 200px;
            height: 150px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            z-index: 1000;
        }

        .whatsapp-button img {
            width: 100%;
            height: auto;
        }

        @media (max-width: 600px) {
           .whatsapp-button {
        width: 150px;
        height: 50px;
        bottom: 220px;
        right: 15px;
    }
        }


@media (min-width: 1200px) {
    .hero_section .heading_text {
   
   margin-top: -100px; 
}
    
}