

@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/OpenSansBold.eot');
    src: url('../fonts/OpenSansBold.eot') format('embedded-opentype'),
         url('../fonts/OpenSansBold.woff2') format('woff2'),
         url('../fonts/OpenSansBold.woff') format('woff'),
         url('../fonts/OpenSansBold.ttf') format('truetype'),
         url('../fonts/OpenSansBold.svg#OpenSansBold') format('svg');
}
@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/OpenSansRegular.eot');
    src: url('../fonts/OpenSansRegular.eot') format('embedded-opentype'),
         url('../fonts/OpenSansRegular.woff2') format('woff2'),
         url('../fonts/OpenSansRegular.woff') format('woff'),
         url('../fonts/OpenSansRegular.ttf') format('truetype'),
         url('../fonts/OpenSansRegular.svg#OpenSansRegular') format('svg');
}
@font-face {
    font-family: 'OpenSansSemibold';
    src: url('../fonts/OpenSansSemibold.eot');
    src: url('../fonts/OpenSansSemibold.eot') format('embedded-opentype'),
         url('../fonts/OpenSansSemibold.woff2') format('woff2'),
         url('../fonts/OpenSansSemibold.woff') format('woff'),
         url('../fonts/OpenSansSemibold.ttf') format('truetype'),
         url('../fonts/OpenSansSemibold.svg#OpenSansSemibold') format('svg');
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/OpenSansLight.eot');
    src: url('../fonts/OpenSansLight.eot') format('embedded-opentype'),
         url('../fonts/OpenSansLight.woff2') format('woff2'),
         url('../fonts/OpenSansLight.woff') format('woff'),
         url('../fonts/OpenSansLight.ttf') format('truetype'),
         url('../fonts/OpenSansLight.svg#OpenSansLight') format('svg');
}
@font-face {
    font-family: 'OpenSansItalic';
    src: url('../fonts/OpenSansItalic.eot');
    src: url('../fonts/OpenSansItalic.eot') format('embedded-opentype'),
         url('../fonts/OpenSansItalic.woff2') format('woff2'),
         url('../fonts/OpenSansItalic.woff') format('woff'),
         url('../fonts/OpenSansItalic.ttf') format('truetype'),
         url('../fonts/OpenSansItalic.svg#OpenSansLight') format('svg');
}


section.scimbo_banner_ovrwrap {
    float: left;
    width: 100%;
    background-image: url(../images/landing/scimbo_banner.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 750px;
    position: relative;
}

.top_head_wrapz {
    float:  left;
    width:  100%;
    padding: 20px 130px;
}

.logo_left {
    float:  left;
}

.menu_right_div {
    float:  right;
}

.menu_right_div ul {
    float:  left;
    width:  100%;
    padding:  0;
    margin-bottom:  0;
}

.menu_right_div ul li {
    float:  left;
    list-style-type:  none;
    padding: 0px 20px;
}

.menu_right_div ul li a {
    font-family: 'OpenSansRegular';
        font-size:14px;
    text-transform: uppercase;
    color: #fff;
    padding: 5px 0px;
    margin-top: 0;
    float: left;
    width: 100%;
    text-decoration:none;
}

.left_side_cont h1 {
    font-family: 'OpenSansBold';
    font-size: 30px;
    color: #fff;
}

.left_side_cont p {
    font-family: 'OpenSansRegular';
    font-size: 14px;
    color: #fff;
    width: 95%;
    line-height: 25px;
    margin-top: 20px;
}

.right_side_cont {
    position: absolute;
    right: 0;
    bottom:-8%;
        display: inline-block;
}
.right_side_cont img.img-responsive {
    margin: 0 auto;
        z-index: 9;
    position: relative;
}

.left_side_cont {
    padding-left: 130px;
    margin-top:15%;
    position: absolute;
}


.download_apps {
    float:  left;
    width:  100%;
    margin-top: 10px;
}

a.download_app {
    background-color: #673bda;
    margin-right: 50px;
    box-shadow: 2px 2px 5px rgba(78, 78, 78, 0.4117647058823529);
}
.same_style{
    padding: 10px 30px;
    border-radius: 5px;
    color: #fff!important;
    text-transform: uppercase;
    font-family: 'OpenSansRegular';
    font-size: 14px;
    float: left;
    text-decoration: none!important;
    transition: all .5s;
    }

a.explore_more {
    background-color:  #09b1f0;
}

.first_div:before {
    display: inline-block;
    height: 180px;
    width: 180px;
    background-color: #5791e2;
    position: absolute;
    content: '';
    left: 17%;
    bottom: 28%;
    border-radius: 20px;
    z-index: 1;
    transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -moz-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
}

.second_div:before {
display: inline-block;
    height: 80px;
    width: 80px;
    background-color: #9ae4ba;
    position: absolute;
    content: '';
    left: 66%;
    bottom: 1%;
    border-radius: 20px;
    z-index: 1;
        transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -moz-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
}
.third_div:before {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #A33C2F;
    position: absolute;
    content: '';
        left: 83%;
    bottom: 38%;
    border-radius: 7px;
    z-index: 1;
        transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -moz-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
}

.fourth_div:before {
    display: inline-block;
    height: 100px;
    width: 100px;
    background-color: #ffdd90;
    position: absolute;
    content: '';
    left: 65%;
    bottom: 48%;
    border-radius: 20px;
    z-index: 1;
        transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -moz-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
}

.fifth_div:before {
    display: inline-block;
    height: 180px;
    width: 180px;
    background-color: #dd2c00;
    position: absolute;
    content: '';
    left: 47%;
    top: -5px;
    border-radius: 20px;
    z-index: 1;
        transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -moz-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
}

.sixth_div:before {
    display: inline-block;
    height: 100px;
    width: 100px;
    background-color: #f6eae6;
    position: absolute;
    content: '';
    left: 66%;
    top: -9%;
    border-radius: 20px;
    z-index: 1;
    opacity: 0.9;
        transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -moz-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
}

.seventh_div:before {
    display: inline-block;
    height: 30px;
    width: 30px;
    background-color: #0864c3;
    position: absolute;
    content: '';
    left: 84%;
    top: 7%;
    border-radius: 7px;
    z-index: 1;
        transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -moz-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
}

.right_side_cont:hover .first_div:before {
    bottom: 29%;
    left: 16%;
        transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -moz-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
            -webkit-transform: rotateY(-20deg);
        -moz-transform: rotateY(-20deg);
    -o-transform: rotateY(-20deg);
        transform: rotateY(-20deg);
}

.right_side_cont:hover .second_div:before {
    bottom: 0%;
    left: 68%;
        transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -moz-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
            -webkit-transform: rotateY(-20deg);
        -moz-transform: rotateY(-20deg);
    -o-transform: rotateY(-20deg);
        transform: rotateY(-20deg);
}

.right_side_cont:hover .third_div:before {
    bottom:37%;
    left: 80%;
        transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -moz-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
            -webkit-transform: rotateY(-20deg);
        -moz-transform: rotateY(-20deg);
    -o-transform: rotateY(-20deg);
        transform: rotateY(-20deg);
}

.right_side_cont:hover .third_div:before {
    bottom:37%;
    left: 80%;
        transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -moz-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
            -webkit-transform: rotateY(-20deg);
        -moz-transform: rotateY(-20deg);
    -o-transform: rotateY(-20deg);
        transform: rotateY(-20deg);
}

.right_side_cont:hover .fourth_div:before {
    bottom:50%;
    left: 67%;
        transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -moz-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
            -webkit-transform: rotateY(-30deg);
        -moz-transform: rotateY(-30deg);
    -o-transform: rotateY(-30deg);
        transform: rotateY(-30deg);
}

.right_side_cont:hover .fifth_div:before {
    top:-15px;
    left: 45%;
        transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -moz-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
            -webkit-transform: rotateX(40deg);
        -moz-transform: rotateX(40deg);
    -o-transform: rotateX(40deg);
        transform: rotateX(40deg);
}


.right_side_cont:hover .sixth_div:before {
       left: 63%;
    top: -11%;
        transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -moz-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
            -webkit-transform: rotateY(-30deg);
        -moz-transform: rotateY(-30deg);
    -o-transform: rotateY(-30deg);
        transform: rotateY(-30deg);
}

.right_side_cont:hover .seventh_div:before {
       left: 80%;
    top: 10%;
    height: 50px;
    width: 50px;
        transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -moz-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
            -webkit-transform: rotateY(-20deg);
        -moz-transform: rotateY(-20deg);
    -o-transform: rotateY(-20deg);
        transform: rotateY(-20deg);
}



section.why_choose_app {
    float: left;
    width: 100%;
    margin-top: 5%;
        padding-bottom: 40px;
            position: relative;
}

.overall_choose_app {
    float: none;
    width: 75%;
    margin:  0 auto;
}

.inner_chooses {
    float:  left;
    width:  100%;
        z-index: 9;
    position: relative;
}

.inner_chooses h1 {
    font-family: 'OpenSansBold';
    color: #333333;
    font-size:  30px;
    text-align:  center;
}

.inner_chooses p {
    color:  #8a8888;
    font-size:  14px;
    font-family: 'OpenSansRegular';
    padding: 10px 80px;
    text-align:  center;
    float:  left;
    width:  100%;
    line-height:  25px;
    margin-bottom:  20px;
}

.botoom_chooses {
    float:  left;
    width:  100%;
}

.botoom_chooses h2 {
    color:  #333333;
    font-size:  14px;    font-family: 'OpenSansRegular';
    text-align:  center;
}

.botoom_chooses p {
    padding:  10px 0px;
    margin-bottom: 0;
}

.top_img_choose {
    float:  left;
    width:  100%;
    text-align:  center;
    margin-bottom:  15px;
}

.choose_designs {
    display:  inline-block;
    position:  relative;
}

.bg_colors {
    background-color:  #fff;
    box-shadow: 1px 4px 14px rgba(221, 221, 221, 0.45);
    -moz-box-shadow:   1px 4px 14px rgba(221, 221, 221, 0.45);
  -webkit-box-shadow: 1px 4px 14px rgba(221, 221, 221, 0.45);
    display:  inline-block;
    height: 75px;
    width: 75px;
    position:  absolute;
    bottom: -15%;
    z-index: 1;
    border-radius: 10px;
            transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -moz-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
}

.chooses_steps {
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #e8e6e6;
    -moz-box-shadow:    0px 0px 20px 0px #e8e6e6;
  -webkit-box-shadow: 0px 0px 20px 0px #e8e6e6;
  padding: 50px 0px;
}
.choose_designs img.img-responsive {
    position: relative;
    z-index: 9;
}

.why_choose_app .first_div:before {
    left: -10%;
    bottom: 12%;
    }
        .why_choose_app .fifth_div:before {
    left: 3%;
    top: 0px;
    }
    
    .why_choose_app .sixth_div:before {
    left: 13%;
    top: -11%;
    }
    .why_choose_app .fourth_div:before {
    left: 14%;
    bottom: 38%;
    }
    .why_choose_app .second_div:before {
    left: 14%;
    bottom: 1%;
    }
    
    .why_choose_app .third_div:before {
    background-color: #7947f9b8;
    left: 22%;
    top: 12%;
}

.why_choose_app .same_st:before{
animation:scaler 15s infinite linear;
-webkit-animation:scaler 15s infinite linear;
}
@keyframes scaler{
0%{
transform:scale(1);
-webkit-transform:scale(1);
-moz-transform: scale(1);
transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
}
50%{transform:scale(0.8);
-webkit-transform:scale(0.8);
-moz-transform: scale(0.8);
transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
}

100%{transform:scale(1);
-webkit-transform:scale(1);
-moz-transform: scale(1);
transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);}
}

@-webkit-keyframes scaler{
0%{
transform:scale(1);
-webkit-transform:scale(1);
-moz-transform: scale(1);
transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
}
50%{transform:scale(0.8);
-webkit-transform:scale(0.8);
-moz-transform: scale(0.8);
transform:rotate(0deg);
-webkit-transform:rotate(0deg);
-moz-transform:rotate(0deg);
}

100%{transform:scale(1);
-webkit-transform:scale(1);
-moz-transform: scale(1);
transform:rotate(180deg);
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);}
}


.choose_designs:hover .bg_colors {
    bottom: 35%;
    left: -17%;
        background-color: #7f4ff9;
            transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -webkit-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
    -moz-transition: all .5s cubic-bezier(0.14, 0.81, 1, 1);
}

section.speak_freely_wrap {
    float: left;
    width: 100%;
    padding: 40px 0px;
}
.inner_speak_freely_wrap {
    float: left;
    width: 100%;
}

.left_wrap_freely p {
    color: #8a8888;
    font-size: 14px;
    font-family: 'OpenSansRegular';
    line-height: 25px;
    float: left;
    width:75%;
}

.left_wrap_freely h1 {
    color: #393939;
    font-size: 30px;
    font-family: 'OpenSansBold';
    float: left;
    width: 100%;
}

.left_wrap_freely h3 {
    color: #393939;
    font-size: 18px;
    text-transform: uppercase;
    font-family: 'OpenSansRegular';
    margin-top: 5px;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.left_wrap_freely {
    padding-left: 150px;
        margin-top: 5%;
}

.inner_speak_freely_wrap .col-lg-5 img {
    margin: 0 auto;
        float: right;
}

.inner_speak_freely_wrap .left_change.col-lg-5 img {
    margin: 0 auto;
    float: left;
}
.security_by_def .left_wrap_freely {
    padding-left: 0px;
    padding-right: 150px;
        margin-top: 12%;    z-index: 9;
}
.explore_btns a {
    background-color: #673bda;
    color: #fff;
    font-size: 14px;
    padding: 10px 30px;
    text-transform: uppercase;
    font-family: 'OpenSansRegular';
    border-radius: 0px;
    text-decoration: none;
    display: inline-block;
        position: relative;
            transition: all .5s;
}

.explore_btns {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.explore_btns a:hover {
    background-color: #393939!important;
    opacity: 1;
}


section.speak_freely_wrap.security_wrap {
    position: relative;
    overflow:hidden;
}
.security_wrap .fifth_div:before {
    right: -3%!important;
    top:8%;
    left: auto;
}

.security_wrap .sixth_div:before {
    right: 8%;
    left: auto;
    top: 0%;
    background-color:#fff7e7;
}

.security_wrap .first_div:before {
    right: -8%;
    left: auto;
}

.security_wrap .fourth_div:before {
    right: 11%;
    left: auto;
    bottom: 50%;
}

.security_wrap .second_div:before {
    left: auto;
    right: 7%;
    bottom: 20%;
}

.security_wrap .same_st{
animation:slideshow 2s infinite linear;
-webkit-animation:slideshow 2s infinite linear;
}



@keyframes slideshow{
0%{
opacity:1;
}
50%{
opacity:0.5;
}
100%{
opacity:1;
}
}

@-webkit-keyframes slideshow{
0%{
opacity:1;
}
50%{
opacity:0.5;
}
100%{
opacity:1;
}
}


.inner_center_content_download {
    float: none;
    width: 50%;
    margin: 0 auto;
}

.down_app_here {
    float: left;
    width: 100%;
    text-align: center;
    padding: 60px 0px;
}
.down_app_here h1 {
    color: #fff;
    font-size: 30px;
    font-family: 'OpenSansBold';
    float: left;
    width: 100%;
    line-height: 40px;
    margin-bottom:30px;
}
.down_app_here p {
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSansRegular';
    line-height: 25px;
    float: left;
    width: 100%;
}

.store_btns {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.downloadd_link {
    float: left;
    width: 100%;
}

.downloadd_link a {
    background-color: #09b1f0;
    padding: 10px 30px;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSansRegular';
    line-height: 25px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    transition: all .5s;
}

section.download_app_wrap {
    float: left;
    width: 100%;
    padding: 40px 0px;
    background-image: url(../images/landing/ellipse_bg.png);
        background-repeat: no-repeat;
    background-size: cover;
        position: relative;
}
.top_phone_downs {
    position: absolute;
    top: 7%;
    left: 2%;
}

.bottom_phone_downs {
    position: absolute;
    right: 0px;
    top: -7%;
}

section.scimbo_footer_wraps {
    float:  left;
    width:  100%;
    padding:  20px 0px;
}

.inner_footer_wraps {
    float:  left;
    width:  100%;
}

.copyrights_wrap {
    float:  left;
    width: 35%;
}

.page_below {
    float:  left;
    width: 45%;
}

.social_icons_scimbo {
    float:  left;
    width: 20%;
        margin-top: 10px;
}

.copyrights_wrap span {
    float:  left;
}
.page_below ul li:last-child a {
    border: none;
}

.social_icons_scimbo i {
    color: #055555;
    font-size: 20px;
    padding: 0px 12px;
    cursor:pointer;
}
i.fa.fa-facebook:hover {
    color: #3b5998;
}

i.fa.fa-twitter:hover {
    color: #03a9f4;
}

i.fa.fa-pinterest-p:hover {
    color: #c8232c;
}

i.fa.fa-instagram:hover {
    color: #fb3958;
}
i.fa.fa-google-plus:hover {
    color: #db4a39;
}
a.download_app:hover {
    background-color: #393939;
    transition: all .5s;
}
.downloadd_link a:hover {
    background-color: #393939;
    transition: all .5s;
}
a.explore_more:hover{
    background-color: #393939;
    transition: all .5s;
}
.page_below ul {
    float:  left;
    width:  100%;
    padding:  0;
        margin-top: 5px;
}

.page_below ul li a{
    color: #055555!important;
    font-size: 14px;
    font-family: 'OpenSansRegular';
    line-height: 25px;
    }

.page_below ul li {
    list-style-type:  none;
    float:  left;
}
.page_below ul li a {
    border-right: 1px solid #055555;
    padding: 0px 15px;
}
span.scimbo_copyright {
    color: #055555!important;
    font-size: 14px;
    font-family: 'OpenSansRegular';
    line-height: 25px;
    padding-left: 10px;
    padding-top: 5px;
}


.scimbo_banner_ovrwrap i.fa {
    display: none;
}
.scimbo_banner_ovrwrap .menu_here {
    display: none;
}

span.scimbo_copyright.mobile_view {
    display: none;
}


.menu_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0000006e;
    z-index: 99;
    display:none;
}
.hide_this .menu_overlay {
    display: block;
}

li.click_close {
    display: none;
}

.button_click_design {
    display: none;
}

section.explore_btn_wrap {
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0px 50px 0px;
}

/*.down_app_here ul {
    float: left;
    width: 100%;
    padding:  0;
    margin:  0 auto;
    margin-top: 5%;
}

.down_app_here ul li {
    float: left;
    width: 50%;
    margin-bottom: 10px;
    text-align: left;
    color: #fff;
    font-size: 14px;
    font-family: 'OpenSansRegular';
    line-height: 25px;
    list-style-type: none;
    padding-left: 30px;
    text-align: center;
}*/

.down_app_here ul li span {
font-size: 15px;
display:inline-block;   
position: relative;
    width: 200px;
    text-align: left;
}
.down_app_here ul li span:before {
    content: '';
    position: absolute;
    bottom: 9px;
    left: -24px;
    background-color: white;
    height: 2px;
    width: 17px;
}

.down_app_here ul li span:after {
    content: '';
    position: absolute;
    bottom: 13px;
    left: -19px;
    background-color: white;
    height: 2px;
    width: 12px;
}
.down_app_here ul {
    padding-left: 10%;
}

/*----------responsive-------*/

@media only screen and (min-width:1024px) and (max-width:1200px){


.left_side_cont {
    padding-left: 70px;
    margin-top: 15%;
}
section.scimbo_banner_ovrwrap {
    height: 600px;
    position: relative;
}
.right_side_cont img.img-responsive {
    max-width: 60%;
    }
.inner_chooses p {
    color: #8a8888;
    font-size: 14px;
    font-family: 'OpenSansRegular';
    padding: 10px 100px;
    float: none;
    width: 75%;
    margin: 0 auto;
}
    .inner_chooses .botoom_chooses p {
    color: #8a8888;
    font-size: 14px;
    font-family: 'OpenSansRegular';
    padding: 10px 0px;  
    float: left;
    width: 100%;
    margin: 0 auto;
    
}
.overall_choose_app {
    float: none;
    width: 90%;
    margin: 0 auto;
}

.left_wrap_freely {
    padding-left: 50px;
    margin-top: 5%;
}

.top_phone_downs img {
    max-width: 70%;
}
.bottom_phone_downs img {
    max-width: 70%;
    float: right;
}
.down_app_here h1 {
    color: #fff;
    font-size: 25px;
    font-family: 'OpenSansBold';
    float: left;
    width: 100%;
    line-height: 35px;
    margin-bottom: 20px;
}
.down_app_here {
    padding: 25px 0px;
}
span.scimbo_copyright {
    color: #055555!important;
    font-size: 12px;
    }
    
    .page_below ul li a {
    border-right: 1px solid #055555;
    padding: 0px 10px;
    font-size: 13px;
}
.social_icons_scimbo i {
    color: #055555;
    font-size: 18px;
    padding: 0px 8px;
    cursor: pointer;
}
.left_wrap_freely h1 {
    color: #393939;
    font-size: 25px;
    }
    .left_wrap_freely h3 {
    color: #393939;
    font-size: 16px;
    }
    .inner_chooses h1 {
    font-family: 'OpenSansBold';
    color: #333333;
    font-size: 25px;
    }
    
    .left_side_cont h1 {
    font-family: 'OpenSansBold';
    font-size: 25px;
    color: #fff;
}
}
@media only screen and (max-width:1023px){
 .same_st {
    display: none;
}

.banner_top_text_wrap div:before {
content:none;}
}

@media only screen and (min-width:768px) and (max-width:1023px){
 .top_head_wrapz {
    float: left;
    width: 100%;
    padding: 20px 30px;
}.down_app_here ul {
    padding-left: 5%;
}

.left_side_cont {
    padding-left: 0px;
    margin-top: 15%;
}
a.download_app {
    background-color: #673bda;
    margin-right: 10px;
    }
section.scimbo_banner_ovrwrap {
    height: 470px;
    position: relative;
}
.right_side_cont {
    position: absolute;
    right: 0;
    bottom: 0;
    }
    
    .security_by_def .left_wrap_freely {
    padding-left: 0px;
    padding-right: 50px;
    margin-top: 12%;
}
.top_phone_downs {
    position: absolute;
    top: 18%;
    left: 0%;
    max-width: 35%;
}
.right_side_cont img.img-responsive {
    max-width: 60%;
    }
.inner_chooses p {
    color: #8a8888;
    font-size: 14px;
    font-family: 'OpenSansRegular';
    padding: 10px 10px;
    float: left;
    width: 100%;
    margin: 0 auto;
}
    .inner_chooses .botoom_chooses p {
    color: #8a8888;
    font-size: 14px;
    font-family: 'OpenSansRegular';
    padding: 10px 0px;  
    float: left;
    width: 100%;
    margin: 0 auto;
    
}
.overall_choose_app {
    float: none;
    width: 90%;
    margin: 0 auto;
}

.left_wrap_freely {
    padding-left: 50px;
    margin-top: 5%;
}

.top_phone_downs img {
    max-width:85%;
}
.bottom_phone_downs img {
    max-width: 60%;
    float: right;
}
.down_app_here h1 {
    color: #fff;
    font-size: 18px;
    font-family: 'OpenSansBold';
    float: left;
    width: 100%;
    line-height: 25px;
    margin-bottom: 20px;
}
.down_app_here {
    padding: 25px 0px;
}
span.scimbo_copyright {
    color: #055555!important;
    font-size: 12px;
    }
    
    .page_below ul li a {
    border-right: 1px solid #055555;
    padding: 0px 10px;
    font-size: 13px;
}
.social_icons_scimbo i {
    color: #055555;
    font-size: 18px;
    padding: 0px 8px;
    cursor: pointer;
}
.left_wrap_freely h1 {
    color: #393939;
    font-size: 25px;
    }
    .left_wrap_freely h3 {
    color: #393939;
    font-size: 16px;
    }
    .inner_chooses h1 {
    font-family: 'OpenSansBold';
    color: #333333;
    font-size: 25px;
    }
    
    .left_side_cont h1 {
    font-family: 'OpenSansBold';
    font-size: 25px;
    color: #fff;
}
}



@media only screen and (max-width:991px){
.copyrights_wrap {
    float: left;
    width: 50%;
}
.page_below {
    float: left;
    width: 50%;
}
.page_below ul li a {
    border-right: 1px solid #055555;
    padding: 0px 5px;
    font-size: 13px;
}
.social_icons_scimbo {
    float: left;
    width: 100%;
    margin-top: 10px;
    text-align: center;
}

}

@media only screen and (max-width:767px){

.left_side_cont {
    padding-left: 130px;
    margin-top: 15%;
    position: static;
}
div.inner-header {
    position: static;
    background-color: #6e38f8;
}
li.click_close {
    display: block;
}


.button_click_design {
    display: block;
}

.scimbo_banner_ovrwrap .menu_here {
    display: inline-block;
}

span.menu_here {
    font-family: 'OpenSansBold';
    color: #333333;
    text-transform: uppercase;
    font-size:15px;
}

span.scimbo_copyright.mobile_view {
    display: block;
        margin-bottom: 0;
}
span.scimbo_copyright.desktop_view{
display:none;}
section.speak_freely_wrap {
    text-align: center;
}

.left_wrap_freely p {
    margin-bottom: 25px;
}

section.speak_freely_wrap.security_wrap {
    padding-top: 0;
}
.explore_btns {
    margin-top: 0;
}
.left_side_cont p {
    width: 100%;
}
.right_side_cont {
    display: none!important;
    }
    
    .left_side_cont {
    padding-left: 0;
    margin-top: 10%;
    text-align: center;
}
.download_apps .same_style {
    float: none;
    }
    
    .download_apps {
    float: left;
    width: 100%;
    margin-top: 15px;
}


.hide_this section.scimbo_banner_ovrwrap
{
    position: unset;
}
section.scimbo_banner_ovrwrap {
    height: 400px;
        position: relative;
    background-color: #6e38f8;
    background-image: none!important;
overflow: hidden;
}

.top_head_wrapz {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.overall_choose_app {
    float: left;
    width: 100%;
    margin: 0 auto;
}

.chooses_steps .col-xs-12 {
    margin-bottom: 20px;
}

.left_wrap_freely {
    padding-left: 0;
    margin-top: 0;
}
section.why_choose_app {
    float: left;
    width: 100%;
    margin-top: 5%;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #ddd;
}
.left_wrap_freely h1 {
    margin-top: 0;
        font-size: 20px;
    }
    .left_wrap_freely h3 {
    color: #393939;
    font-size: 15px;
    }
    .inner_speak_freely_wrap .col-lg-5 img {
    margin: 0 auto;
    float: none;
}
.inner_speak_freely_wrap .left_change.col-lg-5 img {
    margin: 0 auto;
    float: none;
}

.security_by_def .left_wrap_freely {
    padding-left: 0px;
    padding-right: 0;
    margin-top: 7%;
}
.inner_chooses p{
  float: left;
    width: 100%;
    padding:10px;}

.bottom_phone_downs {
    display: none;
}

.top_phone_downs {
    position: relative;
    top: 7%;
    left: 0;
    right: 0;
        width: 40%;
    margin: 0 auto;
    float: none;
        text-align: center;
}
.top_phone_downs img {
    width: 100%;
}

section.download_app_wrap {
    background-image:none;
    background-color: #6d37f8;
}

.inner_center_content_download {
    float: left;
    width: 100%;
    margin: 0 auto;
}.down_app_here {
    padding: 0px 0px;
}

    .down_app_here h1 {
        font-size: 18px;
    line-height: 20px;
    margin-bottom: 20px;
}

.copyrights_wrap {
    float: left;
    width: 100%;
    text-align: center;
}
span.scimbo_logo img {
    margin: 0 auto;
}
.copyrights_wrap span {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

.page_below ul li {
    list-style-type: none;
    float: left;
    width: 100%;
    text-align: center;
        margin-bottom: 10px;
}

span.scimbo_copyright {
    padding-left: 0;
    padding-top: 10px;
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
.page_below ul li a {
    border: none;
}
.page_below {
    float: left;
    width: 100%;
}


.inner_chooses h1 {
    font-size: 20px;
}

.left_side_cont h1 {
    font-size: 20px;
line-height: 30px;
}

ul.hide_shows {
    width: 300px;
    position:  fixed;
    top: 0;
       right: -200%;
    background-color:  #fff;
    padding:  10px;
        height: 100%;
           transition: all .5s;
              -webkit-transition: all .5s;
                -moz-transition: all .5s;
            z-index: 9;
}
ul.hide_shows.hide_this {
    right: 0;
       transition: all .5s;
              -webkit-transition: all .5s;
                -moz-transition: all .5s;
                    z-index: 999;
}

ul.hide_shows li {
    float: left;
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #ddd;
}

ul.hide_shows li a {
    font-family: 'OpenSansBold';
    color: #333333;
        padding: 8px 0px;
}
.button_click_design i.fa.fa-bars {
    color: #fff;
    font-size: 25px;
        cursor: pointer;
}

ul.hide_shows.hide_this li.click_close {
    margin-bottom: 20px;
    border-bottom: none;
}
ul.hide_shows.hide_this li.click_close i.fa.fa-times {
    font-size: 20px;
                float: right;
    cursor: pointer;
}

.scimbo_banner_ovrwrap i.fa {
    display: inline-block;
}
body.hide_this {
    overflow: hidden;
}
.chooses_steps {
    float: left;
    width: 100%;
    background-color: #fff;
    box-shadow: none!important;
    -moz-box-shadow:none!important;
 -webkit-box-shadow:none!important; 
 padding:0px;
    }
.chooses_steps .col-xs-12 {
    box-shadow: 0px 0px 20px 0px #e8e6e6;
    -moz-box-shadow: 0px 0px 20px 0px #e8e6e6;
    -webkit-box-shadow: 0px 0px 20px 0px #e8e6e6;
    padding: 30px 0px;
}


    }
    
    
    
@media only screen and (max-width: 567px){

.down_app_here ul {
    padding-left: 0;
}
.down_app_here ul li {
    float: left;
    width: 100%;
}   
    .top_phone_downs {
    position: relative;
    top: 7%;
    left: 0;
    right: 0;
    width: 65%;
    }
    
    .down_app_here h1 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 20px;
}
.down_app_here p {
    color: #fff;
    font-size: 13px;
    }
    
    .left_side_cont {
    padding-left: 0;
    margin-top: 0%;
    text-align: center;
}



.download_apps .same_style {
    float: left;
    width: 100%;
    margin-right:0!important;
    margin-bottom: 15px;
}

    }
/*** new css **/
.no-padds-left {
    padding-left:0px;
}

section.explore-app {
    float: left;
    width: 100%;
    padding: 40px;
    text-align: center;
    margin-bottom: 30px;
}
.inner_listing_app {
    float: left;
    width: 100%;
}
.inner_listing_app ul li {
    color:#fff;
    text-align: left;
    line-height:30px;
}
.inner_listing_app ul li:before {
     content: '\f130'; 
     padding-right:7px;
     font-family: FontAwesome; 
}
.inner_listing_app ul {
    list-style-type: none;
}
.inner_listing_app ul:nth-child(1) {
    width:70%;
    float: left
}
.app-store {
    width:144px;
    margin-bottom: 10px;
}
/*.new-padds-left {
    padding-left:0px;
}*/
.new-banner-header{
    background-color: #070b1a;
}

.social_icons_scimbo ul{
    list-style: none;
    display: inline-flex;
    padding: 0;
}