/* Main Slider
-------------------------------------------------- */

#feature_slider {
    height: 720px;
    height: 480px;
    background: #262626;
    z-index: 1;
    margin-bottom: 40px;
}

#feature_slider h1 {
    font-weight: 100;
    color: #ccc;
    font-size: 60px;
    line-height: 66px;
    text-align: center;
    position: absolute;
    top: 180px;
    width: 100%;
}

#feature_slider h1 strong {
    text-transform: uppercase;
    font-size: 14px;
    margin: 0 0 20px;
}

#feature_slider #pagination {
    position: absolute;
    top: 505px;
    z-index: 3;
    margin: 0;
    padding: 0;
    display: none;
    list-style-type: none;
}

#feature_slider #pagination li {
    text-indent: -99999em;
    float: left;
    padding: 0 6px;
    cursor: pointer;
}

#feature_slider #pagination li a {
    width: 7px;
    height: 7px;
    box-shadow: 0px 0px 1px 2px #ccc;
    background: black;
    border-radius: 10px;
    display: block;
    /*border: 1px solid #fff;*/
    opacity: 0.7;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

#feature_slider #pagination li.active a {
    background: #2e5cb1;
    box-shadow: none;
    width: 8px;
    height: 8px;
}

#feature_slider #pagination li:hover a {
    opacity: 1;
}

#feature_slider .slide {
    width: 100%;
    /*height: 720px;*/
    height: 480px;
    position: absolute;
    display: none;
    overflow: hidden;
    z-index: 1;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    /* Custom styles for each slide */
    /* Slide 1 */
    /* Slide 2 */
    /* Slide 3 */
    /* Slide 4 */
    background: #04AA6D;
    border-bottom: solid 1px rgb(185, 185, 185);
}

#feature_slider .slide.previous {
    z-index: 1;
}

#feature_slider .slide.active {
    z-index: 2;
}

#feature_slider .slide.hidden {
    display: none;
}

#feature_slider .slide#showcasing .info {
    position: relative;
    top: 80px;
    text-align: center;
}

#feature_slider .info h3 {
    font-size: 40px;
    font-weight: 500 !important;
    color: rgb(255, 255, 255);
    letter-spacing: -2px;
    text-shadow: 1px 1px 1px #00633f;
}

#feature_slider .info h5 {
    font-size: 20px !important;
    font-weight: 300 !important;
    color: rgb(255, 255, 255);
    letter-spacing: -1px;
}

#feature_slider .slide#showcasing .info h2 {
    color: #fff;
    font-size: 50px;
    font-weight: normal;
    line-height: 56px;
    text-shadow: 1px 1px 1px #31393d;
}

#feature_slider .slide#ideas .info {
    position: relative;
    top: 80px;
    text-align: center;
}

#feature_slider .slide#ideas .info h2 {
    color: #000;
    font-weight: normal;
}

#feature_slider .slide#tour .info {
    position: absolute;
    top: 140px;
    right: 6%;
    width: 24%;
}

#feature_slider .slide#tour .info h2 {
    color: #fff;
    font-size: 45px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #3b3262;
    line-height: 57px;
}

#feature_slider .slide#tour .info a {
    color: #fff;
    font-weight: bold;
    background-color: #2a205d;
    padding: 10px 30px;
    font-size: 19px;
    border-radius: 5px;
    margin-top: 40px;
    display: inline-block;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
}

#feature_slider .slide#responsive .info {
    position: absolute;
    top: 160px;
    right: 9%;
    width: 25%;
}

#feature_slider .slide#responsive .info h2 {
    color: #fff;
    font-size: 47px;
    font-weight: normal;
    text-shadow: 1px 1px 1px #3b3262;
    line-height: 56px;
}

#feature_slider .slide#responsive .info h2 strong {
    font-size: 42px;
}

#feature_slider .slide .info {
    display: none;
    z-index: 10;
}

#feature_slider .slide .info a:hover {
    opacity: 0.8;
}

#feature_slider .slide .asset,
#feature_slider .slide .fade {
    position: absolute;
    display: none;
}

#feature_slider #slide-left {
    width: 31px;
    height: 37px;
    display: block;
    position: absolute;
    top: 250px;
    left: 0;
    background: url(../private/leftright-arrows.png) no-repeat;
    opacity: 0.5;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    display: none;
    z-index: 2;
}

.info {
    position: relative;
}

.slide {
    /* position: relative !important; */
}

.first-pc {
    bottom: -20px !important;
    left: 50vw !important;
    width: 760px !important;
    transform: translateX(-50%);
    /* width: 783px; */
    /* width: 70vw !important; 
  left: 15vw !important; 
  */
}

.z2 {
    /* width: 90%;
    position: absolute;
    left: 50%; */
}

#feature_slider #slide-left:hover {
    opacity: 1;
}

#feature_slider #slide-right {
    width: 31px;
    height: 37px;
    display: block;
    position: absolute;
    top: 250px;
    left: auto;
    right: 0;
    background: url(../private/leftright-arrows.png) no-repeat;
    background-position: -31px 0;
    opacity: 0.5;
    -webkit-transition: opacity 0.1s linear;
    -moz-transition: opacity 0.1s linear;
    transition: opacity 0.1s linear;
    display: none;
    z-index: 2;
}

#feature_slider #slide-right:hover {
    opacity: 1;
}


/* Showcase services
-------------------------------------------------- */

#showcase {
    margin-top: 55px;
}

#showcase .container {
    /*width: 980px;*/
}

#showcase .image img {
    box-shadow: 3px 3px 5px 0px #b7b6b7;
}

#showcase .info {
    margin-top: 30px;
}

#showcase .info h4 {
    font-size: 17px;
}

#showcase .info p {
    color: #333333;
    line-height: 21px;
    font-size: 13px;
}

#showcase .features_op1_row .last {
    margin-right: 0;
}

#showcase .features_op1_row .feature .text {
    margin: 32px auto 0;
    width: 87%;
}

#showcase .features_op1_row .feature .text h6 {
    margin: 0 0 14px 0;
    font-size: 20px;
}

#showcase .features_op1_row .feature .text p {
    margin: 0;
    font-size: 14px;
    line-height: 23px;
}

#showcase .features_op1_row .feature .img_box {
    position: relative;
    border-radius: 5px;
}

#showcase .features_op1_row .feature .img_box img {
    border-radius: 5px;
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

#showcase .features_op1_row .feature .img_box span.circle {
    background: rgba(17, 137, 217, 0.8);
    width: 48px;
    height: 48px;
    display: none;
    text-align: center;
    position: absolute;
    top: 36%;
    left: 42%;
    border-radius: 100%;
}

#showcase .features_op1_row .feature .img_box span.circle span.plus {
    display: inline-block;
    font-weight: bold;
    color: white;
    font-size: 32px;
    margin-top: 13px;
}

#showcase .features_op1_row .feature .img_box:hover span.circle {
    display: block;
}

#showcase .features_op1_row .feature .img_box:hover .img_box {
    box-shadow: 0px 0px 1px 100px black inset;
}

#showcase .features_op1_row .feature .img_box:hover img {
    box-shadow: 1px 1px 6px 0px #888;
    border-radius: 5px;
    opacity: 0.9;
    filter: alpha(opacity=90);
}


/* Features
-------------------------------------------------- */

#features {
    margin-top: 70px;
    margin-bottom: -20px;
}

#features .feature {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 65px;
}

#features .feature .info h3 {
    font-size: 21px;
    margin-top: 45px;
}

#features .feature .info h3 img {
    margin-right: 18px;
    position: relative;
    top: -10px;
}

#features .feature .info p {
    margin-top: 15px;
}


/* Pricing charts
-------------------------------------------------- */

#in_pricing {
    margin-top: 30px;
    margin-bottom: 100px;
}

#in_pricing .head h6 {
    font-size: 18px;
    margin: 0;
    color: #8e8e8f;
    font-weight: normal;
}

#in_pricing .charts_wrapp {
    margin-left: -20px;
    margin-bottom: 40px;
}

#in_pricing .charts_wrapp .plan {
    border-radius: 6px;
    box-shadow: 0 1px 3px 1px #d6d6d6;
    background-color: #fff;
    width: 95%;
    position: relative;
}

#in_pricing .charts_wrapp .plan .wrapper {
    padding: 33px 30px 26px 30px;
}

#in_pricing .plan h3 {
    color: #535353;
    font-weight: normal;
    font-style: italic;
    font-size: 28px;
    margin: 0 0 5px 0;
    line-height: 25px;
}

#in_pricing .plan .price {
    font-size: 17px;
    color: #1189d9;
    margin-top: 16px;
}

#in_pricing .plan .price span.dollar {
    font-size: 32px;
    position: relative;
    top: -6px;
    margin-right: 3px;
}

#in_pricing .plan .price span.qty {
    font-size: 47px;
    margin-right: 4px;
    position: relative;
    top: 2px;
}

#in_pricing .plan .price span.month {
    font-style: italic;
    font-weight: 300;
    font-size: 15px;
}

#in_pricing .plan .features {
    margin-top: 30px;
}

#in_pricing .plan .features p {
    color: #838385;
    margin-bottom: 5px;
    font-size: 14px;
}

#in_pricing .plan a.order {
    background-color: #2190db;
    text-align: center;
    margin: 25px auto 0;
    width: 48%;
    display: block;
    padding: 3px 0;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 5px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

#in_pricing .plan a.order:hover {
    background: #252528;
}

#in_pricing .pro .plan {
    width: 100%;
    top: -20px;
    box-shadow: 0px 0px 7px 0 #d6d6d6;
    border: 1px solid #d9d9d9;
}

#in_pricing .pro .plan .wrapper {
    padding: 36px 30px 35px 30px;
}

#in_pricing .pro .plan img.ribbon {
    position: absolute;
    top: 0;
    right: 0;
}

#in_pricing .pro .plan a.order {
    margin-top: 35px;
}

#in_pricing .standar .plan {
    float: right;
}

#in_pricing .start {
    width: 100%;
    text-align: center;
}

#in_pricing .start p {
    font-size: 24px;
    display: inline-block;
    color: #5b5b5d;
    font-style: italic;
    line-height: 26px;
    margin: 0 18px 0 0;
}

#in_pricing .start a {
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
    padding: 7px 17px;
    font-size: 17px;
    background: #252528;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}

#in_pricing .start a:hover {
    background: #2190db;
}

#in_pricing2 .plan a.order:hover {
    background: #252528;
}


/* Call to Action
-------------------------------------------------- */

#call_action {
    margin-top: 50px;
    text-align: center;
}

#call_action p {
    font-size: 24px;
    color: #3f3f3f;
    font-style: italic;
    display: inline-block;
}

#call_action a {
    background-color: #282828;
    color: #fff;
    padding: 9px 17px;
    font-weight: bold;
    border-radius: 4px;
    font-size: 17px;
    margin-left: 20px;
    position: relative;
    top: -5px;
    -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
}

#call_action a:hover {
    background-color: #6776b1;
}

#call_action a:active {
    box-shadow: rgba(255, 255, 255, 0.2) 0 1px 0, inset rgba(0, 0, 0, 0.95) 0 1px 4px;
}


/* Clients
-------------------------------------------------- */

#clients {
    margin-top: 75px;
}

#clients .client .img {
    height: 76px;
    width: 138px;
    cursor: pointer;
    -webkit-transition: box-shadow 0.1s linear;
    -moz-transition: box-shadow 0.1s linear;
    transition: box-shadow 0.1s linear;
}

#clients .client .img:hover {
    cursor: pointer;
    /*box-shadow: 0px 0px 2px 0px rgb(155, 155, 155);*/
    border-radius: 8px;
}

#clients .client .client1 {
    background: url("../../img/client1.png") 0 -75px;
}

#clients .client .client1:hover {
    background-position: 1px 0px;
}

#clients .client .client2 {
    background: url("../../img/client2.png") 0 -75px;
}

#clients .client .client2:hover {
    background-position: -1px 0px;
}

#clients .client .client3 {
    background: url("../../img/client3.png") 0 -76px;
}

#clients .client .client3:hover {
    background-position: 0px 0px;
}


/* Responsive
-------------------------------------------------- */

@media (max-width: 991px) {
    #showcase .features_op1_row .feature .img_box span.circle {
        top: 35%;
    }
    #clients .row {
        text-align: center;
    }
    #clients .client {
        text-align: center;
        margin-bottom: 15px;
        display: inline-block;
        margin-right: 10px;
        float: none;
    }
}

@media (max-width: 700px) {
    .responsive1,
    .responsive2,
    .responsive3 {
        width: 45% !important;
    }
    .responsive1 {
        left: 0 !important;
        margin-top: 60px;
    }
    .responsive2 {
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin-top: 80px;
    }
    .responsive3 {
        left: 100% !important;
        transform: translateX(-100%) !important;
        margin-top: 60px;
    }
}

@media (min-width: 768px) and (max-width: 979px) {
    #in_pricing .plan a.order {
        width: 64%;
    }
    .slide .info h2,
    .slide .info h2 * {
        font-size: 30px !important;
    }
    .slide#responsive .info {
        position: absolute;
        top: 170px;
        right: 6%;
        width: 25%;
    }
    .slide#tour .info {
        font-size: 15px;
    }
    .slide#tour .info a {
        font-size: 15px;
    }
}

@media (min-width: 768px) {
    #features .feature .pic-right {
        float: right;
    }
    #features .feature .info-left {
        float: left;
    }
}

@media (min-width: 767px) {
    #feature_slider .slide#showcasing #ms-1 {
        display: none !important;
    }
}

@media (max-width: 767px) {
    #partner-slider,
    #feature_slider {
        /* display: none; */
    }
    #feature_slider .slide#showcasing .info {
        position: relative;
        top: 102px;
        width: 100%;
        left: 0;
        text-align: center;
    }
    #feature_slider .slide#showcasing .info h3 {
        font-size: 30px;
    }
    #feature_slider .slide#showcasing .asset {
        width: 300px;
    }
    #feature_slider .slide#showcasing #ws-1 {
        display: none !important;
    }
    /* 
  #feature_slider .slide#showcasing .info {
    position: absolute;
    top: 10px;
    left:20%;
    width: 40%;
    display: none;
    z-index: 10;
  } */
    #features .section_header {
        text-align: center;
    }
    #features .feature img {
        margin: 0 auto !important;
        float: none !important;
    }
    #features .feature .info h3 {
        text-align: center;
    }
    #showcase {
        margin-top: 120px;
    }
    #showcase .section_header {
        text-align: center;
    }
    #showcase .features_op1_row .feature {
        margin-bottom: 60px;
    }
    #showcase .features_op1_row .feature .img_box {
        text-align: center;
    }
    #showcase .features_op1_row .feature .img_box span.circle {
        top: 38%;
        left: 45%;
    }
    #showcase .features_op1_row .feature .text h6 {
        text-align: center;
    }
    #showcase .features_op1_row .feature:hover .img_box {
        box-shadow: none;
    }
    #showcase .features_op1_row .last {
        margin-bottom: 0;
    }
    #in_pricing .charts_wrapp {
        margin-left: 0;
    }
    #in_pricing .charts_wrapp .plan {
        margin: 0 auto 30px;
        width: 95%;
    }
    #in_pricing .charts_wrapp .plan .wrapper {
        margin: 0 auto;
        text-align: center;
    }
    #in_pricing .pro .plan {
        top: 0;
        width: 95%;
    }
    #in_pricing .standar .plan {
        float: none;
    }
    #in_pricing .start p {
        margin-bottom: 20px;
    }
    #in_pricing .start a {
        display: block;
        width: 50%;
        margin: 0 auto;
    }
}

@media (max-width: 480px) {
    #showcase .features_op1_row .feature {
        margin-bottom: 60px;
    }
    #showcase .features_op1_row .feature .img_box {
        text-align: center;
    }
    #showcase .features_op1_row .feature .img_box span.circle {
        left: 44%;
    }
    #showcase .features_op1_row .feature .text h6 {
        text-align: left;
    }
    #showcase .features_op1_row .feature:hover .img_box {
        box-shadow: none;
    }
    #showcase .features_op1_row .last {
        margin-bottom: 0;
    }
}

.btn-menu {
    border-radius: 0.5rem;
    border: 1px solid #bebebe;
    color: #424242 !important;
    padding: 6px 9px;
    margin: 4px 3px;
    font-size: 13px !important;
    font-weight: 200 !important;
}

#showcase .features_op1_row .feature .img_box {
    /* height: 200px; */
    /* overflow: hidden; */
    margin-bottom: 20px;
}

#showcase .features_op1_row .feature .img_box img {
    height: 100%;
    width: 100%;
}

#showcase .features_op1_row .feature .img_box span.title {
    text-align: center;
    position: absolute;
    bottom: 10%;
    left: 8%;
    color: white;
    font-weight: bold;
}

#showcase .features_op1_row .feature .img_box .gradient {
    width: calc(100%);
    height: 50%;
    background: -webkit-linear-gradient(bottom, #000, #00000000);
    background: -o-linear-gradient(top, #000, #00000000);
    background: -moz-linear-gradient(top, #000, #00000000);
    background: linear-gradient(to top, #000, #00000000);
    position: absolute;
    bottom: 0px;
    border-radius: 5px;
}

#footer {
    font-size: 15px;
    background: #171717;
    color: rgb(235, 235, 235);
    font-weight: 700;
    padding-left: 40px;
    padding-top: 65px !important;
    padding-bottom: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#footer .footer_header {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    color: #000000;
    margin-bottom: 15px;
    margin-left: 0px;
}

#footer .credits .copyright {
    color: #9c9c9c;
    font-style: normal;
    text-align: center;
    margin-top: 10px;
}

#footer .recent_posts .post {
    margin-bottom: 20px;
    width: 93%;
}

#footer {
    margin-top: 10px;
}

@media (max-width: 767px) {
    #showcase {
        margin-top: 70px;
    }
    .big_cate_btn {
        margin: 5px 5px;
        font-size: 20px;
        border-radius: 50px;
        cursor: pointer;
        box-shadow: 1px 2px 5px 1px #c3c3c3;
    }
    #showcase .features_op1_row .feature {
        margin-bottom: 20px;
    }
    #showcase .features_op1_row .feature .img_box {
        /* height: 290px; */
    }
}

@media (max-width: 375px) {
    .big_cate_btn {
        padding: 20px 10px;
        font-size: 18px;
    }
    .big_cate_btn .sub_text {
        font-size: 14px;
        font-weight: normal;
        padding-top: 10px;
    }
}

@media (max-width: 320px) {
    .big_cate_btn {
        padding: 20px 10px;
        font-size: 16px;
    }
    .big_cate_btn .sub_text {
        font-size: 10px;
        font-weight: normal;
        padding-top: 10px;
    }
}

#sign_in2 {
    margin-top: 100px;
}

.login-form label {
    float: left;
    padding-top: 6px;
    font-size: 12px;
    color: #444;
}

.login_title {
    font-size: 18px;
    font-weight: bold;
}

.login_text {
    font-size: 12px;
    color: #999;
}

.signin_box {
    font-size: 12px;
}

.login-right {
    border-left: 2px solid #ddd;
    height: 100%;
}

@media (max-width: 767px) {
    .login-right {
        border-left: 0px;
        height: 100%;
    }
}

.red {
    color: red;
}

#sign_in2 .signin_box .box .form input[type="text"],
#sign_in2 .signin_box .box .form input[type="password"] {
    border-radius: 3px;
    font-size: 16px;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px !important;
    height: 37px;
    color: black;
}

.grey-text {
    color: grey !important;
}

.login-form .row {
    margin-bottom: 15px;
}

@media (max-width: 767px) {
    .login-form .pull-right {
        float: left !important;
    }
}

.nav-pills {
    /* background: #c1ccd1; */
    border-bottom: 1px solid #ddd;
}

.nav-pills>li>a {
    border-radius: 0px;
}

#feature_slider .info {
    color: #6430a0;
}

.nav>li>a:hover,
.nav>li>a:focus {
    text-decoration: none;
    background-color: #00000000;
}

.btn-signup-select .strong {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
}

.btn-signup-select {
    width: 100%;
    min-height: 70px;
    border: 1px solid #ddd;
    color: #777;
    font-size: 11px;
    text-align: center;
    padding: 8px;
    -webkit-transition: background linear 0.2s, box-shadow linear 0.2s;
    -moz-transition: background linear 0.2s, box-shadow linear 0.2s;
    -o-transition: background linear 0.2s, box-shadow linear 0.2s;
    transition: background linear 0.2s, box-shadow linear 0.2s;
    cursor: pointer;
}

@media (max-width: 767px) {
    .text_box.responsive {
        margin-top: 50px;
    }
    .img_box.responsive img {
        margin-top: -170px !important;
    }
}

@media (max-width: 375px) {
    #sign_in2 .signin_box .box {
        float: right;
        box-shadow: 0 0 5px 0 #eeeeee;
        background: white;
        border: 1px solid #dfdfdf;
        border-radius: 5px;
        width: 100%;
        padding: 20px 0 20px;
    }
    .btn-login,
    .btn-logout,
    .btn-signup {
        border-radius: 50px;
        /* border: 1px solid #009EF7;
        color: #009EF7; */
        padding: 7px 7px;
        margin: 7px 5px;
        font-weight: 700;
        font-size: 12px;
    }
    .thumbnail .caption {
        padding: 10px 0px;
        font-weight: bold;
        font-size: 20px;
    }
    .row.section {
        margin: 3px;
        margin-bottom: 0px;
        border-bottom: 1px solid #eee;
        padding: 3px;
    }
}

@media (max-width: 320px) {}


/* new design css */


/* #showcase h3{
  font-size: 40px !important;
  font-weight: 500 !important;
  letter-spacing: -3px;
  text-align: left;
  color:#525252;
} */

#showcase .img_box {
    width: 100%;
    display: block;
    margin: auto;
}


/* #showcase h2{
  font-size: 18px !important;
  font-weight: 200 !important;
  letter-spacing: -1.5px;
  color:rgb(117, 117, 117);
  text-align: left;
} */

hr.section_underline {
    width: 100%;
    border: thin solid rgb(194, 194, 194);
}

.ani_number_text_box {
    font-size: 50px !important;
    font-weight: 700 !important;
    letter-spacing: -3px;
    text-align: right;
    color: #009b62;
}

.ani_content_text_box {
    font-size: 30px !important;
    font-weight: 400 !important;
    letter-spacing: -3px;
    text-align: right;
    color: #909090;
}

.ani_text_box {
    padding-right: 5%;
    float: right;
}

.post {
    font-size: 18px !important;
    font-weight: 200 !important;
    letter-spacing: -1.5px;
    color: rgb(117, 117, 117);
}

.col-md-12 {
    font-size: 12px !important;
    /* font-weight: 200 !important; */
    letter-spacing: -1.5px;
    color: rgb(117, 117, 117);
}

@media screen and (max-width: 710px) {
    .lol,
    .slide,
    #feature_slider {
        height: 67vw !important;
    }
    #feature_slider #pagination {
        top: calc(67vw + 15px)
    }
    #feature_slider #slide-left,
    #feature_slider #slide-right {
        top: calc(38.5vw - 18.5px)
    }
    .first-pc {
        left: 1vw !important;
        width: 98vw !important;
        transform: none !important;
    }
    .info h3 {
        font-size: 8vw !important;
    }
}

@media screen and (max-width: 500px) {
    .lol,
    .slide,
    #feature_slider {
        height: 350px !important;
    }
    #feature_slider #pagination {
        top: 365px;
    }
    #feature_slider #slide-left,
    #feature_slider #slide-right {
        top: 180px;
    }
    .first-pc {
        /* width: 400px !important;
    left: 0!important;  */
    }
    #showcase h3 {
        font-size: 22px !important;
    }
    #showcase h2 {
        font-size: 13px !important;
    }
    .responsive1 {
        left: 0 !important;
        margin-top: 20px;
    }
    .responsive2 {
        left: 50% !important;
        transform: translateX(-50%) !important;
        margin-top: 40px;
    }
    .responsive3 {
        left: 100% !important;
        transform: translateX(-100%) !important;
        margin-top: 20px;
    }
}