body{
    margin: 0;
    height: 100vh;
    overflow-x: hidden;
}

nav{
    position: relative;
    background: white;
    height: 10vh;
    z-index: 4;
}

nav img{
    position: relative;
    width: 130px;
    float: left;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 140px;
}

nav ul{
    position: relative;
    float: right;
    margin: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 140px;
    padding-left: 0;
}

nav ul li{
    display: inline;
    margin-right: 10px;
    background: white;
    cursor: pointer;
}

nav ul li:nth-child(1), nav ul li:nth-child(2){
    margin-right: 50px;
}

nav ul li:nth-child(3){
    margin-right: 220px;
}


nav ul li:nth-child(4) , nav ul li:nth-child(5){
    margin-right: 50px;
}

nav ul li:nth-child(4){
    font-weight: bold;
}

nav ul li i{
    margin-left: 5px;
}

nav ul li i:nth-child(5){

}

nav ul li a{
    margin-top: 10px;
}

#search-icon{
    font-size: 20px;
}

.collapse-menu{
    position: fixed;
    top: -100%;
    transition: 0.4s ease-in-out;
    width: 100%;
    z-index: 2;
}

.collapse-menu h1{
position: relative;
font-family: 'Advent Pro', sans-serif;
width: 50%;
left: 50%;
transform: translateX(-50%);
font-size: 60px;
color: grey;
margin-top: 20px; /* with animation should be 20px */
opacity: 0;
}

.row-menu{
    background: white;
    height: 100vh;
}

.menu-sm-cont{
    position: relative;
    margin-top: 300px;
}

.collapse-menu p{
 position: relative;
 font-family: 'Advent Pro', sans-serif;
 width: 50%;
 left: 50%;
 transform: translateX(-50%);
 font-size: 20px;
 color: grey;
 margin-top: 10px;
 opacity: 0;
}

.first-page-cont{
    width: 100%;
    height: auto;
    margin-top: 100px;
}

.first-page-row{
    height: auto;
}

.first-page-left, .first-page-right{
    height: auto;
}
/* Testing only for mobile phones */
.first-page-left{

}
.first-page-right{

}
/* Testing only for mobile phones */

.first-page-left h1{
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
    font-size: 80px;
    width: 70%;
    left: 140px;
    margin-top: 260px;
    
}

.first-page-left h2{
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
    font-size: 80px;
    left: 140px;
    margin-top: 0;
}

.first-page-left button{
    position: relative;
    width: 150px;
    height: 50px;
    background: rgb(0, 119, 230);
    color: white;
    font-weight: bolder;
    font-family: arial;
    font-size: xx-small;
    border: none;
    left: 145px;
    margin-top: 20px;
    
}

.first-page-left button div{
    position: absolute;
    width: 0;
    height: 5px;
    background: lightgreen;
    left: 0;
    bottom: 0;
    background: rgb(0, 87, 168);
    transition: 0.3s ease-in-out;
}

.first-page-left button:hover .btn-anime{
    width: 100%;
    transition: 0.3s ease-in-out;
}

.first-page-right, .first-page-left{
    height: 75vh;
    border-right: 2px solid #E5E8E8;
}

.first-page-right h1{
    position: relative;
    margin-top: 280px;
    font-weight: bold;
    width: 60%;
    margin-left: 40px;
    font-size: 25px;
    color: black;
}

.first-page-right p{
    position: relative;
    font-family: 'Advent Pro', sans-serif;
    font-size: 20px;
    width: 40%;
    margin-left: 40px;
}

.first-page-right a{
    position: relative;
    margin-left: 40px;
    color: rgb(0, 119, 230);
    font-weight: bold;
}

.first-page-right a:hover{
    text-decoration: none;
}

.second-page-cont{
    margin-top: 60px;
}

.second-page-title{
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: 60px;
    margin-bottom: 30px;
}

.pointer{
 position: relative;
 width: 100%;
 height: 3px;
 background: #85929E;
 left: 110%; /* when it moves should change its value to 0% */
 z-index: 2;
 transition: 0.5s ease-in-out;
}

.img-selections-cont{
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.row{
    margin: 0;
    padding: 0;
}

.selections-cont p{
    font-family: arial;
    font-size: 25px;
    text-align: center;
    margin-top: 10px;
    color: #85929E;
    cursor: pointer;
}

.selections-cont p:nth-child(1){
    font-weight: bold;
}

.img-cont{
    position: relative;
    width: 200%;
    height: auto;
    background: white;
    margin: 0;
    padding: 0;
    left: 0%; /* On click should change to -100% value */
    transition: 0.5s ease-in-out;
}

.img-cont img:nth-child(1){
    margin-right: 6%;
    margin-left: 6%;
}

.img-selections-cont img{
    width: 40%;
    margin: 0;
    padding: 0;
}

.p-selections-sub-cont-1{
    position: relative;
    width: 50%;
    height: 100%;
    float: left;
    margin-right: 15px;
    transition: 0.5s ease-in-out;

}

.p-selections-cont h1{
    position: relative;
    font-size: 20px;
    font-weight: bold;
    color: black;
    margin-top: 50px;
}

.p-selections-1{
    position: relative;
    margin-top: 170px;
}

.p-selections-cont{
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
    height: auto;
}

.p-selections-sub-cont{
    position: relative;
    left: 0;
    width: 200%;
    height: 100%;
    transition: 0.5s ease-in-out;
}

.p-selections-cont p{
    font-size: 15px;
    width: 70%;
    text-align: left;
    cursor: text;
}

.p-selections-sub-cont-2{
    position: relative;
    width: 48%;
    height: 100%;
    float: left;
    transition: 0.5s ease-in-out;
}

.third-page-title-cont{
    margin-top: 100px;
}

.third-page-title-cont h1{
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: 60px;
}

.third-page-title-cont p{
    text-align: center;
    font-family: 'Advent Pro', sans-serif;
    font-size: 20px;
    margin-top: 20px;
}

.dropdown-cont{
    margin-top: 80px;
    cursor: pointer;
}

.dropdown-cont h4{
    float: left;
    font-size: 15px;
    font-weight: bold;
    color: rgb(0, 119, 230);
    margin: 0;
}

.dropdown-cont i{
    float: right;
    color: #85929E;
    transition: 0.5s ease-in-out;
}

.dropdown-cont p{
    margin-top: 50px;
    width: 80%;
}

.fourth-page-title-cont{
    margin-top: 100px;
}

.fourth-page-title-cont h1{
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: 60px;
}

.fourth-page-title-cont p{
    position: relative;
    text-align: center;
    font-family: 'Advent Pro', sans-serif;
    font-size: 20px;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}

.price-options-cont{
    margin-top: 60px;
}

.price-options-cont h1{
    font-family: 'Raleway', sans-serif;
    font-weight: bold;
    text-align: center;
    font-size: 20px;
    color: black;
    margin-top: 40px;
    transition: 0.3s ease-out;
}

.price-options-cont ul{
    font-size: 15px;
    margin-top: 40px;
    color: black;
    line-height: 2em;
    padding-left: 20px;
    padding-right: 0;
    transition: 0.3s ease-out;
}

.price-options-cont p{
    margin-top: 60px;
    text-align: center;
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
    transition: 0.3s ease-out;
}

.price-options-cont span{
    font-size: 70px;
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
}

.price-options-cont button{
    /* Black Color #17202A; */
    position: relative;
    border: none;
    background: #121212;
    color: white;
    width: 130px;
    height: 40px;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10px;
    font-weight: bold;
    transition: 0.3s ease-out;
}

.price-options-cont div:nth-child(1):hover{
    background: #121212;
    transition: 0.3s ease-in;
}

.price-options-cont div:nth-child(2):hover{
    background: #121212;
    transition: 0.3s ease-in;
}

.price-options-cont div:nth-child(3):hover{
    background: #121212;
    transition: 0.3s ease-in;
}

.price-options-cont div:nth-child(1):hover .price-options-h1{
    transition: 0.3s ease-in;
color: white;
}

.price-options-cont div:nth-child(2):hover .price-options-h1{
    transition: 0.3s ease-in;
color: white;
}

.price-options-cont div:nth-child(3):hover .price-options-h1{
    transition: 0.3s ease-in;
color: white;
}

.price-options-cont div:nth-child(1):hover .price-options-ul{
    transition: 0.3s ease-in;
color: white;
}

.price-options-cont div:nth-child(2):hover .price-options-ul{
    transition: 0.3s ease-in;
color: white;
}

.price-options-cont div:nth-child(3):hover .price-options-ul{
    transition: 0.3s ease-in;
color: white;
}

.price-options-cont div:nth-child(1):hover .price-options-p{
    transition: 0.3s ease-in;
color: white;
}

.price-options-cont div:nth-child(2):hover .price-options-p{
    transition: 0.3s ease-in;
color: white;
}

.price-options-cont div:nth-child(3):hover .price-options-p{
    transition: 0.3s ease-in;
color: white;
}

.price-options-cont div:nth-child(1):hover .price-options-btn{
    transition: 0.3s ease-in;
color: black;
background: white;
}

.price-options-cont div:nth-child(2):hover .price-options-btn{
    transition: 0.3s ease-in;
color: black;
background: white;
}

.price-options-cont div:nth-child(3):hover .price-options-btn{
    transition: 0.3s ease-in;
color: black;
background: white;
}

.fifth-page-title-cont{
    margin-top: 100px;
}

.fifth-page-title-cont h1{
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
    text-align: left;
    font-size: 60px;
    padding-left: 100px;
}

.reviews-cont{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    
}

.reviews-text-cont{
    overflow: hidden;
    padding: 0 !important;
}

.reviews-text-cont-sub{
    position: relative;
    background: black;
    width: 200%;
    left: -100%;
    transition: 0.5s ease-in;
    margin-top: 100px;
}

.reviews-text-cont-sub-1{
    width: 50%;
    float: left;
}

.reviews-text-cont-sub-1 i, .reviews-text-cont-sub-2 i{
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    font-size: 30px;
    font-weight: bolder;
    color: black;
    margin-top: 30px;
    margin-bottom: 20px;
}

.reviews-text-cont-sub-1 p, .reviews-text-cont-sub-2 p{
    position: relative;
    margin-top: 30px;
    text-align: center;
    font-family: arial;
    width: 90%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 14px;
}

.h1-line-cont{
position: relative;
width: 210px;
height: 50px;
left: 50%;
transform: translateX(-50%);
margin-top: 50px;
}

.h1-line-cont h1{
    font-size: 15px;
    font-weight: bold;
    color: black;
    float: left;
}

.h1-line-cont div{
    width: 60px;
    height: 3px;
    background: grey;
   float: left;
   margin-top: 28px;
   margin-left: 15px;
}
/* Will be moved in the future to sub-1 together */
.reviews-text-cont-sub-2{
    width: 50%;
    float: left;
}

.reviews-img-cont{
    padding: 0 !important;
    overflow: hidden;
}

.reviews-img-cont-sub{
    position: relative;
    width: 200%;
    padding: 0 !important;
    left: -100%;
    transition: 0.5s ease-in;
}

.reviews-img-cont-sub img{
    width: 50%;
    float: left;
}

.left-arrow-cont{
    position: absolute !important;
    left: -200px !important;
    top: 50% !important;
    width: 50px;
    height: 50px;
    background: #EBEDEF;
    border: 2px solid #D6DBDF;
}

.left-arrow-cont i{
    position: relative;
    font-size: 18px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #AEB6BF;
}

.right-arrow-cont{
    position: absolute !important;
    right: -200px !important;
    top: 50% !important;
    width: 50px;
    height: 50px;
    background: #EBEDEF;
    border: 2px solid #D6DBDF;
}

.right-arrow-cont i{
    position: relative;
    font-size: 18px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: black;
}

.h1-btn-cont{
    margin-top: 150px;
    padding-bottom: 50px;
    padding-top: 30px;
    margin-bottom: 150px;
}

.h1-btn-cont h1{
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: lighter;
    text-align: center;
    font-size: 60px;
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
}

.h1-btn-cont button{
    position: relative;
    width: 150px;
    height: 50px;
    background: rgb(0, 119, 230);
    color: white;
    font-weight: bolder;
    font-family: arial;
    font-size: xx-small;
    border: none;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 20px;
}

.footer-cont{
    background: #EBEDEF;
    padding-bottom: 40px;
}

.logo-smedia-cont{

}

.logo-smedia-cont img{
position: relative;
left: 50%;
transform: translateX(-50%);
margin-top: 60px;
}

.logo-smedia-cont i{
    font-size: 20px;
    color: #5D6D7E;
    margin-left: 12px;
    margin-top: 30px;
}

.fb{
    margin-left: 60px !important;
}

.support-cont h1{
    margin-top: 60px;
    font-size: 15px;
    font-weight: bold;
    font-family: arial;
    color: black;
}

.aboutus-cont h1{
    margin-top: 60px;
    font-size: 15px;
    font-weight: bold;
    font-family: arial;
    color: black;
}

.solutions h1{
    margin-top: 60px;
    font-size: 15px;
    font-weight: bold;
    font-family: arial;
    color: black;
}

.en-cont p{
    margin-top: 60px;
    text-align: right;
}

/* Medium Screen Size MD*/

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .first-page-left h1{
        left: 50px;
        margin-top: 150px;
    }

    .first-page-left h2{
        left: 50px;
    }

    .first-page-left button{
        left: 55px;
    }

    .first-page-right h1{
        margin-top: 180px;
    }

    .first-page-right p{
        width: 60%;
    }

    .selections-cont p{
        font-size: 20px;
    }

    .p-selections-cont p{
        width: 100%;
        font-size: 15px;
    }

    .price-options-cont{
    }

    body{
      /*  background: lightpink !important;*/
    }
}
/* Small Screen Size SM*/
@media screen and (min-width: 768px) and (max-width: 991px) {
    .first-page-left h1{
        left: 30px;
        font-size: 70px;
        margin-top: 150px;
    }

    .first-page-left h2{
        left: 30px;
        font-size: 70px;
    }

    .first-page-left button{
        left: 35px;
        width: 130px;
        height: 40px;
    }

    .first-page-right h1{
        margin-top: 180px;
    }

    .first-page-right p{
        width: 100%;
    }

    .h1-btn-cont h1{
        width: 70%;
    }
}
/* Extra Small for Mobile Screen XS */
@media screen and (min-width: 0px) and (max-width: 767px) {
    nav img{
        margin-left: 50px;
    }

    .first-page-left button div{
        position: absolute;
        width: 0;
        height: 5px;
        background: lightgreen;
        left: 0;
        bottom: 0;
        background: rgb(0, 87, 168);
        transition: 0.3s ease-in-out;
    }
    
    .first-page-left{
       height: 60vh;
    }

    .first-page-left h1{
        left: 50%;
        transform: translateX(-50%);
        font-size: 70px;
        margin-top: 100px;
        text-align: center;
    }

    .first-page-left h2{
        left: 30px;
        font-size: 70px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center;
    }

    .first-page-left button{
        left: 35px;
        width: 130px;
        height: 40px;
        left: 50%;
        transform: translateX(-50%);
    }

    .first-page-right{
        height: 50vh;
    }

    .first-page-right h1{
        margin-top: 180px;
        margin-left: 80px;
        margin-top: 100px;
    }

    .first-page-right p{
        width: 60%;
        margin-left: 80px;
    }

    .first-page-right a{
        margin-left: 80px;
    }

    .img-cont{
        margin-top: 30px;
    }

    .second-page-title{
 
    }

    .p-selections-sub-cont{
        margin-top: -80px;
    }

    .reviews-text-cont-sub-1 i, .reviews-text-cont-sub-2 i{
        margin-top: 0;
    }

    .h1-btn-cont h1{
        width: 100%;
    }
}