/* =-=-=-=-=-=-= General =-=-=-=-=-=-= */

body {
    font-family: "Proxima";

    font-size: 16px;

    line-height: 30px;

    font-weight: 400;

    color: #666666;

    background-color: #fff;

    overflow-x: hidden;

    -webkit-text-size-adjust: 100%;

    -webkit-overflow-scrolling: touch;

    -webkit-font-smoothing: antialiased !important;
}

html,
body {
    width: 100%;

    height: 100%;
}

/* Link style

/* ------------------------------ */

a {
    color: #232ed1;

    line-height: 20px;
}

a,
a > * {
    outline: none;

    cursor: pointer;

    text-decoration: none;
}

a:not(.btn):focus,
a:not(.btn):hover {
    color: #13205b;

    outline: none;

    text-decoration: none;
}

/* Transition elements

/* ------------------------------ */

.navbar a,
.form-control {
    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;

    -ms-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;
}

a,
.btn {
    -webkit-transition: all 0.4s ease;

    -moz-transition: all 0.4s ease;

    -ms-transition: all 0.4s ease;

    -o-transition: all 0.4s ease;

    transition: all 0.4s ease;
}

/* Reset box-shadow

/* ------------------------------ */

.btn,
.form-control,
.form-control:hover,
.form-control:focus,
.navbar-custom .dropdown-menu {
    -webkit-box-shadow: none;

    box-shadow: none;
}

button:focus {
    outline: none !important;
}

/* =-=-=-=-=-=-= Image =-=-=-=-=-=-= */

img {
    width: 100%;

    max-width: 100%;
}

/* =-=-=-=-=-=-= Typography =-=-=-=-=-=-= */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;

    margin: 0 0 15px;

    color: #202020;
}

h1 {
    font-size: 35px;

    line-height: 50px;
}

h2 {
    font-size: 25px;
}

h3 {
    font-size: 20px;

    line-height: 25px;
}

h4 {
    font-size: 18px;

    line-height: 20px;
}

h5 {
}

h6 {
}

blockquote {
    padding: 20px 20px 20px 60px;

    font-size: 16px;

    color: #969595;

    border-left: 0;

    border: 1px solid #eee;

    position: relative;

    margin: 0;
}

blockquote::before {
    position: absolute;

    content: "\f10d";

    font-family: FontAwesome;

    font-size: 30px;

    color: #eee;

    left: 15px;

    top: 25px;
}

input {
    outline: none;
}

/* Button

/* ------------------------------ */

.btn {
    padding: 14px 45px;

    border-radius: 0;
}

.btn-primary {
    background-color: #34495e;

    border-color: #34495e;
}

.btn-primary:hover {
    background-color: #13205b;

    border-color: #13205b;
}

.btn:focus,
button:focus {
    outline: none !important;
}

/* =-=-=-=-=-=-= List Style =-=-=-=-=-=-= */

ul {
    margin: 0;

    padding: 0;

    list-style: none;
}

.unorder-list {
    list-style: inherit;
}

/* Form Style

/* ------------------------------ */

.form-group {
    margin-bottom: 30px;
}

.form-control {
    height: 60px;

    padding: 20px;

    font-size: 18px;

    line-height: 25px;

    font-weight: 300;

    color: #202020;

    border: 1px solid #eee;

    border-radius: 0;
}

.notifyjs-bootstrap-base {
    background-position: 3px center !important;
}

.form-control:focus {
    border-color: #13205b;
}
select {
    -webkit-appearance: none;
}
select {
    background: url(../images/arrow-down.svg) no-repeat;
    background-position: calc(100% - 5px) center;
    background-size: 12px;
    padding-right: 20px !important;
}
select.inputCurve {
    padding-right: 20px !important;
}
.select select {
    background: none;
}
#collapseTwo .toClass:before,
#collapseTwo .toClass:after {
    content: none !important;
}
/* =-=-=-=-=-=-= Global Style =-=-=-=-=-=-= */

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

.section-title {
    font-size: 40px;

    line-height: 30px;

    color: #13205b;

    margin-bottom: 25px;

    text-transform: uppercase;

    font-weight: 700;
}

.sub-title {
    margin: 0;

    line-height: 25px;

    color: #999999;
}

/*custom margin classes*/

/*margin top*/

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

.mt-50 {
    margin-top: 50px;
}

.mt-80 {
    margin-top: 80px;
}

.mt-100 {
    margin-top: 100px;
}

/*margin bottom*/

.mb-30 {
    margin-bottom: 30px;
}

.mb-80 {
    margin-bottom: 80px;
}

/*custom padding classes*/

.no-padding {
    padding: 0 !important;
}

/*padding-bottom*/

.pb-20 {
    padding-bottom: 20px;
}

.pb-30 {
    padding-bottom: 30px;
}

.pb-50 {
    padding-bottom: 50px;
}

.pt-100 {
    padding-top: 100px;
}

.pb-100 {
    padding-bottom: 100px;
}

/*padding top bottom*/

.ptb-20 {
    padding: 20px 0;
}

.ptb-50 {
    padding: 50px 0;
}

.ptb-90 {
    padding: 90px 0;
}
/** slick **/
.slick-arrow {
    font-size: 0;
    border: 1px solid #363636;
    background: #0018f8;
    height: 37px;
    width: 37px;
    border-radius: 100%;
    position: absolute;
    top: 50%;
    right: 0;
    transition: ease all 0.25s;
    cursor: pointer;
    transform: translateY(-50%);
    z-index: 90;
}
.slick-arrow:before {
    position: absolute;

    content: "\f054";

    font-size: 15px;

    font-family: "Font Awesome 5 Free";

    z-index: 99;

    font-weight: 900;

    color: #fff;

    bottom: 0;

    top: 0;

    right: 0;

    left: 0;

    margin: auto;

    width: 100%;

    height: 100%;

    transition: ease all 0.25s;

    display: flex;

    justify-content: center;

    align-items: center;

    padding: 3px 3px 0 0;
}
.slick-arrow.slick-prev:before {
    content: "\f053";
}
/** End slick **/
/** Pagination **/

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
    gap: 17px;
    justify-content: center;
    position: relative;
    z-index: 1;
    background: #fff;
    display: inline-flex;
    margin: auto;
    padding: 0 40px;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #0119f8;
    border-color: #0119f8;
}

.page-link {
    position: relative;
    padding: 0.5rem 0.75rem;
    margin-left: auto;
    color: #000;
    background-color: #fff;
    border: 1px solid #272727;
    border-radius: 6px !important;
    width: 42px;
    height: 42px;
    text-align: center;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pagination-bottom {
    margin-top: 90px;
    position: relative;
    text-align: center;
}

.pagination-bottom:after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    background: #000;
    height: 1px;
    z-index: 0;
    left: 0;
}
/** End pagination **/
header {
    position: relative;

    left: 0;

    right: 0;

    top: 0;

    z-index: 9;
    height: 130px;
    background: #fff;
    display: flex;
    align-items: center;
    box-shadow: 0px 6px 20px #0000001a;
}
@media (max-width: 1024px) {
    header {
        height: auto;
    }
}
header .logo-box {
    height: 100%;

    display: flex;

    justify-content: center;

    align-items: center;

    padding-bottom: 0px;
}

header .nav-box {
    display: flex;

    height: 100%;

    align-items: center;

    padding-bottom: 0px;
    /* flex-wrap: wrap; */
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 0px;
}
header .nav-box .nav {
    align-items: center;
    margin: auto;
}

header ul.nav li.nav-item a.nav-link {
    display: block;

    font-size: 14px !important;

    font-family: "Proxima";

    font-weight: 500;

    color: rgb(54, 54, 54);

    line-height: 20px;

    text-align: left;

    padding: 5px 10px;
}

header .right-side-nav {
    margin: 0;
    margin-left: 24px;
    flex: 0 0 auto;
}

header .right-side-nav p {
    border-radius: 6px;

    overflow: hidden;

    margin: 0;

    max-width: 169px;

    margin-left: auto;
}
@media (min-width: 1600px) {
    header .container-fluid {
        max-width: 1570px;
    }
}
@media (max-width: 1024px) {
    header .right-side-nav {
        width: 100%;
    }
    header .right-side-nav p {
        max-width: 100%;
        border-radius: 0px !important;
    }
    header .nav-box {
        flex-wrap: wrap;
    }
    header .right-side-nav {
        margin: 0;
        margin-left: 0;
    }
}
header .mini-cart {
    padding-left: 20px;
}

header .mini-cart .nav-link {
    font-size: 15px;
    font-weight: 600;
    color: rgb(54, 54, 54);
    position: relative;
}
header .mini-cart .fa {
    color: #0019f8;
    font-size: 18px;
}

header .mini-cart .badge {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    font-size: 13px;
    color: #fff;
    background: #000000;
    border-radius: 100%;
    top: 0;
    left: 5px;
}
@media (max-width: 767px) {
    header .col-lg-10 {
        padding: 0;
    }
    header .right-side-nav p a {
        background: #0011b0 !important;
    }

    header .mini-cart {
        border-right: none;
        padding: 0.5rem 20px;
        color: #fff;
        font-size: 19px;
        margin: 4px 0px;
        font-weight: normal;
        padding-left: 9px;
    }
    header .mini-cart .fa {
        color: #ffffff;
    }
    header .mini-cart .nav-link {
        font-size: 19px;
        font-weight: 400;
        color: rgb(255 255 255);
        position: relative;
    }
}
header .right-side-nav p label {
    font-size: 14px;

    font-family: "Proxima";

    color: rgb(255, 255, 255);

    line-height: 1.813;

    text-align: left;

    background: #0018f8;

    display: block;

    text-align: center;

    padding: 10px 0;

    margin: 0;
}
header .right-side-nav p label {
    font-size: 15px;

    font-family: "Proxima";

    font-weight: 600;

    color: rgb(255, 255, 255);

    line-height: 1.813;

    text-align: left;

    background: #0018f8;

    display: block;

    text-align: center;

    padding: 10px 30px;

    margin: 0;
}
header .account-dropdown .icon {
    font-size: 20px;
    color: #0019f8;
}
header .account-dropdown .dropdown-toggle::after {
    content: none !important;
}
header .account-dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
}
header .account-dropdown .nav-link {
    font-size: 15px;
    font-weight: 600;
    color: rgb(54, 54, 54);
    padding-right: 20px;
    border-right: 2px solid rgba(0, 0, 0, 0.13);
    display: flex;
    align-items: center;
    gap: 4px;
}
.account-dropdown.dropdown.show .nav-link,
.account-dropdown.dropdown.show .nav-link .icon {
    color: #fff;
    border-color: transparent;
}
.account-dropdown.dropdown.show {
    background: #0019f8;
}
header .account-dropdown.dropdown .dropdown-menu {
    width: 271px;
    padding: 26px 22px;
    border-radius: 0px 0px 6px 6px;
    border: none;
    box-shadow: 0px 6px 20px #0000001a;
    margin-top: 0;
}
header .account-dropdown .form-control {
    height: 40px;
    padding: 5px 20px;
    font-size: 14px;
    line-height: 25px;
    font-weight: 400;
    color: #919191;
    border: 1.5px solid #707070c4;
    border-radius: 6px !important;
}
header .account-dropdown .form-horizontal {
    display: grid;
    grid-gap: 22px;
}
header .account-dropdown .getBtn {
    background-color: #0019f8;
    border-radius: 6px;
    padding: 15px 35px;
    font-size: 14px;
    font-family: "Proxima";
    color: rgb(255, 255, 255);
    line-height: 1;
    transition: ease all 0.25s;
    font-weight: 500;
}
header .account-dropdown #btn-signup {
    background: #fff;
    color: rgb(0 18 176);
    border: 1px solid rgb(0 18 176);
}
header .account-dropdown #btn-signup:hover {
    color: #fff;
    background: rgb(0 18 176);
    border: 1px solid rgb(0 18 176);
}
header .account-dropdown .forgetPass {
    color: #0095f8;
    float: none;
    text-align: center;
    text-decoration: underline;
}
.dropdown-toggle::after {
    display: inline-block;
    width: auto;
    height: auto;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    border: none;
    font-size: 10px;
}

header .dropdown-toggle::after {
	font-family: "Font Awesome 6 Free";
    font-weight: 900;
	content: "\f078";
}
@media (max-width: 767px) {
    header .account-dropdown .dropdown-toggle {
        color: #fff;
        padding-right: 0;
        border-right: none;
        padding: 0.5rem 20px;
        color: #fff;
        font-size: 19px;
        margin: 4px 0px;
        font-weight: normal;
    }
    header .account-dropdown .dropdown-toggle .icon {
        color: #fff;
    }
}
header .right-side-nav p a {
    font-size: 15px;

    font-family: "Proxima";

    font-weight: 600;

    color: rgb(255, 255, 255);

    line-height: 1.813;

    text-align: left;

    display: block;

    text-align: center;

    background: #0019f8;

    padding: 10px 30px;

    text-decoration: none;
}

section.hero {
    background: url(../images/hero-banner.jpg);

    background-size: cover;

    background-position: center;

    background-repeat: no-repeat;

    min-height: 1012px;

    padding-top: 85px;

    border-bottom-left-radius: 0px;

    border-bottom-right-radius: 0px;

    overflow: hidden !important;

    margin: 0 -15px;

    /* border: 15px solid #d7d7d7; */

    border-top: 0;
    position: relative;

    object-fit: contain;
}
section.hero .subheading {
    font-size: 23px;
    font-weight: 600;
    align-items: center;
    gap: 16px;
    justify-content: center;
    color: #000;
    text-align: center;
}
section.hero .subheading img {
    display: inline-block;
    width: 151px;
    filter: grayscale(1);
}
section.hero .overlay {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, #fff 20%, transparent, transparent);
    top: 0;
}
section.hero .container {
    position: relative;
}

section.hero .heading {
    display: flex;

    justify-content: center;

    align-items: center;
}

section.hero .heading h3 {
    position: relative;

    text-align: center;

    font-size: 80px;

    font-family: "Proxima";

    color: #000;

    font-weight: bold;

    /* text-transform: uppercase; */

    line-height: 1.225;

    letter-spacing: -0.52px; /* ACD-2160 thay đổi khoảng cách chữ cho dễ nhìn*/

    margin: auto;

    display: inline-block;
}

body .dynamicHeaderInner {
    display: flex;
    align-items: center;
    padding-bottom: 123px;
    padding-top: 123px;
    min-height: 356px;
    background-size: 100% 100%;
    background-position: center;
    border-radius: 0;
    margin: 0;
    background-size: cover;
}

section.blogs-news .head-desc h3 {
    font-size: 22px;

    font-family: "Proxima";

    color: rgb(54, 54, 54);

    text-transform: uppercase;

    line-height: 1.318;

    text-align: left;

    margin: 0;
}

section.blogs-news .head-desc h2 {
    font-size: 32px;

    font-family: "Proxima";

    color: rgb(0, 24, 248);

    font-weight: bold;

    text-transform: uppercase;

    line-height: 0.906;

    text-align: left;

    margin: 0;

    margin-bottom: 30px;
}

section.blogs-news .blogs-tabs ul.nav {
    border: none;

    margin-bottom: 15px;
}

section.blogs-news .blogs-tabs ul.nav li a {
    border: none !important;

    position: relative;

    font-size: 14px;

    font-family: "Proxima";

    color: #d0d0d0;

    text-transform: uppercase;

    line-height: 1;

    text-align: left;

    font-weight: 600;

    padding: 10px 0;

    padding-left: 0;

    transition: ease all 0.25s;
}

section.blogs-news .blogs-tabs ul.nav li {
    position: relative;

    margin-right: 50px;
}

section.blogs-news .blogs-tabs ul.nav li:before {
    height: 40%;

    width: 2px;

    background: #d0d0d0;

    position: absolute;

    content: "";

    right: -25px;

    top: 0;

    bottom: 0;

    margin: auto;
}

section.blogs-news .blogs-tabs ul.nav li:last-child:before {
    display: none;
}

section.blogs-news .blogs-tabs ul.nav li a.active,
section.blogs-news .blogs-tabs ul.nav li a:hover {
    color: rgb(54, 54, 54);
}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item {
    margin-bottom: 15px;
}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item .img-box {
    border-top-left-radius: 35px;

    overflow: hidden;
}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item .img-box img {
    width: 100%;
    position: relative;
    display: block;
    object-fit: contain;
    max-height: 150px;
    height: 100%;
}
section.blogs-news .blogs-tabs .tab-content .tab-pane .item .col-md-8 {
    padding: 0;
}
section.blogs-news .blogs-tabs .tab-content .tab-pane .item .desc {
    position: relative;

    border: 1px solid #ddd;

    margin-left: -15px;

    padding: 15px;

    padding-top: 50px;

    height: 100%;

    display: flex;

    flex-direction: column;

    justify-content: center;
}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item .desc .post-meta {
    position: absolute;

    top: 0;

    left: 0;

    border-top-right-radius: 25px;

    border-bottom-right-radius: 25px;

    background: #0018f8;
}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item .desc .post-meta {
    display: flex;

    padding: 10px 15px;
}

section.blogs-news
    .blogs-tabs
    .tab-content
    .tab-pane
    .item
    .desc
    .post-meta
    .posted-date
    h4,
section.blogs-news
    .blogs-tabs
    .tab-content
    .tab-pane
    .item
    .desc
    .post-meta
    .poster-name
    h3 {
    margin: 0;

    font-size: 12px;

    font-family: "Proxima";

    color: rgb(255, 255, 255);

    line-height: 2;
}

section.blogs-news
    .blogs-tabs
    .tab-content
    .tab-pane
    .item
    .desc
    .post-meta
    .poster-name
    h3 {
    position: relative;

    padding-right: 20px;
}

section.blogs-news
    .blogs-tabs
    .tab-content
    .tab-pane
    .item
    .desc
    .post-meta
    .poster-name
    h3:before {
    position: absolute;

    content: "";

    right: 10px;

    top: 0;

    bottom: 0;

    margin: auto;

    height: 50%;

    width: 1px;

    background: #fff;
}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item .desc .heading h3 {
    font-size: 14px;

    font-family: "Proxima";

    color: rgb(54, 54, 54);

    font-weight: bold;

    text-transform: uppercase;

    line-height: 1.286;

    text-align: left;

    margin-bottom: 10px;
}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item .desc .content p {
    font-size: 14px;

    font-family: "Proxima";

    color: rgb(54, 54, 54);

    line-height: 1.714;

    text-align: left;
}

section.blogs-news .blogs-tabs .tab-content .tab-pane .item .desc .cta-box a {
    font-size: 14px;

    font-family: "Proxima";

    color: rgb(0, 24, 248);

    text-decoration: underline;

    line-height: 1;

    text-align: left;

    font-weight: 700;
}
section.blogs-news .blogs-tabs .tab-content .tab-pane .load-more-cta {
    display: flex;
    position: relative;
    margin-top: 15px;
    justify-content: flex-end;
    margin-bottom: 25px;
}
section.blogs-news .blogs-tabs .tab-content .tab-pane .load-more-cta a {
    background-color: rgb(54, 54, 54);

    border-radius: 25px;

    padding: 15px 35px;

    font-size: 14px;

    font-family: "Proxima";

    color: rgb(255, 255, 255);

    line-height: 1;

    transition: ease all 0.25s;

    float: right;

    z-index: 9;
    position: relative;
}

section.blogs-news .blogs-tabs .tab-content .tab-pane .load-more-cta a:hover {
    background: rgb(0 24 248);
}

section.blogs-news .addvertisment-box {
    margin-top: 15px;
}

section.logo-sect {
    padding: 80px 0;
}

section.logo-sect .logo-slider .item {
    margin: 0 15px;

    display: flex;

    justify-content: center;

    align-items: center;

    position: relative;

    height: 100px;

    outline: none;

    margin-bottom: 115px;
}

section.logo-sect .logo-slider .item .desc {
    left: 0;

    right: 0;

    top: 100%;

    position: absolute;

    text-align: center;
}

section.logo-sect .logo-slider .item .desc h3 {
    font-size: 12px;

    font-family: "Proxima";

    color: rgb(208, 208, 208);

    text-decoration: underline;

    line-height: 1;

    text-align: center;

    transition: ease all 0.25s;
}

section.logo-sect .logo-slider .item.slick-current .desc h3 {
    color: #0018f8;
}

section.logo-sect .logo-slider ul.slick-dots {
    display: flex;

    justify-content: center;
}

section.logo-sect .logo-slider ul.slick-dots li button {
    font-size: 0;

    width: 10px;

    height: 12px;

    margin: 5px;

    border-radius: 100%;

    border: none;

    background: #efefef;

    transition: ease all 0.25s;
}

section.logo-sect .logo-slider ul.slick-dots li.slick-active button {
    background: #0018f8;
}

section.lastest-news {
    padding: 50px 0;
    background: url(../images/lastest-news-bg.jpg) no-repeat;
    background-size: cover;
    color: #fff;
    font: normal normal 600 18px/25px Proxima;
    text-align: center;
}
section.lastest-news .d-flex {
    gap: 22px;
}
section.lastest-news .view-more {
    background: #fff;
    font: normal normal 600 15px/18px Proxima;
    letter-spacing: 0px;
    color: #1d20da;
    opacity: 1;
    padding: 12px 60px;
    border-radius: 6px;
    min-width: 222px;
}
/*My Account Css*/

.accountCol {
    max-width: 45%;

    box-shadow: 0px 6px 6px 5px #e3e3e3;

    margin: 0px 27px;

    border-radius: 80px 0px 80px 0px;

    padding: 0px 40px 20px 40px;
}

.loginForm .nav-tabs {
    margin-bottom: 15px;
}

.loginForm .sign-with {
    margin-top: 25px;

    padding: 20px;
}

.loginForm div#OR {
    height: 30px;

    width: 30px;

    border: 1px solid #c2c2c2;

    border-radius: 50%;

    font-weight: bold;

    line-height: 28px;

    text-align: center;

    font-size: 12px;

    float: right;

    position: absolute;

    right: -16px;

    top: 40%;

    z-index: 1;

    background: #dfdfdf;
}

#signupbox,
#loginbox {
    max-width: 100%;
}

.loginFormSec {
    padding: 100px 0px;
}

.loginFormSec label {
    max-width: 100%;
}

#loginform label {
    max-width: 100%;

    padding-left: 0px;
}

.loginSec {
    display: flex;

    align-items: center;
}

.loginFormSec .accountCol input,
.loginFormSec .accountCol select {
    border-radius: 40px !important;

    background: #e8f0fe;
    padding: 0 25px;
}

.loginFormSec .loginGroup {
    margin-bottom: 25px;
}

.dynamicHeading {
    font-size: 32px;

    font-family: "Proxima";

    color: rgb(0, 24, 248);

    font-weight: bold;

    text-transform: uppercase;

    line-height: 0.906;

    text-align: left;

    margin: 0;

    margin-bottom: 30px;
}

.getBtn {
    background-color: rgb(54, 54, 54);

    border-radius: 25px;

    padding: 15px 35px;

    font-size: 14px;

    font-family: "Proxima";

    color: rgb(255, 255, 255);

    line-height: 1;

    transition: ease all 0.25s;
}

.getBtn:hover {
    background: rgb(0 24 248);

    color: #fff;
}

/*My Account Css*/

footer.footer {
    background: #fff;
    box-shadow: 0px -5px 8px #0000001a;
    padding: 64px 0 0;
    font-size: 14px;
    font-weight: 500;
}

footer.footer .footer-top .row > .col-md-4,
footer.footer .footer-bottom > .row > .col-md-4 {
    border-right: 1px solid #ddd;

    padding-bottom: 50px;
}

footer.footer .footer-top {
    border-bottom: 1px solid #ddd;
}

footer.footer .footer-top .footer-logo {
    max-width: 219px;
    margin-bottom: 30px;
}
.footer-about-desc li:not(:last-of-type) {
    margin-bottom: 16px;
}
.footer-about-desc li .fa {
    color: rgb(0, 24, 248);
    margin-right: 7px;
}
footer.footer .footer-top .footer-about-desc p {
    font-size: 14px;

    font-family: "Proxima";

    color: rgb(54, 54, 54);

    line-height: 1.714;

    text-align: left;

    max-width: 90%;
}

footer.footer .footer-bottom-right,
footer.footer .footer-top .footer-links {
    padding: 0px 15px 30px;
}

@media (max-width: 1023px) {
    footer.footer .footer-top .footer-links {
        padding: 0px 15px 30px;
    }
    footer.footer .footer-bottom-right {
        padding: 0px 0px 30px;
    }
    header .account-dropdown .dropdown-toggle {
        height: auto;
        justify-content: start;
    }
    .navbar-light.mobileMenu .navbar-nav li.nav-item {
        padding: 0px 20px;
    }
    header .navbar-collapse {
        padding: 20px 0;
    }
    header .navbar {
        padding: 0.5rem 0;
    }
}

footer.footer .heading h3 {
    font-size: 18px;

    font-family: "Proxima";

    color: rgb(0, 24, 248);

    line-height: 1.222;

    font-weight: 700;
    margin-bottom: 14px;
}
footer.footer ul li {
    margin-bottom: 5px;
}
footer.footer ul li a {
    position: relative;

    padding-left: 0;

    font-size: 14px;

    font-family: "Proxima";

    color: rgb(54, 54, 54);

    font-weight: 500;

    line-height: 1.875;

    transition: ease all 0.25s;
}

footer.footer ul li a.active,
footer.footer ul li a:hover {
    color: rgb(0 24 248);
}

footer.footer ul li a:before {
    position: absolute;

    content: none;

    left: 0;

    top: 0;

    bottom: 0;

    font-size: 12px;

    line-height: 12px;

    height: 12px;

    margin: auto;

    font-family: "Font Awesome 5 Free";

    font-weight: 900;
}

footer.footer .footer-bottom .bottom-links ul li {
    max-width: 50%;

    float: left;

    display: inline-block;

    width: 100%;
}

footer.footer .footer-bottom-right .desc p {
    font-size: 14px;

    font-family: "Proxima";

    color: rgb(54, 54, 54);

    line-height: 1.571;

    font-weight: 500;

    margin-bottom: 30px;
}

footer.footer .footer-bottom-right form .field-box {
    width: calc(100% - 147px);

    display: inline-flex;
    gap: 16px;
}

footer.footer .footer-bottom-right form .field-box input {
    border: none;

    padding: 5px 10px;

    width: 48.5%;

    outline: none;

    border-top-left-radius: 5px;

    border-bottom-left-radius: 5px;
    border-radius: 4px;

    background: #fff;
    border: 1px solid #707070c4;
}
footer.footer .footer-bottom-right form .field-box input[name="first_name"] {
    width: 32.5%;
}
footer.footer .footer-bottom-right form .field-box input[name="email"] {
    width: calc(100% - 32.5%);
}
footer.footer .footer-bottom-right form .btn-box {
    width: 126px;

    display: inline-block;

    height: 42px;

    margin-left: 16px;
}

footer.footer .footer-bottom-right form .btn-box button {
    border: none;

    padding: 5px;

    width: 100%;

    height: 100%;

    border-top-right-radius: 5px;

    border-bottom-right-radius: 5px;

    border-radius: 4px;

    background: #0018f8;

    font-size: 14px;

    font-family: "Proxima";

    color: rgb(255, 255, 255);

    font-weight: bold;

    line-height: 1.375;

    cursor: pointer;

    transition: ease all 0.25s;
}

footer.footer .footer-bottom-right form .btn-box button:hover {
    background: #363636;
}

footer.footer .footer-bottom-right .social-links ul {
    text-align: left;
    font-size: 25px;
}

footer.footer .footer-bottom-right .social-links ul li {
    display: inline-block;

    width: fit-content;

    width: -webkit-fit-content;
}

footer.footer .footer-bottom-right .social-links ul li a {
    padding: 0;

    font-size: 25px;

    margin-right: 16px;
}

footer.footer .footer-bottom-right .social-links ul li a:before {
    display: none;
}

footer.footer .copyright {
    background: #0019f8;
}

@media (max-width: 640px) {
    footer.footer .copyright {
        padding: 15px 0px;
    }
}

footer.footer .copyright .row {
    align-items: center;
}

footer.footer .copyright p {
    font-size: 14px;

    font-family: "Proxima";

    color: #fff;

    line-height: 1;

    margin: 0;
}

footer.footer .copyright p a {
    color: #fff;

    transition: ease all 0.25s;
}

footer.footer .copyright p a:hover {
    color: #363636;
}

footer.footer .copyright .cards-img-wgt {
    display: flex;
    padding-bottom: 10px;
}

footer.footer .copyright .card-img {
    width: 90%;
    padding-top: 15px;
    margin: auto;
    margin-right: 0px;
    flex-shrink: unset !important;
}

footer.footer .copyright .card-img {
    height: 50px;
    object-fit: contain;
}

.advanceFilterTabs .nav-tabs .nav-link {
    flex: none;

    line-height: 20px;

    padding: 10px 32px;

    border: 1px solid #ccc;

    background: #ccc;

    color: #363636;

    font-weight: 600;

    font-size: 16px;

    margin-right: 10px;

    border-radius: 0px 20px 0px 0px;
}

.advanceFilterTabs .nav-tabs .nav-link.active {
    background: #0018f8;

    color: #fff;
}

.blogs-news.listing-featured-vehicles.account-style {
    background: none;
}

.mainBody {
    padding: 60px 0px;
}

.mobileMenu {
    display: none;
}

.advanceFilterTabs.loginTab {
    display: flex;

    justify-content: center;
}

.socialBtns {
    font-weight: bold;

    background-color: #3b5998;

    color: white;

    border-radius: 3px;

    display: block;

    margin-bottom: 40px;

    position: relative;
}

.socialBtns:hover {
    color: #fff;
}

.socialBtns i {
    position: absolute;

    left: 30px;

    top: 17px;
}

.loginFormSec {
    padding: 0px;
}

.checkAgreement input[type="checkbox"] {
    position: relative;

    top: 8px;

    margin-right: 7px;
}

.checkAgreement a {
    margin: 6px 6px;
}

.hidden,
.disabled {
    display: none;
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;

    margin: 0;
}

/* Firefox */

input[type="number"] {
    -moz-appearance: textfield;
}

@media screen and (min-width: 1250px) {
    .container {
        max-width: 1300px;
    }
}

@media (max-width: 1199px) {
    .footer-links .col-md-3 {
        max-width: 50% !important;

        flex: unset;
    }

    .packagesDetails.packagesDetailsAutomotive .packagesDetailsRow::after {
        display: none !important;
    }

    .packagesDetails .packageCol h4 span {
        font-size: 16px !important;
    }

    .packagesDetailsRow {
        display: flex;

        justify-content: center;
    }

    .packagesDetails .packageCol {
        flex: 0 0 45.333%;

        max-width: 40.333%;
    }
}

@media (max-width: 991px) {
    .mobileMenu {
        display: block;

        width: 100%;
    }

    .nav-box .nav {
        display: none;
    }

    section.hero .filter-main-box .heading h4 {
        font-size: 14px;
    }

    /* section.what-drive-us .truck-img-box {

        position: relative;

        width: 100%;

    } */

    section.what-drive-us .col-md-7 {
        max-width: 100% !important;
    }

    .what-drive-us .what-drive-us-row {
        display: flex;
        /*
        flex-direction: column-reverse; */
    }

    /* .what-drive-us .what-drive-us-row .col-lg-3 {

       padding: 0px 150px 90px 150px;

    } */

    .what-drive-us .what-drive-us-row .desc h3 {
        margin: 0px 9px;
    }

    section.testimonials {
        background-size: cover;
    }

    header .logo-box {
        margin-top: 20px;
    }

    header .logo-box img {
        width: 300px;
    }

    .mainBody .trustedName .car2 {
        width: 309px;

        position: absolute;

        top: 213px;

        height: 250px;

        left: 250px;
    }

    .mainBody .trustedName {
        background-size: 100% 70%;
    }

    .advanceFilterTabsHalfWidth {
        width: 46.3% !important;
    }

    .inputCurve {
        appearance: none;
    }
    .inputCurve {
        font-size: 14px;
        color: #919191;
        border: 2px solid #707070c4;
        border-radius: 6px;
        width: 100%;
    }
    .inputCurve:focus {
        outline: none;
    }
    section.hero .heading h3 {
        margin-top: 100px !important;

        font-size: 34px !important;
    }

    section.hero {
        margin: 0px 0px;
    }

    .productCategoryCol .accordion .btn-link {
        font-size: 13px !important;
    }

    section.featured-vehicles.listing-featured-vehicles
        .featured-vehicle-slider
        .item
        .desc-box
        .title-box
        h3 {
        font-size: 14px !important;
    }

    .cartBox,
    .viewDetail {
        margin-bottom: 22px;
    }

    section.testimonials .row.testimonials-slider {
        display: flex;

        justify-content: center;
    }

    .productCategoryCol.faqListing .col-md-6 {
        flex: 0 0 100%;

        max-width: 100%;
    }

    .contactForm .contactFormMainRow::after {
        display: none;
    }

    .contactDetails.contactPhone .row.contactRow .contactPhoneIcon,
    .contactDetails.contactPhone .row.contactRow .contactPhoneIconDetails {
        flex: 0 0 100%;

        max-width: 100%;

        text-align: center;

        margin-top: 0px auto;
    }

    .contactSec .contactDetails .socialClass,
    .contactSocailIcon .socialImg {
        margin: 0px auto;
    }

    .row.contactFormMainRow > .col-md-6 {
        flex: 0 0 100%;

        max-width: 100%;
    }

    .accountCol {
        max-width: 100%;

        flex: 0 0 100%;

        max-width: 100%;

        margin: 0px;

        margin-bottom: 40px;
    }

    .hero.loginSec {
        height: 500px;
    }

    .blogs-news .blogs-tabs {
        padding-left: 15px;
    }

    .listing-featured-vehicles.featured-vehicles .col-md-3 {
        max-width: 100%;

        flex: 0 0 100%;
        background-color: white;
    }

    .halfWidthSelect {
        width: 42% !important;
    }

    #zip_filter {
        margin-bottom: 20px;
    }

    #collapseTwo .toClass::before {
        left: auto !important;

        top: 5px !important;

        right: 55% !important;
    }

    #collapseThree .card-body::before {
        left: 95% !important;
    }

    #collapseFourteen:last-child {
        margin-bottom: 40px;
    }

    footer.footer .footer-bottom-right form .field-box input {
        width: 100% !important;
    }

    footer.footer .footer-bottom-right {
        margin-top: 52px;
    }

    .footer-bottom .col-md-4 {
        margin-top: 52px;
    }
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
}

@media (min-width: 768px) {
    .productCategoryCol .accord-btn-wrapper label {
        display: none !important;
    }

    .productCategoryCol .accord-wrapper {
        display: block !important;
    }
}
@media (max-width: 992px) {
    .halfWidthSelect {
        width: 47% !important;
    }
}
@media (max-width: 767px) {
    .halfWidthSelect {
        width: 42% !important;
    }
    body .dynamicHeaderInner {
        padding-bottom: 70px;
        padding-top: 70px;
        min-height: 180px;
    }
    section.hero .filter-main-box {
        top: 90px !important;
    }
    .listing-featured-vehicles.featured-vehicles .col-md-3.singleCarspecsCol {
        max-width: calc(50% - 20px);
        flex: 0 0 auto;
        margin: 0 10px 20px;
    }

    .productCategoryCol .accord-btn-wrapper label {
        background: #ddd;
        margin: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 3px;
        font-size: 16px;
        color: #000;
        line-height: 30px;
        font-weight: 600;
        text-align: left;
        position: relative;
        z-index: 1;
    }
    .productCategoryCol .accord-wrapper {
        overflow: hidden;
        display: none;
    }
    body .dynamicHeaderInner {
        background-position: bottom !important;
    }

    #collapseFourteen:last-child {
        margin-bottom: 10px;
    }

    .productCategoryCol {
        margin-bottom: 20px;
    }

    /* section.hero .filter-main-box .filter-fields .field-box {
        width: 100% !important;

        border-radius: 25px !important;

        margin-bottom: 10px !important;

        border: 2px solid;
    }

    section.hero .container {
        margin-top: 80px;
    } */

    /* section.hero {
        height: 935px;
        background-size: contain;
        background-position: 100% 30%;
    } */

    section.hero .heading h3:before,
    section.hero .heading h3:after {
        display: none;
    }

    section.sale-purchase .divider .desc h4,
    section.sale-purchase .divider .desc h3,
    section.sale-purchase .divider .desc .cta-box {
        text-align: center;
    }

    .head-desc h2 {
        font-size: 28px !important;
    }

    section.hero .heading h3 {
        font-size: 27px !important;

        margin-top: 0 !important;
    }

    section.blogs-news .blogs-tabs .tab-content .tab-pane .item .col-md-8 {
        padding: 0 15px;
    }
    section.hero .filter-main-box .filter-fields .field-box button {
        height: 50px;
    }

    header .right-side-nav p {
        border-radius: 0px !important;
    }

    header .col-lg-8 {
        padding: 0px 0px;
    }

    header .mobileMenu {
        background: #0019f8;

        margin-top: 30px;
    }

    header .navbar-light .navbar-toggler-icon {
        background-image: url(../images/download.svg);
    }

    .navbar-light.mobileMenu .navbar-nav .nav-link {
        color: #fff;

        font-size: 19px;

        margin: 4px 0px;
    }

    .navbar-light.mobileMenu .navbar-nav li.nav-item {
        padding: 0px 20px;
    }

    /* .what-drive-us .what-drive-us-row .col-lg-3 {

        padding: 0px 30px 90px 30px;

    } */
    .truck-img-box {
        position: static !important;
        top: 0 !important;
        float: none !important;
        margin-top: 50px !important;
    }
    section.what-drive-us .addvertisment-box {
        margin-bottom: 30px;
    }

    section.sale-purchase .divider {
        display: block;
    }

    section.sale-purchase .divider .buy-box,
    section.sale-purchase .divider .sell-box {
        max-width: 100%;
    }

    section.sale-purchase .buy-box {
        border-bottom-left-radius: 0px;
    }

    section.sale-purchase .sell-box {
        border-top-right-radius: 0px;

        margin-top: 40px;
    }

    section.featured-vehicles {
        padding: 0px 0px;
    }

    section.featured-vehicles .head-desc {
        padding: 40px 15px;
    }

    section.testimonials .testimonials-slider .item:before {
        background-size: cover;
    }

    section.testimonials .testimonials-slider .slick-arrow {
        top: -140px;
    }

    footer.footer .footer-top .footer-links {
        padding: 50px 0 0 10px;
    }

    section.blogs-news .head-desc h3 {
        font-size: 18px !important;
    }

    section.blogs-news .head-desc {
        margin-left: 15px;
    }

    section.blogs-news .head-desc h2 {
        font-size: 26px !important;
    }

    .mainBody {
        padding: 40px 0px !important;
    }

    .advanceFilterTabsHalfWidth {
        width: 100% !important;

        margin-left: 0px !important;

        margin-bottom: 20px;
    }

    .dynamicHeading {
        margin-top: 30px !important;
    }

    section.hero .filter-main-box {
        top: 160px !important;
    }

    .trustedName {
        background-size: cover !important;
    }

    .trustedName img {
        position: unset !important;

        width: 100% !important;

        margin-bottom: 20px;
    }

    .whiteHeading {
        font-size: 24px !important;
    }

    .driveUsSec .col-md-3 {
        padding-right: 15px !important;
    }

    .packagesDetails .packageCol {
        flex: 0 0 85.333%;

        max-width: 80.333%;

        margin-right: 0px !important;
    }

    .contactDetails.contactPhone {
        margin-bottom: 20px;
    }

    .contactFormHeading {
        margin-top: 0px !important;
    }

    #zip_filter {
        margin-bottom: 30px;
    }

    .halfWidthSelect {
        width: 100% !important;
    }

    #collapseThree .card-body::before {
        left: 91% !important;
    }

    footer.footer .footer-bottom-right .social-links ul {
        text-align: center !important;
    }

    footer.footer .copyright p {
        text-align: center !important;

        margin-bottom: 4px;
    }

    footer.footer .copyright .card-img {
        width: 100% !important;
        flex-shrink: unset !important;
    }

    footer.footer .copyright .card-img img {
        height: 50px;
        object-fit: contain;
    }

    .footer-bottom .col-md-4 {
        margin-top: 22px !important;
    }

    footer.footer .footer-bottom-right form .field-box {
        display: block !important;
    }

    footer.footer .footer-top .footer-links {
        padding: 0px 15px 30px !important;
    }

    footer.footer .heading h3 {
        margin-top: 13px !important;
    }

    footer.footer {
        padding-top: 30px;
    }
    footer.footer .footer-top .row > .col-md-4,
    footer.footer .footer-bottom > .row > .col-md-4 {
        padding-bottom: 30px;
    }
    footer.footer .footer-bottom-right {
        margin-top: 0px;
    }
    footer.footer .footer-bottom-right form .field-box {
        display: flex !important;
        flex-wrap: wrap;
        width: 100%;
    }
    footer.footer .footer-bottom-right form .btn-box {
        width: 126px;
        height: 42px;
        margin: 15px auto;
        display: block;
    }
    footer.footer .heading h3 {
        margin-top: 0 !important;
    }
    footer.footer .footer-bottom-right .social-links ul {
        text-align: left !important;
    }
    footer.footer .copyright .card-img {
        margin-top: 8px !important;
    }
}
.password {
    position: relative;
    width: 100%;
}

.password i {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    cursor: pointer;
}

.login-form-inline .password i {
    top: 70%;
}

.employee-form .password i {
    top: 75%;
}

.password .fa-eye-slash {
    display: none;
}
.password.show-password .fa-eye-slash {
    display: block;
}
.account-dropdown .error_msg {
    width: 100%;
}
#event-search-form input,
#event-search-form select,
#event-search-form input::placeholder,
#event-search-form .btn-border,
#event-search-form label {
    font-size: 16px !important;
    font-weight: 600 !important;
}
.notifyjs-corner{
	left: 50% !important;
    transform: translateX(-50%);
}
@media (max-width: 767px) {
	.footer-links.col-5{
		flex: 0 0 50%;
		max-width: 50%;
	}
}

.notifyjs-corner{
	max-width: 100%;
}
.notifyjs-corner span {
	overflow-wrap: break-word;
	word-wrap: break-word;
	hyphens: auto;
	white-space: normal;
}
@media (max-width: 680px) {
	.notifyjs-corner{
		left: 0% !important;
		transform: none;
		right: 0;
	}
	.notifyjs-corner .notifyjs-bootstrap-success{
		background-image: none;
		padding: 8px 15px 8px 15px;
		text-align: center;
	}

}


button.dropdown-toggle {
	border: 2px solid #707070c4;
    border-radius: 6px;
    width: 100%;
    height: 34px;
    line-height: 1;
	padding: 6px 10px 6px 10px !important;
	color: #252525 !important;
	font-weight: 600 !important;
	font-size: 14px;
	background: #fff;
	text-align: left;
}
button.dropdown-toggle::after {
    display: inline-block;
    width: auto;
    height: auto;
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    border: none;
    font-size: 10px;
    position: absolute;
    right: 5px;
    font-size: 14px;
}
.btn-group {
    width: 100%;
}
ul.multiselect-container.dropdown-menu.show {
    width: 100%;
    margin: 0 !important;
    padding: 10px !important;
}
ul.multiselect-container.dropdown-menu.show li label {
    font-size: 14px;
}

.wgt-input-city-zipcode {
    width: 150px !important;
}

.wgt-current-location {
    display: none;
    background-color: #dff4fc;
    margin-top: 3px;
    border-radius: 5px;
    padding: 5px;
}

.wgt-current-location.active {
    display: block;
}
