section#main.main-ind{
  padding: 0;
}
.mc-arrow:after {
    font-family: 'Fontawesome';
    display: inline-block;
    padding-left: 8px;
    margin-right: 5px;
    color: #000000;
    content: "\f054";
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    -ms-transition: transform .3s ease-out;
    -o-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
}
.mc-arrow:hover:after {
    color: #000000;
    -webkit-transform: translateX(4px);
    -moz-transform: translateX(4px);
    -ms-transform: translateX(4px);
    -o-transform: translateX(4px);
    transform: translateX(4px);
}
.lp__inner{
    max-width: 1170px;
    margin: 0 auto;
}
.lp__wrapper p{
    font-family: 'Open Sans';
    margin-top: 20px;
    line-height: 1.5;
    color: #ffffff;
}
.lp__wrapper h1{
    font-size: 50px;
    font-family: 'Saira', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
  line-height: 1.2;
}
.lp__wrapper h2{
    font-size: 42px;
    font-family: 'Saira', sans-serif;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
  line-height: 1.2;
}
.lp__wrapper h3{
    font-size: 20px;
    font-family: 'Montserrat';
    font-weight: bold;
    margin-top: 25px;
    color: #303236;
  line-height: 1.2;
}
.lp__wrapper sup{
    font-size: 20px;
  	vertical-align: super;
	top: -1em;
}
.lp__para{
    max-width: 960px;
    margin: 0 auto;
    padding: 40px 20px;
}
.lp__col{
    width: 100%;
}
.lp__col-two{
    width: 50%;
}
.lp__col-three{
    width: 33.33333%;
}
.lp__feat-inner{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.lp-button{
    font-family: 'Montserrat-Bold';
  	font-weight:normal;
    text-transform: uppercase;
    background-color: #00c9f4;
    padding: 15px 25px;
    color: #000000;
    display: inline-block;
}
.lp-button:hover{
    background-color: #75e7ff;
}
.lp-button i{
    margin-left: 5px;
}
p.lp__upto {
    font-family: 'Saira', sans-serif;
    font-weight: bold;
	text-transform:uppercase;
}
/********sections with black font********/
.lp__feat2 h2, .lp__feat2 p, .lp__feat4 h2, .lp__feat4 p{
    color: #000000;
}
/********sections with black font********/
.lp__feat1{
    background-color: #000000;
    text-align: center;
}
.lp__feat1-top{
    background-image: url(/images/landing/pcs/2020/recoil-15/feat1-bg.jpg); 
    background-position: 50%;
    background-size: cover; 
    animation: opacity .5s ease;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 100px;
}
.lp__feat1-title{
    animation: opacity 2s ease;
    animation-delay: .3s;
    animation-fill-mode: backwards;
}
.lp__feat-inner .feat1__col img{
    position: relative;
}
.lp__feat-inner .feat1__col:first-child img{
    left: 0%;
    margin-top: 5%;
    animation: LeftDown 4s ease;
}

p.lp__feat-text {
		font-size:18px;
		max-width:950px;
		margin:50px auto 0 auto;
}
@keyframes opacity{
    0%{
        opacity: 0;
    }
    100%{
        opacity: 1;
    }
}
@keyframes LeftDown{
    0%{
       transform: translateY(-7%);

    }
    100%{
        transform: translateY(0);
    }
}
@keyframes RightUp{
    0%{
       transform: translateY(7%);
    }
    100%{
        transform: translateY(0);
    }
}
.lp__feat1 .lp__feat-inner{
    justify-content: center;
    flex-wrap: nowrap;
}
.lp__feat1 span:first-child{
    font-size: 20px;
    vertical-align: super;
}
.lp__feat1 span:last-child{
    font-weight: normal;
}
h2.feat1__subtitle{
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: normal;
    text-transform: none;
}

/***************feat2***************/
.lp__feat2{
    background-color: #ffffff;
    background-image: url(/images/landing/pcs/2020/recoil-15/feat2-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 40px;
}
.lp__feat2 .lp__inner{
    max-width: 1920px;
    flex-direction: row-reverse;
}
.lp__col-two{
    width: 50%;
}
.feat-specs{
    margin-top:40px;
}
.feat-specs span{
    font-size: 16px;
    vertical-align: middle;
}
.feat-specs ul{
    display: flex;
    justify-content: left;
  	flex-wrap: wrap;
}
.feat-specs li{
    padding-right: 100px;
}
.feat-specs li p{
    font-family: 'Saira', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    line-height: 1.2;
}
.feat-specs li p:first-child{
    font-size: 35px;
    color: #00c9f4;
}

.lp-logo{
   margin-bottom: 40px;
}
/***************feat3***************/
.lp__feat3{
    background-image: url(/images/landing/pcs/2020/recoil-15/laptop-display.jpg);
    background-position: center;
    background-color: #000000;
    padding: 40px;
}
.lp__feat3 .lp__para{  
    position: absolute; 
    top: 15%;
    margin: 0;
    max-width: 45%;
}
.lp__feat3 .lp__inner{
  display: block;
    max-width: 1920px;
    height: 1260px;
    position: relative;
}
.hide-image{
    display: none;
}
/***************feat4***************/
.lp__feat4{
    background-color: #ffffff;
    background-image: url(/images/landing/pcs/2020/recoil-15/feat4-bg.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 40px;
}
.lp__feat4 .lp__inner{
    max-width: 1920px;
}
/**************feat5***************/
.lp__feat5{
    background-color: #000000;
    text-align: center;
    padding: 60px 40px;
}
@media only screen and (max-width: 1340px){
    .lp__feat3{
        height: 1000px;
    }
    .feat-specs li p:first-child{
        font-size: 36px;
    }
	.feat-specs ul{
		display: flex;
		justify-content: center;
	}
}
@media only screen and (max-width: 1170px){
    .lp__col-two{
        width: 100%;
    }
    .lp__col-three{
        width: 100%;
    }
    .lp__col2{
        width: 100%;
    }
    .feat-specs li{
        padding: 30px;
    }
    .lp__feat2 .lp__para{
        text-align: center;
        max-width: 100%;
        padding: 0;
    }
    .lp__feat2 .laptop-image{
        margin-top: 40px;
    }
    .lp__feat3{
        background-image: none;
        padding: 0;
        height: auto;
    }
    .lp__feat3 .lp__para{
        max-width: 100%;
        text-align: center;
        position: static;
        top: 0;
    }
    .lp__feat3 .lp__inner{
        align-items: initial;
        height: auto;
    }
    .feat-specs li p:first-child{
        font-size: 32px;
    }
    .hide-image{
        display: block;
    }
    .lp__feat4 .lp__para{
        text-align: center;
        padding: 0;
    }
    .lp__feat4 .laptop-image{
        margin-top: 40px;
    }
    .lp__feat1-top{
    padding-bottom: 0;
  }
}
@media only screen and (max-width: 960px){
    .lp__feat1-top{
        padding-bottom: 150px;
    }
}
@media only screen and (max-width: 720px){
    .lp__feat1-top{
        padding-bottom: 100px;
    }
  .lp__para h2{
    font-size: 32px;
  }
  .lp__wrapper sup{
	top: -.5em;
}
}
@media screen and (min-device-width: 320px) and (max-device-width: 500px){
	 .lp__wrapper h1{
        font-size: 32px;
    }
  h2.feat1__subtitle {
    font-size: 20px;
}
  .lp__feat1 span:first-child{
    display: block;
  }
}
  
  
  
  
  