/*
 Theme Name:   Saleswizard child
 Description:  A child theme for Saleswizard Child
 Template:     hello-elementor
 	Version: 2.8.1
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  my-child-theme
*/

.border-left-top {
    position: relative;
}
.border-left-top::before {
    content: ""; 
    width: 2px;
    height: 58px;
    background: #000000;
    position: absolute;
    left: 2px;
    top: 5px;
}

.border-left-top.white::before{
    content: ""; 
    width: 2px;
    height: calc(100% - 12px);
    background: #fff;
    position: absolute;
    left: 2px;
    top: 10px;
}

.w-border-left {
    position: relative;
}
.w-border-left::before {
    content: "";
    width: 2px;
    height: 60px;
    background: #FFFFFF;
    position: absolute;
    left: 0;
    top: 10px;
}

@media screen and (max-width: 991px){
    .border-left-top::before{
        height: 40%;
        left: 10px;
    }
}

@media screen and (max-width: 768px){
    .border-left-top.white::before{
        height: calc(100% - 13px);
        left: -5px;
        top: 8px;
    }
    .border-left-top::before {
        left: 2px;
    }
    .w-border-left::before {
        height: calc(100% - 7px);
        left: 0;
        top: 7px;
    }
    div.pink-tr::before{
        bottom: -640px;
    }
}

@media screen and (max-width: 380px){
    div.pink-tr::before{
        left: 14vw;
    }
}