/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 03-Feb-2021, 12:32:40
    Author     : JOSSY PC
*/

.row-margin-bottom-xxl{
    /*position: relative;*/
    margin-bottom: 10rem;
}
.row-margin-bottom-xl{
    /*position: relative;*/
    margin-bottom: 5rem;
}
.row-margin-bottom-lg{
    /*position: relative;*/
    margin-bottom: 3rem;
}
.row-margin-bottom-md{
    /*position: relative;*/
    margin-bottom: 2rem;
}
.row-margin-bottom-sm{
    /*position: relative;*/
    margin-bottom: 1rem;
}

.row-margin-left-xxl{
    /*position: relative;*/
    margin-left: 10rem;
}
.row-margin-left-xl{
    /*position: relative;*/
    margin-left: 5rem;
}
.row-margin-left-lg{
    position: relative;
    margin-left: 3rem;
}
.row-margin-left-md{
    position: relative;
    margin-left: 2rem;
}
.row-margin-left-sm{
    position: relative;
    margin-left: 1rem;
}
.row-margin-right-xxl{
    position: relative;
    margin-right: 10rem;
}
.row-margin-right-xl{
    position: relative;
    margin-right: 5rem;
}
.row-margin-right-lg{
    position: relative;
    margin-right: 3rem;
}
.row-margin-right-md{
    position: relative;
    margin-right: 2rem;
}
.row-margin-right-sm{
    position: relative;
    margin-right: 1rem;
}
.row-margin-top-xxl{
    position: relative;
    margin-top: 10rem;
}
.row-margin-top-xl{
    position: relative;
    margin-top: 5rem;
}
.row-margin-top-lg{
    position: relative;
    margin-top: 3rem;
}
.row-margin-top-md{
    position: relative;
    margin-top: 2rem;
}
.row-margin-top-sm{
    position: relative;
    margin-top: 1rem;
}