@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');

@font-face {
    font-family: 'industry_tg';
    src: url('fonts/industry_tg_book.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'industry_tg_bold';
    src: url('fonts/industry_tg_bold.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'industry_tg_ultra';
    src: url('fonts/industry_tg_ultra.otf') format('opentype');
    font-weight: normal;
    font-style: normal;

}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

:root {
    --secondary-color: #26CAD3;
}

body {
    background-color: #001024;
    color: #eee;
    font-family: 'industry_tg', sans-serif;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p.tg-review-title {
    font-family: 'industry_tg_bold', sans-serif;
}

iframe {
    width: 100%;
}

a {
    text-decoration: none;
    color: inherit;
}

a:hover {
    color: inherit;
}

b,
strong {
    font-family: 'industry_tg_bold';
}

table {
    width: 100%;
    border: 1px solid;
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-right: 1px solid;
    border-bottom: 1px solid;
    padding: 2px 5px;
}

nav.bg-dark {
    background-color: rgb(13, 46, 61) !important;
}

.navbar-dark .navbar-brand {
    position: relative;
    padding: 1.2rem 0;
    font-style: italic;
    font-weight: 700;
    font-size: 30px;
    display: inline-block;
    justify-self: start;
}

.navbar {
    flex-direction: column;
    border-bottom: 1px solid rgba(157, 157, 157, 0.2);
    padding: 0;
}

.tg-header-banner {
    width: 100%;
    height: 100%;
    position: relative;
}

.kjgearstripes-wrap {
    height: 100%;
    width: 100%;
    position: absolute;
}

.tg-stripes {
    background: url(https://topgearmag.in/assets/imgs/stripes.svg) right top / contain no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0px;
}

.tg-gear-wrap {
    max-width: 1280px;
    display: flex;
    position: relative;
    margin: auto;
}

.tg-gear-wrap img {
    width: 745px;
    transform: translateX(-87px);
}

.tg-header-banner .container {
    display: flex;
    height: 100%;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.tg-brand-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgb(38, 202, 211);
    /* background: linear-gradient(rgba(9, 31, 41, 0) 0%, rgb(9, 31, 41) 100%); */
    /* background-image: url("https://www.topgearmag.in/assets/front/template/top-gear-1.0/imgs/header-banner.jpg"); */
}

.tg-subscribe {
    position: relative;
    width: 300px;
}

.tg-subscribe div {
    font-size: 1.5rem;
    margin-bottom: 10px;
    line-height: 1.75rem;
    letter-spacing: -0.03em;
    font-family: 'industry_tg_bold', sans-serif;
}

.tg-subscribe p {
    font-size: 14px;
    font-family: ReithSans, Helvetica, Arial, sans-serif;
}

.tg-subscribe a {
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(to right, #0d2e3d 50%, var(--secondary-color) 50%);
    padding: 4px 40px;
    display: inline-block;
    color: #000;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
    font-size: 12px;
    border-radius: 30px;
}

.navbar>.container {
    flex-direction: column;
    align-items: initial;
}

#navbar-menu .nav-item {
    margin-right: 10px;
}

.tg-nav-container {
    width: 100%;
    height: 100%;
    border-top: 1px solid rgba(157, 157, 157, 0.2);
    background-color: rgb(38, 202, 211);
}

.nav-search .tg-search {
    background-color: transparent;
    border: none;
    color: rgb(0, 16, 36);
}

.dropdown-menu {
    min-width: max-content;
    width: 100%;
}

.kjmulti-dropdown:hover ul.dropdown-menu {
    display: block;
}

.kjmulti-dropdown:hover ul.dropdown-menu li {
    display: block;
    float: none;
}

.tg-searchform {
    visibility: hidden;
    position: absolute;
    left: 0px;
    width: 100%;
    transition: visibility 0.6s ease .6s;
}

.tg-searchform.show {
    visibility: visible;
    transition: visibility 0.6s ease 0s;
}

.tg-searchform .container {
    display: flex;
    padding-top: 10px;
}

.tg-searchform input {
    border: 2px solid var(--secondary-color);
    border-radius: unset;
}

.tg-searchform button,
.tg-newsletter .btn,
.tg-btn {
    height: 40px;
    border: none;
    border-radius: unset;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    background: linear-gradient(to right, #0d2e3d 50%, var(--secondary-color) 50%);
    padding: 5px 30px;
    display: inline-block;
    color: #000;
    margin-top: 15px;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}

.tg-searchform button:hover,
.tg-newsletter .btn:hover,
.tg-subscribe a:hover,
.tg-btn:hover {
    background-position: left bottom;
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link,
.tgrev-tab .nav-link {
    font-family: 'industry_tg_bold', sans-serif;
    color: #fff;
    font-size: 1.1rem;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(0, 16, 36);
}

.dropdown-menu li {
    position: relative;
}

.dropdown-menu .dropdown-submenu {
    display: none;
    position: absolute;
}

.dropdown-menu .dropdown-submenu-left {
    right: 100%;
    left: auto;
}

.dropdown-menu>li:hover div.dropdown-submenu {
    display: block !important;
}

.tg-dropdown-wrap {
    height: 0px;
    transition: height 0.6s ease 0s;
}

.tg-dropdown-wrap.active {
    height: 65px;
}

@media only screen and (min-width: 992px) {
    .tg-reviews-latest .row>* {
        padding-right: calc(var(--bs-gutter-x) * .2);
        padding-left: calc(var(--bs-gutter-x) * .2);
    }

    .dropdown .dropdown-menu li {
        display: inline;
        float: left;
    }

    .tg-nav-container {
        height: 45px;
    }
}

.tgrev-tab {
    border-top: 1px solid var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
}

.tgrev-tab .nav-link {
    margin: 5px 10px;
}

.tgrev-tab .nav-link.tg-k {
    background-color: var(--secondary-color);
    color: #001024;
}

.tgrev-tab .nav-link:hover {
    background-color: #0d2e3d;
    color: #fff;
}

.kjwrap {
    margin: 20px 5px;
    overflow: hidden;
}

.kjwrap img,
.tgrelated-article img {
    transition: transform 0.2s ease 0s, opacity 0.5s ease 0s, background-color 0.2s ease-in-out 0s;
}

.kjwrap:hover img,
.tgrelated-article:hover img {
    opacity: 0.5;
}

.kjwrap:hover .tg-txt h2.tg-review-title,
.tgrelated-article:hover .tg-reltxt p {
    color: var(--secondary-color);
    text-decoration: underline;
}

.tg-reltxt {
    color: #fff;
    padding: 10px 0;
    text-transform: none;
    position: relative;
}

/*.kjads-wrap .col-lg-4:nth-child(6) {
    display: none;
}

Banner */
.hero-slider {
    margin: 25px 0 0;
}

.hero-slider .carousel-item {
    height: 480px;
    min-height: 300px;
    max-height: 800px;
}

.hero-slider .tg-magazine {
    position: relative;
    bottom: 17.5%;
}

.carousel-caption {
    bottom: 0px;
    background: linear-gradient(to top, #0d2e3d, 65%, transparent);
    width: 100%;
    right: 0;
    left: 0;
    padding: 40px 0 50px;
}

.carousel-caption h3 {
    font-size: 45px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-top: 25px;
}

.carousel-caption p {
    width: 85%;
    margin: auto;
    font-size: 20px;
    line-height: 1.9;
}

.caption p a {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
    background: linear-gradient(to right, #0d2e3d 50%, var(--secondary-color) 50%);
    padding: 12px 30px;
    display: inline-block;
    color: #000;
    margin-top: 15px;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' stroke='currentColor' fill='white' stroke-width='0' width='1em' height='1em' data-testid='SvgGelIconChevronLeft'%3E%3Cpath d='M10.4 14.3L26.5 31h-6.4L5.5 16 20.1 1h6.4L10.4 17.7v-3.4z' stroke='none'%3E%3C/path%3E%3C/svg%3E");
}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32' stroke='currentColor' fill='white' stroke-width='0' width='1em' height='1em' data-testid='SvgGelIconChevronRight'%3E%3Cpath d='M21.6 14.3L5.5 31h6.4l14.6-15L11.9 1H5.5l16.1 16.7v-3.4z' stroke='none'%3E%3C/path%3E%3C/svg%3E");
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: drop-shadow(rgba(0, 0, 0, 0.6) 0px 0px 4px);
    transition: all 0.2s ease-out 0s;
    height: 45px;
}

.carousel-control-prev-icon:hover,
.carousel-control-next-icon:hover {
    background-color: rgb(9, 31, 41);
    color: var(--secondary-color);
}

.w-100 {
    height: auto;
}

section {
    padding: 3rem 2rem 0;
}

.tg-media a:first-child {
    height: 227px;
    display: flex !important;
    align-items: center;
}

.article-item img,
.tab-content img,
.tg-media img {
    width: 100%;
}

.article-item img,
.tg-media img {
    height: inherit;
    object-fit: cover;
}

.title {
    margin-bottom: 35px;
}

.title h2 {
    margin: 40px 0 5px;
}

.title span {
    color: #aaa;
    font-size: 14px;
}

.tgsection-title {
    display: flex;
    justify-content: space-between;
    border-top: 0.8px solid var(--secondary-color);
    padding: 0 !important;
    margin: 2rem 15px 1.6rem;
    text-transform: uppercase;
}

.tgsection-title h2 {
    width: fit-content;
    border-top: 8px solid var(--secondary-color);
    font-size: 38px;
}

.tgsection-title a {
    margin-top: 15px;
    font-family: 'industry_tg_bold';
}

/*
.article-item:hover img{
    transform: scale(1.3);
	transition: all .3s ease-in-out;
}
*/

.popup-icon {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999999;
}

.popup-icon button {
    background-color: #fe8b00;
    padding: 10px;
    cursor: pointer;
    width: 60px;
    height: 60px;
}

.popup-icon button i {
    color: #fff;
    font-size: 30px;
}

.popup {
    position: absolute;
    display: none;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, -50%) scale(1.25);
    width: 380px;
    padding: 20px 30px;
    background-color: #fff;
    box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.2);
    transition: top 0ms ease-in-out 200ms, opacity 200ms ease-in-out 0ms, transform 20ms ease-in-out 0ms;
}

@media only screen and (max-width: 400px) {
    .popup {
        width: 320px;
    }

    .tgsection-title {
        width: 95%;
    }
}

.popup.active {
    display: block;
    position: fixed;
    top: 50%;
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
    transition: top 0ms ease-in-out 0ms, opacity 200ms ease-in-out 0ms, transform 20ms ease-in-out 0ms;
    z-index: 999999;
}

.popup .close-btn {
    position: absolute;
    top: 10px;
    right: 20px;
    width: 15px;
    height: 15px;
    font-size: 25px;
    font-weight: 700;
    color: #222;
    cursor: pointer;
}

.popup .popup-form h4 {
    text-align: center;
    color: #222;
    margin: 10px 0 20px;
    font-size: 26px;
}

.popup .popup-form .form-element input,
.popup .popup-form .form-element textarea,
input {
    width: 100%;
    margin: 15px 0;
    padding-left: 5px;
    resize: none;
}

.popup .popup-form .form-element button {
    width: 100%;
    height: 40px;
    border: none;
    outline: none;
    font-size: 18px;
    background: #222;
    color: #eee;
}

.wrap-form,
.tg-car-review-form {
    background-color: rgba(255, 255, 255, 0.9);
    padding: 25px 40px 40px;
    margin-top: 5rem;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    box-shadow: rgb(9 31 41) 0px 0px 0px 100px inset;
    -webkit-text-fill-color: #fff;
}

::placeholder {
    color: #ccc !important;
    opacity: 1;
    /* Firefox */
}

select,
input {
    width: 100%;
    font-size: 18px;
    color: #fff;
    border: none;
    background: transparent;
    border-bottom: 1px solid #aaa;
}

select {
    margin-bottom: 20px;

}

select:focus-visible {
    outline: 1px solid #aaa;
    border-bottom: none;
}

option {
    color: rgb(1, 1, 1);
}

.form {
    margin-top: 50px;
    margin-bottom: 50px;
    transition: height 1s ease;
}

.form.active .sign-in {
    display: block;
}

.form.active {
    height: auto;
    transition: height 1s ease;
}

.form.active .sign-up {
    display: none;
}

.sign-up,
.sign-in {
    width: 100%;
    box-shadow: 1px 1px 5px 0 var(--secondary-color)75, 0px 0px 5px var(--secondary-color)78;
    background: linear-gradient(rgba(9, 31, 41, 0) 0%, rgb(13 46 61) 100%);
    display: block;
    align-items: center;
    height: auto;
    padding: 30px 40px;
    transition: display 0.18s ease;
}

.form input {
    height: 30px;
}

.kjformoption {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.form [type="submit"] {
    width: 200px;
    color: #fff;
    margin: 15px 0;
}

input[type="submit"] {
    width: 200px;
    color: #fff;
    margin: 35px auto;
}

input:disabled {
    background: #333;
    cursor: no-drop;
}

[type="checkbox"],
[type="radio"] {
    width: auto;
    height: 13px !important;
    margin-right: 5px;
}

#car-review #variant {
    display: none;
}

/* Compare Cars */
.tg_wrap_form .tg_compare_car_form {
    box-shadow: 1px 1px 5px 0 var(--secondary-color)75, 0px 0px 5px var(--secondary-color)78;
    padding: 20px 20px 5px;
    margin: 0 0 15px;
    background: linear-gradient(rgba(9, 31, 41, 0) 0%, rgb(13 46 61) 100%);
}

.kjsticky-title tbody,
.kjsticky-title tr {
    border: none;
}

#branddata td:first-child {
    border: none;
}

#branddata td {
    width: 20%;
    border: 1px solid;
    padding: 10px;
}

.kjsticky-title {
    display: none;
    width: 97%;
    margin: auto;
    position: sticky;
    top: 0;
    z-index: 9;
    background-color: #001024;
    padding: 0 2px;
    color: var(--secondary-color);
    font-family: 'industry_tg_bold';
}

.kjsticky-title.pin {
    display: block;
}

.kjsticky-title table {
    border: none;
}

.tg_compare_car_form+.kjprice {
    display: none;
}

.tg_cars_spec_wrap {
    display: none;
    transition: display 0.6s ease 0s;
}

.tg_cars_spec_wrap.active {
    display: block;
}

.tg-spec-table-wrap .accordion-body {
    padding: 0;
}

.tg-spec-table-wrap table {
    border: none;
}

.accordion-body tr:nth-child(2n) {
    background-color: rgb(13 46 61);
}

.tg-spec-table-wrap tbody,
.tg-spec-table-wrap td,
.tg-spec-table-wrap tr {
    border-right: none;
    border-bottom: none;
    padding: 14px 18px;
}

.tg-spec-table-wrap th {
    width: 20%;
    font-family: 'industry_tg_bold';
    border-right-color: var(--secondary-color);
    border-bottom: none;
    padding: 14px 18px;
}

.tg-spec-table-wrap td {
    width: 20%;
}

.accordion-item {
    /* box-shadow: 3px 3px 15px rgb(85 85 85 / 50%), -3px -3px 15px rgb(85 85 85 / 50%); */
    border: 1px solid #264351 !important;
    margin: 35px 0px;
}

.accordion-button:not(.collapsed),
.accordion-item,
.accordion-button {
    background-color: transparent;
}

.accordion-button {
    color: #eee;
}

.accordion-button:not(.collapsed) {
    border-bottom: 1px solid var(--secondary-color);
    color: var(--secondary-color);
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgb(121 214 242 / 25%);
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' stroke='white' fill='currentColor' stroke-width='0' width='2em' height='2em' focusable='false' aria-hidden='true' data-testid='Add'%3E%3Cline x1='20' y1='50' x2='80' y2='50' stroke-width='5'%3E%3C/line%3E%3Cline x1='50' y1='20' x2='50' y2='80' stroke-width='5'%3E%3C/line%3E%3C/svg%3E");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' stroke='white' fill='currentColor' stroke-width='0' width='2em' height='2em' focusable='false' aria-hidden='true' data-testid='Minus'%3E%3Cline x1='20' y1='50' x2='80' y2='50' stroke-width='5'%3E%3C/line%3E%3C/svg%3E");
}

.form a {
    color: var(--secondary-color);
    font-weight: 600;
}

.kjnewsletter {
    background: url(https://www.topgearmag.in/assets/front/template/top-gear-1.0/imgs/cog_outline.svg) 115% 30px / 35% no-repeat;
    border-width: 0.5rem;
    border-style: solid;
    border-color: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-image-slice: 1;
    border-image-source: linear-gradient(var(--secondary-color), rgb(41, 80, 99));
}

.tg-newsletter-wrap {
    display: flex;
}

.newsletter-header {
    position: relative;
    top: -20px;
    left: -10px;
    background: linear-gradient(to right, #001024 228px, transparent 228px);
    padding-right: 20px;
    flex: 3;
}

.newsletter-form {
    padding: 10px 15px 1.5rem;
    flex: 2;
}

.tg-newsletter input {
    margin-bottom: 10px;
    color: #fff;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #ced4da;
}

#footer {
    border-top: 2px solid #222;
    background-color: #fff;
    padding: 20px 0px 0px;
    color: #000;
}

#footer a {
    color: #001024;
    padding: 20px 15px 0 0px;
    display: inline-block;
    font-weight: 600;
}

.bbc-wrap h5 {
    font-size: 14px;
}

.bbc-wrap h5 img {
    margin-right: 15px;
}

#footer a i {
    font-size: 16px;
}

#footer i {
    margin: 0 10px;
    padding-right: 5px;
    color: #000;
    font-size: 20px;
}

.tg-bottom {
    background-color: #eee;
    margin-top: 20px;
    padding: 11px 15px 15px;
}

.footer-bottom {
    max-width: 1320px;
    margin: auto;
}

#footer .tg-social {
    margin-top: -10px;
}

/* section{
    padding-left: 0;
    padding-right: 0;
} */
.tg-review-form-wrap {
    padding: 0;
    background-image: url("../imgs/reviews.jpg");
    background-size: cover;
    height: 30vh;
    background-position: center;
}

.kjgradient {
    background: linear-gradient(to bottom right, #0d2e3d, 50%, transparent);
    padding: 0 0 4rem;
    height: 100%;
}

.tg-car-review-form h1 {
    color: #001024;
    margin: 0 0 35px 10px;
}

.tg-reviews-latest,
.tgnews-latest {
    padding: 2rem 0;
}

.tg-media {
    position: relative;
    overflow: hidden;
    background-color: rgb(9, 31, 41);
}

.tg-txt .tg-review-tag,
.tg-media .tgnews-tag {
    font-size: 12px;
    margin: 0 0 5px;
    display: inline-block;
    text-transform: uppercase;
}

.tgbrand-item {
    text-align: center;
    color: var(--secondary-color);
    font-size: 18px;
    font-family: 'industry_tg_bold';
    border-bottom: 3px solid;
    padding-bottom: 5px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.tg-txt {
    background-image: linear-gradient(to bottom, rgb(13 46 61), #001024);
    padding: 10px 10px 20px;
    position: relative;
}

.tg-txt::after,
.tg-reltxt::after {
    content: "";
    position: absolute;
    display: block;
    left: 12px;
    bottom: 0px;
    width: 60px;
    max-width: 96px;
    height: 2px;
    background-color: var(--secondary-color);
}

.tg-reltxt::after {
    left: 0px;
}

.tg-reltxt .tg-author a {
    margin-left: 0px;
}

.tgnews-tag {
    font-size: 12px;
    color: var(--secondary-color);
    margin: 5px 0;
    display: inline-block;
    text-transform: uppercase;
}

.tg-review-tag {
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: bold;
    margin: 0 5px;
}

#trending .tg-review-tag {
    margin: 0;
}

.kjtrending {
    display: flex;
}

#trending .tg-number {
    width: 100px;
    flex: inherit;
}

.tg-trending {
    counter-reset: kjnumber;
}

.tg-number::before {
    counter-increment: kjnumber;
    content: "0" counter(kjnumber);
    font-size: 70px;
    position: relative;
    bottom: 25px;
    border-bottom: 3px solid var(--secondary-color);
    -webkit-text-fill-color: #001024;
    text-shadow: rgb(255 255 255) -2px 0px, rgb(255 255 255) 0px 2px, rgb(255 255 255) 2px 0px, rgb(255 255 255) 0px -2px;
    font-weight: 600;
}

.tg-review-tag:hover,
.tg-author a:hover,
.tg-article-link:hover,
.tg-share a i:hover,
h2.tg-review-title:hover {
    color: var(--secondary-color) !important;
}

.tg-price {
    font-size: 1.6rem;
    font-weight: bold;
    color: var(--secondary-color);
}

.tg-metadata-wrap {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 10px;
}

.tg-title {
    font-size: 2.75rem;
    text-transform: uppercase;
}

h1.tg-review-title {
    display: block;
}

h1.tg-review-title::after,
h1.tg-title::after,
h2.tg-title::after {
    content: "";
    position: relative;
    display: block;
    left: 0;
    top: 15px;
    width: 100px;
    max-width: 120px;
    height: 2px;
    background-color: var(--secondary-color);
    margin-bottom: 40px;
}

h2.tg-review-title,
p.tg-review-title {
    font-size: 20px;
    margin-bottom: 20px;
    color: #fff;
    line-height: 1.75rem;
}

.tg-txt .tg-tooltip {
    visibility: hidden;
    width: 95%;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 9999;
    bottom: 110px;
}

.tg-txt .tg-review-title:hover+.tg-tooltip {
    visibility: visible;
}

.tg-author a,
.tg-article-link {
    color: #fff;
    font-weight: bold;
}

.tg-share a i,
.tg-share i {
    color: #ccc;
    padding: 0 5px;
}

.carousel-item {
    height: auto;
}

#carousel-thumbnail .carousel-indicators {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    position: relative;
}

.carousel .thumbnail {
    width: 100%;
    height: auto;
    background-color: #000;
    max-width: 200px;
}

.tg-heading h2 {
    margin-bottom: 20px;
}

.tg-heading h2 span {
    color: rgb(137, 150, 159);
    font-size: 2rem;
    font-family: 'industry_tg_bold';
    text-transform: uppercase;
}

.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #0d2e3d;
    padding: 12px 15px;
    font-size: 16px;
    border: none;
    font-family: 'industry_tg_bold';
}

.tg-review-body h3,
.tg-review-body h2 {
    margin-bottom: 25px;
    color: #0d2e3d;
}

.tg-subheading h3 {
    margin-bottom: 25px;
    color: #fff;
}

.tg-subheading h3::after,
.tg-subheading p::after,
.tg-review-body h2::after {
    content: "";
    position: relative;
    display: block;
    max-width: 96px;
    height: 2px;
    background-color: var(--secondary-color);
    margin: 15px 0 5px;
}

.tg-highlight-wrap {
    background: url("https://www.topgearmag.in/assets/front/template/top-gear-1.0/imgs/cog_outline.svg") -20.8rem 2rem no-repeat, linear-gradient(to top, #295063 0%, #001024 100%) 0px 0px;
    color: #fff;
    padding: 40px 0;
}

.tg-highlight-wrap .tg-subheading p {
    color: inherit;
    text-align: center;
    font-family: 'industry_tg_bold';
    font-size: 28px;
}

.tg-highlight-wrap .tg-subheading p::after {
    margin: 15px auto 5px;
}

.tg-highlight {
    display: flex;
    justify-content: space-between;
}

.tg-highlight .good-stuff,
.tg-highlight .bad-stuff {
    display: flex;
    flex: 1;
    margin-top: 25px;
}

.tg-sicon img {
    width: 60px;
    margin: 0px 15px 0 0;
}

.tg-review-body,
.tg-rel-reviews {
    background-color: #fff;
    color: #4b4b4b;
    font-size: 16px;
}

.tg-review-body img {
    width: 100%;
    height: auto;
    margin: 5px 0;
}

.tg-review-body p span img {
    width: unset;
}

.tg-review-body div p a {
    font-weight: 600;
    color: #001024;
    border-bottom: 2px solid #001024;
    background: linear-gradient(#25252500, #25252500 50%, #001024 50%, #001024);
    background-size: 100% 200%;
    transition: background 0.3s;
}

.tg-review-body div p a:hover {
    background-position: 100% 100%;
    color: var(--secondary-color);

}

.tg-review-body .tab-content {
    background-color: unset;
}

.tg-review-body .wrap-ad {
    top: 20px !important;
    margin-bottom: 20px;
    padding: 0 5%;
}

.tg-nextprev {
    text-transform: uppercase;
}

.tg-nextprev .kjnext a {
    display: block;
    width: 45%;
    background: linear-gradient(to right, #0d2e3d 50%, var(--secondary-color) 50%);
    min-width: 200px;
    padding: 10px 15px;
    text-align: center;
    margin: 20px 0;
    font-size: 16px;
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .2s ease-out;
}

.tg-nextprev .kjnext a:hover,
.caption p a:hover {
    background-position: left bottom;
    color: #fff;
}

.tg-prev {
    padding-right: 25px;
}

.tg-next {
    padding-left: 25px;
}

.tg-rel-reviews .nav-link {
    color: #0d2e3d;
    font-size: 16px;
    font-family: 'industry_tg_bold';
}

.tab-content {
    background-color: #0d2e3d;
    padding: 2rem 0;
}

#more-articles .carousel-item {
    min-height: unset;
}

.carousel-item .card {
    background-color: transparent;
    margin: 15px;
}

#tg-awards {
    padding: 3rem 2rem;
}

#tg-awards .kjvideo {
    margin: 20px 10px;
}

@media (max-width: 1399px) and (min-width: 1200px) {
    .tg-media a:first-child {
        height: 200px;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    .tg-media a:first-child {
        height: 170px;
    }
}

@media(max-width: 991px) {
    .tg-header-banner .container {
        flex-direction: column;
    }

    .navbar-dark .navbar-brand {
        padding: 0.5rem;
        margin-right: 0;
    }

    .tgsection-title {
        margin: 2rem 0 15px 1rem;
        width: -webkit-fill-available;
    }

    .hero-slider .carousel-item {
        height: auto;
        min-height: 280px;
    }

    .tg-media a:first-child {
        height: auto;
    }

    .tg-header-banner {
        height: auto;
    }

    .tg-gear-wrap img {
        width: 165px;
        transform: translateX(40px);
    }

    .navbar-brand img {
        width: 220px;
    }

    .tg-stripes,
    .tg-subscribe h2,
    .tg-subscribe p {
        display: none;
    }
}

@media (max-width: 767px) {
    section {
        padding: 2rem 0;
    }

    .carousel-caption {
        padding: 40px 30px 50px;
    }

    .carousel-caption h5 {
        font-size: 15px;
    }

    .carousel-caption a {
        padding: 10px 15px;
        font-size: 15px;
    }

    .caption p a {
        font-size: 12px;
        padding: 10px 20px;
    }

    .w-100 {
        height: auto;
    }

    .kjrev {
        flex-direction: column-reverse;
    }

    #carousel-thumbnail .carousel-indicators {
        overflow: scroll;
        justify-content: unset;
    }

    .carousel .thumbnail {
        min-width: 80px;
    }

    #more-articles .carousel-inner .carousel-item>div {
        display: none;
    }

    #more-articles .carousel-inner .carousel-item>div:first-child {
        display: block;
    }

    .tg-newsletter-wrap {
        flex-direction: column;
    }

    .tg-reltxt {
        margin-bottom: 30px;
    }
}

#more-articles .carousel-inner .carousel-item.active,
#more-articles .carousel-inner .carousel-item-next,
#more-articles .carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    #more-articles .carousel-inner .carousel-item-end.active,
    #more-articles .carousel-inner .carousel-item-next {
        transform: translateX(33%);
    }

    #more-articles .carousel-inner .carousel-item-start.active,
    #more-articles .carousel-inner .carousel-item-prev {
        transform: translateX(-33%);
    }
}

#more-articles .carousel-inner .carousel-item-end,
#more-articles .carousel-inner .carousel-item-start {
    transform: translateX(0);
}

@media only screen and (max-width: 450px) {
    .tg-metadata-wrap {
        flex-direction: column;
    }

    .tg-car-review-form {
        padding: 25px 20px;
    }

    .tg-number::before {
        font-size: 60px;
        bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .carousel-item {
        min-height: unset;
    }

    .tg-highlight,
    .kjformoption {
        flex-direction: column;
    }

    .kjsticky-title {
        width: 100%;
        margin-left: 0;
        text-align: center;
    }

    .tg-spec-table-wrap th {
        display: block !important;
        padding: 15px 0;
        width: 100% !important;
        text-align: center;
        border: none;
    }

    .tg-spec-table-wrap td {
        text-align: center;
        width: 33% !important;
        display: inline-block !important;
        padding: 10px 5px;
    }

    .tg_compare_cars .kjform4,
    .tg-spec-table-wrap td:nth-child(5),
    #branddata td:first-child {
        display: none !important;
    }

    .kjsticky-title tr {
        display: flex;
    }

    #branddata td {
        width: 33.33%;
    }

    .tg_cars_spec_wrap {
        padding: 3rem 0.5rem 0;
    }
}

/*Galeery css*/
.kjwrap {
    cursor: pointer;
}

.tg-media .fullscreen-icon-wrap {
    height: 227px;
}

.tg-media svg {
    visibility: hidden;
    position: absolute;
    font-size: 80px;
    opacity: .8;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: visibility 0.3s ease-in 0s;
}

.kjwrap:hover .tg-media svg {
    visibility: visible;
}

.kjload-more {
    display: flex;
    justify-content: center;
}

.tg-gallery-slider {
    display: none;
    position: fixed;
    background-color: rgba(0, 0, 0);
    width: 100%;
    height: 100vh;
    top: 0;
    transition: display 0.3s ease-in 0s;
}

.tg-gallery-slider.show {
    display: block;
}

.kjgallery-slider {
    position: relative;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.fullscreen-icon-close {
    width: 44px;
    height: 44px;
    margin: 0.5rem;
    padding: 0.5rem;
    position: fixed;
    bottom: 0;
    right: 0;
    color: rgb(255, 255, 255);
    transition: all 0.2s ease-out 0s;
    appearance: none;
    background-color: transparent;
    border: 0px;
    outline: none;
}

.fullscreen-icon-close:hover {
    background-color: rgb(9, 31, 41);
    color: var(--secondary-color);
}

.fullscreen-icon-close svg {
    width: 100%;
    height: 100%;
}

@media (max-width: 1400px) and (min-width: 992px) {
    .tg-media .fullscreen-icon-wrap {
        height: 160px;
    }
}

@media(max-width: 991px) {
    .tg-media .fullscreen-icon-wrap {
        height: auto;
    }
}