@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap');

body {
    margin: 0;
    padding: 0;
    font-family: 'Poppins', sans-serif;
    letter-spacing: 0.7px;
    background-color: rgba(15, 198, 250, 0.2);
    background-color: #fff;
    /* background-image: url("../img/background/cloud.png"); */
    background-position: top;
    background-attachment: fixed;
}

html {
    height: 100%;
}

b {
    font-weight: 700;
}

* {
    text-decoration: none !important;
    outline: none !important;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.live-result {
    position: absolute;
    min-width: 300px;
    width: 100%;
    top: 100%;
    left: 0;
    background: #fff;
    max-height: 300px;
    z-index: 99;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px;
    border-radius: 5px;
    border: solid 1px #ccc;
}

.live-result .title {
    width: 100%;
    background: #28A0D8;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
}

.live-result .item {
    padding: 5px 10px;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #222;
    border-bottom: solid 1px #eee;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.live-result .item:last-child {
    border-bottom: none;
}

.live-result .item i {
    color: #ccc;
    margin-right: 4px;
}

.live-result .item:hover {
    background: #CA0704;
    color: #fff !important;
}

.live-result .item:hover>i {
    color: #fff !important;
}

/* SELECT2 RESET * START */

.form-group .select2-container {
    width: 100% !important;
}

.form-group .select2-container .select2-selection--single {
    height: unset;
    border-radius: 0;
}

.form-group .select2-container .select2-selection__rendered {
    line-height: unset;
    padding: 0;
    height: unset;
    color: unset;
    text-overflow: unset;
    overflow: unset;
    white-space: unset;
}

.form-group .select2-container .select2-selection__arrow {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    width: 20px;
    text-align: center;
    height: unset;
}

.select2-dropdown {
    border-radius: 0;
    z-index: 3000;
    border: solid 1px #ddd;
}

.select2-results__group,
.select2-results__option {
    padding: 5px;
    font-size: 14px;
    line-height: 20px;
    border: 0;
    border-bottom: solid 1px #eee;
}

.select2-results__group {
    background: #eee;
}

.select2-results__option:last-child {
    border-bottom: none;
}

.select2-search__field {
    border: solid 1px #ddd !important;
    padding: 5px 10px !important;
    font-size: 14px;
    line-height: 20px;
}

/* SELECT2 RESET * END */

/* ZEBRA DATEPICKER STYLES START */

.datepicker-group,
.clockpicker-group {
    position: relative;
}

.Zebra_DatePicker {
    box-shadow: none;
    border-radius: 0;
    border: solid 1px #ddd;
}

.Zebra_DatePicker td,
.Zebra_DatePicker th {
    border-radius: 0;
    /*border: solid 1px #eee;*/
}

.Zebra_DatePicker .dp_header td,
.Zebra_DatePicker .dp_footer td {
    border: none;
    border-radius: 0;
}

.Zebra_DatePicker .dp_body .dp_selected {
    background: #28A0D8 !important;
    color: #fff !important;
}

/* ZEBRA DATEPICKER STYLES END */

.so-icon {
    background-color: #7d7d7d;
}

.so-facebook {
    background-color: #3B5998;
}

.so-twitter {
    background-color: #55acee;
}

.so-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}

.so-pinterest {
    background-color: #CB2027;
}

.so-linkedin {
    background-color: #0077b5;
}

.so-facebook-messenger {
    background-color: #448AFF;
}

.so-youtube {
    background-color: #cc181e;
}

.so-reddit {
    background-color: #ff4500;
}

.so-tumblr {
    background-color: #32506d;
}

.so-digg {
    background-color: #262626;
}

.so-google-plus {
    background-color: #DE5446;
}

.so-whatsapp {
    background-color: #25d366;
}

.so-vk {
    background-color: #4c6c91;
}

.so-weibo {
    background-color: #ff9933;
}

.so-odnoklassniki {
    background-color: #d7772d;
}

.so-xing {
    background-color: #1a7576;
}

.so-blogger {
    background-color: #ff8000;
}

.so-flipboard {
    background-color: #ff8000;
}

.so-delicious {
    background-color: #205cc0;
}

.so-weixin {
    background-color: #4EC034;
}

.panel-text {
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-bottom: -10px;
    font-weight: 400;
}

.panel-text img {
    max-width: 100%;
}

.panel-text h1 {
    display: block;
    font-size: 1.60em;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
    color: #222;
}

.panel-text h2 {
    display: block;
    font-size: 1.40em;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
    color: #222;
}

.panel-text h3 {
    display: block;
    font-size: 1.30em;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
    color: #222;
}

.panel-text h4 {
    display: block;
    font-size: 1.20em;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
    color: #222;
}

.panel-text h5 {
    display: block;
    font-size: 1.10em;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
    color: #222;
}

.panel-text h6 {
    display: block;
    font-size: 1em;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: left;
    color: #222;
}

.panel-text p {
    display: block;
    margin-bottom: 10px;
}

.panel-text b {
    font-weight: 600;
}

.panel-text ul {
    padding: 0;
    list-style: none;
    display: block;
    margin-bottom: 10px;
    margin-left: 10px;
}

.panel-text ul li {
    display: block;
    margin-bottom: 5px;
    position: relative;
    padding-left: 12px;
}

.panel-text ul li:before {
    content: "\f45c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 800;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 6px;
    transform: rotate(45deg);
    color: #bbb;
}

.main-nav {
    padding: 30px 40px;
    background: #fff;
}

.main-nav.nav-fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation-name: navfixed;
    animation-duration: 0.4s;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.nav-logo img {
    width: 150px;
}

@keyframes navfixed {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 0;
    }
}

.main-nav>.container,
.main-nav>.container-fluid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0;
}

.main-nav>.container>.left,
.main-nav>.container>.right,
.main-nav>.container-fluid>.left,
.main-nav>.container-fluid>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-links>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin-right: 30px;
    font-weight: 500;
    padding: 10px 0;
    color: #888 !important;
}

.nav-links>a:hover {
    color: #444 !important;
}

.nav-links>a.active {
    color: #222 !important;
}

.nav-links>a:last-child {
    margin-right: 0;
}

.main-btn {
    padding: 11px 15px;
    border-radius: 5px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 700;
    transition: 0.2s ease 0s;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff !important;
    background: #020202;
    text-transform: uppercase;
    border: none;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

.main-btn.second {
    background: #CA0704;
}

.main-btn:before {
    content: "";
    position: absolute;
    left: -100%;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    transition: 0.2s ease 0s;
}

.main-btn:hover:before {
    left: 0;
}

.main-btn.full {
    display: flex;
    width: 100%;
}

.main-btn.mf-btn {
    padding: 19px;
}

.main-banner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(975/1920*100%);
}


.main-banner img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
}

.main-banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 4;
    opacity: 0;
}

.main-slider-container {
    display: block;
    width: 100%;
    position: relative;
    
    background: #fff;
}

.main-slider-container>.tns-outer>button {
    display: none;
}

.main-slider-container>.tns-outer>.tns-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
    transform: translate(0, -50%);
    z-index: 10;
    pointer-events: none;
}

.main-slider-container>.tns-outer>.tns-controls>button {
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: all;
    font-size: 14px;
    line-height: 20px;
    width: 50px;
    height: 50px;
    background: none;
    color: #fff !important;
    border: solid 1px #fff;
    border-radius: 50%;
}

.smt {
    margin-top: 40px;
}

.nav-pagepadding {
    padding-top: 100px;
}

.smt-half {
    margin-top: 20px;
}

.smb {
    margin-bottom: 40px;
}

.smb-half {
    margin-bottom: 20px;
}

.pmt {
    padding-top: 50px;
}

.pmt-half {
    padding-top: 20px;
}

.pmb {
    padding-bottom: 50px;
}

.pmb-half {
    padding-bottom: 20px;
}

.glassback {
    background: rgba(255, 255, 255, 0.8);
    border-top: solid 10px rgba(15, 198, 250, 0.3);
    border-bottom: solid 10px rgba(15, 198, 250, 0.3);
}

.contact-nav {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    border-top: solid 1px #eee;
}

.contact-nav a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    background: #fff;
    border-right: solid 1px #eee;
}

.contact-nav a:last-child {
    border: none;
}

.contact-nav a i {
    font-size: 20px;
    line-height: 26px;
    display: block;
    color: #CA0704;
}

.contact-nav a span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #222 !important;
}

footer {
    background-image: url(../img/material/back.jpg);
    background-size: cover;
    background-position: center;
    position: relative;
    background: #fff;
    border-top: solid 2px #eee;
}

footer:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0,0,0,0.5); */
    z-index: 10;
}

.ftr-content {
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
    z-index: 20;
    background: #eee;
}

.ftr-bottom {
    padding: 5px 0;
    position: relative;
    z-index: 20;
    background: #ddd;
}

.ftr-bottom>.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.ftr-bottom span {
    display: block;
    font-size: 10px;
    line-height: 16px;
    color: #444;
    margin: 5px 0;
}

.ftr-bottom a {
    display: block;
    margin: 5px 0;
}

.ftr-bottom a img {
    width: 70px;
    filter: grayscale(1);
}

.ftr-bottom a:hover img {
    filter: none;
}

.pagination {
    display: block;
    width: 100%;
    padding: 0;
    margin: 10px 0;
}

.pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination ul li {
    margin: 4px;
    display: block;
}

.pagination ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    border-radius: 5px;
    color: #222 !important;
    background: #CA0704;
    color: #fff !important;
}

.pagination ul li a:hover {
    background: #f58f4c;
}

.pagination ul li.active a {
    background: #CA0704;
}

.main-dropdown {
    display: block;
    position: relative;
}

.main-dropdown>.dropdown-toggle {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
    white-space: nowrap;
}

.main-dropdown>.dropdown-menu {
    position: absolute !important;
    top: 100% !important;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    margin: 0;
    background: #fff;
    border: none;
    padding: 5px 0;
    min-width: unset;
    width: auto;
    border: solid 1px #ddd;
    border-radius: 0;
}

.main-dropdown>.dropdown-menu>a {
    display: block;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px 10px;
    color: #222 !important;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
}

.main-dropdown>.dropdown-menu>a:hover {
    background: #eee;
}

.fup-box {
    margin-bottom: 20px;
}

.fup-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin: 0;
}

.fup-group>input {
    width: 100%;
    height: 75px;
    opacity: 0;
    cursor: pointer;
}

.fup-group>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    border: dashed 2px #ddd;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fup-group>div span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.fup-group>div span small {
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.fup-group>div span i {
    font-size: 20px;
    line-height: 26px;
    color: #444;
}

.form-group {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.form-group input,
.form-group textarea,
.form-group .select2-container .select2-selection--single {
    display: block;
    width: 100%;
    border: solid 1px #ccc;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 10px 15px;
    resize: none;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    opacity: 0.4;
    color: #222;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #CA0704;
}

.form-label {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #222;
    margin-bottom: 2px;
}

.form-group input.error-label,
.form-group textarea.error-label {
    border-color: #b22222;
}

.form-group span.error-label,
.form-group textarea.error-label {
    font-size: 12px;
    line-height: 18px;
    color: #b22222;
    margin-top: 2px;
}

.ctxt {
    display: block;
    width: 100%;
    text-align: right;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    color: #888;
}

.modal {
    z-index: 9999;
}

.modal-share {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.modal-share a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #444 !important;
    margin-bottom: 10px;
    width: 100%;
    padding-right: 30px;
    position: relative;
    border-bottom: solid 1px #eee;
    padding-bottom: 10px;
}

.modal-share a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    right: 0;
    transition: 0.2s ease 0s;
}

.modal-share a:hover:after {
    right: 10px;
}

.modal-share a i {
    min-width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    font-size: 16px;
}

#copy_box {
    background: #fbfbfb;
    border: solid 1px #eee;
    padding: 10px 15px;
    position: relative;
    cursor: pointer;
}

#copy_box:hover {
    background: #f7f7f7;
}

#copy_box small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #666;
    margin-bottom: 5px;
    pointer-events: none;
}

#copy_box input {
    padding: 0;
    margin: 0;
    border: none;
    background: none;
    pointer-events: none;
    position: absolute;
    opacity: 0;
}

#copy_box span {
    font-size: 14px;
    line-height: 20px;
    color: #222;
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.modal {
    z-index: 99999 !important;
}

.modal-content {
    padding: 0;
    border-radius: 5px;
    background: #fff;
    border: none;
    z-index: 99999;
    overflow: hidden;
}

.modal-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    border-bottom: solid 1px #ddd;
}

.modal-top h2 {
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #222;
    margin: 0;
}

.modal-top a {
    font-size: 16px;
    line-height: 22px;
    color: #666 !important;
}

.modal-top a:hover {
    color: #222 !important;
}

.modal-bottom {
    padding: 15px;
    max-height: calc(100vh - 250px);
    overflow-y: auto;
}

.msg-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 10px 15px;
    background: #fbfbfb;
    border: solid 1px #eee;
    border-radius: 5px;
}

.msg-box i {
    min-width: 30px;
    height: 30px;
    color: #6495ed;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    font-size: 12px;
    line-height: 18px;
    border: solid 1px #6495ed;
    border-radius: 50%;
}

.msg-box span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222;
}

.msg-box.success i {
    color: #32cd32;
    border-color: #32cd32;
}

.msg-box.danger i {
    color: #b22222;
    border-color: #b22222;
}

.cbox-group {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.cbox-group input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.cbox-group label {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    margin: 0;
    user-select: none;
}

.cbox-group label>span:first-child {
    min-width: 20px;
    height: 20px;
    border: solid 1px #ccc;
    background: #fff;
    margin-right: 10px;
    position: relative;
    border-radius: 3px;
}

.cbox-group label:hover span:first-child {
    border-color: #aaa;
}

.cbox-group label>span:first-child:after {
    content: "\f00c";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #EB8B1C;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 14px;
    line-height: 20px;
    opacity: 0;
}

.cbox-group input:checked~label>span:first-child:after {
    opacity: 1;
}

.cbox-group input:checked~label>span:first-child {
    border-color: #EB8B1C;
}


/* BURGER NAV START */

.burger-nav {
    padding: 0 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
}

.burger-nav .menu-padding {
    width: 100px;
}

.burger-nav>.nav-top,
.burger-nav>.nav-bottom {
    width: 100%;
    position: relative;
}

.burger-nav>.nav-bottom {
    padding-top: 0;
}

.burger-nav>.container,
.burger-nav>.nav-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.burger-nav.transparent {
    background: none;
    z-index: 9999;
}

/* .burger-nav.transparent .bn-logo {
    filter: contrast(0) brightness(2);
} */

.burger-nav.transparent .bn-links-desktop>a {
    color: #222 !important;
}

.burger-nav.transparent .bn-links-desktop>a:after {
    border-bottom-color: #222;
}

.burger-nav.transparent .bn-open {
    color: #fff !important;
}

.burger-nav.absolute {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 15px 10px;
    background: none;
}

/* .burger-nav.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    animation: bnFixed;
    animation-duration: 0.3s;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    padding: 15px 35px;
    background: #fff;
} */

@keyframes bnFixed {
    0% {
        margin-top: -100%;
    }

    100% {
        margin-top: 0;
    }
}

.burger-nav.fixed .bn-logo {
    filter: none;
}

.burger-nav.fixed .bn-links-desktop>a {
    color: #222 !important;
}

.burger-nav.fixed .bn-links-desktop>a:after {
    border-bottom-color: #222;
}

.burger-nav.fixed .bn-open {
    color: #444 !important;
}

.burger-nav>.left,
.burger-nav>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.bn-logo {
    display: block;
    position: relative;
    /* top: 50%;
    transform: translate(0, -50%); */
    left: 0;
    /* animation-name: logo-anim;
    animation-duration: 6s;
    animation-delay: 0s;
    animation-timing-function: linear;
    animation-iteration-count: 1; */
}

@keyframes logo-anim {
    0% {
        left: 0;
    }

    50% {
        left: calc(100% - 240px - 140px - 30px);
    }

    100% {
        left: 0;
    }
}

.bn-logo>img {
    width: 240px;
    min-width: 100px;
}

.bn-open {
    display: block;
    font-size: 30px;
    line-height: 36px;
    background: none;
    border: none;
    padding: 5px 0;
    color: #444 !important;
    margin-left: 15px;
}

.bn-links-desktop {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-right: 30px;
    margin-left: 30px;
    width: 100%;
}

.bn-links-desktop>a {
    display: block;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222 !important;
    margin-left: 15px;
    padding: 5px 0;
    position: relative;
    transition: 0.3s ease 0s;
}

.bn-links-desktop>a:first-child {
    margin-left: 0;
}

.bn-links-desktop>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    border-bottom: solid 1px #CA0704;
    transition: 0.3s ease 0s;
}

.bn-links-desktop>a:hover:after {
    width: 100%;
}

.bn-links-desktop>a:hover {
    color: #CA0704 !important;
}

.bn-btn {
    margin-left: 50px;
}

.bn-menu-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.5);
}

.bn-menu-container.active {
    display: block;
}

.bn-menu-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    max-width: 100%;
    height: 100%;
    overflow: hidden;
}

.bn-menu-box.active {
    width: 400px;
}

.bn-menu {
    display: block;
    width: 400px;
    height: 100%;
    background: #fff;
    overflow: hidden;
    padding: 30px;
}

.bn-menu>h2 {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
    color: #222;
}

.bn-menu-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
}

.bn-close {
    font-size: 30px;
    line-height: 36px;
    min-width: 60px;
    height: 60px;
    background: #fff;
    border: none;
    border-radius: 50%;
    color: #444 !important;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
}

.bn-menu-links {
    margin-bottom: 30px;
}

.bn-menu-links a {
    display: block;
    padding: 10px 15px;
    background: #fff;
    border-radius: 5px;
    margin-bottom: 10px;
    border: solid 1px #ddd;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: #222 !important;
    position: relative;
    padding-right: 40px;
    transition: 0.2s ease 0s;
}

.bn-menu-links a:last-child {
    margin-bottom: 0;
}

.bn-menu-links a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translate(0, -50%);
}

.bn-menu-links a:hover {
    background: #eee;
}

.bn-menu-link-dropdown {
    display: none;
    padding: 0 15px;
    margin-bottom: 15px;
}

.bn-menu-link-dropdown a {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
}

.bn-menu-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.bn-menu-social>a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 22px;
    color: #fff !important;
    margin-right: 15px;
    margin-bottom: 15px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}

.bn-menu-social>a>i {
    transition: 0.3s ease 0s;
}

.bn-menu-social>a:hover>i {
    transform: rotate(360deg);
}

/* BURGER NAV END */


.slider-bottom {
    margin-top: -50px;
    position: relative;
    z-index: 10;
}

.slider-search-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 99;
    display: none;
}

.slider-search {
    padding: 20px;
    padding-bottom: 0;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 24px rgba(0, 0, 0, 0.4);
    position: relative;
    z-index: 999;
}

.slider-search-desc {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #222;
    font-weight: 900;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    text-align: center;
}

.slider-search-desc b {
    color: #CA0704;
}

.srform-line {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.srform-group {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.srform-group>span {
    position: absolute;
    bottom: 10px;
    left: 60px;
    font-size: 14px;
    line-height: 20px;
    display: none;
    pointer-events: none;
}

.srform-group>span.active {
    display: block;
}

.srform-group>span.active~input {
    padding-top: 10px;
    padding-bottom: 30px;
}

.srform-group>input {
    display: block;
    width: 100%;
    padding: 15px 10px;
    padding-left: 45px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 700;
    background: #eee;
    border: none;
    border-radius: 5px;
    box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.srform-group>i {
    position: absolute;
    top: 0;
    left: 10px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    font-size: 24px;
    line-height: 30px;
    color: #CA0704;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
    pointer-events: none;
}

.srform-group.srform-dategroup {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.srform-group.srform-dategroup>input.srform-date-1 {
    border-radius: 5px 0 0 5px;
    min-width: 65%;
    border-right: solid 2px #fff;
}

.srform-group.srform-dategroup>input.srform-date-2 {
    border-radius: 0 5px 5px 0;
    min-width: 35%;
    padding-left: 15px;
}

.srform-group.srform-dategroup>.datepicker-group {
    position: absolute;
    bottom: 0;
    left: 0;
}

.srform-group.srform-dategroup>.clockpicker-group {
    position: absolute;
    bottom: 0;
    left: 65%;
}

.srform-group>i.reverse {
    transform: scaleY(-1);
}

.srform-group>input::placeholder {
    color: #888;
}

.search-form .row {
    margin-left: -10px;
    margin-right: -10px;
}

.search-form .row>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.srform-btn {
    background: #CA0704;
    color: #fff !important;
    font-size: 20px;
    line-height: 26px;
    padding: 20px;
    /* min-width: 50px; */
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: none;
    overflow: hidden;
    position: relative;
    width: 100%;
}

.srform-btn>span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.srform-btn>span>small {
    display: none;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin-right: 15px;
}

.srform-btn>span {
    position: relative;
    z-index: 10;
}

.srform-btn:after {
    content: "";
    background: #CA0704;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s ease 0s;
}

.srform-btn:hover:after {
    opacity: 1;
}

.main-title-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.main-title {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    padding-bottom: 5px;
    position: relative;
}

.main-title.noline:after {
    content: none;
}

.main-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #CA0704;
}

.main-desc {
    display: block;
    font-size: 18px;
    line-height: 24px;
    color: #444;
    margin-bottom: 20px;
}

.campaign-item {
    display: block;
    width: 100%;
    padding: 0;
    background: #fff;
    border-radius: 5px;
    height: 100%;
    border: solid 1px #ddd;
}

.campaign-item>.img {
    display: block;
    background: #fff;
    border-radius: 5px 5px 0 0;
}

.campaign-item>.img>div {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(9/16*100%);
    border-radius: 5px 5px 0 0;
}

.campaign-item>.img>div>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease 0s;
}

.campaign-item:hover>.img>div>img {
    transform: scale(1.1);
}

.campaign-item>.desc {
    padding: 15px;
    padding-top: 25px;
    position: relative;
    overflow: hidden;
}

.campaign-item>.desc:before,
.campaign-item>.desc:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ccc;
}

.campaign-item:hover>.desc:after {
    opacity: 1;
    left: 0;
}

.campaign-item>.desc>h3 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.campaign-item>.desc>h3>a {
    color: #222 !important;
}

.campaign-item>.desc>p {
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    color: #444;
}

.blog-item {
    display: block;
    width: 100%;
    margin-bottom: 30px;
    border-radius: 5px;
    overflow: hidden;
    border: solid 1px #ddd;
}

.blog-item>.img {
    display: block;
    border-radius: 10px 10px 0 0;
    position: relative;
    border-bottom: solid 1px #ddd;
}

.blog-item>.img>span {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
    background: #CA0704;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    padding: 10px 15px;
    font-weight: 600;
    border-radius: 5px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.blog-item>.img>span>small {
    margin-left: 4px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 600;
}

.blog-item>.img>div {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720/1280*100%);
    border-radius: 10px 10px 0 0;
}

.blog-item>.img>div>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.3s ease 0s;
}

.blog-item:hover>.img>div>img {
    transform: scale(1.1);
}

.blog-item>.desc {
    padding: 15px;
    background: #fff;
}

.blog-item>.desc>h3 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: #222;
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.blog-item>.desc>h3>a {
    color: #222 !important;
}

.blog-item>.desc>p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #666;
    margin-bottom: 0;
}

.form-box {
    padding: 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}

.nletter-group {
    display: block;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
}

.nletter-group>input {
    display: block;
    width: 100%;
    padding: 20px 30px;
    padding-left: 60px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    background: #fbfbfb;
    border: none;
    border-radius: 5px;
    box-shadow: inset 0px 2px 8px rgba(0, 0, 0, 0.1);
}

.nletter-group>input::placeholder {
    color: #888;
}

.nletter-group>i {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    font-size: 24px;
    line-height: 30px;
    color: #888;
    text-shadow: 0px 2px 8px rgba(0, 0, 0, 0.2);
}

.ftr-logo {
    display: block;
    margin-bottom: 20px;
}

.ftr-logo img {
    width: 100%;
}

.ftr-links {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    margin-bottom: 20px;
}

.ftr-links>a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    color: #222 !important;
    margin-bottom: 10px;
    position: relative;
}

.ftr-links>a:hover {
    text-decoration: underline !important;
}

.ftr-links>a:last-child {
    margin-bottom: 0;
}

.ftr-contact {
    display: block;
    margin-bottom: 20px;
}

.ftr-contact>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.ftr-contact>div:last-child {
    margin-bottom: 0;
}

.ftr-contact>div>i {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 34px;
    height: 34px;
    border-radius: 5px;
    background: #CA0704;
    color: #fff;
    margin-right: 10px;
}

.ftr-contact>div>span,
.ftr-contact>div>a {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222 !important;
}

.ftr-contact>div>a:hover {
    text-decoration: underline !important;
}

.ftr-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.ftr-social>a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 34px;
    height: 34px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
    margin-right: 10px;
    margin-bottom: 10px;
}

.ftr-payment {
    display: block;
    margin-bottom: 20px;
}

.ftr-payment>img {
    width: 140px;
    filter: grayscale(1);
}

/* SEARCH TOOLS START */

.search-tools-container {
    position: relative;
}

.search-tools {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px;
    justify-content: flex-start;
    align-items: flex-start;
    display: none;
    z-index: 99;
}

.search-tools-list {
    width: 50%;
    background: #fff;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    max-height: 380px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 5px;
    border-radius: 5px;
    margin-right: 5px;
}

.search-tools-list .item {
    padding: 14px 20px;
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    cursor: pointer;
    color: #444;
    border-bottom: solid 1px #eee;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.search-tools-list .item:last-child {
    border-bottom: none;
}

.search-tools-list .item i {
    font-size: 20px;
    line-height: 26px;
    color: #bbb;
    margin-right: 15px;
}

.search-tools-list .item:hover,
.search-tools-list .item.active {
    border-radius: 5px;
    background: #CA0704;
    color: #fff !important;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}

.search-tools-list .item:hover>i,
.search-tools-list .item.active>i {
    color: #fff !important;
}

.search-tools-date {
    width: 50%;
    display: none;
}

.search-tools-date>.date {
    width: 100%;
}

.search-tools-date .Zebra_DatePicker {
    border: none;
    border-radius: 5px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    width: 100% !important;
    position: relative;
}

.search-tools-date .Zebra_DatePicker td,
.search-tools-date .Zebra_DatePicker th {
    border-radius: 5px;
    font-size: 12px;
    line-height: 20px;
    padding: 10px;
}

.search-tools-date .Zebra_DatePicker .dp_body .dp_hover {
    background: #eee;
}

.search-tools-date .Zebra_DatePicker .dp_body .dp_selected {
    background: #569FF7 !important;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}

.search-tools-date .Zebra_DatePicker .dp_icon.dp_view_toggler {
    background-position: center -84px;
}

.search-tools-date .Zebra_DatePicker .dp_icon.dp_view_toggler.dp_calendar {
    background-position: center -52px;
}

.search-tools-date .Zebra_DatePicker .dp_icon.dp_confirm {
    background-position: center -116px;
}

/* SEARCH TOOLS END */

.main-form-content {
    padding-top: 150px;
    padding-bottom: 100px;
    background: #132048;
    background-image: url(../img/material/back.jpg);
    background-position: center;
    background-size: cover;
}

.main-form-content-text {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

.main-form-content-text>h2 {
    display: block;
    font-size: 54px;
    line-height: 60px;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    margin-bottom: 20px;
    margin-right: 15px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
}

.main-form-content-text>span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 20px;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.8);
}

.main-form-content-text>h2>i {
    margin-right: 15px;
}

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

.nav-top>.left,
.nav-top>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-top>.right {
    width: 100%;
}

.nav-langs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.nav-langs>a {
    font-size: 30px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 50px;
}

.nav-langs>a:last-child {
    margin-right: 0;
}

.burger-nav.transparent .bn-open {
    min-width: 40px;
    height: 40px;
    background: #fff;
    color: #CA0704 !important;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    font-size: 24px;
    line-height: 30px;
}

.page-box {
    display: block;
    padding: 30px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 0px 2px 24px rgb(0 0 0 / 20%);
}

.main-about-img {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(420/1280*100%);
    border-radius: 5px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}

.main-about-img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.backgray {
    background: #f5f5f5;
    padding: 0;
}

.mspec-img {
    display: block;
}

.mspec-img>img {
    width: 100%;
}

.mspec-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    background: #fff;
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
    padding: 20px;
    position: relative;
    font-weight: 500;
}

.mspec-list.revert .mspec-item {
    justify-content: flex-end;
    text-align: right;
}

.mspec-list.revert .mspec-item>i {
    order: 2;
    margin-right: 0;
    margin-left: 15px;
}

.mspec-item:after {
    content: "";
    position: absolute;
    bottom: -5px;
    right: 0;
    width: 10px;
    height: 10px;
    background: #CA0704;
    border-radius: 50%;
}

.mspec-list.revert .mspec-item:after {
    right: unset;
    left: 0;
}

.mspec-list {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.mspec-item>i {
    display: block;
    color: #CA0704;
    font-size: 24px;
    line-height: 30px;
    margin-right: 15px;
}

.wa-fixed {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    line-height: 30px;
    color: #fff !important;
    z-index: 50;
    border-radius: 50%;
}

.Zebra_DatePicker .dp_body .dp_current {
    background: #f5f5f5 !important;
    color: #CA0704 !important;
}

.slide-bottom-item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    height: 100%;
}

.slide-bottom-item>.img {
    display: block;
    width: 120px;
    min-width: 120px;
    border: solid 1px #ddd;
    margin-right: 15px;
    border-radius: 5px;
}

.slide-bottom-item>.img>div {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: 100%;
}

.slide-bottom-item>.img>div>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slide-bottom-item>.desc>h3 {
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.slide-bottom-item>.desc>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.burgernav-button {
    margin-right: 30px;
}

.lang-dropdown>.dropdown-toggle {
    font-size: 28px;
    line-height: 28px;
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}

.lang-dropdown>.dropdown-toggle:after {
    content: none;
}

.lang-dropdown>.dropdown-toggle>i {
    width: 34px;
    height: 34px;
    border-radius: 50%;
}

.lang-dropdown>.dropdown-menu {
    z-index: 50;
    left: unset !important;
    right: 0 !important;
    transform: none !important;
    border-radius: 5px;
}

.lang-dropdown>.dropdown-menu>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 22px;
    color: #444;
}

.lang-dropdown>.dropdown-menu>a>i {
    font-size: 28px;
    line-height: 28px;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    margin-right: 10px;
}

.flex-section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.flex-section>* {
    width: 100%;
}

img {
    max-width: 100%;
}

.insection-img {
    width: 100%;
}

.search-tools-date .Zebra_DatePicker .dp_daypicker.dp_body tr td {
    background: #fff;
    color: #222;
    border-radius: 0;
}

.search-tools-date .Zebra_DatePicker .dp_daypicker.dp_body tr td.dp_disabled:not(.dp_current) {
    background: #fff;
    color: #888;
    opacity: 0.5;
}

.search-tools-date .Zebra_DatePicker .dp_daypicker.dp_body tr td:hover {
    background: #eee !important;
}

.search-tools-date .Zebra_DatePicker .dp_body .dp_selected {
    box-shadow: none;
    background: #569FF7 !important;
}

.inpage-search {
    box-shadow: 0px 2px 12px rgb(0, 0, 0, 0.2);
}

.main-title-inpage {
    border-bottom: solid 1px #ddd;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.car-item {
    display: block;
    background: #fff;
    padding: 10px;
    border: solid 1px #bbb;
    border-radius: 5px;
    margin-bottom: 20px;
}

.car-item>.car-item-content {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    position: relative;
}

.car-item>.car-item-content>.img {
    min-width: 350px;
    width: 350px;
    height: 100%;
    position: relative;
    border: solid 1px #ddd;
    margin-right: 15px;
    border-radius: 5px;
    overflow: hidden;
}

.car-item>.car-item-content>.img>div {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    background: #fff;
}

.car-item>.car-item-content>.img>div>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.car-item>.car-item-content>.desc {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    width: 100%;
}

.car-item>.car-item-content>.desc>.category {
    background: #CA0704;
    color: #fff !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 5px;
    display: block;
    margin-bottom: 5px;
}

.car-item>.car-item-content>.desc>h2 {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.car-item>.car-item-content>.desc>h2>small {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-left: 4px;
    color: #888;
}

.car-item>.car-item-content>.desc>.specs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
}

.car-item>.car-item-content>.desc>.specs>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    background: #f5f5f5;
    border: solid 1px #eee;
    border-radius: 5px;
    margin-right: 5px;
    padding: 5px;
}

.car-item>.car-item-content>.desc>.specs>div:last-child {
    border-right: none;
    margin-right: 0;
}

.car-item>.car-item-content>.desc>.specs>div>i {
    font-size: 30px;
    line-height: 36px;
    color: #888;
    margin-bottom: 0;
}

.car-item>.car-item-content>.desc>.specs>div>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.car-item>.car-item-content>.price {
    min-width: 280px;
    width: 280px;
    background: #fff;
    margin-left: 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
    padding: 10px;
    background: #f5f5f5;
    border: solid 1px #eee;
}

.car-item>.car-item-content>.price>.buttons {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
}

.car-item>.car-item-content>.price>.buttons>.price-label {
    display: block;
    padding: 5px 10px;
    font-size: 20px;
    line-height: 26px;
    background: #fff;
    border-radius: 5px 5px 0 0;
    font-weight: 600;
}

.car-item>.car-item-content>.price>.top {
    margin-bottom: 10px;
}

.car-item>.car-item-content>.price>.top>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #444;
    white-space: nowrap;
}

.car-item>.car-item-content>.price>.top>.total {
    display: block;
    font-size: 34px;
    line-height: 40px;
    font-weight: 900;
    color: #CA0704;
    white-space: nowrap;
}

.side-box {
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #ddd;
    margin-bottom: 30px;
}

.side-box-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #222;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
}

.side-box>.cbox-group {
    margin-bottom: 10px;
}

.side-box>.cbox-group:last-child {
    margin-bottom: 0;
}

.car-item>.car-item-pane {
    padding-top: 10px;
    display: none;
}

.car-item>.car-item-pane.active {
    display: block;
}

.car-item>.car-item-pane>.tabs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border-bottom: solid 1px #ddd;
}

.car-item>.car-item-pane>.tabs>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
    font-weight: 500;
    padding: 10px 15px;
    border: solid 1px #ddd;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    transition: 0.2s ease 0s;
}

.car-item>.car-item-pane>.tabs>a:hover {
    background: #f5f5f5;
}

.car-item>.car-item-pane>.tabs>a.active {
    background: #CA0704;
    color: #fff !important;
    border-color: #CA0704;
}

.car-item>.car-item-pane>.panes>div {
    padding-top: 10px;
    display: none;
}

.car-item>.car-item-pane>.panes>div.active {
    display: block;
}

.car-item>.car-item-pane>.panes>div .row {
    margin-left: -10px;
    margin-right: -10px;
}

.car-item>.car-item-pane>.panes>div .row>[class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.extra-item {
    padding: 15px;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.extra-item>.left,
.extra-item>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.extra-item>.left {
    width: 100%;
}

.extra-item>.left>i {
    font-size: 34px;
    line-height: 40px;
    color: #888;
    margin-right: 15px;
}

.extra-item>.left>div>span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #222;
    white-space: nowrap;
}

.extra-item>.left>div>span>a {
    display: block;
    margin-left: 10px;
    color: #CA0704 !important;
}

.extra-item>.left>div>small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.extra-spinner {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.extra-spinner>a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    min-width: 30px;
    height: 30px;
    border: solid 1px #ddd;
    background: #f5f5f5;
    color: #222 !important;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
    transition: 0.3s ease 0s;
}

.extra-spinner>a:hover {
    background: #ddd;
}

.extra-spinner>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #222;
    margin: 0 5px;
    min-width: 20px;
    width: 20px;
    text-align: center;
}

.total-box {
    display: block;
    padding: 15px;
    background: #f5f5f5;
    border: solid 1px #eee;
    border-radius: 5px;
}

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

.total-box>.left,
.total-box>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.total-box>.left {
    flex-wrap: wrap;
}

.total-box>.left>span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #CA0704;
    margin: 5px 0;
    margin-right: 15px;
}

.total-box>.right .total-price {
    margin-right: 15px;
}

.total-box>.right .total-price>span {
    display: block;
    font-size: 34px;
    line-height: 40px;
    font-weight: 900;
    color: #CA0704;
}

.total-box>.right .total-price>small,
.total-box>.right .temptotal-price.drop>small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222;
    text-align: right;
}

.gal-item {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    margin-bottom: 20px;
    border: solid 1px #ddd;
}

.gal-item>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gal-item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    transition: 0.3s ease 0s;
    z-index: 10;
}

.gal-item:hover:before {
    opacity: 1;
}

.gal-item:after {
    content: "\2b";
    font-family: "Font Awesome 6 Pro";
    font-weight: 400;
    color: #fff;
    font-size: 30px;
    line-height: 36px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 12;
    opacity: 0;
    transition: 0.3s ease 0s;
}

.gal-item:hover:after {
    opacity: 1;
}

.car-side>.img {
    display: block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.car-side>.img>img {
    width: 200px;
    max-width: 100%;
}

.car-side>h2 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #222;
    margin-bottom: 10px;
    text-align: center;
}

.car-side>.specs {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

.car-side>.specs>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 10px;
    margin-bottom: 10px;
}

.car-side>.specs>div>i {
    margin-right: 5px;
    width: 25px;
    text-align: center;
    color: #888;
    font-size: 20px;
    line-height: 26px;
}

.car-side>.specs>div>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.car-side>.directions {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
}

.car-side>.directions>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
}

.car-side>.directions>div:last-child {
    margin-bottom: 0;
}

.car-side>.directions>div>i {
    font-size: 30px;
    line-height: 36px;
    color: #444;
    margin-right: 10px;
    min-width: 40px;
    text-align: center;
}

.car-side>.directions>div>div>small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.car-side>.directions>div>div>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 500;
}

.car-side>div>.price-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
}

.car-side>div>.price-line>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 500;
}

.car-side>div>.price-line>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.car-side>div>.price-line>div>i {
    font-size: 30px;
    line-height: 36px;
    width: 40px;
    text-align: center;
    color: #444;
    margin-right: 10px;
}

.car-side>div>.price-line>div>div>small {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.car-side>div>.price-line>div>div>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 500;
}

.car-side>.total-line {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.car-side>.total-line>span {
    display: block;
    font-size: 34px;
    line-height: 40px;
    font-weight: 900;
    color: #CA0704;
}

.car-side>.total-line>small {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.bcrumb {
    padding-top: 50px;
    padding-bottom: 50px;
    position: relative;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bcrumb:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(rgba(255, 255, 255, 0.2), #fff);
}

.bcrumb>.container {
    position: relative;
    z-index: 10;
}

.bcrumb h1 {
    display: block;
    font-size: 24px;
    line-height: 30px;
    margin: 0;
    font-weight: 900;
    text-transform: uppercase;
    color: #222;
}

.bcrumb .links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 10px;
}

.bcrumb .links>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
    margin-right: 20px;
    position: relative;
}

.bcrumb .links>a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #888;
    position: absolute;
    top: 0;
    right: -20px;
    width: 20px;
    text-align: center;
    pointer-events: none;
}

.bcrumb .links>a:last-child {
    margin-right: 0;
}

.bcrumb .links>a:last-child:after {
    content: none;
}

.bcrumb .links>a:hover {
    text-decoration: underline !important;
}

.pcar-item {
    display: block;
    margin-bottom: 30px;
    box-shadow: 0px 2px 12px rgb(0, 0, 0, 0.2);
    border-radius: 5px;
    overflow: hidden;
}

.pcar-item>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720/1280*100%);
    border-bottom: solid 1px #eee;
}

.pcar-item>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.pcar-item>.img>span {
    background: #CA0704;
    color: #fff !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 30px;
    display: block;
    margin-bottom: 5px;
    position: absolute;
    bottom: 10px;
    left: 15px;
}

.pcar-item>.desc {
    display: block;
    padding: 10px 15px;
}

.pcar-item>.desc>h3 {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #222;
    margin-bottom: 20px;
}

.pcar-item>.desc>.specs {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.pcar-item>.desc>.specs>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
    border-right: solid 1px #ddd;
}

.pcar-item>.desc>.specs>div:last-child {
    border-right: none;
}

.pcar-item>.desc>.specs>div>i {
    font-size: 34px;
    line-height: 40px;
    color: #bbb;
    margin-bottom: 5px;
}

.pcar-item>.desc>.specs>div>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
}

.pcar-item>.desc>.bottom {
    margin-top: 10px;
    padding-top: 10px;
    border-top: solid 1px #eee;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.pcar-item>.desc>.bottom>span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    margin-right: 15px;
}

.carpage-slider-container {
    position: relative;
    display: block;
    width: 100%;
    margin-bottom: 20px;
    border: solid 2px #eee;
    border-radius: 5px;
    overflow: hidden;
}

.carpage-slider-container>.tns-outer>button {
    display: none;
}

.carpage-slider-container>.tns-outer>.tns-controls {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translate(0, -50%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    pointer-events: none;
    z-index: 10;
}

.carpage-slider-container>.tns-outer>.tns-controls>button {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    background: #eee;
    pointer-events: all;
}

.carpage-ctg {
    background: #CA0704;
    color: #fff !important;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 30px;
    display: inline-block;
    margin-bottom: 10px;
    margin-top: 10px;
}

.carpage-specs {
    display: block;
}

.carpage-specs>.item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 15px 25px;
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 10px;
}

.carpage-specs>.item>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.carpage-specs>.item>div>i {
    font-size: 30px;
    line-height: 36px;
    color: #bbb !important;
    margin-right: 10px;
}

.carpage-specs>.item>div>span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #444;
}

.carpage-specs>.item>span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #222;
}

.page-banner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(520/1280*100%);
    border-radius: 5px;
    margin-bottom: 30px;
}

.page-banner>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cnumber-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 30px;
    border: solid 2px #eee;
    border-radius: 5px;
    margin-bottom: 10px;
}

.cnumber-box.small {
    padding: 15px;
}

.cnumber-box>i {
    font-size: 20px;
    line-height: 26px;
    min-width: 50px;
    height: 50px;
    background: #CA0704;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    margin-right: 15px;
}

.cnumber-box>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444 !important;
}

.cnumber-box>a:hover {
    text-decoration: underline !important;
}

.cnumber-box.small>i {
    min-width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
}

.cnumber-box>div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.cnumber-box>div>span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #222;
    margin-bottom: 5px;
}

.cnumber-box.small>div>span {
    font-size: 14px;
    line-height: 20px;
}

.cnumber-box>div>a {
    display: block;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #CA0704 !important;
}

.cnumber-box>div>a:hover {
    text-decoration: underline !important;
}

.cnumber-box.small>div>a {
    font-size: 18px;
    line-height: 24px;
}

.cinfo-box {
    padding: 20px;
    border: solid 2px #eee;
    border-radius: 5px;
    margin-bottom: 30px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.cinfo-items {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
}

.cinfo-items>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
}

.cinfo-items>div:last-child {
    margin-bottom: 0;
}

.cinfo-items>div>i {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #CA0704;
    min-width: 20px;
    text-align: center;
}

.cinfo-items>div>span,
.cinfo-items>div>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444 !important;
}

.cinfo-items>div>a:hover {
    text-decoration: underline !important;
}

.map-frame {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    border: solid 1px #ddd;
    border-radius: 5px;
    margin-bottom: 30px;
}

.map-frame>* {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.captcha-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.page-banner>span {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10px;
    background: #CA0704;
    color: #fff;
    font-size: 30px;
    line-height: 34px;
    padding: 10px;
    font-weight: 700;
    border-radius: 6px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}

.page-banner>span>small {
    margin-top: 2px;
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    font-weight: 400;
}

.inpage-title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 900;
    color: #222;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.page-specs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 5px;
}

.page-specs>span {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #444;
}

.page-specs>span>i {
    display: block;
}

.side-articles {
    display: block;
}

.side-articles>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    border: solid 1px #eee;
    border-radius: 5px;
    background: #f8f8f8;
    margin-bottom: 10px;
    transition: 0.3s ease 0s;
}

.side-articles>a:hover {
    background: #eee;
}

.side-articles>a:last-child {
    margin-bottom: 0;
}

.side-articles>a>.img {
    display: block;
    width: 80px;
    min-width: 80px;
    position: relative;
    margin-right: 15px;
    border: solid 1px #eee;
}

.side-articles>a>.img>div {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    border-radius: 5px;
}

.side-articles>a>.img>div>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.side-articles>a>.desc {
    width: 100%;
    overflow: hidden;
}

.side-articles>a>.desc>h3 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #222;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.side-articles>a>.desc>span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
}

.rez-info-msg {
    display: block;
}

.rez-info-msg>span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #444;
    margin-bottom: 10px;
}

.rezsum-table {
    width: 100%;
}

.rezsum-table tr>td {
    border: solid 1px #ddd;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}

.rezsum-table tr>td:first-child {
    font-weight: 500;
    color: #222;
    background: #f8f8f8;
}

.rezsum-table tr>td.head {
    background: #CA0704;
    color: #fff;
    font-weight: 900;
}

.rezsum-table tr>td>small {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    white-space: nowrap;
}

.soru-item {
    margin-bottom: 10px;
    border-radius: 0;
}

.soru-item:last-child {
    border: none;
    margin: 0;
}

.soru-header {
    display: block;
    color: #888 !important;
    font-weight: 600;
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 5px;
    padding: 14px 0;
    position: relative;
    padding-right: 30px;
    padding-left: 15px;
}

.soru-header:hover h3 {
    color: #444 !important;
}

.soru-header h3 {
    font-size: 16px;
    line-height: 22px;
    margin: 0;
    font-weight: 600;
    transition: 0.2s ease 0s;
}

.soru-header:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    position: absolute;
    top: 16px;
    right: 12px;
    font-size: 14px;
}

.soru-header[aria-expanded="true"]:after {
    content: "\f107";
}

.soru-header[aria-expanded="true"] h3 {
    color: #CA0704 !important;
}

.soru-body {
    display: block;
    color: #444;
    font-size: 14px;
    line-height: 20px;
}

.soru-body p {
    margin: 0;
    padding: 14px 12px;
    display: block;
    text-align: justify;
}

.office-item {
    padding: 15px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
    border-radius: 5px;
    margin-bottom: 30px;
}

.office-item>h3 {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    color: #222;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
}

.exp-dropdown {
    margin-right: 30px;
}

.exp-dropdown>.dropdown-toggle {
    font-size: 14px;
    line-height: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 15px;
    box-shadow: 0px 2px 12px rgb(0 0 0 / 20%);
    border-radius: 30px;
    background: #fff;
}

.exp-dropdown>.dropdown-menu {
    right: unset;
    left: 50% !important;
    transform: translate(-50%, 0) !important;
    top: 100% !important;
    border-radius: 5px;
}

.price-box {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    flex-direction: column;
}

.temptotal-price.drop {
    margin-right: 15px;
    display: flex;
    justify-content: flex-start;
    padding: 5px 10px;
    align-items: center;
    background: #eee;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.temptotal-price.drop>span {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #222;
}

.temptotal-price.drop>small {
    font-size: 12px;
    line-height: 18px;
    color: #666;
    margin-left: 6px;
}

.car-select-btn {
    flex-direction: column;
    padding: 10px 20px !important;
}

.car-select-btn.csb-blue {
    background: #486ff9;
}

.car-select-btn>span:first-child {
    display: block;
    font-size: 19px;
    line-height: 25px;
    color: #fff;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    white-space: nowrap;
    text-transform: none;
    font-weight: 400;
}

.car-select-btn>span:last-child {
    display: block;
    font-size: 28px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

.extra-btn {
    background: none;
    color: #CA0704 !important;
    border: solid 1px #CA0704;
    box-shadow: none;
    letter-spacing: 1px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
}

.price-save {
    background: #fff;
    font-size: 16px;
    line-height: 22px;
    border-radius: 5px;
    color: #222;
    padding: 5px 10px;
    border: solid 1px #ddd;
    animation-name: blinktext;
    animation-duration: 0.8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in;
    animation-direction: alternate;
    animation-delay: 0s;
}

@keyframes blinktext {
    0% {
        color: #fff;
    }

    100% {
        color: #25D366;
    }
}

.price-save>b {
    font-weight: 500;
}

.rent-day {
    display: block;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
    color: #666;
}

.wa-contact-btn {
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 20px;
    background: #25D366;
    color: #fff !important;
    font-size: 18px;
    line-height: 24px;
    border-radius: 5px;
}

.sitenav {
    padding: 10px 0;
    background: #fff;
    border-bottom: solid 1px #eee;
}

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

.sitenav-flex>.left,
.sitenav-flex>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sitenav-logo {
    display: block;
    margin-right: 20px;
}

.sitenav-logo img {
    width: 300px;
}

.sitenav-links {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.sitenav-links>.item {
    display: block;
    position: relative;
}

.sitenav-links>.item:not(:last-child) {
    margin-right: 20px;
}

.sitenav-links>.item>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
    font-weight: 600;
    padding: 10px 0;
}

.sitenav-links>.item:after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    border-bottom: solid 2px #CA0704;
    transition: 0.2s ease 0s;
}

.sitenav-links>.item:hover:after {
    width: 50px;
}

.sitenav-dropdown {
    display: block;
    position: relative;
}

.sitenav-dropdown>a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #222;
    font-weight: 600;
    border: solid 1px #ccc;
    padding: 5px 10px;
    border-radius: 5px;
    transition: 0.2s ease 0s;
}

.sitenav-dropdown>a:hover {
    background: #f5f5f5;
}

.sitenav-dropdown>a>i {
    display: block;
    margin-right: 5px;
}

.sitenav-dropdown>.dropdown-menu {
    position: absolute;
    top: 100% !important;
    left: unset !important;
    right: 0 !important;
    margin: 0 !important;
    transform: none !important;
    min-width: unset !important;
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 5px 0;
    background: #fff;
}

.sitenav-dropdown>.dropdown-menu>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222 !important;
    padding: 5px 10px;
    font-weight: 600;
    white-space: nowrap;
}

.sitenav-dropdown>.dropdown-menu>a>i {
    margin-right: 5px;
}

.sitenav-dropdown>.dropdown-menu>a:hover {
    background: #f5f5f5;
}

.sitebanner-content {
    display: block;
    width: 100%;
    position: relative;
    padding-top: 100px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.sitebanner-content:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.8) 80%, #ffffff 100%);
}

.sitebanner-content>* {
    position: relative;
    z-index: 20;
}

.sitebanner-content .search-form {
    padding: 20px;
    padding-bottom: 0;
    background: #fff;
    border: solid 2px #ca0706;
    border-radius: 5px;
    outline: solid 4px #fff !important;
}

.search-form .row {
    margin-left: 0;
    margin-right: 0;
}

.search-form .row>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.sbf-group {
    display: block;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.sbf-group input {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
/*    padding: 20px;*/
    padding: 10px;
    border: solid 1px #ddd;
    border-right: none;
    font-weight: 600;
    padding-left: 35px;
    box-shadow: inset 0px 2px 4px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    transition: 0.2s ease 0s;
    background: #fbfbfb;
}

.sbf-group input:hover {
    background: #f5f5f5;
}

.sbf-group i {
    position: absolute;
    top: 52%;
    left: 0;
    width: 40px;
    text-align: center;
    font-size: 18px;
    line-height: 24px;
    color: #ca0706;
}

.sbf-dategroup {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    position: relative;
    flex-direction: column;
}

.sbf-dategroup>.datepicker-group,
.sbf-dategroup>.clockpicker-group {
    position: absolute;
    top: 100%;
    left: 0;
}

.sbf-dategroup>.clockpicker-group>.Zebra_DatePicker {
    width: 157px !important;
}





.sbf-dategroup>.sbf-date-2 {
    padding-left: 20px;
}

.sbf-button {
    padding: 21px 20px;
    border-radius: 0px;
}

.sitebanner-title {
    display: block;
    margin-bottom: 20px;
}

.sitebanner-title>h2 {
    display: block;
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #fff;
    margin: 0;
}

.sitebanner-title>span {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-top: 5px;
    color: #fff;
}

.sitecaritem {
    display: block;
    margin-bottom: 20px;
    border: solid 1px #ddd;
    border-radius: 5px;
    overflow: hidden;
}

.sitecaritem>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/5*100%);
    border-bottom: solid 1px #ddd;
}

.sitecaritem>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sitecaritem>.img>.category {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 5px 10px;
    background: #CA0704;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
}

.sitecaritem>.content {
    padding: 10px;
    background: #f5f5f5;
}

.sitecaritem>.content>.title {
    display: block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sitecaritem>.content>.specs {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sitecaritem>.content>.specs>div {
    display: block;
    text-align: center;
    width: calc(100% / 3);
    background: #e5e5e5;
    border-radius: 5px;
    padding: 10px;
}

.sitecaritem>.content>.specs>div:not(:last-child) {
    margin-right: 10px;
}

.sitecaritem>.content>.specs>div>i {
    display: block;
    font-size: 20px;
    line-height: 26px;
    color: #888;
}

.sitecaritem>.content>.specs>div>span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #222;
}

.sitemenu-toggle {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    height: 50px;
    border: solid 1px #ccc;
    font-size: 16px;
    line-height: 22px;
    color: #222;
    border-radius: 5px;
    background: #fff;
    box-shadow: none;
}

.cars-slider-container .sitecaritem {
    margin-bottom: 0;
}

.cars-slider-container {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 0 10px;
}

.cars-slider-buttons {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    pointer-events: none;
}

.cars-slider-buttons>div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #CA0704;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: all;
    font-size: 14px;
    line-height: 20px;
}

.cars-slider-buttons>div.prev:before {
    content: "\f104";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #fff;
}

.cars-slider-buttons>div.next:before {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    font-weight: 400;
    color: #fff;
}

.sitepage-search {
    padding-top: 20px;
    background: #eee;
}

.login-banner {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(4/6*100%);
    border-radius: 5px;
    border: solid 1px #ddd;
}

.login-banner>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.login-box {
    padding: 20px;
    border: solid 1px #ccc;
    border-radius: 5px;
}

.login-desc {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-bottom: 10px;
}

.login-desc>a {
    color: #CA0704 !important;
    font-weight: 600;
}

.login-desc>a:hover {
    text-decoration: underline !important;
}

.login-forgotpass {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.login-forgotpass>a {
    color: #CA0704 !important;
}

.login-forgotpass>a:hover {
    text-decoration: underline !important;
}

.account-menu {
    padding: 10px;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.main-link {
    font-weight: 600;
    color: #CA0704 !important;
}

.main-link:hover {
    text-decoration: underline !important;
}

.account-menu {
    display: block;
    background: #fbfbfb;
}

.account-menu>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    font-weight: 600;
    padding: 10px 15px;
    border: solid 1px #ddd;
    border-radius: 5px;
    background: #fff;
    transition: 0.2s ease 0s;
}

.account-menu>a:not(:last-child) {
    margin-bottom: 5px;
}

.account-menu>a>i {
    display: block;
    text-align: center;
    min-width: 20px;
    font-size: 14px;
    line-height: 20px;
    margin-right: 4px;
    color: #aaa;
}

.account-menu>a:hover {
    background: #CA0704;
    color: #fff !important;
}

.account-menu>a:hover>i {
    color: #fff;
}

.step-side-box {
    padding: 20px;
    background: #fff;
    border-radius: 5px;
    border: solid 1px #ddd;
}

.step-side-box>.title {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
}

.step-side-social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.step-side-social>a {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 20px;
    color: #fff !important;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.step-side-contact {
    display: block;
}

.step-side-contact>.item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.step-side-contact>.item>i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 20px;
    border-radius: 50%;
    border: solid 1px #ddd;
    color: #CA0704;
    min-width: 30px;
    height: 30px;
    margin-right: 5px;
}

.step-side-contact>.item>a {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #444 !important;
}

.step-side-contact>.item:not(:last-child) {
    margin-bottom: 10px;
}

.step-side-contact>.item>a:hover {
    text-decoration: underline !important;
}

.acc-container {
    display: block;
    padding: 20px;
    border: solid 1px #ddd;
    border-radius: 5px;
}

.archive-list {
    display: block;
}

.archive-list>a {
    display: block;
    border: solid 1px #ccc;
    border-radius: 5px;
    overflow: hidden;
    background: #fbfbfb;
    transition: 0.2s ease 0s;
}

.archive-list>a:not(:last-child) {
    margin-bottom: 20px;
}

.archive-list>a:hover {
    background: #eee;
}

.archive-list .row {
    margin-left: 0;
    margin-right: 0;
}

.archive-list .row>[class*="col-"] {
    padding-left: 0;
    padding-right: 0;
}

.archive-list .img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3/4*100%);
    border-right: solid 1px #ccc;
    background: #fff;
}

.archive-list .img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.archive-list .content {
    padding: 20px;
}

.archive-list .content>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #222;
}

.archive-list .content>span>b {
    font-weight: 600;
}

.archive-list .content>span:not(:last-child) {
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: solid 1px #ddd;
}

.archive-list .detail-box {
    padding: 10px;
    background: #eee;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.2s ease 0s;
}

.archive-list>a:hover .detail-box {
    background: #ddd;
}

.archive-list .detail-box>i {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    background: #CA0704;
    min-width: 50px;
    height: 50px;
    border-radius: 5px;
}

#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0px;
    width: 100%;
}

#counter .item {
    background: #fff;
    width: 100%;
    padding: 35px 40px;
    margin: 10px 0px;
    text-align: center;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
    min-height: 175px;
}

#counter .item .count {
    color: #ca0706;
    margin-bottom: 5px;
    font-size: 40px;
}

#counter .item h3 {
    color: #4f4e28;
    text-transform: capitalize;
    font-size: 18px;
    line-height: 22px;
}



.w60 {
    width: 60% !important;
}

.w40 {
    width: 40% !important;
}




.p-15 {
    padding: 0px 15px !important;
}

.service-img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3 / 4 * 100%);
}

.service-img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease 0s;
}


.service-text {
    overflow-y: auto;
    overflow-x: hidden;
    height: 330px;
    scrollbar-width: thin;
    scrollbar-color: #ccc #f1f1f1;
}

/* WebKit tarayıcıları için kaydırma çubuğu özelleştirmesi */
.service-text::-webkit-scrollbar {
    width: 8px;
}

.service-text::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.service-text::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
}

.service-text::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.header-top-nav>.left,
.header-top-nav>.right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.socials {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.socials>a {
    color: #fff !important;
    font-size: 14px;
    line-height: 20px;
    min-width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    position: relative;
    transition: 0.2s ease 0s;
}

.socials>a:first-child::before {
    content: "";
    position: absolute;
    top: 5px;
    right: 38px;
    border-right: solid 1px rgb(255 255 255 / 50%);
    height: calc(100% - 10px);
    width: 100%;
}

.socials>a:after {
    content: "";
    position: absolute;
    top: 5px;
    right: -5px;
    border-right: solid 1px rgb(255 255 255 / 50%);
    ;
    height: calc(100% - 10px);
    width: 100%;
}

.f-black {
    color: #424242 !important;
}

.header-top {
    background: #2a2b2a;
}


.counter-bg {
    background: rgb(219 219 219);
}


.faq-box {
    border: solid 1px rgb(0 0 0 / 5%);
    border-radius: 5px;
    padding: 20px 30px;
    box-shadow: 0px 0px 10px #00000040;

}

.slide-desc {
    position: absolute;
    top: 290px;
    width: 100%;
    pointer-events: none;
    transform: translate(0, -50%);
    margin-top: -20px;
    z-index: 10;
    text-align: center;
}

.slide-desc .title {
    display: block;
    font-size: 26px;
    line-height: 1.2;
    padding-bottom: 0;
    color: #fff;
    font-weight: 700;
    text-shadow: 2px 2px #1b1b1bad;
}

.slide-desc .desc {
    display: block;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #fff;
    padding-bottom: 120px;
    margin-top: 10px;
    text-shadow: 2px 2px #1b1b1bad;
}

.slide-desc-in {
    pointer-events: all;
}


.badge-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
    border: solid 1px rgb(0 0 0 / 5%);
    border-radius: 5px;
    padding: 20px 30px;
    box-shadow: 0px 0px 10px #00000040;
    min-height: 305px;
    max-height: 305px;
    height: 100%;
    overflow: hidden;
}


.badge-item>i {
    display: block;
    font-size: 3.5rem;
    color: #ca0706;
}

.badge-item>span {
    display: block;
    font-size: 1.2rem;
    color: var(--soft-text-color);
    text-align: center;
    padding: 0 20px;
    font-weight: 600;
}


.blog-item {
    display: block;
    margin-bottom: 30px;
    border-radius: 10px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    background: #fff;
    overflow: hidden;
}

.blog-item>.img {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(720 / 1280 * 100%);
}

.blog-item>.img>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.4s ease 0s;
}

.blog-item>.desc {
    padding: 10px 15px;
}

.blog-item>.desc>h3 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 500;
    color: #222;
    margin-bottom: 10px;
}

.blog-item>.desc>p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
    color: #444;
    margin-bottom: 10px;
}

.blog-item>.desc>span {
    display: block;
    font-size: 12px;
    line-height: 18px;
    color: #888;
}

.blog-item:hover>.desc>h3 {
    text-decoration: underline !important;
}

.blog-item:hover>.img>img {
    transform: scale(1.1);
}


.side-box {
    padding: 20px;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    border-radius: 10px;
}

.side-box.sideform {
    border: solid 2px #ccc;
}

.side-box-title {
    display: block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 900;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #ddd;
    text-transform: uppercase;
}

.side-blogs {
    display: block;
}

.side-blogs>a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: solid 1px #ddd;
    padding-right: 30px;
    position: relative;
}

.side-blogs>a:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.side-blogs>a:after {
    content: "\f105";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    top: calc(50% - 5px);
    right: 0;
    transform: translate(0, -50%);
    color: #888;
    font-size: 20px;
    line-height: 26px;
    transition: 0.2s ease 0s;
}

.side-blogs>a:hover:after {
    color: #222;
    right: 10px;
}

.side-blogs>a:hover>.img>div>img {
    transform: scale(1.1);
}

.side-blogs>a>.img {
    display: block;
    min-width: 80px;
    margin-right: 15px;
}

.side-blogs>a>.img>div {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    padding-top: calc(3 / 4 * 100%);
    border-radius: 5px;
}

.side-blogs>a>.img>div>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.2s ease 0s;
}

.side-blogs>a>.desc {
    display: block;
    overflow: hidden;
    width: 100%;
}

.side-blogs>a>.desc>h3 {
    display: block;
    font-size: 16px;
    line-height: 22px;
    font-weight: 900;
    color: #222 !important;
    text-transform: uppercase;
    margin-bottom: 5px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.side-blogs>a>.desc>span {
    display: block;
    font-size: 14px;
    line-height: 20px;
    color: #666;
}