/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */


/* General Custom CSS */

@font-face {
    font-family: gotham_black;
    src: url(/wp-content/themes/enfold/fonts/GothamBlack.otf);
}

@font-face {
    font-family: gotham_black_regular;
    src: url(/wp-content/themes/enfold/fonts/gotham_black_regular.ttf);
}

@font-face {
    font-family: gotham_book;
    src: url(/wp-content/themes/enfold/fonts/gotham_book_regular.otf);
}

@font-face {
    font-family: gotham_book_italic;
    src: url(/wp-content/themes/enfold/fonts/gotham_book_italic.ttf);
}

@font-face {
    font-family: gotham_medium;
    src: url(/wp-content/themes/enfold/fonts/gotham_medium.otf);
}

@font-face {
    font-family: frutiger_light;
    src: url(/wp-content/themes/enfold/fonts/frutiger_light.ttf);
}

@font-face {
    font-family: frutiger;
    src: url(/wp-content/themes/enfold/fonts/frutiger.ttf);
}


/*Remove black border when page is resize*/

#main {
    background-color: #FFFFFF;
}


/*
Desktop Styles
================================================== */


/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */


/*---------------------------------------------------------Page header title css ------------------------------------------------------------*/

.page-header-title .header-title span {
    font-family: gotham_medium !important;
    color: #303030 !important;
    font-size: 160%;
    text-transform: uppercase;
}

.page-header-title {
    width: 100%;
    float: left;
    padding: 0%;
}

.page-header-padding {
    padding: 0% 1% !important;
}

.page-header-padding .header-col {
    padding: 0;
}

.page-header-padding .header-btn-col {
    text-align: right;
}

.page-header-title .row {
    margin: 0 !important;
}

.desktop-header {
    display: block;
}

.mobile-header {
    display: none;
}

.header-col .header-title {
    height: 50px !important;
    line-height: 50px !important;
}

.btn-header-col {
    padding: 0 !important;
    text-align: right;
    padding: 0 1% 0 0.2% !important;
}

.custom-button-col {
    margin: 0 !important;
    padding: 0 1% !important;
}

.first-btn {
    padding: 0 3% 0 0 !important;
}

.last-btn {
    padding: 0 0 0 1% !important;
}

.auto-width {
    width: auto !important;
    margin: 0 0.5% !important;
    padding: 0 2% !important;
}

.load-more-btn {
    width: 20% !important;
    float: right !important;
}

.custom-button {
    background-color: #303030 !important;
    color: #ffffff !important;
    cursor: pointer;
    border: none;
    border-radius: 0 !important;
    margin: 0;
    text-align: center;
    padding: 0 1%;
    width: 100%;
    text-decoration: none !important;
    outline: none !important;
}

@media (max-width: 767px) {
    .custom-button {
        margin: 1% 0 !important;
        padding: 1.2% 4% !important;
    }
}

.custom-button:hover:disabled {
    background-color: #303030;
    color: #ffffff;
    border: none !important;
}

.custom-button:active,
.custom-button:hover:enabled {
    background-color: #FFF100 !important;
    color: #303030 !important;
    border: none !important;
}

.active {
    background-color: #FFF100 !important;
    color: #303030 !important;
    border: none !important;
    box-shadow: none !important;
}

.header-col .btn-header-col {
    height: 50px !important;
    line-height: 50px !important;
}

.custom-button {
    padding-top: 0.7rem !important;
    padding-bottom: 0.7rem !important;
    line-height: normal;
}

.btn-header-col span,
.custom-button {
    font-family: gotham_book;
    font-size: 130%;
    font-weight: normal;
}

.bootstrap-select>select.mobile-device,
.custom-dropdown select {
    margin: 0 !important;
    display: none !important;
}

.custom-select-col .custom-dropdown {
    height: 50px;
}

.custom-dropdown .btn {
    text-align: left;
    cursor: pointer;
    width: 100%;
    border-radius: 0 !important;
    list-style: none !important;
    height: 50px;
    border: #303030 solid 3px !important;
    background: none !important;
    margin: 0 !important;
    padding: 3% 20% 3% 4% !important;
    text-decoration: none;
    outline: none !important;
}

.custom-dropdown .btn span {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

.custom-dropdown .bs-caret:after {
    font-family: "fontello" !important;
    content: '\f107';
    color: #303030;
    right: 4%;
    height: auto;
    border-left: none;
    position: absolute;
    pointer-events: none;
    font-size: 280%;
    top: 30%;
    line-height: 35%;
    text-decoration: none;
    outline: none;
}

.custom-dropdown .btn:focus {
    outline: 0 !important;
}

.custom-dropdown .caret {
    display: none !important;
}

.custom-select-col {
    padding: 0 1%;
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    border-bottom: 6px solid #303030 !important;
}

.custom-dropdown.bootstrap-select.btn-group.bs-container {
    text-decoration: none;
    outline: none !important;
}

.custom-dropdown .btn,
.custom-dropdown .dropdown-menu li a span {
    font-family: gotham_medium !important;
    font-size: 130%;
    font-weight: normal !important;
    color: #303030 !important;
    text-transform: lowercase;
}

.custom-dropdown .check-mark::before {
    font-family: "fontello" !important;
    content: '\e805';
    color: #303030;
}

.custom-dropdown .dropdown-menu li a span {
    text-transform: lowercase;
}

.custom-dropdown .dropdown-menu>li>a {
    padding: 1% 10% 1% 4% !important;
}

.dropdown ul>li {
    cursor: pointer;
    list-style: none !important;
}

.dropdown-col {
    padding: 0 !important;
    margin: 0 1% !important;
}

.dropdown-col:after {
    font-family: "fontello" !important;
    content: '\f107';
    color: #303030;
    right: 4%;
    height: auto;
    border-left: none;
    position: absolute;
    pointer-events: none;
    font-size: 280%;
    top: 30%;
}

.page-header-padding .single_sub_menu {
    width: 100% !important;
    position: absolute;
    text-align: right !important;
    padding: 0 0 0 0;
}

.page-header-padding .single_sub_menu button {
    min-width: 150px;
}

.logo-wrapper .second-section {
    height: 65px !important;
}

.logo-wrapper .second-section img {
    margin-top: 20px !important;
}

.msp-cn-7-4 {
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    color: #ffffff !important;
}

.msp-cn-7-5 {
    font-weight: normal;
    line-height: normal;
    background-color: #ffffff !important;
}

.msp-cn-7-6 {
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    color: #ffffff !important;
    text-transform: uppercase;
}

.msp-cn-7-7 {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff !important;
}

.msp-cn-7-65 {
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    color: #ffffff !important;
}

.msp-cn-7-66 {
    font-weight: normal;
    line-height: normal;
    background-color: #ffffff !important;
}

.msp-cn-7-67 {
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    color: #ffffff !important;
}

.msp-cn-7-68 {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff !important;
}

.msp-cn-7-74 {
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    color: #ffffff !important;
}

.msp-cn-7-75 {
    font-weight: normal;
    line-height: normal;
    background-color: #ffffff !important;
}

.msp-cn-7-76 {
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    color: #ffffff !important;
}

.msp-cn-7-77 {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff !important;
}

.msp-cn-7-87 {
    font-weight: normal;
    font-size: 22px;
    line-height: 28px;
    color: #ffffff !important;
}

.msp-cn-7-88 {
    font-weight: normal;
    line-height: normal;
    background-color: #ffffff !important;
}

.msp-cn-7-89 {
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    color: #ffffff !important;
}

.msp-cn-7-90 {
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff !important;
}

@-webkit-keyframes fromright {}

@keyframes fromright {}

.brand-detail-container .header-title {
    width: 25%;
    display: inline-block;
}

.brand-detail-container .sub-cate {
    width: 74%;
    display: inline-block;
    text-align: right;
}

.brand-detail-container .sub-cate ul li {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
}

.brand-detail-container .sub-cate ul li a {
    font-family: gotham_medium;
    font-size: 130%;
    padding: 5px 15px;
    background-color: #303030;
    color: #fff;
    text-decoration: none;
}

.brand-detail-container .sub-cate ul li a:hover,
.brand-detail-container .sub-cate ul li a.current {
    background-color: #fff100;
    color: #303030;
}

.brand_info,
.brand_info a,
.brand_info a:hover {
    color: #fff;
    z-index: 9999;
    width: 100%;
}

.brand_info h4 {
    font-family: gotham_medium !important;
    font-size: 130%;
    color: #303030;
    font-weight: normal;
}

.brand_info h4 span {
    width: 120px;
    border-bottom: 2px solid #303030;
    display: inline-block;
    margin-left: 20px;
}

.brand_logo {
    text-align: center;
    margin-top: 10%;
}

.brand_logo img {
    max-width: 35% !important;
}

@media (max-width: 767px) {
    .brand_logo img {
        max-width: 50% !important;
    }
}

.brand_title {
    font-size: 200%;
    line-height: 120%;
    height: 300%;
    margin: 5% 0;
    overflow: auto;
    overflow-x: hidden;
    font-family: gotham_black_regular !important;
}

.banner_title {
    font-size: 280%;
}

.brand_description {
    height: 8em;
    display: block;
    overflow: auto;
    overflow-x: hidden;
    font-size: 100%;
    line-height: 1.6em;
    font-family: gotham_book !important;
    word-wrap: break-word;
}

.banner_description {
    height: 6.5em;
    line-height: 1.3em;
    font-size: 130%;
}

.brand-detail-desktop-section {
    display: block;
}

.brand-detail-mobile-section {
    display: none;
}

.overall-rating-container {
    background: url(../images/gray_star.png) no-repeat;
    width: 174px;
    height: 30px;
    background-size: 174px 30px;
}

.overall-rating-container .over-rating-percent {
    background: url(../images/yellow_star.png) no-repeat;
    height: 30px;
    background-size: 174px 30px;
}

@media (max-width: 767px) {
    .brand-detail-desktop-section {
        display: none;
    }
    .brand-detail-mobile-section {
        display: block;
    }
    .brand_info h4 {
        display: none;
    }
    .banner_title {
        font-size: 250%;
    }
}

.brand_description::-webkit-scrollbar {
    width: 4px;
}

.brand_description::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px #4cbcef;
    background-color: #4cbcef;
    border-radius: 2px;
}

.brand_description::-webkit-scrollbar-thumb {
    border-radius: 2px;
    -webkit-box-shadow: inset 0 0 6px #036eb7;
    background-color: #036eb7;
}

.brand_product_link,
.banner_score {
    margin: 3% 0 0;
    animation-name: fromright;
}

.brand_product_link img {
    width: 40%;
}

@media (max-width: 767px) {
    .brand_product_link img {
        width: 60%;
        margin: 1rem 0;
    }
}

.brand_wtb_link {
    clear: both;
    text-align: right;
    margin-top: 3%;
}

.brand_wtb_link img {
    float: right;
    width: 1rem;
}

.brand_wtb_link a,
.brand_wtb_link a:hover {
    margin-right: 0.5rem;
    padding-right: 3rem;
    width: auto;
    font-size: 100%;
    background: url(/wp-content/uploads/2018/06/next-btn.png) right center no-repeat;
    background-size: auto 80%;
    font-family: gotham_book !important;
}

.main_color blockquote {
    border: none;
    padding-left: 0px;
    margin-bottom: 1em;
    margin-right: 1em;
    font-size: 1em;
    line-height: 1.2em;
    font-style: italic;
}

.slick_category {
    margin: 30px 1%;
    background-color: #f5f5f5;
}

.slick_category .slick-track {
    margin: 0px auto;
}

@media (min-width: 1921px) {
    .news-image-wrapper {
        height: 310px !important;
        vertical-align: top !important;
    }
    .news-description-wrapper {
        height: 160px !important;
    }
    .videos-image-wrapper {
        height: 400px !important;
    }
    .logo-wrapper .second-section img {
        margin-top: -15px !important;
    }
}

@media (max-width: 1500px) {
    .btn-header-col span,
    .custom-button,
    .custom-dropdown .btn,
    .custom-dropdown .dropdown-menu li a span {
        font-size: 120%;
    }
}

@media (max-width: 1400px) {
    .page-header-title .header-title span {
        font-size: 150%;
    }
    .btn-header-col span,
    .custom-button,
    .custom-dropdown .btn,
    .custom-dropdown .dropdown-menu li a span {
        font-size: 110%;
    }
    .dropdown-col:after {
        top: 32%;
        font-size: 230%;
    }
}

@media (max-width: 1300px) {
    .page-header-title .header-title span {
        font-size: 140%;
    }
    .header-col .btn-header-col,
    .custom-button,
    .custom-select-col .custom-dropdown,
    .header-col .custom-dropdown .btn,
    .header-col .header-title,
    .custom-select-col {
        height: auto !important;
    }
    .header-col .btn-header-col,
    .header-col .header-title,
    .custom-button-col {
        line-height: 40px !important;
    }
    .btn-header-col span,
    .custom-button,
    .custom-dropdown .btn,
    .custom-dropdown .dropdown-menu li a span {
        font-size: 100%;
    }
    .dropdown-col {
        padding: 0 1%;
    }
    .dropdown-col:after {
        top: 28%;
    }
    .custom-dropdown .bs-caret:after {
        font-size: 200%;
        top: 38%;
    }
}

@media (max-width: 1000px) {
    .header-col .btn-header-col,
    .custom-button,
    .custom-select-col .custom-dropdown,
    .header-col .custom-dropdown .btn,
    .header-col .header-title,
    .custom-select-col {
        height: 50px !important;
    }
    .header-col .btn-header-col,
    .header-col .header-title,
    .custom-button-col {
        line-height: 50px !important;
    }
    .filter-col,
    .title-col {
        width: 100% !important;
    }
    .filter-col .btn-header-col {
        text-align: left;
    }
    .filter-col {
        padding: 4% 0 !important;
    }
    .btn-header-col span,
    .custom-button,
    .custom-dropdown .btn,
    .custom-dropdown .dropdown-menu li a span {
        font-size: 115%;
    }
    .page-header-padding .single_sub_menu {
        width: 100% !important;
        position: relative;
        text-align: left !important;
        padding: 2% 15% 2% 15%;
    }
    .page-header-padding .single_sub_menu button {
        min-width: 150px;
    }
}

@media (max-width: 992px) {
    .page-header-padding {
        padding: 0% 2% !important;
    }
}

@media (max-width: 850px) {
    .btn-header-col span,
    .custom-button,
    .custom-dropdown .btn,
    .custom-dropdown .dropdown-menu li a span {
        font-size: 110%;
    }
}

@media (max-width: 767px) {
    .news-section .news-post-date {
        margin-top: 0.8rem !important;
        margin-bottom: 0.4rem !important;
    }
    .ms-parent-id-7 .ms-bullets.ms-dir-h {
        margin-top: 450px !important;
        position: absolute;
    }
    .page-header-title .header-title span {
        font-size: 200%;
    }
    .page-header-title .header-col {
        padding: 0;
    }
    .header-col .btn-header-col,
    .custom-button,
    .custom-select-col .custom-dropdown,
    .header-col .custom-dropdown .btn,
    .header-col .header-title,
    .custom-select-col {
        height: auto !important;
    }
    .custom-button {
        width: 100% !important;
        margin: 1% 0% !important;
    }
    .custom-select-col,
    .btn-header-col {
        width: 100% !important;
        margin: 1% 0% !important;
        padding: 0% 0% 0 1% !important;
    }
    .custom-dropdown .btn {
        padding: 0% 4% !important;
    }
    .custom-button-col {
        width: 100% !important;
    }
    .filter-col .btn-header-col {
        text-align: center;
    }
    .header-col .btn-header-col,
    .header-col .header-title {
        line-height: 40px !important;
    }
    .btn-header-col span,
    .custom-button,
    .custom-dropdown .btn,
    .custom-dropdown .dropdown-menu li a span {
        font-size: 110%;
    }
    .page-header-padding .single_sub_menu {
        padding: 0 0 0 0;
        text-align: center !important;
    }
    .brand-detail-container .header-title {
        width: 100%;
        display: inline-block;
    }
    .brand-detail-container .sub-cate {
        width: 100%;
        display: inline-block;
    }
    .brand-detail-container .sub-cate ul {
        margin: 0px;
        padding: 0px;
    }
    .brand-detail-container .sub-cate ul li {
        display: inline-block;
        margin-left: 0px;
        width: 100%;
        margin-top: 5px;
    }
    .brand-detail-container .sub-cate ul li a {
        font-family: gotham_medium;
        font-size: 130%;
        width: 100%;
        text-align: center;
        display: inherit;
        padding: 5px 0px;
        background-color: #303030;
        color: #fff;
        text-decoration: none;
    }
    .brand-detail-container .sub-cate ul li a:hover,
    .brand-detail-container .sub-cate ul li a.current {
        background-color: #fff100;
        color: #303030;
    }
}

@media (max-width: 700px) {
    .page-header-title .header-title span {
        font-size: 190%;
    }
    .btn-header-col span,
    .custom-button,
    .custom-dropdown .btn,
    .custom-dropdown .dropdown-menu li a span {
        font-size: 95%;
    }
}

@media (max-width: 600px) {
    .page-header-title .header-title span {
        font-size: 180%;
    }
}

@media (max-width: 550px) {
    .custom-dropdown .btn,
    .custom-dropdown .dropdown-menu li a span,
    .btn-header-col span,
    .custom-button {
        font-size: 130%;
    }
    .page-header-title .header-title span {
        font-size: 160%;
    }
    .mobile-dropdown-right,
    .mobile-dropdown-left {
        width: 49.50% !important;
    }
    .mobile-dropdown-right {
        margin: 1% 0 1% 0.5% !important;
    }
    .mobile-dropdown-left {
        margin: 1% 0.5% 1% 0 !important;
    }
    .product-header .header-col {
        padding: 0 0 4% 0 !important;
    }
}

@media (max-width: 450px) {
    .ms-parent-id-7 .ms-bullets.ms-dir-h {
        margin-top: 490px !important;
        position: absolute;
    }
    .page-header-title .header-title span {
        font-size: 150%;
    }
    .dropdown-col:after {
        font-size: 190%;
        right: 6%;
        top: 26%;
    }
}

@media (max-width: 400px) {
    .ms-parent-id-7 .ms-bullets.ms-dir-h {
        margin-top: 450px !important;
        position: absolute;
    }
    .page-header-title .header-title span {
        font-size: 140%;
    }
    .custom-dropdown .btn,
    .custom-dropdown .dropdown-menu li a span,
    .btn-header-col span,
    .custom-button {
        font-size: 100%;
    }
}

@media (max-width: 360px) {
    .ms-parent-id-7 .ms-bullets.ms-dir-h {
        margin-top: 430px !important;
        position: absolute;
    }
    .page-header-title .header-title span {
        font-size: 120%;
    }
}

@media (max-width: 320px) {
    .ms-parent-id-7 .ms-bullets.ms-dir-h {
        margin-top: 390px !important;
        position: absolute;
    }
}


/*------------------------------------------------------------Start Header Css----------------------------------------------------------------*/

.html_header_transparency #top .avia-builder-el-0 .container,
.html_header_transparency #top .avia-builder-el-0 .slideshow_inner_caption {
    padding-top: 0 !important;
}

.responsive .container,
#header_main .container {
    max-width: 100% !important;
    width: 100% !important;
    padding: 0;
    margin: 0 !important;
}

.av-siteloader-cell,
#header_main .container {
    padding: 0 10% !important;
}

.header-scrolled-full .main_menu {
    margin-top: 0 !important;
}

.header-scrolled-full .container {
    padding: 0 10%;
    height: 59px;
    line-height: 59px;
}

.header-scrolled-full .avia-menu li a {
    height: 59px;
    line-height: 59px;
}

.avia-menu-text {
    font-family: gotham_book !important;
    font-size: 122%;
    letter-spacing: 1px;
    text-shadow: 1px 2px 6px #000;
}

.main_menu .social_bookmarks {
    opacity: 1;
    display: block;
}

#top #goto-kids-page {
    background-color: #303030;
}

@media (max-width: 767px) {
    #top #goto-kids-page {
        margin-bottom: -3px;
    }
}

#top #goto-kids-page .container {
    text-align: right;
    padding: 6px 10% 0 10% !important;
    display: block;
}

@media (max-width: 1800px) {
    #top #goto-kids-page .container {
        padding: 6px 8% 0 8% !important;
    }
}

@media (max-width: 1550px) {
    #top #goto-kids-page .container {
        padding: 6px 6% 0 6% !important;
    }
}

@media (max-width: 1350px) {
    #top #goto-kids-page .container {
        padding: 6px 4% 0 4% !important;
    }
}

#top #goto-kids-page .container img {
    height: 30px;
}

.html_header_top.html_header_sticky #header {
    top: auto !important;
}

.html_header_top.html_header_sticky #header.header-scrolled {
    top: 0px !important;
}

@media (max-width: 767px) {
    .html_header_top.html_header_sticky #header {
        top: 0px !important;
    }
    .html_header_top.html_header_sticky #header.av_header_transparency {
        top: auto !important;
    }
}

#top #wrap_all .social_bookmarks li a:hover,
.avia-menu-text:hover,
.main_menu .current-menu-item .avia-menu-text {
    color: #FFF100 !important;
}

#top #wrap_all .av-social-link-facebook:hover a,
#top #wrap_all .av-social-link-twitter:hover a,
#top #wrap_all .av-social-link-instagram:hover a,
#top #wrap_all .av-social-link-linkedin:hover a,
#top #wrap_all .av-social-link-youtube:hover a,
#top #wrap_all .av-social-link-facebook:hover,
#top #wrap_all .av-social-link-twitter:hover,
#top #wrap_all .av-social-link-instagram:hover,
#top #wrap_all .av-social-link-linkedin:hover,
#top #wrap_all .av-social-link-youtube:hover,
#top #wrap_all .social_bookmarks li>a:hover {
    background-color: transparent !important;
}

#top .social_bookmarks li a:before {
    font-size: 22px !important;
}

#top .av_header_transparency .main_menu ul:first-child>li>a:hover,
#top #wrap_all .av_header_transparency .sub_menu>ul>li>a:hover {
    opacity: 1;
}


/* logo css */

.logo,
.logo a {
    overflow: visible !important;
    top: 10% !important;
}

.logo a,
.logo a img {
    max-height: 482px !important;
    width: 100% !important;
}

.header-scrolled .logo a,
.header-scrolled .logo img {
    max-height: 45px !important;
    height: 45px !important;
    top: -12%;
    width: auto !important;
}

#menu-item-search {
    float: left;
    position: relative;
    top: 50%;
    margin-top: -16px;
    padding-left: 80px;
}

#menu-item-search a {
    text-decoration: none;
}

.avia-menu.av_menu_icon_beside {
    border: none !important;
    margin: 0 !important;
    padding-right: 80px !important;
}

#top .social_bookmarks li {
    margin: 0 10px !important;
}

.main_menu .search-menu a {
    opacity: 1;
    display: block;
}

.search-menu a::before {
    font-size: 25px !important;
    padding-right: 15px;
    border-right-width: 2px;
    border-right-style: solid;
}

.search-menu a:hover {
    color: #fff !important;
}


/* logo css */


/* search css*/

#header_main .inactive {
    opacity: 0 !important;
    pointer-events: none !important;
}

#searchform .custom-search-input {
    border: 0 !important;
    border-bottom: 1px !important;
    border-bottom-style: solid !important;
    border-bottom-color: #ffffff !important;
    background-color: transparent !important;
    padding: 1% 10% 0 0 !important;
    box-shadow: none !important;
    font-family: gotham_book !important;
    font-size: 120%;
    letter-spacing: 1px;
    width: 100% !important;
    height: 30px;
    margin: 0 !important;
}

.avia-search-tooltip {
    padding: 0;
    width: 330px !important;
    max-width: 350px !important;
    top: -6% !important;
    margin-left: -145px !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    animation: none !important;
    opacity: 1 !important;
    display: block !important;
}

.avia-arrow-wrap {
    display: none !important;
}

.avia-search-tooltip #searchform>div {
    margin: 0 auto !important;
    padding: 0 4% !important;
    width: 100% !important;
    max-width: 330px !important;
}

#searchform .ajax_load {
    display: none !important;
}

#searchform .custom-search-icon {
    font-size: 25px !important;
    padding-right: 15px !important;
    border-right-width: 2px;
    border-right-style: solid;
    background-color: transparent;
    color: #ffffff !important;
    height: 28px !important;
    line-height: 0px !important;
    top: 11% !important;
    text-decoration: none !important;
    outline: 0 !important;
    border-color: #fff !important;
}

.ajax_search_response {
    display: none !important;
}


/* search css*/

@media (max-width: 1900px) {
    #searchform .custom-search-input,
    .avia-menu-text {
        font-size: 118%;
    }
}

@media (max-width: 1800px) {
    .logo a,
    .logo a img {
        width: 95% !important;
    }
    .avia-menu.av_menu_icon_beside {
        padding-right: 60px !important;
    }
    #menu-item-search {
        padding-left: 60px;
    }
    .av-siteloader-cell,
    #header_main .container {
        padding: 0 8% !important;
    }
    #searchform .custom-search-input,
    .avia-menu-text {
        font-size: 110%;
    }
}

@media (max-width: 1700px) {
    #searchform .custom-search-input,
    .avia-menu-text {
        font-size: 105%;
    }
}

@media (max-width: 1600px) {
    #searchform .custom-search-input,
    .avia-menu-text {
        font-size: 100%;
    }
}

@media (max-width: 1550px) {
    .logo a,
    .logo a img {
        width: 92% !important;
    }
    #searchform .custom-search-input,
    .avia-menu-text {
        font-size: 100%;
    }
    .av-siteloader-cell,
    #header_main .container {
        padding: 0 6% !important;
    }
}

@media (max-width: 1450px) {
    .avia-menu.av_menu_icon_beside {
        padding-right: 50px !important;
    }
    #menu-item-search {
        padding-left: 50px;
    }
    #top .social_bookmarks li {
        margin: 0 6px !important;
    }
    .avia-search-tooltip {
        width: 270px !important;
        top: -6% !important;
        margin-left: -116px !important;
    }
    #searchform .custom-search-input {
        padding: 2% 14% 0 0 !important;
    }
}

@media (max-width: 1450px) {
    .av-main-nav>li>a {
        padding: 0 10px;
    }
}

@media (max-width: 1350px) {
    .av-siteloader-cell,
    #header_main .container {
        padding: 0 4% !important;
    }
    .av-main-nav>li>a {
        padding: 0px 8px;
    }
    .avia-menu.av_menu_icon_beside {
        padding-right: 40px !important;
    }
    #menu-item-search {
        padding-left: 40px;
    }
}

@media (max-width: 1300px) {
    #searchform .custom-search-input,
    .avia-menu-text {
        font-size: 90%;
    }
}

@media (max-width: 1250px) {
    #top .social_bookmarks li {
        margin: 0 4px !important;
    }
    .avia-search-tooltip {
        width: 240px !important;
        top: -6% !important;
        margin-left: -100px !important;
    }
    #searchform .custom-search-input {
        padding: 3% 16% 0 0 !important;
    }
    .logo a,
    .logo a img {
        width: 90% !important;
    }
}

@media (max-width: 1150px) {
    .logo a,
    .logo a img {
        width: 88% !important;
    }
    .logo,
    .logo a {
        top: 13% !important;
    }
    .av-main-nav>li>a {
        padding: 0px 6px;
    }
    #top .social_bookmarks li a:before {
        font-size: 20px !important;
    }
    .search-menu a::before {
        font-size: 23px !important;
    }
    #top .social_bookmarks li {
        margin: 0 2px !important;
    }
    .avia-menu.av_menu_icon_beside {
        padding-right: 30px !important;
    }
    #menu-item-search {
        padding-left: 30px;
    }
    .avia-search-tooltip {
        width: 210px !important;
        top: -6% !important;
        margin-left: -87px !important;
    }
    #searchform .custom-search-icon {
        top: 15% !important;
        height: 24px !important;
        padding-right: 10px !important;
    }
    #searchform .custom-search-input {
        padding: 3% 18% 0 0 !important;
    }
}

@media (max-width: 1080px) {
    .logo a,
    .logo a img {
        width: 85% !important;
    }
    #top .social_bookmarks li {
        margin: 0 -2px !important;
    }
    #top .social_bookmarks li a:before {
        font-size: 18px !important;
    }
    #searchform .custom-search-icon,
    .search-menu a::before {
        font-size: 21px !important;
    }
    .avia-search-tooltip {
        width: 180px !important;
        top: -6% !important;
        margin-left: -73px !important;
    }
}

@media (max-width: 1020px) {
    .logo a,
    .logo a img {
        width: 82% !important;
    }
}


/*float voteIcon style start*/

#voteIcon.hide {
    display: none;
}

#voteIcon {
    display: none;
    position: fixed;
    right: 0;
    top: 15%;
    z-index: 999;
}

#voteIcon .voteIcon>img {
    object-fit: contain;
}

#voteIcon>.closeIcon {
    position: absolute;
    top: 0%;
    right: 10%;
    color: #fff;
    font-size: 20px;
    background: #1a7fd0;
    padding: 10px;
    border-radius: 50%;
    line-height: 10px;
    box-sizing: border-box;
}


/*float voteIcon style start*/


/*------------------------------------------------------------End Header Css------------------------------------------------------------------*/


/*-------------------------------------------------- open mobile menu logo css-------------------------------------------------**/

.mobile-advanced-logo {
    z-index: 10035 !important;
    position: fixed !important;
    left: 4% !important;
    display: table;
    height: auto !important;
    float: none;
    padding: 0;
    border: none;
    overflow: visible !important;
    transition: 2s !important;
    width: 55% !important;
}

.mobile-advanced-logo a {
    display: table-cell;
    overflow: visible !important;
}

.mobile-advanced-logo a img {
    height: auto !important;
    width: 60%;
    max-width: 100%;
    display: block;
    margin: 0;
    padding: 0;
    image-rendering: auto;
    position: relative;
    max-height: 100% !important;
}


/*-------------------------------------------------- open mobile menu logo css-------------------------------------------------**/

#advanced_menu_hide:before,
.icon-menu-2:before {
    color: #ffffff !important;
    font-size: 48px !important;
    margin: 0 !important;
}

.icon-menu-2:before {
    font-family: "fontello" !important;
}

.icon-menu-2:before {
    content: '\e800' !important;
}

#advanced_menu_toggle,
#advanced_menu_hide {
    border: none !important;
}

#advanced_menu_hide::before {
    content: '\e813' !important;
}

.avia_desktop #advanced_menu_toggle:hover,
.avia_desktop #advanced_menu_hide:hover {
    background-color: transparent !important;
    color: #ffffff !important;
    border: none !important;
}

#mobile-advanced,
#mobile-advanced a,
#mobile-advanced .mega_menu_title {
    color: #ffffff;
    border: none !important;
}

#mobile-advanced {
    background-color: #303030;
    color: #ffffff;
    padding: 20% 0 0 0 !important;
    height: auto !important;
    position: absolute !important;
    overflow: scroll !important;
}

#mobile-advanced li>a:hover,
.html_header_mobile_behavior #mobile-advanced span:hover,
.html_header_mobile_behavior #mobile-advanced span:hover a,
#mobile-advanced .current-menu-item a,
#mobile-advanced .current-menu-item .avia-menu-text {
    background-color: #FFF100;
    color: #303030 !important;
}

#mobile-advanced li>a:before,
.html_header_mobile_behavior #mobile-advanced span>a:before,
#mobile-advanced .mega_menu_title:before {
    display: none !important;
}

#mobile-advanced li {
    text-align: center;
}

#mobile-advanced .lan-english .a,
#mobile-advanced .lan-english .avia-menu-text {
    background-color: #303030 !important;
    color: #fff !important;
}

#advanced_menu_hide {
    position: absolute;
    height: auto;
    width: 8% !important;
    padding: 0;
    float: right;
    margin-top: 0;
    line-height: 1.8;
    top: 0;
    right: 2.5%;
}

#mobile-search-form {
    margin: 0 !important;
}

#mobile-search-form .custom-search-input {
    font-family: gotham_book !important;
    font-size: 130%;
    letter-spacing: 1px;
}

#mobile-social-bookmarks div a {
    color: #fff !important;
    background-color: transparent;
}

#mobile-advanced a:hover:before,
#mobile-advanced span:hover a:before {
    color: #fff !important;
}

@media (max-width: 990px) {
    .mobile-advanced-logo {
        width: 30% !important;
    }
    .logo a,
    .logo a img,
    .mobile-advanced-logo a img {
        width: 80% !important;
    }
    .html_header_top.html_header_sticky.header-scrolled #header {
        position: fixed !important;
        background-color: #303030;
    }
    #header_main .container {
        height: 80px !important;
        line-height: 80px !important;
    }
    .mobile-advanced-logo {
        top: 1% !important;
    }
    .logo,
    .logo a {
        top: 6% !important;
    }
    #menu-item-search {
        left: -80%;
    }
    #mobile-search-form .custom-search-icon,
    #searchform .custom-search-icon,
    .search-menu a::before {
        font-size: 28px !important;
    }
    #searchform .custom-search-icon {
        top: 12% !important;
    }
    .avia-search-tooltip {
        width: 330px !important;
        top: -6% !important;
        margin-left: -147px !important;
    }
    .avia-menu-text:hover {
        color: #303030 !important;
    }
    #searchform .custom-search-input,
    #mobile-advanced .avia-menu-text,
    #mobile-search-form .custom-search-input {
        font-size: 140%;
    }
    #menu-item-search {
        margin-top: -14px;
    }
    #mobile-social-bookmarks div a:before {
        font-size: 25px !important;
    }
    .header-scrolled .logo a,
    .header-scrolled .logo img {
        max-height: 40px !important;
        height: 40px !important;
        top: 20%;
    }
}

@media (max-width: 900px) {
    #searchform .custom-search-input,
    #mobile-advanced .avia-menu-text,
    #mobile-search-form .custom-search-input {
        font-size: 130%;
    }
}

@media (max-width: 800px) {
    #searchform .custom-search-input,
    #mobile-advanced .avia-menu-text,
    #mobile-search-form .custom-search-input {
        font-size: 125%;
    }
}

@media (max-width: 767px) {
    .html_header_top.html_header_sticky #header {
        position: fixed !important;
    }
    .html_mobile_menu_tablet .main_menu,
    .html_mobile_menu_tablet #header_main_alternate,
    .responsive #header .main_menu ul,
    #top #menu-item-search {
        display: block;
    }
    .av-main-nav li {
        display: none;
    }
    #top #wrap_all .av_header_transparency,
    .av_header_transparency #advanced_menu_toggle {
        background-color: transparent !important;
    }
    .responsive #top #wrap_all .container {
        width: 100% !important;
    }
    .logo a,
    .logo a img,
    .mobile-advanced-logo a img {
        width: 38% !important;
    }
    .responsive #header_main .container {
        height: 80px !important;
        line-height: 80px !important;
    }
    .mobile-advanced-logo {
        top: 1.2% !important;
        width: 55% !important;
    }
    .logo,
    .logo a {
        top: 4% !important;
    }
    .responsive #top .logo {
        position: relative !important;
        height: auto !important;
        padding: 0;
        width: 60%;
        float: left !important;
        top: 15% !important;
    }
    .main_menu {
        position: relative !important;
        width: 30%;
        float: left;
    }
    #advanced_menu_toggle {
        float: right;
        width: 10% !important;
        position: relative;
    }
    #main_menu .avia-menu {
        width: 60%;
        float: left;
    }
    .social_bookmarks {
        width: 18%;
        float: left;
    }
    #menu-item-search {
        width: 22%;
        top: 33%;
        float: right;
        left: 0;
        padding-left: 0;
        margin-top: 0;
    }
    #mobile-advanced {
        padding: 25% 0 !important;
    }
    #advanced_menu_toggle,
    #advanced_menu_hide {
        width: 0px;
    }
    #advanced_menu_hide {
        right: 4.5%;
        line-height: 1.6;
    }
    .avia-search-tooltip {
        width: 270px !important;
        top: -6% !important;
        margin-left: -117px !important;
    }
    #searchform .custom-search-input,
    #mobile-advanced .avia-menu-text,
    #mobile-search-form .custom-search-input {
        font-size: 120%;
    }
}

@media (max-width: 650px) {
    .logo a,
    .logo a img,
    .mobile-advanced-logo a img {
        width: 45% !important;
    }
    #mobile-advanced {
        padding: 30% 0 !important;
    }
    .avia-search-tooltip {
        width: 240px !important;
        top: -6% !important;
        margin-left: -102px !important;
    }
    .avia-search-tooltip #searchform>div {
        padding: 0 5% !important;
    }
    #menu-item-search {
        width: 26%;
        top: 33%;
    }
}

@media (max-width: 550px) {
    #mobile-search-form .custom-search-icon,
    #searchform .custom-search-icon,
    .search-menu a::before {
        font-size: 25px !important;
    }
    #top .social_bookmarks li a:before {
        font-size: 16px !important;
    }
    #advanced_menu_hide:before,
    .icon-menu-2:before {
        font-size: 40px !important;
    }
    #menu-item-search {
        width: 32%;
        top: 28%;
    }
    #searchform .custom-search-input,
    .avia-menu-text,
    #mobile-search-form .custom-search-input {
        font-size: 140%;
    }
    .avia-search-tooltip #searchform>div {
        padding: 0 6% !important;
    }
}

@media (max-width: 500px) {
    .avia-search-tooltip {
        width: 200px !important;
        top: -6% !important;
        margin-left: -82px !important;
    }
}

@media (max-width: 450px) {
    .logo a,
    .logo a img,
    .mobile-advanced-logo a img {
        width: 50% !important;
    }
    #mobile-search-form .custom-search-icon,
    #searchform .custom-search-icon,
    .search-menu a::before {
        padding-right: 12px;
    }
    #menu-item-search {
        width: 38%;
        top: 28%;
    }
    .avia-search-tooltip {
        width: 160px !important;
        top: -6% !important;
        margin-left: -64px !important;
    }
    #searchform .custom-search-icon {
        min-width: 35px !important;
        width: 35px !important;
    }
    #searchform .custom-search-input,
    .avia-menu-text,
    #mobile-search-form .custom-search-input {
        font-size: 130%;
    }
    #mobile-advanced {
        padding: 35% 0 !important;
    }
}

@media (max-width: 380px) {
    #advanced_menu_hide:before,
    .icon-menu-2:before {
        font-size: 34px !important;
    }
    #mobile-search-form .custom-search-icon,
    #searchform .custom-search-icon,
    .search-menu a::before {
        font-size: 22px !important;
    }
    #menu-item-search {
        width: 40%;
        top: 26%;
    }
    #advanced_menu_toggle {
        top: 45%;
    }
    #searchform .custom-search-input,
    .avia-menu-text,
    #mobile-search-form .custom-search-input {
        font-size: 120%;
    }
    #mobile-advanced {
        padding: 30% 0 !important;
    }
}

@media (max-width: 360px) {
    #searchform .custom-search-input,
    .avia-menu-text,
    #mobile-search-form .custom-search-input {
        font-size: 110%;
    }
}

@media (max-width: 340px) {
    #advanced_menu_hide:before,
    .icon-menu-2:before {
        font-size: 30px !important;
    }
    #advanced_menu_toggle {
        top: 34%;
    }
    #mobile-search-form .custom-search-icon,
    #searchform .custom-search-icon,
    .search-menu a::before {
        font-size: 20px !important;
    }
    .search-menu a::before {
        padding-right: 8px;
    }
    .mobile-advanced-logo {
        top: 0.5% !important;
    }
    .logo,
    .logo a {
        top: 6% !important;
    }
    #menu-item-search {
        width: 36%;
        top: 16%;
    }
    #searchform .custom-search-icon {
        min-width: 30px !important;
        width: 30px !important;
        top: 16% !important;
    }
    .avia-search-tooltip #searchform>div {
        padding: 0 7% !important;
    }
    .mobile-advanced-logo a img {
        width: 30%;
    }
    #searchform .custom-search-input,
    .avia-menu-text,
    #mobile-search-form .custom-search-input {
        font-size: 100%;
    }
}


/*----------------------------------------------------------Footer desktop css--------------------------------------------*/

#socket {
    display: none;
}

#footer {
    padding: 4% 10% 2% 10%;
    z-index: 0;
}

#footer .container {
    padding: 0 !important;
}

#footer div .flex_column .textwidget p,
#footer div .flex_column .widgettitle {
    font-family: gotham_book !important;
    font-weight: normal !important;
    letter-spacing: 0;
    font-size: 145%;
}

a .image-overlay {
    display: none !important;
}

#footer .hover-image {
    position: absolute !important;
    left: 0;
    top: 0;
    padding: 9% 0 !important;
}

#image-wrapper div {
    padding: 5% 0 0 0 !important;
}

.flex_column .widget .widgettitle,
.content .widget .widgettitle {
    padding: 10px 0;
    margin: 15px 0;
    border-bottom-style: solid;
    border-bottom-width: 3px;
    border-bottom-color: #757575;
    font-family: gotham_book;
    font-weight: normal;
    letter-spacing: 0;
}

.zuru-sites {
    line-height: 30px;
}

.zuru-sites span a {
    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: #ffffff;
    padding-right: 2%;
}

.zuru-sites .first-span {
    padding-left: 0;
}

#custom_html-2 .widgettitle,
.zuru-sites .last-span a {
    border: none;
}

#footer .widget {
    margin: 0 !important;
}

#subscription-form {
    width: 100%;
}

.email-input,
.subscribe-btn {
    padding: 0 !important;
}

.footer_color ::-moz-placeholder {
    font-size: 120%;
    font-family: gotham_book !important;
    font-weight: normal !important;
    color: #303030 !important;
}

.footer_color ::-ms-input-placeholder {
    font-size: 120%;
    font-family: gotham_book !important;
    font-weight: normal !important;
    color: #303030 !important;
}

.footer_color ::-webkit-input-placeholder {
    font-size: 120%;
    font-family: gotham_book !important;
    font-weight: normal !important;
    color: #303030 !important;
}

.footer_color ::placeholder {
    font-size: 120%;
    font-family: gotham_book !important;
    font-weight: normal !important;
    color: #303030 !important;
}

#emailIdText {
    font-family: gotham_book !important;
    font-weight: normal !important;
    color: #303030 !important;
    padding: 2% 0 2% 8% !important;
    border: none !important;
    background-color: #ffffff !important;
    margin: 0 !important;
    line-height: unset !important;
    font-size: 122% !important;
    height: 55px !important;
}

.footer_color ::-moz-placeholder,
.footer_color ::-ms-input-placeholder,
.footer_color ::-webkit-input-placeholder {
    font-size: 122% !important;
}

#subscribeBtn {
    padding: 2% 8% !important;
    border: none;
    background-color: #ffffff;
    color: #303030;
    font-family: gotham_book !important;
    font-weight: normal !important;
    line-height: initial !important;
    font-size: 122% !important;
    width: 100%;
    outline: none;
    height: 55px !important;
    border-radius: 0 !important;
}

.copyright {
    float: right;
    font-family: frutiger_light !important;
    font-weight: bold !important;
    font-size: 145%;
    color: #757575;
    margin: 0%;
    letter-spacing: 1px;
}

.padding-top-copyright {
    margin: 0;
    width: 32%;
    z-index: 1;
    float: right;
    position: relative;
    min-height: 1px;
    margin-top: 2%;
}

#media_image-2 {
    padding: 5% 0 !important;
}

#custom_html-2 .custom-html-widget {
    padding: 2% 0;
}

#column-number-1 {
    width: 33% !important;
}

#column-number-2 {
    width: 15% !important;
    margin-left: 10% !important;
}

#column-number-3 {
    width: 32% !important;
    margin-left: 10% !important;
}

#custom_html-3 .widgettitle {
    margin-right: 50% !important;
}

#column-number-2 p {
    margin: 10px 0;
}

#column-number-2 p a,
#column-number-3 p a {
    text-decoration: none;
}

@media (max-width: 1900px) {
    .copyright,
    #footer div .flex_column .textwidget p,
    #footer div .flex_column .widgettitle {
        font-size: 142%;
    }
    #subscribeBtn,
    #emailIdText {
        font-size: 118% !important;
    }
}

@media (max-width: 1850px) {
    .copyright,
    #footer div .flex_column .textwidget p,
    #footer div .flex_column .widgettitle {
        font-size: 138%;
    }
    #subscribeBtn,
    #emailIdText {
        font-size: 116% !important;
    }
}

@media (max-width: 1800px) {
    .copyright,
    #footer div .flex_column .textwidget p,
    #footer div .flex_column .widgettitle {
        font-size: 134%;
    }
    #subscribeBtn,
    #emailIdText {
        font-size: 112% !important;
    }
}

@media (max-width: 1750px) {
    .copyright,
    #footer div .flex_column .textwidget p,
    #footer div .flex_column .widgettitle {
        font-size: 130%;
    }
    #subscribeBtn,
    #emailIdText {
        font-size: 110% !important;
    }
}

@media (max-width: 1700px) {
    .copyright,
    #footer div .flex_column .textwidget p,
    #footer div .flex_column .widgettitle {
        font-size: 126%;
    }
}

@media (max-width: 1650px) {
    .copyright,
    #footer div .flex_column .textwidget p,
    #footer div .flex_column .widgettitle {
        font-size: 122%;
    }
}

@media (max-width: 1600px) {
    .copyright,
    #footer div .flex_column .textwidget p,
    #footer div .flex_column .widgettitle {
        font-size: 120%;
    }
}

@media (max-width: 1550px) {
    #footer {
        padding: 4% 6% 2% 6%;
    }
    #column-number-1 {
        width: 36% !important;
    }
    #column-number-2 {
        width: 16% !important;
        margin-left: 8% !important;
    }
    #column-number-3 {
        width: 32% !important;
        margin-left: 8% !important;
    }
    .padding-top-copyright {
        width: 32% !important;
    }
    .zuru-sites {
        line-height: 28px;
    }
    #footer .hover-image {
        padding: 10% 0 !important;
    }
    #column-number-2 p {
        margin: 6px 0;
    }
}

@media (max-width: 1300px) {
    #footer {
        padding: 4% 5% 2% 5%;
    }
    p {
        margin: 4% 0;
    }
    .footer_color ::-moz-placeholder,
    .footer_color ::-ms-input-placeholder,
    .footer_color ::-webkit-input-placeholder {
        font-size: 115%;
    }
}

@media (max-width: 1200px) {
    #emailIdText,
    #subscribeBtn {
        height: 50px !important;
    }
    #footer .hover-image {
        padding: 9% 0 !important;
    }
}

@media (max-width: 990px) {
    #footer .hover-image {
        padding: 10% 0 !important;
    }
}

@media (max-width: 1100px) {
    #subscribeBtn,
    #emailIdText {
        font-size: 105% !important;
    }
}

@media (max-width: 1100px) {
    .copyright,
    #footer div .flex_column .textwidget p,
    #footer div .flex_column .widgettitle {
        font-size: 110%;
    }
    #subscribeBtn,
    #emailIdText {
        font-size: 100% !important;
    }
    #column-number-2 p {
        margin: 6px 0;
    }
}

@media (max-width: 1050px) {
    .copyright,
    #footer div .flex_column .textwidget p,
    #footer div .flex_column .widgettitle {
        font-size: 105%;
    }
    #subscribeBtn,
    #emailIdText {
        font-size: 95% !important;
    }
}

@media (max-width: 1000px) {
    #column-number-1 {
        width: 40% !important;
    }
    #column-number-2 {
        width: 16% !important;
        margin-left: 5% !important;
    }
    #column-number-3 {
        width: 34% !important;
        margin-left: 5% !important;
    }
    .padding-top-copyright {
        width: 34% !important;
    }
    #custom_html-3 .widgettitle {
        margin-right: 52% !important;
    }
    p {
        margin: 2% 0;
    }
    .zuru-sites {
        line-height: 22px;
    }
    .copyright,
    #footer div .flex_column .textwidget p,
    #footer div .flex_column .widgettitle {
        font-size: 100%;
    }
    #subscribeBtn,
    #emailIdText {
        font-size: 90% !important;
    }
    #column-number-2 p {
        margin: 4px 0;
    }
    #emailIdText,
    #subscribeBtn {
        height: 45px !important;
    }
}

@media (max-width: 767px) {
    .sub-menu {
        max-width: 180px;
        margin: 0px auto !important;
    }
    .sub-menu li {
        margin-top: 5px !important;
    }
    #column-number-1 {
        width: 100% !important;
    }
    #column-number-2 {
        width: 100% !important;
        margin-left: 0% !important;
    }
    #column-number-3 {
        width: 100% !important;
        margin-left: 0% !important;
    }
    #media_image-2 {
        padding: 0 !important;
    }
    #footer {
        padding: 4% 6% 2% 6%;
    }
    .zuru-sites {
        line-height: 34px;
    }
    #text-2 .widgettitle,
    #custom_html-3 .widgettitle {
        margin-right: 50% !important;
    }
    .zuru-sites span a {
        padding-right: 1.2%;
    }
    .copyright,
    #footer div .flex_column .textwidget p,
    #footer div .flex_column .widgettitle {
        font-size: 180%;
    }
    .padding-top-copyright {
        width: 100% !important;
        padding: 6% 0;
    }
    .copyright {
        float: none;
        text-align: center;
    }
    #footer .flex_column {
        margin-bottom: 0px !important;
    }
    .flex_column .widget .widgettitle,
    .content .widget .widgettitle {
        margin-top: 5%;
    }
    #custom_html-2 .custom-html-widget {
        padding: 0;
    }
    #emailIdText,
    #subscribeBtn {
        height: 55px !important;
    }
    #footer .hover-image {
        padding: 8.6% 0 0 0 !important;
    }
    #subscribeBtn,
    #emailIdText {
        font-size: 140% !important;
    }
    #column-number-2 p {
        margin: 10px 0;
    }
}

@media (max-width: 750px) {
    .copyright,
    #footer div .flex_column .textwidget p,
    #footer div .flex_column .widgettitle {
        font-size: 170%;
    }
}

@media (max-width: 700px) {
    .copyright,
    #footer div .flex_column .textwidget p,
    #footer div .flex_column .widgettitle {
        font-size: 162%;
    }
    #subscribeBtn,
    #emailIdText {
        font-size: 135% !important;
    }
}

@media (max-width: 650px) {
    .copyright,
    #footer div .flex_column .textwidget p,
    #footer div .flex_column .widgettitle {
        font-size: 158%;
    }
}

@media (max-width: 600px) {
    .copyright,
    #footer div .flex_column .textwidget p,
    #footer div .flex_column .widgettitle {
        font-size: 146%;
    }
    .zuru-sites {
        line-height: 32px;
    }
    #subscribeBtn,
    #emailIdText {
        font-size: 130% !important;
    }
}

@media (max-width: 550px) {
    .copyright,
    #footer div .flex_column .textwidget p,
    #footer div .flex_column .widgettitle {
        font-size: 134%;
    }
    .flex_column .widget .widgettitle,
    .content .widget .widgettitle {
        margin-top: 8%;
    }
    .zuru-sites {
        line-height: 26px;
    }
    p {
        margin: 1% 0;
    }
    .zuru-sites span a {
        padding-right: 1.5%;
    }
    #column-number-2 p {
        margin: 5px 0;
    }
}

@media (max-width: 500px) {
    .copyright,
    #footer div .flex_column .textwidget p,
    #footer div .flex_column .widgettitle {
        font-size: 122%;
    }
    #emailIdText,
    #subscribeBtn {
        height: 50px !important;
        font-size: 115% !important;
    }
    #subscribeBtn,
    #emailIdText {
        font-size: 125% !important;
    }
}

@media (max-width: 450px) {
    .flex_column .widget .widgettitle,
    .content .widget .widgettitle {
        margin-top: 9%;
    }
    .copyright,
    #footer div .flex_column .textwidget p,
    #footer div .flex_column .widgettitle {
        font-size: 115%;
    }
    #emailIdText,
    #subscribeBtn {
        height: 45px !important;
    }
    #footer .hover-image {
        padding: 8% 0 0 0 !important;
    }
    #subscribeBtn,
    #emailIdText {
        font-size: 115% !important;
    }
}

@media (max-width: 400px) {
    .zuru-sites span a {
        padding-right: 1.8%;
    }
    #subscribeBtn,
    #emailIdText {
        font-size: 110% !important;
    }
}

@media (max-width: 350px) {
    .copyright {
        font-size: 100%;
    }
    #text-2 .widgettitle,
    #custom_html-3 .widgettitle {
        margin-right: 40% !important;
    }
    #subscribeBtn,
    #emailIdText {
        font-size: 100% !important;
    }
}


/***************************************************Write to us Section Css Start****************************************************/

#write-to-us-section .container {
    padding: 0 5% !important;
}

#write-to-us-section .write-to-us-title-text {
    font-family: gotham_medium;
    font-size: 150%;
    padding-top: 21%;
    padding-bottom: 21%;
    text-align: center;
}

#write-to-us-section .img-wrapper {
    padding: 16% 15%;
    cursor: pointer;
}

#write-to-us-section .dropdown {
    padding-top: 8%;
    padding-left: 2%;
    padding-right: 13%;
}

#write-to-us-section .btn-primary {
    color: #333333;
    background-color: transparent;
    border-color: transparent;
    font-family: gotham_medium;
    font-size: 150%;
    width: 100%;
    text-align: left;
    padding-left: 0;
    border-bottom: 1px solid #333333;
    border-radius: 0;
    box-shadow: none;
}

#write-to-us-section .btn:focus {
    outline: none;
}

#write-to-us-section ul {
    list-style: none;
    width: 85%;
    margin-left: 2%;
    margin-right: 13%;
    z-index: 10000 !important;
}

#write-to-us-section li {
    font-family: gotham_medium;
    margin-left: 0;
    font-size: 130%;
}

#write-to-us-section .drop-down-caret::before {
    font-family: "fontello" !important;
    content: '\f107';
}

#write-to-us-section .drop-down-caret {
    position: absolute;
    left: 83%;
    top: 55%;
    font-size: 40px;
}

@media (max-width: 1700px) {
    #write-to-us-section .write-to-us-title-text,
    #write-to-us-section .btn-primary {
        font-size: 140%;
    }
    #write-to-us-section li {
        font-size: 120%;
    }
}

@media (max-width: 1500px) {
    #write-to-us-section .img-wrapper {
        padding-top: 18%;
    }
}

@media (max-width: 1400px) {
    #write-to-us-section .drop-down-caret {
        top: 50%;
    }
}

@media (max-width: 1300px) {
    #write-to-us-section .img-wrapper {
        padding-top: 21%;
    }
}

@media (max-width: 1100px) {
    #write-to-us-section .img-wrapper {
        padding-top: 23%;
    }
}

@media (max-width: 1050px) {
    #write-to-us-section .img-wrapper {
        padding-top: 26%;
    }
    #write-to-us-section .drop-down-caret {
        font-size: 30px;
    }
    #write-to-us-section .write-to-us-title-text {
        padding-top: 23%;
    }
}

@media (max-width: 1000px) {
    #write-to-us-section .write-to-us-title-text,
    #write-to-us-section .btn-primary {
        font-size: 130%;
    }
    #write-to-us-section li {
        font-size: 100%;
    }
}

@media (max-width: 770px) {
    #write-to-us-section .drop-down-caret {
        font-size: 23px;
    }
}

@media (max-width: 767px) {
    #write-to-us-section .avia-builder-el-last {
        width: 100% !important;
        margin-left: 0 !important;
        z-index: 0;
    }
    #write-to-us-section .avia-builder-el-first {
        width: 40% !important;
        z-index: 0;
    }
    #write-to-us-section .av_one_half {
        width: 60% !important;
    }
    #write-to-us-section .write-to-us-title-text {
        padding-top: 18%;
        padding-bottom: 0;
        text-align: left;
    }
    #write-to-us-section .write-to-us-title-text,
    #write-to-us-section .btn-primary {
        font-size: 200%;
    }
    #write-to-us-section li {
        font-size: 180%;
    }
}

@media (max-width: 700px) {
    #write-to-us-section .write-to-us-title-text,
    #write-to-us-section .btn-primary {
        font-size: 180%;
    }
    #write-to-us-section li {
        font-size: 150%;
    }
}

@media (max-width: 600px) {
    #write-to-us-section .write-to-us-title-text,
    #write-to-us-section .btn-primary {
        font-size: 160%;
    }
    #write-to-us-section li {
        font-size: 130%;
    }
}

@media (max-width: 550px) {
    #write-to-us-section .write-to-us-title-text,
    #write-to-us-section .btn-primary {
        font-size: 150%;
    }
    #write-to-us-section li {
        font-size: 115%;
    }
}

@media (max-width: 475px) {
    #write-to-us-section .avia-builder-el-first {
        width: 30% !important;
    }
    #write-to-us-section .av_one_half {
        width: 70% !important;
    }
    #write-to-us-section .write-to-us-title-text {
        padding-top: 25%;
    }
}

@media (max-width: 450px) {
    #write-to-us-section .dropdown {
        padding-top: 8%;
        padding-left: 0;
        padding-right: 0;
    }
    #write-to-us-section .write-to-us-title-text {
        padding-top: 25%;
    }
    #write-to-us-section .drop-down-caret {
        left: 94%;
        top: 46%;
    }
    #write-to-us-section ul {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
    #write-to-us-section .write-to-us-title-text,
    #write-to-us-section .btn-primary {
        font-size: 136%;
    }
    #write-to-us-section li {
        font-size: 120%;
    }
    #write-to-us-section .dropdown-menu>li>a {
        line-height: 1;
    }
}

@media (max-width: 420px) {
    #write-to-us-section .write-to-us-title-text {
        padding-top: 26%;
        padding-left: 5%;
    }
    #write-to-us-section .dropdown {
        padding-right: 5%;
    }
    #write-to-us-section .drop-down-caret {
        left: 89%;
    }
    #write-to-us-section ul {
        width: 95%;
    }
}

@media (max-width: 400px) {
    #write-to-us-section .write-to-us-title-text,
    #write-to-us-section .btn-primary {
        font-size: 132%;
    }
    #write-to-us-section li {
        font-size: 98%;
    }
}

@media (max-width: 330px) {
    #write-to-us-section .write-to-us-title-text,
    #write-to-us-section .btn-primary {
        font-size: 120%;
    }
    #write-to-us-section li {
        font-size: 88%;
    }
    #write-to-us-section .drop-down-caret {
        left: 86%;
        top: 36%;
    }
}


/***************************************************Write to us Section Css End****************************************************/


/***************************************************Common Button size css start********************************************/

img span .image-overlay {
    display: none !important;
}

.hover-page-image {
    position: absolute !important;
    left: 0%;
}

.hover-page-image img,
.hover-image {
    opacity: 0;
}

.hover-page-image img:hover,
.hover-image:hover {
    opacity: 1;
}

.hover-page-image {
    cursor: default !important;
}

#image-wrapper div,
.hover-page-image img {
    cursor: pointer !important;
}

.overlap-slider-button img {
    width: 12%;
    cursor: pointer;
}

.overlap-slider-button .image-overlay-inside {
    display: none !important;
}

.overlap-slider-button .avia_transform a:hover .image-overlay {
    opacity: 1 !important;
}

.overlap-slider-button .avia_transform a .image-overlay {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

#write-to-us-section .img-wrapper img {
    width: 67%;
}

#write-to-us-section .img-wrapper {
    padding: 13.50% 0;
}

#image-wrapper div {
    width: 55%;
}

@media (max-width: 2560px) {
    #write-to-us-section .img-wrapper img {
        width: auto;
    }
}

@media (max-width: 1921px) {
    #write-to-us-section .img-wrapper img {
        width: 67%;
    }
}

@media (max-width: 1550px) {
    .overlap-slider-button img {
        width: 13%;
    }
    #image-wrapper div {
        width: 50%;
    }
    #write-to-us-section .img-wrapper {
        padding: 14% 0;
    }
}

@media (max-width: 1300px) {
    #write-to-us-section .img-wrapper {
        padding: 14.50% 0;
    }
}

@media (max-width: 1200px) {
    .overlap-slider-button img {
        width: 15%;
    }
    #image-wrapper div {
        width: 55%;
    }
    #write-to-us-section .img-wrapper img {
        width: 82%;
    }
}

@media (max-width: 990px) {
    #image-wrapper div {
        width: 47%;
    }
    #write-to-us-section .img-wrapper {
        padding: 16% 0;
    }
}

@media (max-width: 900px) {
    #write-to-us-section .img-wrapper {
        padding: 19% 0;
    }
}

@media (max-width: 850px) {
    .overlap-slider-button img {
        width: 18%;
    }
    #image-wrapper div {
        width: 52%;
    }
    #write-to-us-section .img-wrapper img {
        width: 95%;
    }
    #write-to-us-section .img-wrapper {
        padding: 18% 0;
    }
}

@media (max-width: 800px) {
    #write-to-us-section .img-wrapper {
        padding: 20% 0;
    }
}

@media (max-width: 767px) {
    #write-to-us-section .img-wrapper {
        padding: 0;
    }
    #image-wrapper div {
        width: 58%;
    }
    #write-to-us-section .img-wrapper img {
        width: 53%;
    }
    .overlap-slider-button img {
        width: 47%;
    }
}

@media (max-width: 450px) {
    #image-wrapper div {
        width: 64%;
    }
    #write-to-us-section .img-wrapper img {
        width: 57%;
    }
    .overlap-slider-button img {
        width: 52%;
    }
}


/***************************************************Common Button size css end********************************************/


/**************************************************Common modal css strat***********************************************/

.common-modal-wrapper {
    position: relative;
    padding-top: 56.25%;
    height: 0;
}

.common-modal-wrapper img,
.common-modal-wrapper iframe,
.common-modal-wrapper video {
    position: absolute;
    top: 0;
    left: 0;
    width: 70%;
    height: 70%;
    margin: 0 15%;
}

#common-modal .modal-dialog {
    max-height: 100%;
    width: 100% !important;
    height: auto;
    margin: 0 auto !important;
    background: transparent;
    padding: 1% 2% 4% 2% !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    overflow: hidden;
}

#common-modal .modal-header {
    display: none;
    border: none;
    padding: 20px 11%;
}

.common-modal-section {
    top: 0% !important;
    padding: 0% !important;
}

.common-modal-section .modal-content {
    border: none;
    border-radius: 0px !important;
    background-color: transparent;
    box-shadow: none;
}

.modal-close-button {
    width: 5%;
    float: right !important;
    font-size: 0px !important;
    font-weight: 0px !important;
    line-height: 0 !important;
    text-shadow: none !important;
    opacity: 1 !important;
    padding: 0.5%;
    margin-top: -5px !important;
    margin-left: 1%;
}

.common-modal-section .modal-content {
    border: none;
    border-radius: 0px !important;
    background-color: transparent;
    box-shadow: none;
}

.slider-heading {
    width: 86%;
    float: left;
}

.slider-button {
    width: 8%;
    float: left;
    border: #DCDCDC solid 2px;
    background-color: #ffffff;
}

.modal-prev-btn {
    border-right: #DCDCDC solid 1px;
}

.modal-next-btn {
    border-left: #DCDCDC solid 1px;
}

.modal-close-button {
    width: 5%;
    float: right !important;
    font-size: 0px !important;
    font-weight: 0px !important;
    line-height: 0 !important;
    text-shadow: none !important;
    opacity: 1 !important;
    padding: 0.5%;
    margin-top: -5px !important;
    margin-left: 1%;
}

.modal-prev-btn {
    float: left;
}

.modal-prev-btn,
.modal-next-btn {
    width: 50%;
    text-align: center;
    line-height: 12px;
    padding: 10% 15%;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    /*IE10*/
    -ms-user-select: none;
    user-select: none;
    /*You just need this if you are only concerned with android and not desktop browsers.*/
    -webkit-tap-highlight-color: transparent;
}


/*IE9*/

.modal-prev-btn::selection,
.modal-next-btn::selection {
    background-color: transparent;
}

.modal-prev-btn::-moz-selection,
.modal-next-btn::-moz-selection {
    background-color: transparent;
}

.modal-next-btn {
    float: right;
}

.transform-video-modal-safari {
    transform: translate(-50%, -50%) !important;
    -webkit-transform: translate(-50%, -50%) !important;
}

.transform-video-modal-safari-9 {
    transform: translate(-50%, 0%) !important;
    -webkit-transform: translate(-50%, 0%) !important;
}

@media (max-width: 1200px) {
    #common-modal .modal-header {
        padding: 5px 11.50%;
    }
}

@media (max-width: 1100px) {
    .slider-heading {
        width: 86%;
    }
    .slider-button {
        width: 8%;
    }
    .modal-close-button {
        width: 5%;
        margin-top: -3px !important;
    }
}

@media (max-width: 900px) {
    .slider-heading {
        width: 83%;
    }
    .slider-button {
        width: 10%;
    }
    .modal-close-button {
        width: 6%;
        margin-top: -2px !important;
    }
    #common-modal .modal-header {
        padding: 5px 0%;
    }
    .common-modal-wrapper img,
    .common-modal-wrapper iframe,
    .common-modal-wrapper video {
        width: 90%;
        height: 90%;
        margin: 0 5%;
    }
}

@media (max-width: 767px) {
    .slider-heading {
        width: 79%;
    }
    .slider-button {
        width: 12%;
    }
    .modal-close-button {
        width: 7%;
        margin-left: 2%;
        margin-top: -4px !important;
    }
    .transform-video-modal-safari {
        transform: translate(-50%, -50%) !important;
        -webkit-transform: translate(-50%, -50%) !important;
    }
    .common-modal-section .modal-body {
        padding: 15px 8.8% !important;
    }
    #common-modal .modal-dialog {
        padding: 1% 0% 4% 0% !important;
        top: 30% !important;
    }
    .common-modal-wrapper img,
    .common-modal-wrapper iframe,
    .common-modal-wrapper video {
        width: 100%;
        height: 100%;
        margin: 0;
    }
}

@media (max-width: 450px) {
    .slider-heading {
        width: 76%;
    }
    .slider-button {
        width: 14%;
    }
    .modal-close-button {
        width: 8%;
        margin-top: -1px !important;
    }
    .common-modal-section .modal-body {
        padding: 15px 10% !important;
    }
}

@media (max-width: 350px) {
    .slider-heading {
        width: 73%;
    }
    .slider-button {
        width: 16%;
    }
    .modal-close-button {
        width: 9%;
        margin-top: -1px !important;
    }
}


/**************************************************Common modal css end***********************************************/


/***************************************************Master slider common class start********************************************/

.overlap-slider-title {
    font-family: gotham_medium !important;
    font-weight: bold !important;
}

.overlap-slider-sub-title {
    font-family: gotham_black_regular !important;
    font-weight: normal !important;
}

.overlap-slider-description {
    font-family: gotham_book !important;
    font-weight: normal !important;
}


/***************************************************Master slider common class end********************************************/


/*****************************************************Common detail page css start********************************************/

.detail-page-image-slider-section {
    width: 53%;
    float: left;
    padding-right: 10%;
    margin: auto 0;
}

.common-description-section {
    width: 100%;
    margin: 0;
    padding: 2% 15% 0 15%;
}

.common-description-section div {
    padding: 0 0 2% 0;
}

.description-text p {
    font-family: "gotham_book";
    font-weight: normal;
    font-size: 145%;
    line-height: 145%;
    margin: 2% 0 0 0 !important;
}

.description-text-p-font {
    font-family: "gotham_book";
    font-weight: normal;
    font-size: 145%;
    line-height: 145%;
}

.description-text ul li {
    font-family: "gotham_book";
}

.black-bg span {
    color: #ffffff;
    background-color: #303030;
    font-family: "gotham_book_italic";
    font-weight: normal;
    font-size: 145%;
    line-height: 145%;
    padding: 0.4% 1%;
}

.detail-page-date {
    padding: 2% 0 !important;
}

.detail-page-title span,
.sub-title span {
    font-family: "gotham_black_regular";
    font-weight: normal;
    text-transform: uppercase;
}

.sub-title span {
    font-size: 310%;
    line-height: 120%;
}

.detail-page-title span {
    font-size: 510%;
    line-height: 100%;
}

.detail-container-wrap .ms-slide-layers {
    max-width: 100% !important;
    left: 0px !important;
}

.detail-container-wrap .content {
    padding: 0 !important;
}

.detail-page-container {
    width: 100%;
    max-width: 100%;
    padding: 2.5% 8% !important;
}

.detail-page-container section {
    padding: 0 !important;
}

.detail-page-body {
    padding: 2% 0;
}

.detail-image-section,
.detail-page-section,
.detail-page-body,
.detail-page-header {
    width: 100%;
    height: auto;
}

.detail-page-section {
    padding: 0 2% !important;
}

.detail-image-section {
    padding: 2% 1% !important;
}

.detail-page-body {
    padding: 0 !important;
}

.detail-page-header .back-btn-section img {
    width: 8%;
    padding: 0 2% 2% 0;
}

.detail-btn-section {
    width: 25%;
    float: right;
    padding: 2% 0;
}

.detail-btn-section .prev-btn {
    width: 70%;
    float: left;
}

.detail-btn-section .next-btn {
    width: 30%;
    float: left;
}

.detail-btn-section .prev-btn img {
    padding: 0 15% 0 0;
}

.detail-btn-section .next-btn img {
    padding: 0 10% 0 15%;
}

.not-allowed {
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}


/*detail page image gallery section css start*/

.detail-image-section img {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
    vertical-align: middle !important;
}

.detail-image-section .second-type,
.detail-image-section .first-type {
    padding: 1.2% 0 !important;
}

.detail-image-section .full-left {
    margin: 0 2.2% 0 0;
}

.detail-image-section .full-right {
    margin: 0 0 0 2.2%;
}

.detail-image-section .full {
    padding: 0 17% !important;
}


/* First type image gallery section css*/

.detail-image-section .first-type .first {
    margin: 0 6% 6.5% 0;
}

.detail-image-section .first-type .second {
    margin: 6% 6% 0 0%;
}

.detail-image-section .first-type .full-image {
    margin: 0 0 0 0.5%;
}


/* Second type image gallery section css*/

.detail-image-section .second-type .first {
    margin: 0 0 6.5% 6%;
}

.detail-image-section .second-type .second {
    margin: 6% 0 0 6%;
}

.detail-image-section .second-type .full-image {
    margin: 0 0.5% 0 0;
}

.detail-image-section .col {
    padding: 0 !important;
}

.gallery-image-overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    padding: 16%;
}

.gallery-card:hover .gallery-image-overlay {
    opacity: 1;
}

.gallery-image-wrapper {
    background-color: #303030;
}

.gallery-card:hover .overlay-img {
    opacity: 0.5;
}

.gallery-card:hover {
    background-color: #303030;
    opacity: 1;
}

.gallery-card {
    cursor: pointer;
}

.hover-image .avia_transform a:hover .image-overlay {
    opacity: 0 !important;
}

.description-desktop {
    display: block;
}

.description-mobile {
    display: none;
}

@media (max-width: 1800px) {
    .detail-page-title span {
        font-size: 485%;
    }
}

@media (max-width: 1700px) {
    .detail-page-title span {
        font-size: 458%;
    }
    .black-bg span,
    .description-text p,
    .description-text-p-font {
        font-size: 140%;
    }
    .sub-title span {
        font-size: 294%;
    }
}

@media (max-width: 1600px) {
    .detail-page-title span {
        font-size: 430%;
    }
    .black-bg span,
    .description-text p,
    .description-text-p-font {
        font-size: 130%;
    }
    .detail-page-header .back-btn-section img {
        width: 10%;
        padding: 0 3% 2% 0;
    }
    .detail-btn-section {
        width: 30%;
    }
    .sub-title span {
        font-size: 276%;
    }
}

@media (max-width: 1500px) {
    .detail-page-title span {
        font-size: 400%;
    }
    .black-bg span,
    .description-text p,
    .description-text-p-font {
        font-size: 122%;
    }
    .sub-title span {
        font-size: 258%;
    }
}

@media (max-width: 1400px) {
    .detail-page-title span {
        font-size: 374%;
    }
    .black-bg span,
    .description-text p,
    .description-text-p-font {
        font-size: 114%;
    }
    .sub-title span {
        font-size: 240%;
    }
}

@media (max-width: 1300px) {
    .detail-page-title span {
        font-size: 345%;
    }
    .black-bg span,
    .description-text p,
    .description-text-p-font {
        font-size: 110%;
    }
    .sub-title span {
        font-size: 222%;
    }
}

@media (max-width: 1200px) {
    .detail-page-header .back-btn-section img {
        width: 12%;
    }
    .detail-btn-section {
        width: 35%;
    }
    .black-bg span {
        padding: 0.6% 1.5%;
    }
    .detail-page-title span {
        font-size: 316%;
    }
    .sub-title span {
        font-size: 204%;
    }
}

@media (max-width: 1100px) {
    .detail-page-title span {
        font-size: 290%;
    }
    .sub-title span {
        font-size: 186%;
    }
}

@media (max-width: 1000px) {
    .detail-page-title span {
        font-size: 260%;
    }
    .sub-title span {
        font-size: 180%;
    }
    .description-desktop {
        display: none;
    }
    .description-mobile {
        display: block;
    }
}

@media (max-width: 900px) {
    .detail-page-title span {
        font-size: 234%;
    }
}

@media (max-width: 800px) {
    .detail-page-title span {
        font-size: 216%;
    }
}

@media (max-width: 767px) {
    .detail-page-header .back-btn-section img {
        width: 15%;
        padding: 0 0 2% 0;
    }
    .detail-btn-section {
        width: 100%;
        padding: 0 2%;
    }
    .detail-btn-section .prev-btn img {
        padding: 0 45% 0 0;
    }
    .detail-btn-section .next-btn img {
        padding: 0 0 0 55%;
    }
    .detail-image-section .image-warpper {
        padding: 0 2% 6% 2% !important;
        margin: 0 !important;
    }
    .common-description-section,
    .detail-page-image-slider-section {
        width: 100%;
        padding: 4% 0 4% 0 !important;
    }
    .detail-image-section {
        padding: 2% 0 !important;
    }
    .common-description-section div {
        padding: 0 0 6% 0;
    }
    .description-text p {
        margin: 6% 0 0 0 !important;
    }
    #common-detail-page .detail-page-date {
        padding: 6% 0 0 0 !important;
    }
    .detail-page-title,
    .detail-page-date {
        padding: 0 !important;
    }
    .detail-page-container {
        padding: 4% !important;
    }
    .black-bg span {
        padding: 0.8% 2%;
    }
    .detail-page-title span {
        font-size: 442%;
    }
    .black-bg span,
    .description-text p,
    .description-text-p-font {
        font-size: 150%;
    }
    .sub-title span {
        font-size: 320%;
    }
}

@media (max-width: 700px) {
    .detail-page-title span {
        font-size: 394%;
    }
    .sub-title span {
        font-size: 285%;
    }
}

@media (max-width: 600px) {
    .detail-page-header .back-btn-section img {
        width: 18%;
    }
    .detail-btn-section .prev-btn img {
        padding: 0 35% 0 0;
    }
    .detail-btn-section .next-btn img {
        padding: 0 0 0 45%;
    }
    .detail-page-title span {
        font-size: 330%;
    }
    .black-bg span,
    .description-text p,
    .description-text-p-font {
        font-size: 134%;
    }
    .sub-title span {
        font-size: 240%;
    }
}

@media (max-width: 500px) {
    .detail-page-title span {
        font-size: 280%;
    }
    .black-bg span,
    .description-text p,
    .description-text-p-font {
        font-size: 112%;
    }
    .sub-title span {
        font-size: 202%;
    }
}

@media (max-width: 400px) {
    .detail-page-header .back-btn-section img {
        width: 22%;
        padding: 0;
    }
    .detail-btn-section .prev-btn img {
        padding: 0 25% 0 0;
    }
    .detail-btn-section .next-btn img {
        padding: 0 0 0 35%;
    }
    .detail-page-title span {
        font-size: 218%;
    }
    .black-bg span,
    .description-text p,
    .description-text-p-font {
        font-size: 100%;
    }
    .sub-title span {
        font-size: 180%;
    }
}


/*detail page image gallery section css end*/


/*******************************************************Common detail page css end********************************************/


/***************************************************** Floated logo of card css start*****************************************/

.logo-wrapper {
    height: 50px;
}

.logo-wrapper .first-section {
    width: 50%;
    float: left;
    height: 35px;
}

.logo-wrapper .second-section {
    width: 50%;
    float: right;
    height: 35px;
}

.logo-wrapper .second-section img {
    width: 100%;
    margin: auto;
    height: auto;
}

@media (max-width: 1500px) {
    .logo-wrapper,
    .logo-wrapper .second-section,
    .logo-wrapper .first-section {
        height: 40px;
    }
}

@media (max-width: 1100px) {
    .logo-wrapper,
    .logo-wrapper .second-section,
    .logo-wrapper .first-section {
        height: 35px;
    }
}

@media (max-width: 992px) {
    .logo-wrapper,
    .logo-wrapper .second-section,
    .logo-wrapper .first-section {
        height: 45px;
    }
}

@media (max-width: 800px) {
    .logo-wrapper,
    .logo-wrapper .second-section,
    .logo-wrapper .first-section {
        height: 40px;
    }
}

@media (max-width: 767px) {
    .logo-wrapper,
    .logo-wrapper .second-section,
    .logo-wrapper .first-section {
        height: 50px;
    }
}

@media (max-width: 600px) {
    .logo-wrapper,
    .logo-wrapper .second-section,
    .logo-wrapper .first-section {
        height: 40px;
    }
}

@media (max-width: 450px) {
    .logo-wrapper,
    .logo-wrapper .second-section,
    .logo-wrapper .first-section {
        height: 35px;
    }
}

@media (max-width: 400px) {
    .logo-wrapper,
    .logo-wrapper .second-section,
    .logo-wrapper .first-section {
        height: 30px;
    }
}

@media (max-width: 350px) {
    .logo-wrapper,
    .logo-wrapper .second-section,
    .logo-wrapper .first-section {
        height: 25px;
    }
}


/***************************************************** Floated logo of card css end*****************************************/


/***************************************************** card hover effect css start*****************************************/

.card {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1), 0 4px 22px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    position: relative;
    width: 100%;
    background-color: #ffffff;
}

.card-title-section {
    padding: 5% 2%;
    text-align: center;
}

.card-title-section p {
    font-weight: bold !important;
}

.grid-col {
    padding: 2.5% 1% !important;
}

.grid-image-wrapper {
    position: relative;
    width: 100%;
}

.grid-image-wrapper img {
    margin: 0 auto;
    width: 100%;
    vertical-align: middle !important;
}

.overlay-img {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.grid-image-overlay {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    padding: 10%;
}

.card:hover .grid-image-overlay {
    opacity: 1;
}

.card:hover .overlay-img {
    opacity: 0.5;
}

.card:hover {
    background-color: #303030;
    opacity: 1;
}

@media (max-width: 1000px) {
    .grid-col {
        padding: 2.5% 2% !important;
    }
}

@media (max-width: 767px) {
    .grid-col {
        padding: 3.5% 1.5% !important;
    }
}


/***************************************************** card hover effect css end*******************************************/


/***************************************************** page description section css start ***********************************/

.description-section-warpper {
    padding: 0 !important;
    margin: 0 !important;
}

.description-section .product-title {
    width: 70%;
    padding: 2% 0;
}

.description-section div {
    padding: 0 0 2% 0;
}

.description-section {
    padding: 2% 15% 0 15% !important;
}


/* description section button image for  100% width css*/

.description-section-full-width-btn a {
    width: 100% !important;
}

.description-section-half-width-btn a {
    width: 50% !important;
}

.description-section-full-width-btn img,
.description-section-half-width-btn img {
    cursor: pointer;
}

.description-section-full-width-btn,
.description-section-half-width-btn {
    padding: 0 !important;
}

.description-section-full-width-btn img {
    width: 30%;
}

.description-section-half-width-btn img {
    width: 52%;
}

@media (max-width: 1200px) {
    .description-section-full-width-btn img {
        width: 35%;
    }
    .description-section-half-width-btn img {
        width: 62%;
    }
}

@media (max-width: 850px) {
    .description-section-full-width-btn img {
        width: 40%;
    }
    .description-section-half-width-btn img {
        width: 65%;
    }
}

@media (max-width: 767px) {
    .description-section {
        padding: 4% 2% 0 2% !important;
    }
    .description-section div {
        padding: 0 0 5% 0;
    }
    .description-section-full-width-btn img {
        width: 68%;
    }
    .description-section-half-width-btn img {
        width: 95%;
    }
    .graduate-program-btn img {
        padding: 3% 2%;
        float: left;
    }
}

@media (max-width: 450px) {
    .description-section-full-width-btn img {
        width: 80%;
    }
    .description-section-half-width-btn img {
        width: 100%;
    }
}


/********************************************************Slick slider common css*****************************************************/

.slick-slide {
    text-decoration: none !important;
    outline: none !important;
}

.slick-dots {
    margin: 0 0 !important;
}

.ellips {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/************** Brand detail header website link start*******************************/

.brand-web-link:link {
    color: #fff;
    text-decoration: none;
}


/* visited link */

.brand-web-link:visited {
    color: #fff;
    text-decoration: none;
}


/* mouse over link */

.brand-web-link:hover {
    color: #fff !important;
    text-decoration: none;
}


/* selected link */

.brand-web-link:active {
    color: #fff;
    text-decoration: none;
}


/************** Brand detail header website link end*******************************/


/************** Remove padding right when modal is open*******************************/

.modal-open {
    padding-right: 0;
}

.modal-overflow {
    overflow: hidden !important;
}


/*.modal-open{*/


/*overflow: hidden !important;*/


/*padding-right: 17px !important;*/


/*}*/

#linkedin-page-header {
    padding: 15%;
}

#linkedin-button {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
}

.default-padding {
    padding: 30% !important;
}


/*********************************************************mobile serachbox css*****************************************************/

#mobile-searchbox {
    z-index: 10035 !important;
    position: relative !important;
    display: table;
    height: auto !important;
    float: none;
    padding: 0;
    border: none;
    overflow: visible !important;
    transition: 2s !important;
    width: 90%;
    margin: 8% 5%;
}

#top #mobile-social-bookmarks {
    z-index: 10035 !important;
    position: relative !important;
    display: table;
    height: auto !important;
    float: none;
    padding: 0;
    border: none;
    overflow: visible !important;
    transition: 2s !important;
    width: 80%;
    margin: 0 10% !important;
}

#mobile-social-bookmarks div {
    height: 100%;
    float: left;
    padding: 0;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: none !important;
    display: block;
    width: 25%;
    text-align: center;
}

#wp-admin-bar-top-secondary {
    display: none !important;
}

#mobile-searchbox #mobile-search-input {
    margin: 0 !important;
    height: 50px;
    padding: 1% 10% 1% 2% !important;
}

#mobile-searchbox #mobile-search-submit {
    width: 8% !important;
    height: 50px !important;
    color: #303030;
    background-color: #fff;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    margin: 0;
    border-radius: 0;
    min-width: 40px;
}

.mobile-search-error-container {
    color: #ffffff;
    font-family: gotham_book !important;
    font-size: 120%;
    letter-spacing: 1px;
}

@media (max-width: 767px) {
    #mobile-searchbox #mobile-search-submit {
        width: 10% !important;
    }
}

@media (max-width: 550px) {
    #mobile-searchbox #mobile-search-submit {
        width: 12% !important;
    }
}

@media (max-width: 400px) {
    #mobile-searchbox #mobile-search-submit {
        width: 16% !important;
    }
    #mobile-searchbox #mobile-search-submit,
    #mobile-searchbox #mobile-search-input {
        height: 45px !important;
    }
}


/**************************************************page preloading logo css*****************************************************/

.av-preloading-logo {
    top: 2.9% !important;
    margin: 0 !important;
    position: absolute !important;
    width: 300px !important;
    height: 100px;
}

.av-siteloader {
    border-radius: 0;
    width: 100%;
    height: 100px;
    border-left-color: #303030;
    border: none;
    border-color: transparent;
    background: transparent url(/wp-content/themes/enfold/spinner/black-spinner.gif) center center no-repeat;
    animation: none !important;
    margin: 0 auto !important;
}

@media (max-width: 1800px) {
    .av-preloading-logo {
        top: 2.5% !important;
        width: 270px !important;
        height: 98px;
    }
}

@media (max-width: 1550px) {
    .av-preloading-logo {
        width: 254px !important;
        height: 86px;
    }
}

@media (max-width: 1250px) {
    .av-preloading-logo {
        width: 244px !important;
        height: 82px;
    }
}

@media (max-width: 1150px) {
    .av-preloading-logo {
        top: 3.4% !important;
        width: 233px !important;
        height: 80px;
    }
}

@media (max-width: 1080px) {
    .av-preloading-logo {
        width: 217px !important;
        height: 74px;
    }
}

@media (max-width: 1020px) {
    .av-preloading-logo {
        width: 202px !important;
        height: 70px;
    }
}

@media (max-width: 990px) {
    .av-preloading-logo {
        top: 1.2% !important;
        width: 192px !important;
        height: 66px;
    }
}

@media (max-width: 767px) {
    .av-preloading-logo {
        width: 21% !important;
        height: auto;
    }
}

@media (max-width: 650px) {
    .av-preloading-logo {
        width: 25% !important;
    }
}

@media (max-width: 450px) {
    .av-preloading-logo {
        width: 28% !important;
    }
}


/***********************************************************Custom site loader******************************************************/

.spinner-show {
    background-color: #303030 !important;
    opacity: 0.7 !important;
    display: block !important;
}

.custom-spinner {
    background: transparent url(/wp-content/themes/enfold/spinner/yellow-spinner.gif) center center no-repeat !important;
}


/*--------------------------------------------------------Load more button css---------------------------------------------------*/

.load-more-btn-section {
    padding: 2% 1%;
    width: 100%;
}

.load-more-btn-section img {
    width: 15%;
    cursor: pointer;
}

.load-more-btn-section .hover-image {
    left: -15.30%;
    position: relative;
}

@media (max-width: 1200px) {
    .load-more-btn-section img {
        width: 17%;
    }
    .load-more-btn-section .hover-image {
        left: -17.35%;
    }
}

@media (max-width: 850px) {
    .load-more-btn-section img {
        width: 19%;
    }
    .load-more-btn-section .hover-image {
        left: -19.55%;
    }
}

@media (max-width: 767px) {
    .load-more-btn-section img {
        width: 49%;
    }
    .load-more-btn-section .hover-image {
        left: -49.50%;
    }
}


/*------------------------------------------------------common css ------------------------------------------------------------*/

.section-devider {
    border: 1px solid #999999;
    border-bottom: none;
    margin-top: 20px !important;
}


/*.where-to-buy-arrow-btn,*/


/*#product-detail-container-wrap .where-to-buy-btn,*/


/*#custom_html-2 #image-wrapper a{*/


/*display: none;*/


/*}*/


/* page style */

#page {
    text-align: center;
    margin-bottom: 1rem;
}

#page a {
    font-size: 130%;
    background-color: #cccccc;
    color: #333;
    padding: 3px 8px;
    margin-right: 5px;
}

#page a.current {
    background-color: #333;
    color: #fff;
}


/* page style */


/**Snow Start**/

.Christmas {
    display: none;
}

.snow-container {
    position: fixed;
    height: 100%;
    width: 100%;
    max-width: 100%;
    top: 0;
    overflow: hidden;
    z-index: 1001;
    pointer-events: none;
}

.snow {
    display: block;
    position: absolute;
    z-index: 1001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    pointer-events: none;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-animation: snow linear infinite;
    animation: snow linear infinite;
}

.snow.foreground {
    background-image: url("/wp-content/themes/enfold/images/home-images/snow-large-075d267ecbc42e3564c8ed43516dd557.png");
    -webkit-animation-duration: 15s;
    animation-duration: 15s;
}

.snow.foreground.layered {
    -webkit-animation-delay: 7.5s;
    animation-delay: 7.5s;
}

.snow.middleground {
    background-image: url(/wp-content/themes/enfold/images/home-images/snow-medium-0b8a5e0732315b68e1f54185be7a1ad9.png);
    animation: snow2 linear infinite;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
}

.snow.middleground.layered {
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
}

.snow.background {
    background-image: url(/wp-content/themes/enfold/images/home-images/snow-small-1ecd03b1fce08c24e064ff8c0a72c519.png);
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
}

.snow.background.layered {
    -webkit-animation-delay: 15s;
    animation-delay: 15s;
}

@-webkit-keyframes snow {
    0% {
        -webkit-transform: translate3d(20%, -100%, 0);
        transform: translate3d(20%, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes snow {
    0% {
        -webkit-transform: translate3d(20%, -100%, 0);
        transform: translate3d(20%, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@-webkit-keyframes snow2 {
    0% {
        -webkit-transform: translate3d(0%, -100%, 0);
        transform: translate3d(0%, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes snow2 {
    0% {
        -webkit-transform: translate3d(0%, -100%, 0);
        transform: translate3d(0%, -100%, 0);
    }
    100% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.santaclause {
    position: fixed;
    bottom: 0;
    z-index: 10;
    width: 20%;
    pointer-events: none;
    animation: run2 2.5s linear 2s forwards;
    transform: translate3d(-110%, 0, 0);
}

.santaclause img {
    width: 100%;
    object-fit: contain;
}

@media screen and (max-width: 768px) {
    .santaclause {
        width: 45%;
    }
}

@-webkit-keyframes run2 {
    0% {
        -webkit-transform: translate3d(500%, 0, 0);
        transform: translate3d(500%, 0, 0);
    }
    25% {
        -webkit-transform: translate3d(285%, 0%, 0);
        transform: translate3d(285%, 0%, 0);
    }
    30% {
        -webkit-transform: translate3d(285%, 10%, 0);
        transform: translate3d(285%, 10%, 0);
    }
    35% {
        -webkit-transform: translate3d(285%, 0%, 0);
        transform: translate3d(285%, 0%, 0);
    }
    40% {
        -webkit-transform: translate3d(285%, 10%, 0);
        transform: translate3d(285%, 10%, 0);
    }
    45% {
        -webkit-transform: translate3d(285%, 0%, 0);
        transform: translate3d(285%, 0%, 0);
    }
    100% {
        -webkit-transform: translate3d(-110%, -30%, 0);
        transform: translate3d(-110%, -30%, 0);
    }
}


/**Snow End**/

#layer {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #333333;
    opacity: 0.8;
    z-index: 9998;
    display: none;
}

#modal {
    width: 46%;
    position: fixed;
    top: 30%;
    background-color: #c30c22;
    margin: 0px 27%;
    z-index: 9999;
    display: none;
    color: #fff;
    padding: 20px 0;
    text-align: center;
}

#modal .msg_box {
    margin: 20px;
}

#modal .msg_box h3 {
    margin-bottom: 10px;
    font-size: 3rem;
    font-family: gotham_black_regular !important;
}

#modal .msg_box h4 {
    margin-bottom: 10px;
    font-size: 1.8rem;
    font-family: gotham_black_regular !important;
    line-height: 2.3rem;
}

#modal .button_modal {
    line-height: 35px;
    text-align: center;
    margin: 15px auto;
    padding-top: 10px;
    margin: 30px auto;
    font-family: gotham_black_regular !important;
    font-size: 16px;
}

@media (max-width: 767px) {
    #modal {
        width: 96%;
        position: fixed;
        top: 20%;
        background-color: #c30c22;
        margin: 0px 2%;
        z-index: 9999;
        display: none;
        color: #fff;
        padding: 20px 0;
        text-align: center;
    }
    #modal .msg_box {
        margin: 20px;
    }
    #modal .msg_box h3 {
        margin-bottom: 10px;
        font-size: 1.6rem;
        font-family: gotham_black_regular !important;
    }
    #modal .msg_box h4 {
        margin-bottom: 10px;
        font-size: 1rem;
        font-family: gotham_black_regular !important;
        line-height: 2.3rem;
    }
    #modal .button_modal {
        line-height: 35px;
        text-align: center;
        margin: 15px auto;
        padding-top: 10px;
        margin: 30px auto;
        font-family: gotham_black_regular !important;
        font-size: 16px;
    }
    #modal .button_modal img {
        max-width: 120px;
    }
}


/* Vote Style Start */

.votebox.hide {
    display: none;
}

.votebox {
    z-index: 999;
    position: fixed;
    right: 3rem;
    top: 15%;
    width: 22%;
    background-size: contain;
    height: 220px;
}

@media (max-width: 767px) {
    .votebox {
        right: 10%;
        top: 13%;
        width: 80%;
    }
}

@keyframes votebutton {
    100% {
        width: 36%;
        margin: -28% 32% 0 32%;
    }
}

.votebox .voteButton {
    position: absolute;
    width: 40%;
    margin: -28% 30% 0 30%;
    animation: votebutton .5s ease-in-out alternate infinite;
}

@keyframes votebutton-x-shot {
    100% {
        margin-top: -25%;
    }
}

.votebox .voteButton-x-shot {
    position: absolute;
    width: 40%;
    margin: -21% 30% 0 30%;
    animation: votebutton-x-shot .5s ease-in-out alternate infinite;
}


/* .votebox .voteIcon {
    position: absolute;
    width: 35%;
    bottom: 10%;
    left: 33%;
    border-radius: 20px;
}
.votebox .voteIcon>a img {
    object-fit: contain;
}
.votebox .voteIcon:hover {
    transform: scale(0.98);
    box-shadow: 3px 2px 1px #000;
    cursor: pointer;
} */

.votebox .closeIcon:hover {
    cursor: pointer;
    box-shadow: 2px 2px 1px #444;
}

.votebox .closeIcon {
    position: absolute;
    margin-top: -75%;
    right: 0%;
    color: #fff;
    font-size: 15px;
    background: #1a7fd0;
    text-align: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    line-height: 30px;
    box-sizing: border-box;
}


/* New Description Section */

#description-section {
    padding: 0 18% 0 18% !important;
    font-family: "gotham_book";
}

#description-section h1 {
    font-family: "gotham_black_regular" !important;
    font-size: 240%;
    line-height: 200%;
    margin-top: 0px !important;
}

#description-section h2 {
    font-family: "gotham_black_regular" !important;
    font-size: 210%;
    line-height: 200%;
    margin-top: 0px !important;
}

#description-section h3 {
    text-decoration: underline;
    font-weight: normal;
}

#description-section .content {
    padding-top: 0px !important;
    font-size: 140%;
}

#description-section.container_wrap {
    border-top-width: 0px !important;
}

#description-section a {
    text-decoration: underline;
}

#description-section ul {
    margin-left: 30px;
}

#about-behind-the-scene-btn,
#about-culture-btn,
#about-ideas-btn,
#about-manufacturing-btn,
#about-innovation-btn,
#about-quality-btn,
#about-all,
#about-offices,
#about-team {
    background-image: none;
    border: none;
}

@media (max-width: 767px) {
    .news-title {
        padding: 3% 0 3% 0;
    }
    #description-section {
        padding: 0 5% 0 5% !important;
    }
    #description-section h1 {
        font-size: 160%;
        line-height: 180%;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    #description-section h2 {
        font-size: 130%;
        line-height: 180%;
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    #description-section .content {
        padding-top: 0px !important;
        font-size: 100%;
    }
    #description-section ul {
        margin-left: 10px;
    }
}

.desktop_title {
    display: block !important;
}

@media (max-width: 767px) {
    .desktop_title {
        display: none !important;
    }
}

.mobile_title {
    display: none !important;
}

@media (max-width: 767px) {
    .mobile_title {
        display: block !important;
    }
}


/* New Description Section */