/* Layout - Custom Widget */
.custom_widget_section .btn_txt {
    display: inline-block;
    background-color: var(--black-color);
    color: var(--white-color);
    padding: 10px 30px;
    border-radius: 34px;
    transition: all .3s linear;
    letter-spacing: 0.1rem;
    max-width: 45rem;
    border: 0px solid var(--black-color);
}

.custom_widget_section .btn_box{
    margin-bottom: 20px;
}

.custom_widget_section .container_full iframe {
    width: 100%;
    min-height: 500px;
}

@media only screen and (max-width: 1050px){
}

@media only screen and (max-width: 850px) {

    .custom_widget_section .container{
        max-width: none;
    }  

    .custom_widget_section .pageHeading_main, 
    .custom_widget_section .pageHeading_descp, 
    .custom_widget_section .pageHeading_submain {
        color: var(--black-color) !important;
    }
}

@media only screen and (max-width: 610px) {

    /* .custom_widget_section .pageHeading_main {
        font-size: 20px !important;
    }

    .custom_widget_section{
        margin: 0 0 50px !important;
    }

    .custom_widget_section .home_view_header{
        margin-top: 20px;
    } */

    .snapwidget-widget {
        height: 100% !important;
    }

    .custom_widget_section .container_full iframe {
        width: 100%;
        min-height: 300px;
        height: 100%;
    }
}

@media only screen and (max-width: 480px) {

}
