@import url('https://fonts.googleapis.com/css?family=Poppins:400,600,700');

body {
    font-family: 'Poppins', sans-serif;
}

.landingPage {
    display: block;
    float: left;
    width: 100%;
    clear: both;
    overflow: hidden;
}

header {
    min-height: 80px;
    background-color: #ed094f;
    -webkit-box-shadow: 0px 5px 35px 4px rgba(0, 0, 0, 0.59);
    -moz-box-shadow: 0px 5px 35px 4px rgba(0, 0, 0, 0.59);
    box-shadow: 0px 5px 35px 4px rgba(0, 0, 0, 0.59);
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    text-decoration: none;
    color: inherit;
}

.navbartext {
    float: right;
    color: #ffffff;
    font-size: 16px;
    padding-top: 17px;
}

.nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    color: inherit;
    background-color: transparent;
}

.headerimg {
    padding-top: 7px;
}

.landingPage .section2 {
    min-height: 120px;
    text-align: center;
    padding-top: 49px;
    position: relative;
}

.landingPage .section2 h1 {
    color: #ed094f;
    font-size: 22px;
    font-weight: 800;
    margin: 0;
    line-height: 27px;
}

.landingPage .section2 h1 span {
    position: relative;
}

.landingPage .section2 h1 span:before {
    content: '';
    top: 16px;
    background-color: #ed094f;
    height: 2px;
    width: 86px;
    position: absolute;
    right: calc(100% + 120px);
}

.landingPage .section2 h1 span:after {
    content: '';
    top: 16px;
    background-color: #ed094f;
    height: 2px;
    width: 86px;
    position: absolute;
    left: calc(100% + 120px);
}

.landingPage .section2 hr {
    width: 87px;
}

.landingPage .section3left {
    text-align: center;
}

.landingPage .img1 {
    max-width: 100%;
}

.landingPage .section2:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-top: solid 15px #ffffff;
    border-left: solid 15px transparent;
    border-right: solid 15px transparent;
}

.landingPage .info {
    min-height: 53px;
    background-color: #ffffff;
}

.landingPage .info .ptop {
    font-size: 10px;
    color: #c8c8c8;
    padding-top: 10px;
    margin-bottom: 0;

}

.landingPage .info .ptop::before {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    background-color: #43d43c;
    margin-right: 7px;
}

.landingPage .info .pbottom {
    color: #ed094f;
    font-weight: 800;
    font-size: 19px;
}

.landingPage .inforight {
    text-align: center;
    font-size: 15px;
    color: #c8c8c8;
    padding-top: 16px;
    padding-bottom: 14px;
    border-bottom: 2px solid #ed094f;
}

.landingPage .section3 {
    min-height: 600px;
    background-color: #1d2028;
    padding-top: 90px;
    padding-bottom: 90px;
}

.landingPage .descriptionright {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
    padding-top: 37px;
}

.landingPage .description3bottom {
    width: 100%;
    background: url(/img/phone.png) no-repeat 105% 119% #242833;
    padding-left: 20px;
    margin-top: 12px;
}

.landingPage .phoneup {
    padding-top: 8px;
}

.landingPage .p1 {
    display: inline;
    color: #ffffff;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
}

.landingPage .p12 {
    display: block;
}

.landingPage .p2 {
    display: inline;
    color: #ed094f;
    font-weight: 800;
    font-size: 22px;
}

.landingPage .back {
    float: left;
    width: 50%;
    max-height: 454px;
    height: 454px;
    display: block;
    clear: both;
}

.landingPage .back2 {
    float: right;
    display: block;
    padding: 55px 0 45px 42px;
}

.landingPage .cont1 {
    padding-left: 0;
    padding-right: 0;
}

.landingPage .section4 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,2989d8+50,ed094f+51,ed094f+100&0+51,1+54,1+54 */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(41, 137, 216, 0) 50%, rgba(237, 9, 79, 0) 51%, rgba(237, 9, 79, 1) 54%, rgba(237, 9, 79, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(41, 137, 216, 0) 50%, rgba(237, 9, 79, 0) 51%, rgba(237, 9, 79, 1) 54%, rgba(237, 9, 79, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(41, 137, 216, 0) 50%, rgba(237, 9, 79, 0) 51%, rgba(237, 9, 79, 1) 54%, rgba(237, 9, 79, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ed094f', GradientType=1); /* IE6-9 */
    z-index: -12;
}

.landingPage .sect4left {
    float: left;
    display: block;
    margin-left: -38px;
}

.landingPage .sect4right {
    float: right;
    width: 50%;
    display: block;
    position: relative;
    z-index: 100;
}

.landingPage .girlright {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -10;
}

.landingPage .text-description-right {
    padding-top: 94px;
    padding-left: 78px;
    font-size: 23px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 800;
    padding-bottom: 7px;
}

.landingPage .bar {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ed094f+0,ed094f+34,ffffff+34,ffffff+34 */
    background: rgb(237, 9, 79); /* Old browsers */
    background: -moz-linear-gradient(left, rgba(237, 9, 79, 1) 0%, rgba(237, 9, 79, 1) 34%, rgba(255, 255, 255, 1) 34%, rgba(255, 255, 255, 1) 34%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(237, 9, 79, 1) 0%, rgba(237, 9, 79, 1) 34%, rgba(255, 255, 255, 1) 34%, rgba(255, 255, 255, 1) 34%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(237, 9, 79, 1) 0%, rgba(237, 9, 79, 1) 34%, rgba(255, 255, 255, 1) 34%, rgba(255, 255, 255, 1) 34%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed094f', endColorstr='#ffffff', GradientType=1); /* IE6-9 */
    margin-left: -121px;
    padding: 7px;
    width: 600px;
    height: 50px;
    padding-top: 13px;
    padding-left: 16px;
}

.landingPage .arrowp {
    margin-left: 10px;
}

.landingPage .phonedesc {
    color: #c8c8c8;
    font-size: 17px;
}

.landingPage .callme {
    display: inline;
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
}

.landingPage .callme2 {
    font-size: 17px;
    color: #ed094f;
    font-weight: 800;
}

.landingPage .callme3 {
    font-size: 10px;
}

.landingPage .callme2 {
    display: inline;

}

.landingPage .descriptionright3 {
    color: #ffffff;
    font-size: 12px;
    font-weight: 400;
    line-height: 22px;
}

.landingPage .descriptionright2 {
    margin-left: 53px;
}

.landingPage .section5 {
    background-color: #242833;
    min-height: 395px;
    text-align: center;
}

.landingPage .spandown {
    color: #ffffff;
}

.landingPage .section21 {
    padding-bottom: 88px;
}

.landingPage .section21:after {
    border: none;
}

.landingPage .fonticons {
    color: #ed094f;
    font-size: 80px;
    padding-bottom: 15px;
}

.landingPage .nopadding {
    padding-left: 0;
    padding-right: 0;
}

.landingPage .punderfavicon {
    color: #ffffff;
    font-size: 11px;
    font-weight: 600;
}

.landingPage .nodecoration {
    text-decoration: none;
    color: inherit;
}

.navbar-static-top {
    margin-bottom: 0;
}

.menu-button {
    font-size: 36px;
    color: #ffffff;
}

.cookie {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #0f0f0f;
    border: 1px solid rgba(255, 91, 91, 0.4);
    z-index: 10000000;
}

.cookie .container {
    position: relative;
}

.cookie p {
    color: #ffffff;
    margin: 7px 0;
    font-size: 12px;
    line-height: 17px;

}

.cookie i {
    position: absolute;
    right: 0;
    top: 10px;
    cursor: pointer;
    color: #ffffff;
}

.paddingdown {
    padding-bottom: 70px;
}

.showterms {
    font-size: 12px;
    margin-bottom: 15px;
    color: #ffffff;
    opacity: 1 !important;
}
footer {
    display: block;
    float: left;
    clear: both;
    width: 100%;
    background-color: #cf0946;
    padding: 20px 0;
}

footer article {
    font-size: 12px;
    color: #bababa;
    text-align: center;
}

footer .box-logo
{
    text-align: center;
    border-right: 0px;
    margin-bottom: 10px;
}
footer .box-reg
{
    text-align: center;
}
footer .box-info-bottom
{
    text-align: center;
}
footer .box-info-bottom p
{
    font-size: 10px;
}
footer .termFooter a
{
    color: #ffffff;
}

.adsCSS{
    width: 728px;
    height: 90px;
    display:block;
    margin:0 auto;
}

.ads {
    padding-top: 20px;
    padding-bottom: 20px;
}
.adsTop {
    padding-bottom: 0;
}
@media screen and (max-width: 993px) {
    .landingPage .section3left {
        text-align: center;
        padding-bottom: 30px;
    }

    .landingPage .description3bottom {
        margin-bottom: 30px;
    }

    .landingPage .sect4right {
        width: 100%;
    }

    .landingPage .section4 {
        background-color: #ed094f;
    }

    .landingPage .text-description-right {
        padding-top: 94px;
        padding-left: 0;
        text-align: center;
    }

    .landingPage .bar {
        margin-left: 0;
    }

    .landingPage .section2 h1 span:before {
        right: calc(100% + 15px);
    }

    .landingPage .section2 h1 span:after {
        left: calc(100% + 15px);
    }

    .landingPage .bar {
        background: #ffffff;
        padding: 7px;
        width: 100%;
        height: 50px;
        padding-top: 13px;
        padding-left: 10px;
    }

    .landingPage .callme {
        display: inline;
        color: #ed094f;
        padding-left: 6%;
    }

    .landingPage .descriptionright2 {
        margin-left: 13%;
    }

    .landingPage .section5 {
        min-height: 572px;
    }
}

@media screen and (max-width: 768px) {
    .landingPage .description3bottom {
        background: #242833;
    }

    .landingPage .descriptionright2 {
        margin-left: 5%;
    }

    .container {
        width: inherit;
    }

    .smallcenter {
        margin-left: 20px;
    }
    .landingPage .girlright {
        height: 100%;
    }
    .adsCSS{
        width: 300px;
        height: 100px;
    }
}

@media screen and (max-width: 565px) {
    .landingPage .descriptionright2 {
        margin-left: 5%;
    }

    .landingPage .bar {
        height: 98px;
    }

    .landingPage .callme {
        display: block;
        text-align: center;
    }

    .landingPage .text-description-right {
        padding-bottom: 3px;
        padding-top: 6px;

    }

    .smallcenter {
        text-align: center;
        display: block;
    }
}