body{
    font-family: "Source Sans 3", serif;
}

.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1280px !important;
}

.topslider {position: relative;}


.ipadscreenLeft {
    position: absolute;
    left: 0px;
    top: -95px;
    width: 160px;
}
.laptopscreenRight{
    position: absolute;
    right: 0px;
    top: -95px;
    width: 180px;
}
.transformationBox {
    text-align: center;
    padding-top: 40px;
}
.transformationBox h1, .transformationBox h2 {
    font-size: 55px;
    color: #00558c;
    margin: 0;
    line-height: 55px;
    font-weight: 400;
}
.transformationBox h1 span, .transformationBox h2 span{
    color: #ed1a3b;
}
.transformationBox ul {
    padding: 0px;
    margin: 20px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.transformationBox ul li {
    list-style: none;
    font-size: 45px;
    color: #00558c;
    position: relative;
}
.transformationBox ul li:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #ed1a3b;
    position: absolute;
    top: 28px;
    right: -50px;
}
.transformationBox ul li:last-child::before{
    display: none;
}

.leapahead {
    background: #00558c;
    overflow: hidden;
    margin-top: 40px;
}
.rightImg {
    position: relative;
    margin-right: -215px;
}
.inner-column {
    position: relative;
    margin-bottom: 0;
}
.leftImg{
    position: relative;
    margin-left: -215px;
}
.leapaheadText {
    color: #fff;
}
.leapaheadText span {
    text-transform: uppercase;
    font-size: 30px;
    line-height: 30px;
}
.leapaheadText h2 {
    text-transform: uppercase;
    font-size: 43px;
    line-height: 36px;
    font-weight: 700;
}
.leapaheadText strong {
    font-weight: 600;
    font-size: 27px;
    line-height: 27px;
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
}
.leapaheadText p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: normal;
}
.leapaheadText ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    justify-content: start;
}
.leapaheadText ul li {
    list-style: none;
    padding-right: 20px;
    text-align: center;
}
.leapaheadText ul li img{
    width: 50px;
}
.leapaheadText ul li span {
    display: block;
    font-size: 15px;
    line-height: 17px;
    text-transform: math-auto;
}

.gray-bg{
    background: #e6e7e8;
}
.topsHeading {
    margin-bottom: 20px;
}
.topsHeading h3 {
    color: #ec1d3c;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    margin: 0px;
}
.topsHeading span {
    text-transform: uppercase;
    color: #00558b;
    font-size: 24px;
    position: relative;
    display: block;
}
.topsHeading span:before {
    width: 70%;
    height: 2px;
    background: #ed1a3b;
    content: '';
    position: absolute;
    bottom: 10px;
    right: 0;
}
.topsHeading2 span:before{
    width: 60%;
}
.topsHeading3 span:before{
    width: 65%;
}
.twoBoxes {
    width: 50%;
    padding: 0px 10px;
}
.twoBoxes img {
    margin-bottom: 15px;
}
.twoBoxes p {
    font-size: 14px;
    margin: 0;
    text-align: justify;
}

.commonHeading {
    color: #ec1d3c;
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 30px;
    margin: 10px 0;
}
.commonHeading span {
    text-transform: uppercase;
    color: #00558b;
    font-size: 38px;
    position: relative;
    font-weight: 600;
}

.myrowcolor tr:nth-child(odd) {
    background-color: #f0f9fe;
}

 .myrowcolor  tr:nth-child(even) {
    background-color: #ffffff;
}
.red{
    color: #ff0000;
}

@media only screen and (max-width: 767px){
.ipadscreenLeft {
    top: -35px;
    width: 60px;
}
.laptopscreenRight {
    top: -35px;
    width: 60px;
}
.transformationBox h1, .transformationBox h2 {
    font-size: 30px;
    line-height: 32px;
}
.transformationBox ul li {
    font-size: 20px;
}
.transformationBox ul li:before {
    width: 8px;
    height: 8px;
    top: 10px;
    right: -25px;
}
.transformationBox ul {
    margin: 0px 0px 10px;
}
.leapahead{
    padding: 20px 0px;
}
.rightImg {
    margin-right: 0;
    margin-top: 30px;
}
.leapaheadText {
    padding: 20px 0px;
}
.leftImg {
    margin-left: 0;
}
.twoBoxes {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
}
}

@media (min-width: 768px) and (max-width: 1024px){
.rightImg {
    margin-right: 0;
}
.leftImg {
    margin-left: 0;
}
.leapahead{
    padding: 20px 0px;
}
}    