@charset "utf-8";
/* MAINS CSS Document */
/*css reset*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}
.aBn{
	border:none !important;
}
.aBn:hover{
	border:none !important;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;  
	outline:none !important; 
}
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}
a{text-decoration:none !important}
/*end of css reset*/

/*
    font-family: 'sfProDisplay_Bold', sans-serif;
    font-family: 'sfProDisplay_Regular', sans-serif;
*/

@font-face{ 
    font-family: 'sfProDisplay_Bold';
    src:url(../fonts/webfonts/sfprodisplay-bold.eot);
    src:url(../fonts/webfonts/sfprodisplay-bold.eot) format('eot'),
        url(../fonts/webfonts/sfprodisplay-bold.woff) format('woff'),
        url(../fonts/webfonts/sfprodisplay-bold.ttf) format('truetype'),
        url(../fonts/webfonts/sfprodisplay-bold.woff2) format('woff2');
}

@font-face{ 
    font-family: 'sfProDisplay_Regular';
    src:url(../fonts/webfonts/sfprodisplay-regular.eot);
    src:url(../fonts/webfonts/sfprodisplay-regular.eot) format('eot'),
        url(../fonts/webfonts/sfprodisplay-regular.woff) format('woff'),
        url(../fonts/webfonts/sfprodisplay-regular.ttf) format('truetype'),
        url(../fonts/webfonts/sfprodisplay-regular.woff2) format('woff2');
}

/* global style */
.tranidiv,a,.header_wrapper,.header_wrapper2,img,div,span,h1,h2,h3,h4,h5,h6,p,li,ul,::after,::before,button,svg{
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
h1,h2,h3,h4,h5,h6,p,li{
    line-height: 1.5;
}
/* h1{font-family: 'Rubik', sans-serif;font-size: 48px;color:#000000;font-weight: 700;}
h4{font-family: 'Rubik', sans-serif;font-size: 24px;color:#000000;font-weight: 700;}
h5{font-family: 'Rubik', sans-serif;font-size: 22px;color: #000000;font-weight: 700;}
*/

h3{font-family: 'sfProDisplay_Bold', sans-serif;font-size: 36px;color:#000000;margin-bottom: 10px;}
h4{font-family: 'sfProDisplay_Bold', sans-serif;font-size: 24px;color:#000000;}
h6{font-family: 'sfProDisplay_Bold', sans-serif;font-size: 18px;color: #000000;} 
p{font-family: 'sfProDisplay_Regular', sans-serif;font-size: 18px;color: #000000;}
.defnone{
    display: none;
}
.flt_left{
    float: left;
}
.flt_right{
    float: right;
}
.clr{
    clear: both;
}
.clr_redfnt{
    color: #E73A57;
}
.img_responsive{
    max-width: 100%;
    display: block;
}
.cent_img{
    margin: 0 auto;
}
.bord_rad100{
    border-radius: 100%;
}
.background_img{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.cust_ulli ul{
    list-style: none;
}
.cust_ulli ul li{
    color: #000000;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.cust_ulli ul li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
}
.frm_fld{
    margin-bottom: 20px;
}
.frm_fld input,.frm_fld textarea,.frm_fld select{
    width: 100%;
    padding: 14px 20px;
    border: 0.5px solid #000000;
    color: black;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    border-radius: 7px;
    outline: none !important;
    font-weight: 300;
}
.frm_fld textarea{
    resize: none;
}
.frm_fld select{
    height: 50px;
    background-color: white;
}
.frm_fld input[type="file"]{
    padding: 8px 20px;
}
.frm_fld label{
    display: block;
    margin-bottom: 4px;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: #666666;
}
.box_shadow{
    box-shadow: 0px 0px 10px rgb(0, 0, 0, 0.24);
}
.primary_btn{
    display: inline-block;
    padding: 11px 10px !important;
    font-size: 16px;
    font-weight: 500;
    width: 161px;
    text-align: center;
    border-radius: 5px;
}
.redfil_btn{
    background-color: #E73A57;
    color: white !important;
    border: 1px solid #E73A57;
}
.redfil_btn:hover,.redfil_btn:focus{
    color: #E73A57 !important;
    background-color: white;
}
.red_outbtn{
    color: #E73A57;
    border: 2px solid #E73A57;
    background-color: transparent;
}
.red_outbtn:hover{
    color: white;
    background-color: #E73A57;
}
.white_bgdiv{
    background-color: white;
}
.fxd_pop_bg{
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    overflow-y: auto;
    background-color: rgb(0, 0, 0, 0.53);
    top: 0;
    left: 0;
}
.reg_pdngscn{
    padding: 80px 0px;
}
.inin_bllink{
    display: inline-block;
}
.rel_div{
    position: relative;
}
.zin22{
    z-index: 22;
}
.after_img::after{
    content: '';
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}
.def_link{
    color: #E73A57;
}
.def_link:hover,.def_link:focus{
    color: #3c7bb0;
}
.clr{clear: both;}
.noPaddingLeft{
    padding-left: 0px;
}
.boldSpan{
    font-family: 'sfProDisplay_Bold', sans-serif;
}
body{font-family: 'sfProDisplay_Regular', sans-serif;letter-spacing: 0.3px;}
.fluidOverride{
    max-width: 1490px;
    margin: 0 auto;
}
/* custom video player overwriting */
.plyr__control--overlaid{
    background: #fff !important;
}
.plyr--video .plyr__control:hover{
    background: #FD4848 !important;
}
.plyr--full-ui input[type=range]{
    color: #FD4848 !important;
}
.plyr__control--overlaid{
    color: #FD4848 !important;
}
button.plyr__control.plyr__control--overlaid:hover svg{
    color:  white !important;
}
/* custom video player overwriting */
/* global style ends */

/* header style */
.fixedLeftHeader{
    background-color: #1D1F25;
    color: white;
    text-align: center;
    width: 150px;
    position: fixed;
    left: 0;
    top: 0;
    /* padding: 20px 20px; */
    z-index: 99;
    height: 100%;
    overflow-y: scroll;
}
.fixedLeftHeader::-webkit-scrollbar-track{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 0px;
	background-color: #F5F5F5;
}
.fixedLeftHeader::-webkit-scrollbar{
	width: 5px;
	background-color: #F5F5F5;
}
.fixedLeftHeader::-webkit-scrollbar-thumb{
	border-radius: 0px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.toggleHeaderHeight{
    height: 150px;
    overflow: hidden;
}
.fixedLeftHeader ul{
    list-style: none;
}
.fixedLeftHeader ul li svg{
    fill: white;
    width: 35px;
}
.fixedLeftHeader ul li div{
    margin-top: 10px;
}
.fixedLeftHeader ul li{
    display: flex;
    height: 150px;
    align-items: center;
    font-size: 16px;
}
.fixedLeftHeader ul li a{
    width: 100%;
    position: relative;
    display: block;
    color: white !important;
}
.fixedLeftHeader ul li:hover{
    background-color: #FD4848;
}
.toggleButton{
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.togglelines{
    width: 100%;
}
.commonClassToggle{
    background-color: white;
    width: 40px;
    height: 3px;
    margin: 10px auto;
    display: block;
    border-radius: 100px;
    position: relative;
    right: 0px;
    left: 0px;
}
.moveButtons .toggleLine1{
    left: -10px;
}
.moveButtons .toggleLine2{
    left: 10px;
}
/* header style */

/* home page */
/* wrapper div */
.overallBodyWrapper{
    margin-left: 150px;
    padding: 3% 5% 2% 5%;
}
.noLeftMarginWrapper,.noLeftMarginFooter{
    margin-left: 0px !important;
}
.leftMarginHeader{
    margin-left: 150px;
}
.logoClass{
    width: 258px;
    float: left;
}
.floatRightDiv{
    float: right;
    position: relative;
    width: 200px;
}
.insideHeader .floatRightDiv input{
    padding: 10px 40px 10px 15px;
    border-radius: 30px;
    border: 1px solid transparent;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    outline: none;
    letter-spacing: 0.5px;
    width: 100%;
    -webkit-appearance: none;
}
.insideHeader .floatRightDiv button{
    position: absolute;
    right: 1px;
    width: 39px;
    top: 1px;
    height: 39px;
    text-align: center;
    color: white;
    border: none;
    background-color: #FD4848;
    border-radius: 100%;
    outline: none;
    -webkit-appearance: none;
}
/* wrapper div */
/* Master div */
.masterContainerDiv{
    margin-top: 80px;
}
.homeFeatured{
    position: relative;
    padding-bottom: 60px;
}
.homeFeatured::after{
    content: '';
    position: absolute;
    top: -30px;
    left: 0;
    width: 95%;
    height: 100%;
    background-image: url(../images/firstfold-cover.svg);
    background-position: bottom;
}
.featuredVideoWrapper{
    width: 90%;
    position: relative;
    z-index: 2;
}
.homeFeaturedRow{
    margin-bottom: 70px;
}
/* Master div */
/* category div */
.titleSvgDiv img,.titleSvgDiv h3{
    display: inline-block;
    vertical-align: middle;
}
.titleSvgDiv h3{
    position: relative;
    top: 7px;
    margin-left: 10px;
}
.titleSvgDiv{
    margin-bottom: 50px;
}
.imageThumbNail{
    width: 100%;
    min-height: 200px;
    position: relative;
    margin-bottom: 10px;
    text-align: center;
}
.thumbBg1{
    background-image: url(../images/salomi-diamond.jpg);
}
.thumbBg2{
    background-image: url(../images/ranjith-kovilinkan.jpg);
}
.thumbBg3{
    background-image: url(../images/merwins.jpg);
}
.thumbBg4{
    background-image: url(../images/arul-murugan.jpg);
}
.thumbBg5{
    background-image: url(../images/mervin-thomas.jpg);
}
.thumbBg6{
    background-image: url(../images/vasant-saravanan.jpg);
}
.thumbBg7{
    background-image: url(../images/anjali-rajagopal.jpg);
}
.insideALinkPlayBtn{
    padding: 76px 0px;
    width: 45px;
}
.greyVideoHolderDiv{
    background-color: #F5F5F5;
    padding: 25px 25px 35px 25px;
    margin-bottom: 50px;
    min-height: 342px;
}
.greyVideoHolderDiv h4{
     /* truncate text */
     display: -webkit-box;
     -webkit-line-clamp: 2;
     -webkit-box-orient: vertical;
     overflow: hidden;
     text-overflow: ellipsis;
     /* truncate text */
}
.pinkLineDiv{
    height: 1px;
    width: 100%;
    background-color: #FD4848;
}
.categoryBasedRows{
    margin-bottom: 100px;
}
.categoryBasedRows:last-child{
    margin-bottom: 50px;
}
/* category div */
/* home page */

/* footer style */
.greyFooterDiv{
    background-color: #F5F5F5;
    padding: 50px;
    margin-left: 150px;
}
.socialMediaLink{
    text-align: right;
}
.greyFooterDiv .socialMediaLink ul{
    list-style: none;
}
.greyFooterDiv .socialMediaLink ul li{
    display: inline-block;
}
.greyFooterDiv .socialMediaLink ul li a img{
    width: 30px;
    margin-left: 15px;
    vertical-align: middle;
}
.greyFooterDiv .socialMediaLink ul li a:hover{
    opacity: 0.6;
}
.logoBodyText img{
    margin-bottom: 20px;
    width: 250px;
}
.bodyTextDiv{
    line-height: 1.5;
}
/* footer style */

/* detail page  */
.detailPageFeatured::after{
    content: none;
}
.detailPageFeatured{
    padding-bottom: 0px;
}
.detailPageFeatured .featuredVideoWrapper{
    width: 100%;
}
.greySectionVideoDetail{
    padding: 0px 20px 30px 15px;
}
.videoDetailPage .homeFeaturedRow{
    background: #F5F5F5;
    padding: 20px;
}
.shareLink{
    margin: 20px 0px 10px 0px;
}
.shareLink h6{
    margin-bottom: 15px;
}
.alinksShare a img{
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}
.alinksShare a:nth-child(2){
    margin: 0px 10px;
}
.aLinkInsideSpan{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    position: relative;
    top: 4px;
}
.aLinkInsideSpan a{
    color: #FD4848;
    display: inline-block;
    padding: 0px 3px 5px 3px;
    border-bottom: 1px solid #FD4848;
}
.aLinkInsideSpan a:hover{
    color: black;
    border-bottom: 1px solid black;
}
.copiedMsg {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 2px;
    left: 10px;
    color: #FD4848;
}
/* detail page  */

/* responsive style */
@media (min-width: 1691px) {
.leftMarginHeader{
    margin-left: auto !important;
}
.noLeftMarginWrapper,.noLeftMarginFooter{
    margin-left: 150px !important;
}
}
@media (min-width: 0px) and (max-width:1300px){
    .overallBodyWrapper {
        padding: 5% 3% 2% 3%;
    }
}
@media (min-width: 0px) and (max-width:1200px){
    .titleSvgDiv {
        margin-bottom: 30px;
    }
    .homeFeaturedRow {
        margin-bottom: 40px;
    }
    .videoDetailPage p{
        font-size: 16px;
    }
}
@media (min-width: 0px) and (max-width:1100px){
    .fixedLeftHeader{
        width: 120px;
    }
    .toggleHeaderHeight{
        height: 120px;
    }
    .overallBodyWrapper{
        padding: 50px 30px;
        margin-left: 120px;
    }
    .leftMarginHeader{
        margin-left: 120px;
    }
    .noLeftMarginWrapper,.noLeftMarginFooter{
        margin-left: 0px;
    }
    h3{font-size: 30px;}
    p{font-size: 16px;}
    .logoClass,.logoBodyText img {
        width: 200px;
    }
    .toggleButton {
        height: 120px;
    }
    .fixedLeftHeader ul li {
        height: 130px;
    }
    .greyFooterDiv{
        margin-left: 120px;
        padding: 40px 30px 30px 30px;
    }
    .greySectionVideoDetail {
        padding: 0px 15px 15px 15px;
    }
}
@media (min-width: 0px) and (max-width:991px){
    h4{font-size: 22px;}
    .addDefaultPadngFrm991{
        padding-left: 15px;
    }
    .nopaddingLftRit991{
        padding: 0px;
    }
    .fixedLeftHeader{
        width: 100px;
    }
    .toggleHeaderHeight{
        height: 100px;
    }
    .toggleButton {
        height: 100px;
    }
    .fixedLeftHeader ul li svg {
        width: 25px;
    }
    .fixedLeftHeader ul li {
        height: 110px;
        font-size: 14px;
    }
    .overallBodyWrapper{
        margin-left: 100px;
        padding: 20px;
    }
    .leftMarginHeader{
        margin-left: 100px;
    }
    .noLeftMarginWrapper,.noLeftMarginFooter{
        margin-left: 0px;
    }
    .logoClass {
        width: 178px;
        margin-top: 7px;
    }
    .logoBodyText img{
        width: 178px;
    }
    .featuredVideoWrapper{
        width: 100%;
    }
    .homeFeatured::after{
        width: 100%;
        top: -8px;
    }
    .homeFeatured {
        padding-bottom: 22px;
    }
    .masterContainerDiv {
        margin-top: 50px;
    }
    .greyVideoHolderDiv{
        margin-bottom: 30px;
    }
    .greyFooterDiv {
        margin-left: 100px;
        padding: 30px 10px 30px 10px;
    }
    .socialMediaLink {
        text-align: left;
        margin-bottom: 20px;
    }
    .greyFooterDiv .socialMediaLink ul li a img {
        margin-left: 0px;
        margin-right: 15px;
    }
    .greySectionVideoDetail {
        padding: 0px;
    }
}
@media (min-width: 0px) and (max-width:767px){
    .masterContainerDiv {
        margin-top: 60px;
    }
    h3{font-size: 25px;}
    .insideALinkPlayBtn {
        padding: 100px 0px;
    }
    .titleSvgDiv img{
        display: block;
        width: 30px;
        margin-left: 10px;
    }
    .titleSvgDiv{
        margin-bottom: 20px;
    }
}
@media (min-width: 0px) and (max-width:600px){
    .logoClass {
        width: 140px;
        margin-top: 10px;
    }
    .logoBodyText img{
        width: 140px;
    }
    .floatRightDiv{
        width: 150px;
    }
    .overallBodyWrapper {
        padding: 15px;
    }
    .masterContainerDiv {
        margin-top: 50px;
    }
    .greyVideoHolderDiv {
        padding: 0px 0px 25px 0px;
    }
    .greyVideoHolderDiv h4{
        padding: 0px 15px 0px 15px;
    }
    .greyVideoHolderDiv{
        min-height: unset;
    }
    .videoDetailPage .homeFeaturedRow{
        padding: 0px;
    }
    .greySectionVideoDetail {
        padding: 0px 15px 15px 15px;
    }
    .shareLink{
        padding: 0px 15px 0px 15px;
        margin: 0px 20px 25px 0px;
    }
    .copiedMsg{
        font-size: 13px;
    }
}
@media (min-width: 0px) and (max-width:430px){
    .fixedLeftHeader {
        width: 70px;
    }
    .overallBodyWrapper{
        margin-left: 70px;
    }
    .leftMarginHeader{
        margin-left: 70px;
    }
    .noLeftMarginWrapper,.noLeftMarginFooter{
        margin-left: 0px;
    }
    .greyFooterDiv {
        margin-left: 70px;
        padding: 25px 0px;
    }    
    .fixedLeftHeader ul li svg {
        width: 20px;
    }
    .commonClassToggle{
        width: 30px;
    }
    .fixedLeftHeader ul li a {
        padding: 0px 7px;
    }
    .floatRightDiv,.logoClass{
        float: none;
    }
    .floatRightDiv{
        width: 100%;
        margin: 20px 0px;
    }
    .masterContainerDiv{
        margin-top: 30px;
    }
    .aLinkInsideSpan{
        display: block;
        margin: 15px 0px 0px 0px;
        top: 0px;
    }
    .copiedMsg {
        top: 7px;
        left: 0px;
    }
}
@media (min-width: 0px) and (max-width:350px){

}
/* responsive style */


/* landing page style */
.color--primary{
    color: #FD4848;
}
.overallPadding{
    padding: 50px;
}
.topLogo{
    margin-bottom: 150px;
}
.topLogo img{
    width: 80%;
}
.bg-ImgLP{
    background-image: url(../images/bg-lp.svg);
    background-position: top left;
    background-size: contain;
    background-repeat: repeat-y;
}
.newLP h1{
    font-size: 80px;
    font-family: 'sfProDisplay_Bold', sans-serif;
    line-height: 1.3;
}
.heading3{
    font-size: 55px;
}
.heading3{
    font-size: 50px;
}
.heading5{
    font-size: 40px;
}
.heading6{
    font-size: 30px;
}
.newLP h2{
    font-size: 70px;
    font-family: 'sfProDisplay_Bold', sans-serif;
    line-height: 1.3;
}
.formField{
    margin-bottom: 15px;
}
.formField input,.formField textarea{
    width: 100%;
    padding: 15px 25px;
    border: 1px solid #cccccc;
    border-radius: 5px;
}
.formField button{
    background-color: #FD4848;
    color: white;
    padding: 15px 25px;
    display: inline-block;
    border: 3px solid #FD4848;
    border-radius: 7px;
    width: 100%;
    text-align: center;
}
.spacerBottom{
    height: 100px;
}

@media screen and (max-width:991px){
    .newLP{
        text-align: center;
    }
    .newLP h1,.newLP h2{
        font-size: 60px;
    }
    .heading5{
        font-size: 30px;
    }
    .topLogo {
        margin-bottom: 100px;
    }
    .newLP h2{
        margin-bottom: 30px;
    }
    .newLP {
        background-image: none;
        border-left: 10px solid #FD4848;
    }
}
@media screen and (max-width:767px){
    .newLP h1,.newLP h2{
        font-size: 40px;
    }
    .heading5{
        font-size: 25px;
    }
    .topLogo {
        margin-bottom: 70px;
    }
}
@media screen and (max-width:575px){
    .overallPadding {
        padding: 50px 15px;
        background-image: none;
    }
    .heading5 {
        font-size: 22px;
        margin-top: 20px;
    }
    .spacerBottom{
        height: 40px;
    }
}
/* landing page style */

/* landing page 2 style */
.lp2__ABTF{
    padding: 50px;
}
.lp2__ABTF::after{
    content: '';
    width: 100%;
    height: 80%;
    background-color: #FD4848;
    position: absolute;
    top: 0;
    left: 0;
}
.lp2__relativeElement{
    position: relative;
    z-index: 222;
}
.lp2__topLogo img{
    width: 90%;
    margin: 0 auto -100px auto;
    display: block;
    position: relative;
    z-index: 333;
}
.lp2__svgTitle img{
    width: 90%;
}
.lp2__darkgreyBg{
    background-color: #1d1f25;
}
.lp2__howDoweIntend{
    padding: 20px 30px 0px 100px;
}
.chocolateColorBg{
    background-color: #d9d5d6;
}
.smilingMan__left{
    padding: 30px;
    position: relative;
    z-index: 333;
    transform: translate(30px,100px);
}
.bg--darkbrandClolr{
    background-color: #ff4641;
    transform: translate(0px,90px);
}
.bg--darkGrey{
    background-color: #737373;
}
.lp2BottomSplit{
    padding: 80px 20px 150px 20px;
}
.innerBottomBG{
    padding: 40px 20px;
}
.lp2__footer{
    padding: 40px 0px;
}
/* responsive */
@media screen and (max-width:1200px){
    .heading3{
        font-size: 35px;
    }
    .heading6{
        font-size: 22px;
    }
}
@media screen and (max-width:1100px){
    .lp2__topLogo img{
        margin-bottom: 20px;
    }
}

@media screen and (max-width:991px){
    .lady_img{
        margin: 0 auto;
    }
    .text-center-md{
        text-align: center;
    }
    .mt-30-md{
        margin-top: 30px !important;
    }
    .smilingMan__left,.bg--darkbrandClolr{
        transform: none;
    }
    .lp2__howDoweIntend{
        padding: 20px 20px 0px 20px;
    }
    .lp2BottomSplit {
        padding: 20px;
    }
}
@media screen and (max-width:767px){
    .lp2__ABTF{
        padding: 20px 0;
    }
    .heading6{
        font-size: 18px;
    }
    .smilingMan__left{
        padding: 30px 20px;
    }
    .lp2BottomSplit {
        padding: 0px;
    }
}
/* responsive */
/* landing page 2 style */
