/* section 1 */
@font-face {
    font-family: GloberBold;
    src: url(../../fonts/Glober-W01-Bold.ttf);
}
@font-face {
    font-family: GloberBook;
    src: url(../../fonts/Glober-W01-Book.ttf);
}
@font-face {
    font-family: GloberRegular;
    src: url(../../fonts/Glober-W01-Regular.ttf);
}
@font-face {
    font-family: GloberSemiBold;
    src: url(../../fonts/Glober-W01-SemiBold.ttf);
}
@font-face {
    font-family: GloberBlack;
    src: url(../../fonts/Glober-W01-Black.ttf);
}
html{
    font-family: 'GloberBook';
}
html,body{
    -webkit-overflow-scrolling: touch;
    font-family: 'GloberBook';
}
body {
   
}
strong{
    font-weight: bold;
    font-weight: 700;
}
.header.header {
    background: #143439 !important;
}
.active-header{
    background: #143439 !important;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.arrow-down{
    cursor: pointer;
}
.section-1{
    width: 100%;
    height: 800px;
    position: relative;
    background-color: #143439;
    padding: 50px 0;
    margin: 0 !important;
    
}
.section-1 > .row > .col-md-12 {
    position: relative;
    height: 100vh;
}
.section-1 h1.title{
    position: absolute;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    font-family: 'GloberBold';
    left: 0;
    right: 0;
    top: 15%;
}
.section-1 .circle {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
}
.section-1 .hand {
    position: relative;
    left: -30px;
    width: 600px;
    text-align: center;
    right: 0px;
    top: 180px;
    margin: 0 auto;
/*    border-bottom: 1px solid #cacaca;*/
    margin-bottom: 10px;
}
.section-1 .hand:after {
/*
    content: '';
    border: 1px solid #cacaca;
    position: absolute;
    bottom: -1px;
    right: -8px;
    height: 15px;
    transform: skew(-45deg);
*/
}
.section-1 .phone_screen {
    position: absolute;
    height: 435px;
    width: 41%;
    left: 72px;
    right: 0;
    margin: 0 auto;
    top: 155px;
}
.section-1 .hand .phone-slider{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
}
.section-1 .hand .navigation-icon{
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    padding: 10px;
}
.section-1 .hand .navigation-icon i{
    color: #fff;
    border: 2px solid #fff;
    padding: 15px 18px;
    border-radius: 50%;
    font-size: 25px;
}
.section-1 .hand .publish-container {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
}
.section-1 .hand .publish-container a {
    display: block;
    white-space: nowrap;
    background: #13D2FF;
    color: #fff;
    padding: 11px 30px;
    font-size: 17px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    z-index: 9;
    transform: scale(0.95);
    -webkit-animation-name: scaleButton;
    -webkit-animation-duration: 8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -webkit-animation-delay: 0s;
    transition: all 200ms ease-in;  
}
.bottom-line{
    position: relative;
    max-height: 50px;
    overflow: hidden;
    height: 50px;
    margin-top: -50px;
}
.bottom-line:before {
    content: '';
    height: 2px;
    background: #e4e4e4;
    width: 97%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.bottom-line:after {
    content: '';
    position: absolute;
    width: 3%;
    transform: rotate(-45deg);
    height: 2px;
    background: #e4e4e4;
    right: 4px;
    bottom: 5px;
}
span.bottom-number {
    color: #e4e4e4;
    font-family: GloberBlack;
    font-size: 70px;
    position: absolute;
    bottom: -35px;
    right: 20px;
}
@-webkit-keyframes scaleButton {
      0% {
      }
      3% {
          transform: scale(1.2);
      }
      7% {
          transform: scale(0.95);
      }
}
.section-1 .phone_screen .down-arrow {
    position: absolute;
    bottom: 90px;
    left: 0;
    right: 0;
}
.section-1 .phone_screen img {
    width: 24px;
}
.section-1 .textsection {
    position: relative;
    top: 170px;
}
.section-1 .textsection>div {
    width: 600px;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
/*.section-1 img.hand{

}*/
.section-1 .image-phone{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    position: absolute;
    bottom: -10%;
    left: 45%;
    -webkit-transform: translate(-45%);
    -ms-transform: translate(-45%);
    -o-transform: translate(-45%);
    transform: translate(-45%);
}
.section-1 .image-phone .hand{
    max-width: 100%;
}
.section-1 .phone{
    position: absolute;
    /*overflow: hidden;*/
    top: 15%;
    height: 54%;
    width: 40%;
    left: 36%;
}
.section-1 .phone .buttons{
    position: absolute;
    z-index: 99;
    height: 90%;
    width: 100%;
    top: 5%;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;

}
.section-1 .phone .buttons .location{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-radius: 50%;
    color: #fff;
}
.section-1 .phone .buttons .become-publisher{
    position: absolute;
    top: 50%;
    left: auto;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.leftSafari{
    position: absolute;
    left: -9% !important;
}
.section-1 .phone .buttons .become-publisher a{
    /*width: 100%;*/
    font-family: 'Open Sans', sans-serif;
    border-radius: 25px;
    background: #14d2ff;
    padding: 8px 25px;
    font-size: 22px;
    border: 1px solid #14d2ff;
    position: relative;
    z-index: 999;
    display: inline-block;
    text-align: center;
}
.section-1 .phone .buttons .become-publisher a:focus,
.section-1 .phone .buttons .become-publisher a:hover,
.section-1 .phone .buttons .become-publisher a:active{
    outline: none;
    box-shadow: none;
}
/* section 2 */
.section-2{
    max-width: 51%;
    margin: 0 auto;
    padding-top: 18%;
}
.section-1 h1.counter{
    font-size: 70px;
    font-weight: bold;
    color: transparent;
    overflow: hidden;
    position: relative;
    padding-left: 12.5%;
}
.section-1 h1.counter:before{
    content: '';
    height: 2px;
    background: #e4e4e4;
    width: 98%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.section-1 h1.counter:after{
    content: '';
    position: absolute;
    width: 5%;
    transform: rotate(-45deg);
    height: 2px;
    background: #e4e4e4;
    right: -3px;
    bottom: 0;
}
.section-1 h1.counter span.number{
    position: absolute;
    right: 20px;
    bottom: -22px;
    color: #e4e4e4;
    font-family: GloberBlack;
}
.section-1 h1.monetize{
    text-align: right;
}
.section-1 h1.monetize{
    position: relative;
    padding-right: 40px;
    padding-bottom: 10px;
    font-family: 'GloberBook';
    margin-right: 3%;

}
.section-1 h1.monetize:before{
    content: '';
    height: 2px;
    background: #e4e4e4;
    width: 15%;
    right: 2%;
    bottom: 0;
    position: absolute;
}
.section-1 h1.monetize:after{
    content: '';
    position: absolute;
    width: 3%;
    transform: rotate(-45deg);
    height: 2px;
    background: #e4e4e4;
    right: -2px;
    bottom: 5px;
}
.section-1 .monetize-content{
    max-width: 45%;
    float: right;
    font-size: 18px;
    font-family: 'GloberBook';
    text-align: right;
    margin-right: 11%;
}
/* section-3 */
.absolute-right{
    position: absolute;
    right: 0;
    top: 30%;
    width: 20%;
}
.section-3{
    background: url('../../assets/img/image004.png') no-repeat right;
    background-position: right 95px;
    min-height: 100vh;
    position: relative;
    margin-top: 400px;
}
.section-3 p{
    font-size: 18px;
    margin-left: 4%;
}
.section-3 > .col-md-12{
    max-width: 50%;
    margin: 0 auto;
    padding-top: 20px;
    float: none;
}
.section-3 h1.easy-to-use{
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    position: relative;
    font-size: 70px;
    min-height: 70px;
}
.section-3 h1.easy-to-use span.number{
    position: absolute;
    bottom: -22px;
    left: 35px;
    color: #e4e4e4;
    font-family: GloberBlack;
}
.section-3 h1.easy-to-use:before,
.section-3 h1.platform:before{
    content: '';
    height: 2px;
    background: #e4e4e4;
    width: 100%;
    left: 2%;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.section-3 h1.easy-to-use:after,
.section-3 h1.platform:after{
    content: '';
    position: absolute;
    width: 5%;
    transform: rotate(45deg);
    height: 2px;
    background: #e4e4e4;
    left: -3px;
    bottom: 0;
}
.section-3 h1.platform:before{
    width: 10%;
}
.section-3 h1.platform{
    position: relative;
    overflow: hidden;
    padding-left: 36px;
    padding-bottom: 10px;
}

/* section-4 */
.section-4{
    max-width: 50%;
    margin-top: 25%;
    margin-bottom: 10%;
    position: relative;
}
.section-4 img{
    margin: 0 auto;
}
.section-4 h1.smart-click{
    font-size: 70px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    position: relative;
    padding-left: 12.5%;
    min-height: 70px;
}
.section-4 h1.optimization{
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-right: 4%;
    padding-bottom: 1%;
}
.section-4 h1.smart-click:before,
.section-4 h1.optimization:before{
    content: '';
    height: 2px;
    background: #e4e4e4;
    width: 98%;
    left: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}
.section-4 h1.optimization:before{
    width: 10%;
    left: auto;
    right: 17px;
}
.section-4 h1.smart-click:after,
.section-4 h1.optimization:after{
    content: '';
    position: absolute;
    width: 5%;
    transform: rotate(-45deg);
    height: 2px;
    background: #e4e4e4;
    right: -3px;
    bottom: 0;
}
.section-4 h1.optimization:after{
    right: 0;
}
.section-4 h1.smart-click span.number{
    position: absolute;
    right: 32px;
    bottom: -22px;
    color: #e4e4e4;
    font-family: GloberBlack;
}
.section-4 .block{
    margin-top: 50px;
    font-family: 'GloberRegular';
}
.section-4 .block p{
    font-size: 20px;
}

/* section 5 */
.section-5{
    min-height: 100vh;
    background: url('../../assets/img/contact-bg.png') no-repeat center;
    background-size: cover;
}
.section-5 > .col-md-12{
    max-width: 60%;
    margin: 0 auto;
    float: none;
    color: #fff;
}
.section-5 h1{
    font-family: 'GloberBook';
    margin-top: 50px;
}
.section-5 input.form-control,
.section-5 textarea.form-control{
    border: 0;
    box-shadow: none;
    outline: none;
    background: transparent;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    resize: none;
    color: #fff;
    line-height: 1.5;
    font-size: 20px;
    padding: 10px;
}
.section-5 input.form-control:focus, .section-5 textarea.form-control:focus{
    border-bottom: 1px solid #14d1fe;
}
.section-5 input.form-control::-webkit-input-placeholder,
.section-5 textarea.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}
.section-5 input.form-control::-moz-placeholder,
.section-5 textarea.form-control::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}
.section-5 input.form-control:-ms-input-placeholder,
.section-5 textarea.form-control:-ms-input-placeholder { /* IE 10+ */
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}
.section-5 input.form-control:-moz-placeholder,
.section-5 textarea.form-control:-moz-placeholder { /* Firefox 18- */
    color: #fff;
    font-size: 20px;
    line-height: 1.5;
}
.section-5 .flex-center{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}
.section-5 .flex-center h2{
    margin: 0;
    margin-right: 10px;
    font-weight: normal;
    font-size: 30px;
}
.section-5 .dropdown button,
.section-5 .dropdown button:focus,
.section-5 .dropdown button:active,
.section-5 .dropdown button:hover{
    background: transparent !important;
    background-color: transparent !important;
    color: #fff !important;
    font-size: 28px;
}
.section-5 .send{
    color: #01726a;
    background: #fff;
    border-radius: 35px;
    padding: 10px 35px;
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
}
.section-5 .dropdown li a {
    cursor: pointer;
}

/* section 6 */
.section-6 .title{
    text-align: center;
    padding-top: 30px;
}
.section-6 .frame{
    min-height: 500px;
    max-width: 95%;
    margin: 0 auto;
}
.section-6 .slick-initialized .slick-slide{
    -webkit-box-shadow: 0px 0px 30px 0px #e0e0e0;
    -moz-box-shadow: 0px 0px 30px 0px  #e0e0e0;
    box-shadow: 0px 0px 30px 0px  #e0e0e0;
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    margin: 10px;
}
.section-6 .slick-initialized .slick-slide .content{
    display: none;
    padding: 30px;
    background: #fff;
}
.section-6 .slick-initialized .slick-slide .content .title{
    padding: 0;
    margin: 5px 0;
}
.section-6 .slick-initialized .slick-slide .content .social{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.section-6 .slick-initialized .slick-slide .content .social .tweet{
    -ms-flex: 1;
    flex: 1;
}
.section-6 .slick-initialized .slick-slide .content .social i {
    color: #dddddd;
}
.section-6 .slick-initialized .slick-slide.slick-current .content{
    display: block;
    color: #333;
}
.section-6 .slick-initialized .slick-slide.slick-current .content p.date{
    text-align: center;
    margin-top: 15px;
}
.section-6 .slick-prev,
.section-6 .slick-next{
    top: 90%;
    width: 42px;
    height: 30px;
}
.section-6 .slick-prev:before,
.section-6 .slick-next:before{
    display: none;
}
.section-6 .slick-prev,
.section-6 .slick-prev:hover{
    background: transparent url('../../assets/img/arrow-left.png') no-repeat center;
    background-size: contain;
}
.section-6 .slick-next,
.section-6 .slick-next:hover{
    background: transparent url('../../assets/img/arrow-right.png') no-repeat center;
    background-size: contain;
}
/* section 7 */
.section-7{
    padding-bottom: 100px;
}
.section-7 > .col-md-12{
    max-width: 20%;
    margin: 0 auto;
    float: none;
    text-align: center;
}
.section-7 ul {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #999999;
    padding-bottom: 50px;
}
.section-7 ul li {
    display: inline-block;
    margin: 0 5px;
}
.section-7 ul li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 50%;
}
.section-7 ul li a i {
    color: #999999;
}

#mapster_wrap_0{
    margin: 0 auto;
}

/* ============= MEDIA QUERIES ============ */

@media screen and (max-width: 1152px){
    .section-3{
        background-position: 30vh 95px;
    }
    .section-3 > .col-md-12 {
        max-width: 90%;
    }
    .section-4{
        max-width: 60%;
    }
    header.header .menu ul{
        width: 25%;
    }
    .section-1 .buttons .become-publisher a{
        padding: 8px 20px;
    }
    .section-5 .dropdown button,
    .section-5 .dropdown button:focus,
    .section-5 .dropdown button:active,
    .section-5 .dropdown button:hover{
        font-size: 24px;
    }
}



@media screen and (min-width: 1024px) and (max-width: 1280px){
    .section-1 .phone {
        width: 38.5%;
        left: 36.5%;
    }
    .section-1 .image-phone{
        bottom: -45%;
    }
    .section-1 .image-phone .hand{
        max-width: 90%;
    }
}
@media only screen and (min-width: 980px) and (max-width: 1023px){
    .section-1 .image-phone{
        bottom: -35%;
    }
}
@media only screen and (min-width: 810px) and (max-width: 960px){
    .section-1 .image-phone{
        bottom: -35%;
    }
}

@media screen and (min-width: 1367px){
    .section-1 .image-phone{
        bottom: -40%;
    }
    .section-1 .hand{
        max-width: 100%;
    }
    .section-1 .phone{ 
        width: 38.5%;
        left: 36.5%;
    }
}

@media screen and (max-width: 991px){
    .header.header .menu ul{
        width: 20%;
    }
    .section-2 .monetize-content{
        max-width: 40%;
    }
    .section-6 .slick-prev, .section-6 .slick-next{
        top: 50%;
    }
}

@media screen and (max-width: 769px){
    .header.header .menu ul{
        width: 30%;
    }
    .section-1 .row .title{
        top: 20vh;
    }
    .section-2 .monetize-content{
        max-width: 70%;
    }
    .section-2 h1.counter{
        font-size: 70px;
    }
    .section-3{
        background: none;
    }
    .absolute-right{
        width: 35%;
    }
    .section-5 input.form-control::-webkit-input-placeholder,
    .section-5 textarea.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 15px;
        
    }
    .section-5 input.form-control::-moz-placeholder,
    .section-5 textarea.form-control::-moz-placeholder { /* Firefox 19+ */
        font-size: 15px;
    }
    .section-5 input.form-control:-ms-input-placeholder,
    .section-5 textarea.form-control:-ms-input-placeholder { /* IE 10+ */
        font-size: 15px;
    }
    .section-5 input.form-control:-moz-placeholder,
    .section-5 textarea.form-control:-moz-placeholder { /* Firefox 18- */
        font-size: 15px;
    }
    .section-5 .send {
        font-size: 16px;
    }
    .section-1 .phone .buttons .become-publisher a{
        font-size: 18px;
    }
    .section-5 > .col-md-12{
        max-width: 60%;
        margin: 0 auto;
        float: none;
        color: #fff;
    }
}

@media screen and (max-width: 520px){
    .image-phone{
        position: relative !important;
        transform: none !important;
        left: auto !important;
     }
    .section-1 .image-phone .become-publisher{
        position: absolute;
        left: -20% !important;
    }
    
    .h1, h1{
        font-size: 24px;
    }
    .section-1 .title{
        font-size: 15px;
    }
    .section-1 .image-phone .location{
        margin-top: 10px;
    }
    .section-1 .phone .buttons .become-publisher a{
        font-size: 16px;
    }
    .section-2 h1.counter span.number{
        right: 0;
        bottom: -20px;
    }
    .section-2 .monetize-content{
        max-width: 90%;
    }
    header.header .menu ul{
        width: 50% !important;
    }
    .section-3{
        background: none;
    }
    .section-3 p{
        font-size: 15px;
        margin-left: 10%;
    }
    .section-4{
        margin-top: 0;
    }
    .section-4 .block p{
        font-size: 14px;
    }
    .section-4 .block p strong{
        font-weight: 800;
    }
    .h1, h1{
        font-size: 30px;
    }
    .section-5 .flex-center h2{
        font-size: 22px;
    }
    .section-5 .dropdown button, .section-5 .dropdown button:focus, .section-5 .dropdown button:active, .section-5 .dropdown button:hover{
        font-size: 20px;
    }
    .form-control{
        font-size: 12px;
    }
    .form-control input{
        line-height: 20px;
    }
    .section-7 > .col-md-12{
        max-width: 30%;
    }
    .section-2, .section-4{
        max-width: 84%;
    }
    .section-5 > .col-md-12{
        max-width: 85%;
    }
    header.header .menu .sign-in{
        padding: 5px 24px !important;
    }
    .absolute-right{
        top: 46%;
    }

}
@media only screen and (min-width: 1150px) and (max-width: 1366px){
    .section-1 .image-phone{
        bottom: -42%;
    }
}

/* iPhone 6 ----------- */
@media only screen and (min-device-width: 375px) and (max-device-height: 667px) and (orientation : landscape) and (-webkit-device-pixel-ratio: 2){
    .section-4{
        margin-top: 60%;
    }
    .absolute-right{
        top: 40%;
    }
    .section-2 h1.monetize{
        text-align: center;
    }
    .monetize-content{
        width: 100%;
    }
    .image-phone{
        position: relative !important;
        transform: none !important;
        left: auto;
    }
}
@media only screen and (min-width: 666px) and (max-width: 668px){
    .section-1 .image-phone{
        width: 42%;
        left: 25%;
    }
    .section-1 .image-phone .become-publisher{
        position: absolute;
        left: -35% !important;
    }
    .section-1 .image-phone .become-publisher a{
        font-size: 16px !important;
        padding: 4px 13px !important;
    }
    .section-1 .phone .buttons{
        top: 9%;
    }
    .section-1 .phone .buttons .location{
        width: 35px;
        height: 35px;
    }
    .section-1 .phone{
        width: 39%;
        left: 36.5%;
    }
}
@media only screen and (min-width: 767px) and (max-width: 769px){   
    .section-1 .image-phone .become-publisher{
        position: absolute;
        left: -15% !important;
    }
}
@media only screen and (min-width: 1023px) and (max-width: 1025px){   
    .section-1 .image-phone .become-publisher{
        position: absolute;
        left: -9% !important;
    }
    .section-1 .image-phone{
        position: absolute;
        bottom: -40% !important;
    }
}

@media only screen and (max-width: 768px) {
    .section-1 .title {
        font-size: 30px;
        top: 150px !important;
        letter-spacing: -1px;
    }

}
@media only screen and (max-height: 640px){
    .section-1 {
        padding: 0;
    }
}
@media only screen and (max-width: 625px){
    .section-1 {
        height: 600px;
    }
    .section-1 .title {
        font-size: 22px;
        top: 90px !important;
        letter-spacing: -1px;
    }
    .section-1 .phone_screen {
        height: 430px;
        left: 75px;
        top: 160px;
        width: 44%;
    }
    .section-1 .hand {
        width: 560px;
        left: -13px;
        top: 15px;
    }
    .section-1 .bottom-line {
        margin-top: -49px;
    }
    .section-1 .hand .publish-container a{
        padding: 10px 30px;
        font-size: 13px;
    }
    .section-1 .hand .navigation-icon i {
        padding: 15px 18px;
        font-size: 16px;
    }
    .section-1 .bottom-line:after {
        width: 4%;
        right: 0px;
        bottom: 5px;
    }
    .section-1 .monetize{
        margin-right: 0;
    }
    .section-1 .monetize-content{
        margin-right: 8%;
    }
    .section-1 h1.monetize:after {
        width: 3%;
        right: -3px;
        bottom: 5px;
    }
    .section-1 .textsection {
        top: 20px;
    }
    .section-1 .textsection>div {
        width: 560px;
    }
    .section-1 .monetize {
        white-space: nowrap;
        font-size: 29px;
    }
    .section-1 .monetize-content {
        max-width: 60% !important;
    }
}
@media only screen and (max-width: 425px){
    .section-1 .title {
        font-size: 19px !important;
        top: 120px;
        letter-spacing: -1px;
    }
    .section-1 {
        height: 500px;
    }
    .section-1 .phone_screen {
        height: 280px;
        left: 47px;
        top: 95px;
    }
    .section-1 .hand {
        width: 345px;
        top: 95px;
        left: -13px;
    }
    .section-1 .hand .publish-container a{
        padding: 5px 30px;
        font-size: 12px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        z-index: 9;
        text-indent: -18px;
    }
    .section-1 .hand .navigation-icon i {
        padding: 4px 7px;
        font-size: 10px;
    }
    .section-1 .hand .down-arrow {
        bottom: 40px;
    }
    .section-1 .bottom-line:after {
        width: 4%;
        right: -1px;
        bottom: 5px;
    }
    .section-1 h1.monetize:after {
        width: 4%;
        right: -2px;
        bottom: 3px;
    }
    .section-1 .textsection {
        top: 95px;
    }
    .section-1 .textsection>div {
        width: 345px;
    }
    .section-1 .monetize {
        white-space: normal !important;
        font-size: 30px !important;
    }
    .section-1 .monetize-content {
        max-width: 90% !important;
        font-size: 15px;
    }
    .section-3 {
        margin-top: 270px;
    }
}
@media only screen and (max-width: 375px){
    .section-1 {
        height: 420px;
    }
    .section-1 .title {
        font-size: 17px;
        top: 120px;
        letter-spacing: -1px;
    }
    .section-1 .phone_screen {
        height: 260px;
        left: 45px;
        top: 95px;
    }
    .section-1 .hand {
        width: 330px;
        left: -13px;
        top: 140px;
    }
    .section-1 .textsection {
        top: 100px;
    }
    .section-1 .hand .publish-container a{
        padding: 5px 0px;
        font-size: 10px;
        border-radius: 50px;
        text-decoration: none;
        font-weight: 700;
        z-index: 9;
        text-indent: 0;
    }
    .section-1 .hand .navigation-icon i {
        padding: 4px 7px;
        font-size: 10px;
    }
    .section-3 {
    margin-top: 300px;
}
        .section-1 .bottom-line:after {
        width: 4%;
        right: -1px;
        bottom: 4px;
    }
}
@media only screen and (max-width: 1440px) {
    body {
        zoom: 0.8;
    }
}
@media only screen and (max-width: 1048px) {
    #advertisers {
        background: none;
    }
}


/* Slick Slider hack */
.slick-slider,
.slick-list,
.slick-track {
    height: 100%;
}