

@media(min-width: 768px){
    .rt {
    float: right !important;
    margin-left: 0 !important;
}
.lt {
    float: left !important;
    margin-left: 0 !important;
}

}
@media(max-width: 767px){

.create-tools-inn .span4 > .create-tools-inn-rt, .create-tools-inn .span4 > .create-tools-inn-lt{
    float: none;
    margin: auto;
    text-align: center;
    margin-bottom: 10px;
}
}
.create-tools-wrap .sol_head.desktop.alldata{
    display: inline-block !important;
    padding: 15px 0px 0px 0px;
    clear: both;
}
.create-tools-wrap .sol_head.desktop.privacy{
    display: inline-block !important;
    padding: 15px 0px 0px 0px;
    clear: both;
    line-height: 18px;
}
.row-fluid.tab-mgn{
    margin: 25px 0px;
}
.banner-con p{
    font-size: 17px;
    margin-top: 10px;
    text-align: center;
    line-height: 22px;
    color: #676767;
}
.banner-con {
    padding: 15px 0 30px;
    width: 100%;
    margin-top: 20px;
}
     h3.sol_head  {
    font-weight: 400;
    font-size: 22px;
    line-height: 30px;
}

.scrolling-ul li {
    font-weight: 500;
    }

.create-tools-inn-no{margin-top: 0 !important;}    
.flex-fd{display: flex;align-items: center;margin-bottom: 25px;}    
.flex-child1{width: 30%;margin: auto;}
.flex-child2{width: 63%;text-align: left;}

@media(max-width: 767px){
    .flex-fd{flex-wrap: wrap;}    
    .flex-child1{width: 100%;margin: auto;}
    .flex-child2{width: 100%;margin: 20px auto 0px;} 
}
