.cover-pg .coverContent {
        position: relative;
    z-index: 1;
}

@media(min-width: 992px) {
    .mob-only ,
    .menu .headerbtn {
        display: none !important
    }
    .menu  {
        display: block !important
    } 
}

@media(max-width: 1749px) {
    .header .container .menu ul li {
        padding: 0 15px
    }
    .banner .bannerSlide .bannerTxt .container {
        padding: 0 120px
    }
    .slick-next {
        right: 4%
    }
    .slick-prev {
        left: 4%
    }
    .banner .bannerSlide {
        height: 760px
    }
}

@media(max-width: 1439px) {
    .simply-bots .botsBox {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 20px
    }
    .keyFacts .container .key-fact-right {padding-left: 100px}
    .keyFacts .container .key-fact-right:before {left: 50px}
    .performance {padding-left: 15px; padding-right: 15px}
}

@media(max-width: 1199px) {
    .menu,
    .headerbtn {
        display: none
    }
    h1 {
        font-size: 54px
    }
    .banner .bannerSlide {
        height: 630px
    }
    .banner .bannerSlide .bannerTxt p {
        font-size: 23px
    }
    .perform-list ul li {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
    }
    .as-seen {
        padding: 60px 0
    }
    .as-seen ul li img {
        max-width: 80%
    }
    .footer .container .topFooter .sitemap {
        flex: 0 0 25%;
        max-width: 25%;
        width: 25%;
    }
    .footer .container .topFooter .sitemap.fLogo {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        margin-bottom: 35px
    }
    .footer .container .btmFooter ul {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        justify-content: center;
        margin-bottom: 20px
    }
    
    .keyFacts .absIcon img {
        max-height: 460px
    }
    .keyFacts .container .key-fact-right {padding-left: 50px}
    .keyFacts .container .key-fact-right:before {left: 20px}
}

@media(max-width: 991px) {
    .absIcon {
        display: none
    }
    .banner .bannerSlide .bannerTxt .container {
        padding: 0 60px
    }
    .slick-prev {
        left: 15px
    }
    .slick-next {
        right: 15px;
    }
    h1 {
        font-size: 42px;
    }
    h2 {
        font-size: 36px
    }
    h3 {
        font-size: 24px
    }
    .simply-bots .botsBox .botBox_in .botIcon h3 {
        font-size: 26px
    }
    .simply-bots .botsBox .botBox_in {
        padding: 40px 25px 25px
    }
    .fx-plus {
        padding: 80px 0
    }
    .fx-plus .fx-head {
        padding-bottom: 80px
    }
    .simplyBest .container p {
        font-size: 22px
    }
    .simplyBest {
        padding: 90px 0
    }
    .as-seen ul {
        justify-content: center
    }
    .as-seen ul li {
        padding: 15px;
    }
    .as-seen {
        padding: 50px 0
    }
    .footer .container .topFooter .sitemap {
        flex: 0 0 33.33%;
        max-width: 33.33%;
        width: 33.33%;
        margin-bottom: 25px;
    }
    .footer .container .btmFooter ul {
        margin-bottom: 10px
    }
    .footer .container .btmFooter p {
        width: 100%;
        max-width: 100%;
        text-align: center;
        padding: 10px 0
    }
    .footer .container .topFooter {
        padding-bottom: 35px
    }
    .banner .bannerSlide {
        height: 520px
    }
    .bannerSlide:before ,
    .banner:before {
        height: 90px
    }
    .bannerTxt p br {
        content: ''
    }
    .logo img {
        max-width: 210px
    }
    
    
    .menu .headerbtn {
        display: block !important; margin-top: 15px;
    }
    .header {position: relative}
    #nav-icon1 {
        width: 36px;
        height: 25px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 15px;
        margin-top: -12.5px;
        right: 15px;
    }
    #nav-icon1 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        left: 0;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    #nav-icon1 span:nth-child(1) {
        top: 0;
    }
    #nav-icon1 span:nth-child(2) {
        top: 11px;
    }
    #nav-icon1 span:nth-child(3) {
        top: 22px;
    }
    #nav-icon1.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    #nav-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    #nav-icon1.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .menu {
        position: absolute;
        left: 0;
        width: 100%;
       background: #01011a;
        padding: 20px 0 35px;
        color: #000;
        top: 100%;
        z-index: 99
    }
    .header .container .menu ul li {
        width: 100%;
        font-size: 18px;
        padding: 15px 15px
    }
    .menu ul {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .skyCircle {
        width: 480px;
    height: 480px;
        left: -280px
    }
    
}

@media(max-width: 767px) {
    body {
        font-size: 16px;
    }
    h1 {
        font-size: 32px;
    }
    .slick-next,
    .slick-prev {
        display: none !important
    }
    .banner .bannerSlide .bannerTxt .container {
        padding: 0 15px
    }
    .banner .bannerSlide .bannerTxt p {
        font-size: 18px;
        line-height: 1.3
    }
    .banner .bannerSlide .bannerTxt p {
        padding-bottom: 30px
    }
    .banner .bannerSlide {
        height: 490px
    }
    .logo img {
        max-width: 180px
    }
    .perform-list {
        padding: 60px 0 40px
    }
    .simply-bots .botsBox,
    .perform-list ul li {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
    }
    .perform-list ul li.listBox .listIco {
        margin-bottom: 20px;
    }
    .perform-list ul li.listBox .listTxt p {
        padding-bottom: 20px;
    }
    h3 {
        font-size: 21px;
    }
    h4 {
        font-size: 19px;
    }
    .perform-list ul {
        margin: 0
    }
    .perform-list ul li {
        padding: 0 0 30px
    }
    .simply-bots .botsBox .botBox_in .botTxt p {
        font-size: 15px;
        padding-bottom: 15px
    }
    .simply-bots .botsBox .botBox_in .botTxt .btn {
        margin-top: 15px;
    }
    .simply-bots .botsBox .botBox_in .botIcon h3 {
        font-size: 23px;
    }
    .simply-bots .botsBox .botBox_in .botIcon p {
        font-size: 14px
    }
    .fx-plus {
        padding: 50px 0;
    }
    .fx-plus .fx-head {
        padding-bottom: 50px;
    }
    .simplyBest {
        padding: 70px 0;
    }
    .simplyBest .container p {
        font-size: 18px;
    }
    .simplyBest .container p span {
        font-size: 14px
    }
    .as-seen ul li {
        flex: 0 0 50%;
        max-width: 50%;
        width: 50%;
        padding: 10px
    }
    .as-seen {
        padding: 40px 0
    }
    .getTouch {
        padding: 50px 0
    }
    .footer .container .topFooter .sitemap {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        text-align: center
    }
    .footer .container .topFooter .sitemap ul li {
        padding: 7px 0
    }
    .footer .container .topFooter .sitemap.social ul {
        justify-content: center
    }
    .footer .container .btmFooter p {
        font-size: 14px
    }
    input[type=submit] {
        width: 100%;
        max-width: 360px
    }
    .footer .container .topFooter .sitemap.fLogo {
        margin-bottom: 25px
    }
    .footer .container .topFooter .sitemap.social ul li:last-child {padding-right: 0}
    .keyFacts .container .key-fact-left ,
    .keyFacts .container .key-fact-right {
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        padding: 25px 0
    }
    .keyFacts .container .key-fact-right:before {
        display: none
    }
    
    .performance .fx-head ul p {padding: 0}
    .keyFacts {padding: 40px 0}
    .performance {padding: 50px 15px}
    .banner .bannerSlide .bannerTxt .btn {padding: 0 25px; margin-bottom: 10px}
    .banner .bannerSlide .bannerTxt h1 {padding-bottom: 18px}
    .banner .bannerSlide .bannerLogo {padding-bottom: 10px}
    .footer {padding-top: 35px}
    .cover-pg {
        height: 100%;
        min-height: 100vh;
        padding: 60px 0
    }
    .clearicon {right: 15px; bottom: 15px;}
    .clearicon img {max-height: 38px}
    h2{
        font-size: 29px;
        padding-bottom: 20px;
    }
    .cover-pg .coverContent p {padding-bottom: 20px}
    .cover-pg .coverContent .btn {margin-top: 10px}
    
    .months ul li {
        padding: 0px 15px;
            font-size: 14px;
    }
    .btn {padding: 0 25px}
    .perform-list ul li {text-align: center}
    .listIcon {margin: 0 auto}
}