@font-face {
    font-family: 'playfairdisplay-regular';
    src: url('fonts/playfairdisplay-regular.html');
}

@font-face {
    font-family: 'playfairdisplay-bold';
    src: url('fonts/playfairdisplay-bold.html');
}

@charset "utf-8";
/* CSS Document */
body, html {
    height: 100%;
    font-family: sans-serif;
}

body {
    background: #fff;
}

p {
    text-align: justify;
}

.lucin-blk img {
    position: relative;
}

h2, h3, h5, h6 {
    font-family: 'Montserrat', sans-serif;
}

h4 {
    font-family: 'playfairdisplay-regular';
}
h1 {
    font-family: 'playfairdisplay-regular';
}

p {
    font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a, ul, li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    a:hover {
        text-decoration: none;
    }

.img-center {
    margin: 0 auto;
}

.nav-flex {
    display: flex;
    align-items: center;
}

.searchwidth {
    margin-left: 180px;
    width: 60%
}

.navbar-default {
    margin-bottom: 0;
    background: none;
    box-shadow: none;
    border: 0;
}

.main-slider .item > img {
    width: 100%;
}

img {
    width: 100%;
    height: auto;
}

.mb-5 {
    margin-bottom: 50px;
}

.btn-green, .btn-outline {
    color: #fff;
    font-size: 16px;
    background-color: #77ad11;
    display: inline-block;
    text-transform: uppercase;
    padding: 13px 30px;
    border-radius: 25px;
    z-index: 1;
    position: relative;
    border: 0;
    line-height: 20px;
}

.btn-outline {
    background-color: transparent;
    border: 1px solid #77ad11;
    color: #77ad11;
}

    .btn-outline:hover {
        background-color: #77ad11;
        color: #fff;
    }

.btn-green:before {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #353671;
    border-radius: 25px;
    content: '';
    z-index: -1;
    transform: scale(.7);
    transition: all ease-in-out .4s;
    opacity: 0;
}

.btn-green:hover:before {
    transform: scale(1);
    opacity: 1;
}

.btn-green:hover {
    color: #fff;
}

.mt-38 {
    margin-top: 38px !important;
}














header {
    position: absolute;
    z-index: 999;
    width: 100%;
}

.bottom-row .row {
    display: flex;
    align-items: center;
}

.menu-icon {
    display: none;
}

.top-row ul li a {
    font-size: 16px;
    color: #353671;
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

    .top-row ul li a:hover {
        color: #77ad11;
    }

.top-row .list-inline {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.top-row ul .list-inline-item img {
    width: 20px;
    margin-top: -2px;
}

.top-row ul .list-inline-item .form-group {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

    .top-row ul .list-inline-item .form-group img {
        width: 32px;
        margin-top: 0;
    }

.top-row ul .list-inline-item .form-control {
    padding: 0;
    color: #353671;
    font-size: 16px;
}

.top-row .row {
    display: flex;
    align-items: center;
}

.logo img {
    width: auto;
}

.logo-tp select {
    border: navajowhite;
    background-color: transparent;
    color: #353671;
    font-size: 14px;
}

.navbar-light .navbar-nav .nav-link {
    padding: 0px 10px;
    color: #353671;
    font-size: 16px;
}

    .navbar-light .navbar-nav .nav-item.active .nav-link, .navbar-light .navbar-nav .nav-link:hover {
        color: #77ad11;
    }

    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
        color: #77ad11;
    }

.logo-lst {
    padding-right: 0;
}

.car-cap {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 100px;
    width: 57%;
}

    .car-cap h4 {
        font-size: 75px;
        color: #353671;
        font-weight: 600;
    }

    .car-cap p {
        font-size: 20px;
        color: #353671;
    }

    .car-cap a {
        margin-top: 30px;
    }

.feature-blk h4 {
    font-size: 22px;
    color: #353671;
    padding-top: 10px;
}
.feature-blk p {
  font-size: 22px;
  color: #353671;
  padding-top: 10px;
  font-family: 'playfairdisplay-regular';
}
.feature-blk a, .btn-readmore {
    font-size: 18px;
    color: #77ad11;
    display: inline-block;
    margin-top: 0px;
    transition: all ease-in-out .3s;
    text-decoration: none;
}

    .feature-blk a:hover, .btn-readmore:hover {
        color: #353671;
        letter-spacing: 1px;
    }

.feature-blk {
    margin-bottom: 20px;
    height: 380px;
    /* border: 1px solid red; */
    position: relative;
}

    .feature-blk .btn-readmore {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .feature-blk img {
        width: 100%;
        height: 250px;
    }

.feature-head h4 {
    font-size: 50px;
    color: #353671;
    font-weight: 600;
    margin-bottom: 40px;
}

.feature-head {
    text-align: center;
    padding: 0px 0px 10px 0;
}

    .feature-head h3 {
        font-size: 15px;
        display: inline-block;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .feature-head h3 select.form-control:not([size]):not([multiple]) {
            height: auto;
        }

        .feature-head h3 select {
            border: 0;
            /* text-decoration: underline; */
            padding: 1px 85px;
            display: inline-block;
            /* outline: none; */
            background: #77ad11;
            color: #fff;
            padding: 9px 38px 9px 0px;
            margin-left: 15px;
            border-radius: 5px;
        }

section.feature-inside {
    padding: 70px 0px 70px;
}

    section.feature-inside div.hide {
        display: none;
    }


.growth-blk a {
    padding: 10px 21px;
    margin-top: 10px;
    line-height: 15px;
    font-size: 14px;
}

.growth-blk p {
    color: #666666;
    font-size: 16px;
    text-align: center;
}

.growth-blk h4 {
    font-size: 20px;
    color: #353671;
    padding-top: 10px;
    font-weight: 600;
}

.growth-blk h2 {
    font-size: 20px;
    color: #353671;
    padding-top: 10px;
    font-weight: 600;
}

.growth-blk {
    text-align: center;
    line-height: 25px;
    padding: 10px;
}

    .growth-blk img {
        width: auto;
    }

section.intelligence, .services-about {
    padding: 70px 0px;
    background-color: #f5f4fa;
}

.services-about {
    padding: 10px 0px 20px;
}

.growth-head h4 {
    font-size: 35px;
    color: #353671;
    padding: 10px 0px;
    font-weight: 600;
    margin-bottom: 40px;
}

.analytic-txt p {
    color: #666666;
    font-size: 16px;
    width: 100%;
    margin-top: 25px;
}

.market_strategy_txt p, .Why_lucintel_sec p {
    color: #666666;
}

.analytic-txt a {
    margin-top: 20px;
}

.analytic-txt h4, .about-txt h4, .market_strategy h4 {
    font-size: 48px;
    color: #353671;
    width: 100% !important;
    font-weight: 600;
    margin-top: 0;
}

.Why_lucintel_sec a {
    color: #77ad11;
}

.about-txt ul, .market_strategy_txt ul {
    padding-left: 0;
    margin-top: 30px;
}

    .about-txt ul li, .market_strategy_txt ul li {
        width: 100%;
        position: relative;
        list-style: none;
        color: #666666;
        padding-left: 30px;
    }

        .about-txt ul li:before, .market_strategy_txt ul li::before {
            position: absolute;
            content: url(../images/tick.png);
            left: 0px;
            top: 8px;
        }

        .about-txt ul li:not(:last-child), .market_strategy_txt ul li:not(:last-child) {
            margin-bottom: 10px;
        }

section.analytic .row {
    display: flex;
    align-items: center;
    padding-top: 70px;
}

section.analytic {
    padding: 80px 0px;
}

.market_strategy {
    padding-top: 140px;
}

.about-company.analytic {
    padding: 10px 0px 80px;
}

.text-data-section {
    padding: 0px 0px 70px;
}

.text_data p, .text_data ul li {
    color: #666666;
    text-align: justify;
    line-height: 2rem;
}

.lucin-blk {
    display: flex;
    align-items: end;
}

.bluehead {
    color: #353671 !important;
    font-size: 18px;
    font-weight: 700;
}

.award_excellence li {
    color: #666666;
}

.registraion-form {
    padding: 70px 0px;
}

    .registraion-form .form-control {
        height: 50px;
        border-radius: 50px;
        border: 1px solid #a6a6a6;
    }

    .registraion-form select.form-control:not([size]):not([multiple]) {
        height: calc(2.25rem + 16px);
    }

.text_data ul li {
    margin-bottom: 15px;
}

.blk-blk {
    padding-left: 20px;
}

.consultingform a {
    color: #77ad11;
}

section.why-lucin {
    background-color: #2c2d6d;
    padding: 70px 0px;
    color: #fff;
}

.why-lucin-head h4 {
    font-size: 50px;
    margin-bottom: 30px;
}

.blk-blk h4 {
    font-size: 25px;
}

.blk-blk p {
    font-size: 16px;
    text-align: left;
}

.consultingform textarea {
    height: 100px;
    width: 500px;
}

.consultingform .table td, .consultingform .table th {
    border: 0 !important;
}

.subscribe-blk p {
    font-size: 16px;
    color: #666;
    margin: 15px 0px 20px;
    text-align: center;
}

.subscribe-blk h4 {
    font-size: 50px;
    color: #353671;
    font-weight: 600;
}

.subscribe-blk h3 {
    font-size: 30px;
    color: #77ad11;
}

.subscribe-blk input {
    position: relative;
    width: 78%;
    padding: 10px 17px;
    border-radius: 25px;
    border: 1px solid #cdcdcd;
    outline: none;
}

.subscribe-blk button {
    color: #fff;
    padding: 12px 30px;
    margin-left: 5px;
    margin-top: 45px;
}

.subscribe-blk {
    padding: 70px 0px;
}



footer {
    background-color: #f0f0fa;
    padding: 60px 0px 0px 0px;
}

    footer h4 {
        color: #353671;
        font-size: 26px;
    }

    footer ul li a {
        color: #666666;
        display: inline-block;
    }

        footer ul li a:hover {
            color: #77ad11;
        }

    footer ul li {
        line-height: 26px;
        list-style: none;
    }

    footer ul {
        padding: 0;
    }

.copyright {
    background-color: #9fc453;
    color: #fff;
    padding: 14px 0px;
}

    .copyright p {
        font-size: 16px;
        margin-bottom: 0px;
    }





.car-cap2, .car-cap5 {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 100px;
    width: 50%;
}

.car-cap5 {
    top: 80px;
    width: 65%;
}

    .car-cap2 h4, .car-cap5 h4 {
        font-size: 75px;
        color: #353671;
        font-weight: 600;
    }

    .car-cap2 p, .car-cap5 p {
        font-size: 20px;
        color: #727272;
        padding-right: 120px;
        font-family: 'playfairdisplay-regular';
    }

    .car-cap2 a, .car-cap5 a {
        color: #fff;
        font-size: 16px;
        background-color: #77ad11;
        display: inline-block;
        text-transform: uppercase;
        padding: 13px 30px;
        border-radius: 25px;
        margin-top: 30px;
    }

.butn2 {
    background-color: #2d2e70 !important;
    border: 0;
}


.all-section {
    padding: 0px 0px 80px;
}

.first-block, .analytics_login {
    padding-top: 80px;
}

.feature_post {
    margin-bottom: 20px;
    height: 390px;
    /* border: 1px solid red; */
    position: relative;
}

    .feature_post .btn-readmore {
        position: absolute;
        left: 0;
        bottom: 0;
    }

.center-col {
    margin: 0 auto;
    display: table;
    float: none;
}

.analytics_login_text h3 {
    font-size: 30px;
    color: #353671;
    font-family: 'playfairdisplay-regular';
    font-weight: 600;
    padding: 0px 50px;
}

.analytics_login_text .form {
    margin-top: 40px;
}

    .analytics_login_text .form input, .analytics_login_text .form textarea {
        height: 50px;
        width: 100%;
        border-radius: 30px;
        padding-left: 20px;
        margin-bottom: 20px;
        border: 1px solid #a6a6a6;
        /* font-family: 'playfairdisplay-regular'; */
        color: #a6a6a6;
        font-size: 17px;
    }

        .analytics_login_text .form input[type="submit"] {
            color: #fff;
        }

    .analytics_login_text .form textarea {
        height: 110px;
    }

.address-list img {
    width: 20px;
    height: 15px;
    margin-right: 10px;
    margin-top: 5px;
}

.loginss_btn button {
    background-color: #77ad11;
    padding: 12px 30px;
    border-radius: 30px;
    border: none;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
}

.loginss_btn a {
    float: right;
    color: #666666;
    font-size: 16px;
    font-family: 'playfairdisplay-regular';
}

.analytics_video_content h3 {
    font-size: 26px;
    color: #353671;
    margin-bottom: 40px;
    font-weight: 600;
    font-family: 'playfairdisplay-regular';
}

.analytics_video_content img {
    border-radius: 10px;
}

.analytics_video {
    background-color: #f0f0fa;
    padding-top: 80px;
}

.analytic img, .market_strategy img {
    border-radius: 10px;
}

.mt-4 {
    margin-top: 40px;
}

.analytic-txt, .about-txt, .market_strategy_txt {
    padding-left: 50px;
}

.logo-tp {
    padding-top: 7px;
}

.list-inline {
    margin-bottom: 0px;
}

.our-customer {
    padding: 80px 0px;
}

    .our-customer a {
        color: #77ad11;
    }

.car-cap3 {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 100px;
    width: 60%;
}

    .car-cap3 h4 {
        font-size: 75px;
        color: #353671;
        font-weight: 600;
        margin-top: 80px;
    }
	 .car-cap3 h1 {
        font-size: 60px;
        color: #353671;
        font-weight: 600;
        margin-top: 80px;
    }

    .car-cap3 p {
        font-size: 20px;
        color: #727272;
        padding-right: 90px;
        font-family: 'playfairdisplay-regular';
    }

    .car-cap3 a {
        color: #fff;
        font-size: 16px;
        background-color: #77ad11;
        text-transform: uppercase;
        padding: 13px 30px;
        border-radius: 25px;
        margin-top: 30px;
        width: 40%;
        text-align: center;
    }

/* SHOOPING CARD START  */

.shopping-cart-sec {
    padding: 70px 0px;
    background-color: #f9f9f9f;
}

.shoping_main_cl .shoping_tab {
    margin: 0px;
    padding: 0px;
    background: #283B81;
    float: left;
    width: 100%;
}

    .shoping_main_cl .shoping_tab li {
        list-style: none;
        margin: 0px;
        padding: 0px;
        float: left;
        display: inline-block;
        border-right: solid 1px #fff;
    }

        .shoping_main_cl .shoping_tab li a {
            text-decoration: none;
            font-size: 16px;
            padding: 10px 20px;
            line-height: 34px;
            float: left;
            color: #FFFFFF;
        }

        .shoping_main_cl .shoping_tab li.active a {
            text-decoration: none;
            background: #77ad11;
            color: #fff;
        }

    .shoping_main_cl .shoping_tab li {
        list-style: none;
        margin: 0px;
        padding: 0px;
        float: left;
        display: inline-block;
        border-right: solid 1px #fff;
    }

.shoping_main_cl .shoping_content {
    width: 100%;
    padding: 100px 30px 30px;
    border-top: solid 1px #a9b6ca;
}

.shoping_main_cl {
    border: 1px solid #dedede;
    padding-bottom: 40px;
}
/*Featured Insights*/
.feature_insight_post_heading h3 {
    font-size: 40px;
    color: #353671;
    font-weight: 600;
    font-family: 'playfairdisplay-bold';
}

.feature_post img {
    height: 250px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.feature_post h4 {
    font-size: 20px;
    color: #353671;
    font-family: 'playfairdisplay-regular';
    margin: 20px 0px;
}

.about-text p {
    color: #666666;
}

    .about-text p a {
        color: #77ad11;
    }
/* .feature_post a{
    font-family: 'playfairdisplay-regular';
    font-size: 20px;
    text-decoration: underline;
    color: #77ad11;
} */
.bord {
    border-top: 1px solid #a6a6a6;
    border-bottom: 1px solid #a6a6a6;
}

.bord-bottom {
    border-bottom: 1px solid #a6a6a6;
    padding-bottom: 80px;
}

.car-cap4 {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    left: 100px;
    width: 60%;
}

    .car-cap4 h4 {
        font-size: 62px;
        color: #353671;
        font-weight: 600;
        margin-top: 80px;
    }

    .car-cap4 p {
        font-size: 20px;
        color: #727272;
        padding-right: 100px;
        font-family: 'playfairdisplay-regular';
    }


.conductive_filler {
    background-color: #f0f0fa;
}

.cond_content h2 {
    font-size: 60px;
    color: #353671;
    font-weight: 600;
    font-family: 'playfairdisplay-bold';
}

.cond_content p {
    color: #666666;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

.cond_img img {
    width: 100%;
}

.blue_bg {
    background-color: #353671;
}

.pad {
    padding: 60px !important;
}

.pad2 {
    padding: 120px !important;
}

.filler_list_ship h4 {
    font-size: 23px;
    color: #fff;
    font-weight: 600;
    line-height: 32px;
}

.filler_list_ship ul {
    padding-left: 0px;
    list-style: none;
    margin-top: 25px;
}

    .filler_list_ship ul li:not(:last-child) {
        margin-bottom: 5px;
    }

    .filler_list_ship ul li {
        color: #fff;
        font-size: 16px;
        font-family: 'playfairdisplay-regular';
    }

        .filler_list_ship ul li i {
            color: #77ad11;
            margin-right: 10px;
        }

/* MARKET REPORT CATEGORY START  */


.market-report-category {
    padding: 70px 0px;
}

    .market-report-category .read_some_Searchbar input {
        font-family: unset;
    }

    .market-report-category .read_some_select button {
        height: 60px;
        border-radius: 60px;
    }

    .market-report-category .text-data {
        margin-top: 70px;
    }

        .market-report-category .text-data a {
            color: #353671;
            font-weight: 600;
            margin-bottom: 5px;
            display: block;
        }

/* MARKET REPORT CATEGORY end  */


/* MARKET REPORT detail START  */

.market-report-detail {
    padding: 70px 0px 20px 0px;
}

    .market-report-detail h2 {
        font-size: 36px;
        color: #353671;
        font-family: 'playfairdisplay-regular';
        line-height: 43px;
        font-weight: 600;
        text-align: center;
        padding-bottom: 20px;
    }

.nav-pills .nav-link {
    border-radius: 0;
    background-color: #353671;
    color: #fff;
}

    .nav-pills .nav-link.active {
        background-color: #77ad11;
        color: #fff;
    }







.feat_report {
    background-color: #f0f0fa;
}

.feat_report_content h3 {
    font-size: 50px;
    color: #353671;
    font-weight: 600;
    font-family: 'playfairdisplay-regular';
    margin-top: 0px;
    margin-bottom: 25px;
}

.fet_lines {
    margin: 20px 0px;
}

    .fet_lines h5 {
        font-size: 20px;
        color: #353671;
        font-family: 'playfairdisplay-regular';
    }

    .fet_lines p {
        color: #666;
        font-family: 'playfairdisplay-regular';
        font-size: 17px;
    }

.faq_list_heading h2 {
    color: #353671;
    font-size: 45px;
    font-family: 'playfairdisplay-bold';
    font-weight: 700;
}

.faq_list .accordion {
    background-color: #f7f3f3;
    color: #666666;
    cursor: pointer;
    padding: 20px 40px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 17px;
    transition: 0.4s;
    border-radius: 30px;
    margin-bottom: 20px;
    font-family: 'playfairdisplay-regular';
}

    .faq_list .active, .faq_list .accordion:hover {
        background-color: #353671;
        color: #fff;
    }

.faq_list .panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.faq_list .accordion:after {
    content: '\f067';
    font-size: 17px;
    font-family: 'Fontawesome';
    color: #fff;
    float: right;
    margin-left: 5px;
    width: 25px;
    height: 26px;
    background: #77ad11;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 30px;
}

.faq_list .active:after {
    content: "\f068"; /* Unicode character for "minus" sign (-) */
    color: #fff;
}

.faq_list .accordion:hover:after {
    color: #fff;
}

.learn_more a {
    padding: 12px 40px;
    border-radius: 30px;
    background-color: #77ad11;
    color: #fff;
    font-size: 20px;
    font-family: 'playfairdisplay-regular';
    display: inline-block;
    text-transform: uppercase;
}

.price_table_content table {
    width: 100%;
    border: 1px solid #a6a6a6;
}

.wid_25 {
    width: 25%;
}

.wid_75 {
    width: 75%;
}

.price_table_content table thead {
    background-color: #77ad11;
}

    .price_table_content table thead tr {
        height: 50px;
    }

        .price_table_content table thead tr td {
            text-align: center;
            color: #fff;
            font-size: 18px;
            font-family: 'playfairdisplay-regular';
            font-weight: 500;
            border: 1px solid #e3e1e1;
        }

.price_table_content table tbody tr td {
    padding: 20px 30px;
    border: 1px solid #e3e1e1;
    color: #666;
    font-family: 'playfairdisplay-regular';
    font-size: 17px;
    background-color: #fff;
}

.price_table {
    background-color: #f0f0fa;
}

.report_feature_con h2 {
    font-size: 60px;
    color: #353671;
    font-family: 'playfairdisplay-regular';
    font-weight: 600;
    margin-bottom: 25px;
    margin-top: 0px;
}

.report_feature_con p {
    font-size: 17px;
    color: #666;
    line-height: 27px;
}

.report_feat_img img {
    width: 100%;
}

.tabs_marekt_rep ul {
    background-color: #edecec;
    /*padding: 15px 0px;*/
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
}

.cart-item-list {
    padding: 30px;
    border: 1px solid #dedede;
    margin: auto;
    text-align: center;
    border-radius: 10px;
}

.tabs_marekt_rep ul li {
    float: none;
    border-right: solid 1px #e1e1e1;
    display: inline-block;
    width: 20%;
    background: #edecec;
    padding: 15px;
    color: #353671;
}

.shopping-cart-block .tabs_marekt_rep ul li {
    width: auto;
}

.tabs_marekt_rep ul li:last-child {
    border-right: 0;
}

.tabs_marekt_rep ul li.active {
    background-color: #77ad11;
}

    .tabs_marekt_rep ul li.active a {
        background-color: transparent;
        color: #fff;
        border: none;
    }



.tabs_marekt_rep ul li a {
    border-radius: 0px;
    font-size: 20px;
    color: #353671;
    font-family: 'playfairdisplay-regular';
    /*padding: 20px;*/
    border: none;
}

    .tabs_marekt_rep ul li a:focus, .tabs_marekt_rep ul li a:hover, .tabs_marekt_rep ul li.active a:hover, .tabs_marekt_rep ul li.active a:focus {
        background-color: transparent;
        border: none;
    }

.buy_list [type="radio"]:checked,
.buy_list [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    .buy_list [type="radio"]:checked + label,
    .buy_list [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 40px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
        font-family: 'playfairdisplay-regular';
        font-weight: 400;
        font-size: 17px;
    }

        .buy_list [type="radio"]:checked + label:before,
        .buy_list [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        .buy_list [type="radio"]:checked + label:after,
        .buy_list [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #77ad11;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        .buy_list [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        .buy_list [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.buy_list {
    padding-left: 60px;
}

    .buy_list h3 {
        font-size: 35px;
        color: #353671;
        font-family: 'playfairdisplay-regular';
        font-weight: 600;
        margin-bottom: 30px;
        margin-top: 0px;
    }

.memplat p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #a6a6a6;
    font-family: 'playfairdisplay-regular';
}

.buy_now_btn a {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    background-color: #77ad11;
    padding: 12px 40px;
    border-radius: 30px;
}

.my_padding {
    padding: 30px 0px;
}

.mt-3 {
    margin-top: 30px;
}

.readmore {
    margin-bottom: 50px;
}

footer .col-lg-3.col-md-6 {
    margin-bottom: 20px;
}

    footer .col-lg-3.col-md-6 ul {
        font-size: 14px;
    }

feature-inside .col-sm-4.mt-sm-0.mt-3 {
    margin-bottom: 50px;
}

/* section.why-lucin p {
    margin-bottom: 50px;
} */
.broucher_form label {
    font-size: 20px;
    color: #000;
    font-family: 'playfairdisplay-regular';
    font-weight: 400;
}

.broucher_form input {
    height: 50px;
    background-color: #ebebeb;
    border-radius: 10px;
    width: 100%;
    padding-left: 20px;
    border: none;
}

.broucher_form select {
    height: 50px;
    background-color: #ebebeb;
    border-radius: 10px;
    width: 100%;
    padding-left: 20px;
    border: none;
    appearance: auto;
}

*:focus {
    outline: none !important;
}

.sub_btn button {
    padding: 12px 40px;
    background-color: #77ad11;
    border: none;
    color: #fff;
    font-size: 18px;
    color: #fff;
    border-radius: 30px;
}

.format {
    padding: 30px 60px;
}

    .format p {
        font-size: 20px;
        color: #a6a6a6;
        font-family: 'playfairdisplay-regular';
    }

        .format p span {
            color: #000;
            font-weight: 600;
            margin-left: 25px;
        }

    .format button {
        margin-top: 40px;
        border: none;
        border-radius: 30px;
        color: #fff;
        font-size: 16px;
        font-family: "Roboto", sans-serif;
        background-color: #77ad11;
        padding: 8px 30px;
    }


.benefits_immg img {
    border-radius: 10px;
}

.market_lucin_content h2 {
    font-size: 50px;
    color: #353671;
    font-weight: 600;
    font-family: 'playfairdisplay-regular';
    margin-bottom: 25px;
    margin-top: 0px;
}

.market_lucin_content p {
    font-size: 18px;
    color: #a6a6a6;
    font-family: 'playfairdisplay-regular';
	line-height:2rem;
}

.lucin_list_post h4 a {
    font-size: 24px;
    color: #353671;
    font-weight: 600;
    font-family: 'playfairdisplay-regular';
    height: 80px;
    line-height: 30px;
    display: inline-block;
}

.lucin_list_post {
    margin-bottom: 50px;
}

    .lucin_list_post ul {
        list-style: none;
        padding-left: 15px;
    }

        .lucin_list_post ul li a, .lucin_country_research ul li a {
            color: #666666;
            font-size: 18px;
            font-family: 'playfairdisplay-regular';
            position: relative;
        }

            .lucin_country_research ul li a:hover {
                color: #353671;
            }


        .lucin_list_post ul li:before {
            position: absolute;
            content: url(../images/tick.png);
            left: 0px;
        }

        .lucin_list_post ul li:not(:last-child) {
            margin-bottom: 10px;
        }

.lucintel_list_sec {
    background-color: #f8f8f8;
}

.lucin_p p {
    color: #a6a6a6;
    font-size: 18px;
    font-family: 'playfairdisplay-regular';
    line-height: 30px;
}

.benefits_content h2 {
    font-size: 50px;
    color: #353671;
    font-family: 'playfairdisplay-regular';
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 25px;
}

.benefits_content ul {
    list-style: none;
}

    .benefits_content ul li {
        color: #a6a6a6;
        font-size: 18px;
        font-family: 'playfairdisplay-regular';
        position: relative;
    }

        .benefits_content ul li:before {
            position: absolute;
            content: url(../images/tick.png);
            left: -30px;
        }

.pestel-report {
    margin-top: 50px;
    text-align: center;
}

.lucintel_news {
    padding-top: 80px;
    padding-bottom: 80px;
}

.lucintel_news_heading h2 {
    font-size: 50px;
    color: #353671;
    font-family: 'playfairdisplay-regular';
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 60px;
}

.main_sld {
    width: 25%;
    text-align: center;
}

.price_content h2 {
    font-size: 52px;
    color: #353671;
    font-family: 'playfairdisplay-regular';
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 25px;
}

.price_content p {
    color: #666666;
    font-size: 17px;
    font-family: 'playfairdisplay-regular';
    line-height: 27px;
}

    .price_content p a {
        color: #77ad11;
    }

.feature_insight_page {
    padding-top: 80px;
}

.price_content ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 30px;
}

    .price_content ul li {
        display: inline-block;
        margin-right: 10px;
    }

        .price_content ul li a {
            padding: 12px 35px;
            border-radius: 30px;
            color: #fff;
            font-size: 17px;
            text-transform: uppercase;
            /* font-family: 'playfairdisplay-regular'; */
        }

        .price_content ul li:first-child a {
            background-color: #77ad11;
        }

        .price_content ul li:last-child a {
            background-color: #353671;
            border: 0;
        }

.price_vid img {
    border-radius: 10px;
}

.read_some_content h5 {
    font-size: 27px;
    color: #353671;
    font-family: 'playfairdisplay-regular';
    line-height: 34px;
    font-weight: 600;
}

.read_some {
    background-color: #f0f0fa;
    padding-top: 80px;
}

.read_some_Searchbar {
    position: relative;
}

    .read_some_Searchbar input#ContentPlaceHolder1_btnNavigate {
        margin-top: 21px !important;
    }

    .read_some_Searchbar input {
        width: 100%;
        height: 45px;
        border-radius: 30px;
        border: 1px solid #a6a6a6;
        color: #080808;
        font-size: 17px;
    }

#ContentPlaceHolder1_txtkeywordSearch {
    padding-left: 15px;
}



.read_some_Searchbar button, .read_some_Searchbar a {
    position: absolute;
    background-color: transparent;
    border: none;
    font-size: 17px;
    color: #77ad11;
    right: 30px;
    top: 11px;
}

.read_some_select select {
    width: 100%;
    appearance: auto;
    height: 60px;
    border-radius: 30px;
    border: 1px solid #a6a6a6;
    padding-left: 20px;
    font-family: 'playfairdisplay-regular';
    color: #a6a6a6;
    font-size: 17px;
}

input#ContentPlaceHolder1_imgBtnSubmit {
    border-radius: 60px !important;
    height: 45px;
    color: #77ad11;
}

.price_table2 table {
    width: 100%;
    background-color: #fff;
}

.price_table2 h4 {
    line-height: 1.5 !important;
}

.read_some_select select {
    width: 100%;
    appearance: auto;
    height: 45px;
    border-radius: 30px;
    border: 1px solid #a6a6a6;
    padding-left: 20px;
    font-family: unset;
    color: #666666;
    font-size: 17px;
}

.market_lucintel {
    padding-top: 40px;
}

.market_lucin_content {
    margin-top: 50px;
}

.lucintel_list_sec {
    background-color: #f8f8f8;
    padding-top: 80px;
}

.price_and_demand {
    padding-top: 80px;
}

.price_table2 {
    border-radius: 10px;
    overflow: hidden;
}

    .price_table2 table thead {
        background-color: #77ad11;
    }

        .price_table2 table thead tr {
            height: 50px;
        }

            .price_table2 table thead tr td, .price_table2 table thead tr th {
                color: #fff;
                font-family: 'playfairdisplay-regular';
                font-size: 18px;
                text-align: center;
                border: 1px solid #e3e1e1;
            }

    .price_table2 table tbody tr td {
        padding: 20px;
        border: 1px solid #e3e1e1;
        padding-bottom: 20px;
    }

        .price_table2 table tbody tr td h6 {
            font-weight: 600;
            font-size: 24px;
            color: #666;
            font-family: 'playfairdisplay-regular';
        }

        .price_table2 table tbody tr td h4 a {
            color: #77ad11;
            font-size: 1.5rem;
            font-weight: Normal;
        }

        .price_table2 table tbody tr td h5 {
            color: #666;
            font-size: 20px;
            font-family: 'playfairdisplay-regular';
        }

        .price_table2 table tbody tr td p {
            font-size: 16px;
            color: #666666;
            /* font-family: 'playfairdisplay-regular'; */
        }

        .price_table2 table tbody tr td a {
            color: #77ad11;
            font-size: 16px;
            /* text-decoration: underline; */
            /* font-family: 'playfairdisplay-regular'; */
        }



select + i.fa {
    float: right;
    margin-top: -30px;
    margin-right: 5px;
    /* this is so when you click on the chevron, your click actually goes on the dropdown menu */
    pointer-events: none;
    /* everything after this is just to cover up the original arrow */
    /* (for browsers that don't support the syntax used above) */
    background-color: #fff;
    padding-right: 5px;
    font-size: 13px;
    color: #666;
}


.Why_lucintel_sec {
    padding: 80px 0px;
}

.testimonial_block {
    padding: 30px;
    background-color: #f8f8f8;
    border-bottom: 1px solid #c9c9c9;
    margin-top: 30px;
}

    .testimonial_block strong {
        color: #353671;
    }

    .testimonial_block p {
        color: #666666;
    }

    .testimonial_block .company-name {
        color: #353671;
    }

.customer-head h4 {
    font-size: 50px;
    color: #353671;
    font-weight: 600;
    margin-bottom: 30px;
    text-align: center;
}

.customer-head p {
    color: #666666;
}

.career-categoruy-name {
    margin-bottom: 0;
    padding: 15px;
    background-color: #f5f4fa;
    margin: 5px;
    color: #666666;
}

    .career-categoruy-name a {
        color: #353671;
    }

.career-table .table th {
    padding: 15px;
}

.click-here-btn {
    color: #77ad11;
}

    .click-here-btn:hover {
        color: #353671;
    }

.career-table .table thead {
    background-color: #353671 !important;
    color: #fff;
}

.pagination-lg .page-link {
    padding: 10px;
}

.career-table .table td {
    border: 0;
    background-color: #f5f4fa;
    margin-bottom: 3px;
    border-bottom: 1px solid #ececec;
    color: #666666;
    padding: 15px;
}

    .career-table .table td a {
        color: #353671;
    }

.form-control {
    height: 45px;
    border-radius: 30px;
}

.address-list a {
    color: #77ad11;
}

.cntact-us-adress p {
    color: #666666;
}

.galler-imges {
    border: 3px solid #e3e3e3;
    padding: 5px;
    margin-top: 30px;
    transition: all ease-in-out .4s;
}

    .galler-imges:hover {
        transform: scale(1.15);
        /* box-shadow: 0px 0px 20px #dedede; */
        padding: 0;
        box-shadow: 0 20px 20px -20px #201f1f;
    }

    .galler-imges img {
        height: 200px;
        transition: all ease-in-out .4s;
    }

.text-data-section .text_data ul li a {
    color: #666666;
}

    .text-data-section .text_data ul li a:hover {
        color: #77ad11;
    }

.form-data a {
    color: #77ad11;
}

section.analytic.cunsulting_capability, section.analytic.capital-investment,
section.analytic.due_deligence, section.analytic.market-analysis, section.analytic.strategic-growth,
section.analytic.award-excellence, section.analytic.our-team {
    padding-top: 10px;
}

.read_some_select select + i.fa {
    margin-top: -34px;
}

.market_expert h4 {
    color: #353671;
}

.market_expert p, .market_expert ul li {
    margin-bottom: 10px;
    color: #666666;
}

.market_expert img {
    border: 3px solid #c4c4c4;
    margin-bottom: 20px;
}

.press-release {
    padding-bottom: 80px;
}

.page-link {
    padding: 0;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    color: #666666;
}

.press-release .page-link:hover {
    color: #666666;
}

.press-release .page-link.active {
    background-color: #77ad11;
    color: #fff;
    border: 1px solid #77ad11;
}

.price-demand-detail h5 {
    font-size: 40px;
    color: #353671;
    font-weight: 600;
    margin-bottom: 30px;
    font-family: 'playfairdisplay-regular';
}


.col-form-label {
    padding-left: 0;
    padding-right: 0;
}

.featured-top {
    padding-top: 80px;
}

.mt-25 {
    margin-top: 25px !important;
}

.career-table .table td a:hover {
    color:;
}

.field_mandatory strong {
    margin-left: -15px;
}

.form-data p {
    text-align: left;
}

.pricing-detail-head.car-cap3 {
    width: 60%;
}

.pricing-detail-page {
    padding: 60px 0px 80px;
}

.pricing-detail-head.car-cap3 span#ContentPlaceHolder1_lblDate {
    margin-left: 0 !important;
}

.text_data {
    text-align: justify;
}

.banner-form.border {
    width: 390px;
    padding: 20px;
    /* position: absolute;*/
    right: 100px;
    top: 150px;
    border-radius: 10px;
    background: #f8f8f8;
}

.banner-form-heading {
    font-weight: 600;
    color: #353671;
    padding-bottom: 6px;
    /*  border-bottom: 3px solid;*/
    margin-bottom: 15px;
}

.banner-form label {
    margin-bottom: 0;
}

.main-banner-img {
    height: 663px;
}

.video-title {
    display: none;
}

.for-more-info a {
    color: #77ad11;
}

.for-more-info p {
    color: #666666;
}

.car-cap3 td {
    padding-left: 0 !important;
}

#pills-Methodology {
    color: #666666;
}

.newsletter-detail tbody tr td a {
    padding: 10px 10px 10px 0px;
    display: block;
    color: #666666;
}

    .newsletter-detail tbody tr td a:hover {
        color: #77ad11;
    }

.search-by-year .links span a {
    display: inline-block;
    padding: 6px 30px;
    background: #f5f5f5;
    border-radius: 25px;
}

    .search-by-year .links span a:hover {
        background: #353671;
        color: #fff;
    }

.search-by-year h2 {
    font-size: 30px;
    color: #353671;
    font-family: 'playfairdisplay-regular';
    line-height: 43px;
    font-weight: 600;
    padding-bottom: 20px;
    margin-top: 30px;
}

@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {
}

@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {
}

@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {
}

@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {
}

@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {
}

@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {
}

@media only screen and (min-width: 1366px) and (max-width: 1920px) {
}

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

@media only screen and (min-width: 992px) and (max-width: 1199px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

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

@media only screen and (min-width: 300px) and (max-width: 519px) {
	.car-cap h1, .car-cap3 h1, .car-cap2 h1,.car-cap3 h1 span {
	font-size: 24px !important;}
	.logo-tp select{font-size:10px!important;}
	.fontsize{font-size:24px;color: #353671 !important;}
}


@media only screen and (min-width: 414px) and (max-width: 736px) {
	.car-cap h1, .car-cap3 h1, .car-cap2 h1, .car-cap3 h1 span {
	font-size: 24px !important;}
	.logo-tp select{font-size:10px!important;}
	.fontsize{font-size:24px;color: #353671 !important;}
}

@media screen and (max-width:1198px) {
    .subscribe-blk a {
        margin-top: 10px;
    }
}





@media screen and (max-width:991px) {
    .main-banner-img {
        height: auto;
    }

    .read_some_Searchbar input#ContentPlaceHolder1_txtkeywordSearch {
        width: 310px;
    }

    .read_some_Searchbar a {
        right: 5px;
    }

    .navbar-light .navbar-toggler {
        color: rgb(255 255 255 / 95%);
        border-color: rgb(255 242 242 / 10%);
        background: #77ad11;
        padding: 5px 10px;
    }

    .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link:hover {
        color: #353671;
    }

    .car-cap h4, .car-cap3 h4, .car-cap2 h4 {
        font-size: 35px;
    }


    .video-title {
        color: #353671;
        font-weight: 600;
        font-size: 35px;
        text-align: center;
        margin-top: 15px;
        display: block;
    }

    .banner-video .car-cap2 {
        display: none;
    }

    #video1 {
        width: 100% !important;
        padding: 40px;
        padding-top: 0;
    }

    .video {
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
    }
    /* .banner-video .carousel-inner{
            height: 350px !important;
        } */

    section.market_lucintel.all-section {
        padding-top: 30px;
    }

    .car-cap {
        width: 63%;
        top: 110px;
    }

    .subscribe-blk a {
        margin-top: 0px;
    }

    .car-cap a {
        margin-top: 10px;
    }

    .mt-sm-20 {
        margin-top: 20px;
    }

    .analytic-txt {
        padding-left: 0;
    }

        .analytic-txt h4, .about-txt h4 {
            font-size: 30px;
            width: 100%;
        }

        .analytic-txt p {
            margin-top: 15px;
        }

    .lucin-blk {
        position: relative;
    }

        .lucin-blk img {
            width: 90px;
        }

    .navbar-collapse.collapsing {
        background-color: #77ad11;
        color: #fff;
        padding: 10px 0px;
        border-radius: 10px;
    }

    .navbar-collapse.collapse.in.show {
        background-color: #77ad11;
        color: #fff;
        padding: 10px 0px;
        border-radius: 10px;
    }

    .navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-item.active .nav-link {
        color: #fff;
        padding: 5px 15px;
    }

    .car-cap3 p, .car-cap2 p {
        display: none;
    }

    .feature_post img {
        height: 220px;
    }

    .feature_post {
        height: 360px;
    }

    .car-cap2 {
        left: 40px;
        top: 110px;
    }

    .car-cap3 a {
        width: 55%;
        margin-top: 0;
    }

    .lucin_list_post h4 {
        height: auto;
        margin-bottom: 0px;
    }

        .lucin_list_post h4 a {
            height: 60px;
        }

    .main_sld {
        width: 45%;
        text-align: center;
    }

    .price_content h2 {
        font-size: 30px;
    }

    .subscribe-blk button {
        margin-top: 0px;
    }

    .feature-blk img {
        width: 100%;
        height: 220px;
    }

    .all-section {
        padding: 0px 0px 80px;
    }

    .featured-top {
        padding-top: 80px;
    }

    .all-section.feature_insight_page {
        padding-top: 80px;
    }

    .first-block {
        padding-top: 80px;
    }

    .bord-bottom {
        padding-bottom: 80px;
    }

    .analytics_login, .analytics_video, .price_and_demand, .read_some {
        padding-top: 80px;
    }

    .lucintel_list_sec {
        padding-top: 80px;
        padding-bottom: 30px;
    }

    .analytic-txt p {
        width: 100%;
    }

    .analytic-txt, .about-txt, .market_strategy_txt {
        padding-left: 0;
    }

        .about-txt ul li, .market_strategy_txt ul li {
            width: 100%;
        }

    .lucin_list_post h4 {
        height: auto;
        margin-bottom: 30px;
    }

    .customer-head h4 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .car-cap5 {
        top: 80px;
        width: 60%;
    }

        .car-cap5 h4 {
            font-size: 35px;
        }

    section.analytic.cunsulting_capability, section.analytic.capital-investment,
    section.analytic.due_deligence, section.analytic.market-analysis, section.analytic.strategic-growth {
        padding-bottom: 0;
    }

    .price-demand-detail h5 {
        font-size: 35px;
    }

    .car-cap5 a {
        margin-top: 15px;
    }

    .read_some_select .btn-green {
        margin-top: 5px;
    }

    .feature-blk {
        height: 370px;
    }

    .pricing-detail-head.car-cap3 h4 {
        margin-top: 120px;
    }

    .pricing-detail-head.car-cap3 strong.mt-md-4 {
        margin-top: 0 !important;
    }

    .pricing-detail-page {
        padding: 30px 0px 80px;
    }

    .tabs_marekt_rep ul li a {
        font-size: 18px;
        padding: 0px;
    }

    .banner-form.border {
        margin: 120px 0px 60px 30px !important;
    }

    .banner-text-with-form .car-cap3 {
        left: 30px;
    }

    .tab-content .price-filter-row .left-box table td label {
        line-height: 24px !important;
        margin-left: 0px !important;
    }

    .tabs_marekt_rep ul li {
        /*width: auto;*/

        display: flex;
        align-items: center;
    }

    .shopping-cart-block .tabs_marekt_rep ul li {
        display: inline-block;
    }

    .banner-form.border {
        width: 310px;
    }

    .searchwidth {
        margin-left: 0;
        width: 100%;
    }
}



@media screen and (max-width:767px) {
    section.analytic .row {
        flex-wrap: wrap;
    }

    .analytic-txt, .about-txt {
        padding-left: 0;
        margin-top: 15px;
    }

    .video-title {
        font-size: 28px;
    }

    .car-cap2 {
        width: 100%;
        left: 15px;
    }

        .car-cap2 h4 {
            font-size: 28px;
        }

    #video1 {
        padding: 0px 15px 15px 15px;
    }

    .video {
        margin-left: auto !important;
        margin-right: auto !important;
        float: none !important;
        margin-top: 100px !important;
    }

    .row.padding-top {
        padding-top: 10px !important;
    }

    .analytic-txt p {
        width: 100%;
    }

    .top-row ul li a {
        padding: 0;
        font-size: 10px;
    }

    .top-row .list-inline-item:not(:last-child) {
        margin-right: .2rem;
    }

    .top-row ul .list-inline-item .form-control {
        font-size: 14px;
    }

    .top-row ul .list-inline-item img {
        width: 15px;
        margin-top: -2px;
    }

    .logo img {
        width: 150px;
    }

    .feature-head h4, .growth-head h4 {
        margin-bottom: 20px;
        font-size: 30px;
    }

    section.feature-inside {
        padding: 30px 0px 0;
    }

    .feature-head h3 select {
        margin-left: 0;
    }

    .feature-head h3 {
        flex-wrap: wrap;
        align-items: baseline;
        margin-bottom: 0;
    }

    .subscribe-blk input {
        width: 100%;
    }

    .feature-head h3 .form-group {
        margin-top: 15px;
    }

    section.intelligence {
        padding: 10px 0px 30px;
        background-color: #f5f4fa;
        margin-top: 30px;
    }

    section.analytic .row {
        padding-top: 30px;
    }

    section.analytic {
        padding: 0px 0px 30px;
    }

    section.why-lucin, .subscribe-blk {
        padding: 20px 0px 20px;
    }

    .why-lucin-head h4 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .subscribe-blk h4 {
        font-size: 30px;
    }

    .subscribe-blk form input {
        width: 100%;
        margin-bottom: 15px;
    }

    footer {
        background-color: #f0f0fa;
        padding: 20px 0px 0px 0px;
    }
    /* 
    .car-cap3, .car-cap {
        left: 30px;
    } */

    .car-cap3 h4, .car-cap h4 {
        font-size: 28px;
    }

    .car-cap h4 {
        font-size: 22px;
    }

    .main-slider img {
        height: 240px;
        margin-top: 0px;
    }

    .car-cap p {
        display: none;
    }

    .car-cap a {
        display: none;
    }

    .all-section {
        padding: 0px 0px 30px;
    }

    .bord-bottom {
        border-bottom: 1px solid #a6a6a6;
        padding-bottom: 30px;
    }

    .feature_insight_post_heading h3 {
        font-size: 25px;
    }

    .feature_post {
        margin-bottom: 15px;
    }

    .car-cap2 a {
        display: none;
    }

    .analytics_login_text h3 {
        padding: 0;
    }

    .consultingform textarea {
        height: 100px;
        width: 200px;
    }

    .subscribe button {
        width: 100%;
        margin-left: 0;
    }


    .market_lucin_content h2, .benefits_content h2, .lucintel_news_heading h2 {
        font-size: 30px;
    }

    .lucin_list_post h4 {
        height: auto;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .read_some_select {
        margin-top: 15px;
    }

    .price_table2 table tbody tr td {
        padding: 15px;
        border: 1px solid #e3e1e1;
    }

    .feature-blk img {
        width: 100%;
        height: 250px;
    }

    .feature-blk {
        margin-bottom: 00px;
    }

    .feature_post img {
        height: 250px;
    }

    .feature_post {
        height: auto;
    }

        .feature_post .btn-readmore {
            position: relative;
        }

    .subscribe a {
        margin-top: 15px;
        width: 100%;
    }

    .first-block {
        padding-top: 30px;
    }

    .feature-blk a, .btn-readmore {
        margin-bottom: 0;
    }

    .analytics_login, .analytics_video {
        padding-top: 30px;
    }

    .padding-top {
        padding-top: 30px !important;
    }

    input#ContentPlaceHolder1_imgBtnSubmit {
        height: 45px !important;
        margin-top: 15px !important;
    }

    .search-btn {
        margin-top: 30px;
    }

    .read_some_Searchbar {
        position: relative;
        padding-bottom: 40px;
    }

        .read_some_Searchbar a {
            position: absolute;
            background-color: transparent;
            border: none;
            font-size: 20px;
            color: #77ad11;
            left: 50%;
            bottom: 0;
            transform: translateX(-50%);
            top: auto;
            right: auto !important
        }

    .lucin_list_post ul {
        list-style: none;
        padding-left: 30px;
    }

        .lucin_list_post ul li:before {
            left: 15px;
        }

    .lucin_list_post {
        margin-bottom: 30px;
    }

    .lucintel_list_sec {
        padding-top: 30px;
    }

    .lucin_list_post h4 a {
        height: 30px;
    }

    .read_some, .price_and_demand {
        padding-top: 30px;
    }

    .about-company.analytic {
        padding: 10px 0px 30px;
    }

    .services-about {
        padding: 0px 0px 10px;
    }

    .about-txt ul li, .market_strategy_txt ul li {
        width: 100%;
    }

    .Why_lucintel_sec, {
        padding: 30px 0px;
    }

    .our-customer {
        padding: 30px 0px;
    }

    .Why_lucintel_sec {
        padding: 30px 0px;
    }

    .testimonial_block p {
        margin-top: 15px;
    }

    .testimonial_block .company-name {
        margin-top: 5px;
        margin-bottom: 0;
    }

    .galler-imges img {
        height: auto;
    }

    .car-cap5 {
        top: 80px;
        width: 80%;
        left: 15px;
    }

    .text-data-section {
        padding-bottom: 30px;
    }

    .lucintel_news {
        padding: 30px 0px;
    }

    .lucintel_news_heading h2 {
        margin-bottom: 30px;
    }

    .press-release {
        padding-bottom: 30px;
    }

    .price-demand-detail h5 {
        font-size: 30px;
    }

    .all-section.feature_insight_page {
        padding-top: 30px;
    }

    .mt-38 {
        margin-top: 0 !important;
    }

    .col-form-label {
        padding-left: 15px;
    }

    .mandatory {
        display: block;
        margin-top: 15px;
    }

    .featured-top {
        padding-top: 30px;
    }

    .mt-25 {
        margin-top: 0 !important;
    }

    .form-data .form-group textarea {
        width: 300px !important;
    }

    .form-data .form-group textarea, .form-data .form-group input, .form-data .form-group select {
        width: 100% !important;
    }

    li.list-inline-item.divider {
        font-size: 14px;
        margin-top: 2px;
    }

    .field_mandatory strong {
        margin-left: 0px;
    }

    .registraion-form {
        padding: 30px 0px;
    }

    .feature-blk {
        height: auto;
    }

        .feature-blk .btn-readmore {
            position: relative;
        }

    .pricing-detail-head.car-cap3 h4 {
        margin-top: 70px;
        font-size: 25px;
    }

    .pricing-detail-page {
        padding: 20px 0px 30px;
    }

    .pricing-detail-head.car-cap3 {
        width: 97%;
    }

    span.selector-text {
        margin-top: 15px;
        display: block;
    }

    .market_lucin_content {
        margin-top: 0px;
    }

    .banner-text-with-form .car-cap3 {
        left: 15px;
        width: 90% !important;
    }

        .banner-text-with-form .car-cap3 h4 {
            font-size: 20px !important;
        }

    .banner-text-with-form table tbody tr td span {
        font-size: 12px;
    }

    .banner-text-with-form .car-cap3 h4 {
        margin-top: 10px;
    }

    .banner-text-with-form {
        margin-top: 30px;
    }

    .banner-form.border {
        width: 350px;
    }

    .banner-form.border {
        margin: 250px auto 60px auto !important;
    }

    .boxdesign {
        margin-top: 0 !important;
    }

    .banner-form-heading {
        font-size: 20px;
    }

    .price-filter-row .right-box {
        float: none !important;
    }

    .price-filter-row .left-box {
        width: 100% !important;
    }

    .tabs_marekt_rep ul li a {
        font-size: 16px;
        /* padding: 5px 13px; */
        display: inline-block;
    }

    .tab-content .price-filter-row .left-box table td label {
        font-size: 13px;
    }

    .tabs_marekt_rep ul li {
        width: auto;
        border-right: solid 1px #c7bcbc;
        display: inline-block;
        padding: 6px 10px;
    }

    .tabs_marekt_rep ul {
        border-radius: 10px;
    }

    .tabs_marekt_rep ul {
        background-color: #edecec;
    }

    .read_some_Searchbar input#ContentPlaceHolder1_btnNavigate {
        margin-top: 7px !important;
    }

    .shopping-cart-block .tabs_marekt_rep ul li {
        white-space: nowrap;
    }

    .cart-item-list {
        padding: 30px 15px;
    }

    #ContentPlaceHolder1_txtkeywordSearch {
        margin-bottom: 40px;
    }

    .read_some_Searchbar input#ContentPlaceHolder1_txtkeywordSearch {
        width: 100%;
    }
}
@media screen and (max-width:540px) {
	.hidevalue{display:none;}
	.logo-tp select{font-size:10px!important;}
}
@media screen and (max-width:540px) {
    .car-cap3 {
        top: 22px;
        left: 15px;
        width: 100%;
    }
.hidevalue{display:none;}
.logo-tp select{font-size:10px!important;}
    .search-by-year .links span a {
        padding: 6px 15px;
    }

    .newsletter-detail tbody tr td a {
        padding-right: 0;
    }

    .car-cap3 a {
        width: 50%;
        margin-top: 0px;
        padding: 10px;
        font-size: 13px;
    }

    .banner-video .carousel-inner {
        height: 365px !important;
    }
}


@media screen and (max-width:400px) {
    span.selector-text {
        height: 50px;
        display: block;
        margin-top: 10px;
    }
	.hidevalue{display:none;}
	.logo-tp select{font-size:10px!important;}
}

@media screen and (max-width:360px) {
    .price_content ul li:first-child a {
        margin-bottom: 10px;
    }

    .pricing-detail-head.car-cap3 h4 {
        margin-top: 90px;
        font-size: 20px;
    }

    .table td, .table th {
        padding: 10px 0px;
    }

    .banner-video .carousel-inner {
        height: 365px !important;
    }

    label {
        font-size: 13px;
    }

    .feature-head {
        text-align: center;
        padding: 0px 0px 10px 0;
    }

    .form-data .form-group textarea, .form-data .form-group input, .form-data .form-group select {
        width: 100% !important;
    }
	.hidevalue{display:none;}
	.logo-tp select{font-size:10px!important;}
}


@media screen and (max-width:360px) {
    .top-row ul li a {
        padding: 0;
        font-size: 9px;
    }

    .lucin-blk {
        flex-wrap: wrap;
    }

        .lucin-blk img {
            width: 60px;
            display: none;
        }

    .blk-blk {
        padding-left: 7px;
    }

    .top-row ul .list-inline-item .form-control {
        font-size: 11px;
    }

    /* .read_some_Searchbar input, .read_some_select select {
        padding-left: 10px;
    } */

    .read_some_content h5 {
        font-size: 22px;
        line-height: 27px;
    }

    .read_some_Searchbar button, .read_some_Searchbar a {
        right: 7px;
    }


    .why-lucin-head h4 {
        font-size: 30px;
    }

    .feature-blk a, .btn-readmore {
        font-size: 15px;
    }

    .car-cap3 h4, .car-cap h4 {
        font-size: 30px;
    }

    .car-cap h4, .car-cap3 h4, .car-cap2 h4 {
        font-size: 24px;
    }
	.car-cap h1, .car-cap3 h1, .car-cap2 h1, .car-cap3 h1 span {
        font-size: 24px;
    }
	.hidevalue{display:none;}
	.logo-tp select{font-size:10px!important;}

    .car-cap h4, .video-title {
        font-size: 24px !important;
    }

    .video {
        margin-top: 120px !important;
    }

    .bottom-row {
        margin-top: 16px;
    }

    .top-row .list-inline-item:not(:last-child) {
        margin-right: .1rem;
    }

    .read_some_Searchbar a {
        left: 45%;
        transform: translateX(-40%);
    }

    .banner-form.border {
        width: 300px;
    }

    .banner-text-with-form {
        margin-top: 50px;
    }

    .banner-form.border {
        margin: 240px auto 60px auto !important;
    }

    .banner-text-with-form .car-cap3 h4 {
        font-size: 17px !important;
    }
}

.market-report-detail p {
    color: #666666 !important;
	line-height:2rem;
}

.mygrid span {
    color: #666666 !important;
}
.market-report-detail table.mygrid td > span{line-height:2rem;}
#ginger-floatingG-container{display:none;}
.fontsize{font-size:44px;color: #353671 !important;}