/**
Theme Name: DataRoots
Author: Data Roots
Author URI: https://www.dataroots.com
Description: A custom developed theme for our clients
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dataroots
Template: astra
*/
.welcome_text_col .fl-col-content {
    max-width: 675px;
    margin-left: 115px;
}
.testimonial_text {
    position: relative;
    z-index: 1;
}
.testimonial_text:after {
    content: "";
    background: url(/wp-content/uploads/2021/09/qute-icon.png);
    width: 297px;
    height: 248px;
    position: absolute;
    top: -20px;
    right: 30px;
    z-index: -1;
}
.testimonial_img_two.testimonial_img:after {
    left: 0px;
}

@media only screen and (max-width: 1199px){
    .welcome_text_col .fl-col-content {
        margin-left: 40px;
    }
    .testimonial_img:after {
        width: 420px;
        height: 345px;
    }
}
@media only screen and (min-width: 992px){
    .main_heading br{
        display:none;
    }
}
@media only screen and (max-width: 992px){
    .br-none br{
        display:none;
    }
    .welcome_text_col .fl-col-content{
        max-width:100%;
        margin:0 auto;
    }
}

@media only screen and (max-width: 767px){
    .testimonial_text:after {
        content: "";
        background: url(/wp-content/uploads/2021/09/qute-icon.png);
        background-size: contain;
        background-repeat: no-repeat;
        width: 180px;
        height: 248px;
        position: absolute;
        top: -20px;
        right: 50%;
        z-index: -1;
        transform: translate(50%, 0%);
    }
}