body {
    font-family: "Roboto", serif;
    font-size: 16px;
    margin: 0 auto;
}

.section-header {
    padding: 10px 0;
    background: linear-gradient(130deg, #f3f3f6 37%, #fff 37%);
}

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

.logo img {
    width: 220px;
}

.icon img {
    width: 70px;
}

.images-inner img {
    width: 100%;
}

.icon-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.icon-box-text p {
    margin-bottom: 0;
    font-weight: bold;
}

.icon-box-text a {
    color: #1454a5;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
}

.icon-box-text {
    display: flex;
    flex-direction: column;
}

.header-button a {
    text-decoration: none;
    color: black;
    background-color: #feda17;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: bold;
}

.row-small {
    display: flex;
    justify-content: center;
    align-items: center;
}

.images-inner img {
    width: 500px;
    height: 100px;
}

.menu a {
    text-decoration: none;
    color: white;
    font-weight: 700;
    padding: 8px 40px;
    text-transform: uppercase;
}

.section-menu {
    background-color: #1454a5;
    padding: 5px 0;
}

nav.hide {
    display: none;
}

.toggle_menu {
    display: none;
}

.icon-phone {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(255 255 255);
    border-radius: 50%;
    width: 6rem;
    height: 6rem;
    transform: translateX(50%);
    size: 20px;
    transition: all 0.5s ease-in-out;

}

.phone-header:hover .icon-phone {
    background-color: #feda17;
}

.icon-phone i {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #1454a5;

}

.swip-slide {
    position: relative;
}

.img-full {
    position: relative;
}

.phone-header {
    position: absolute;
    left: 5%;
    bottom: 0;
    display: flex;
    margin-bottom: 10%;
    text-decoration: none;
    color: black;
    display: flex;
    align-items: center;
}

.phone-header:hover .number-phone {
    background-color: white;
}

.number-phone {
    background-color: #bbbbbb;
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
    font-size: 32px;
    padding: 0.8rem 2.5rem 0.8rem 4rem;
    font-weight: 600;
    display: block;
    color: #1454a5;
    transition: all 0.5s ease-in-out;
}

.phone-animation {
    animation: trin 1s linear infinite;
}

@keyframes trin {
    0% {
        transform: rotate(0);
    }

    10% {
        transform: rotate(-25deg);
    }

    20% {
        transform: rotate(25deg);
    }

    30% {
        transform: rotate(-25deg);
    }

    40% {
        transform: rotate(25deg);
    }

    50% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(0);
    }
}

/* service */
.block-service {
    background-color: rgb(255 255 255 / 0.5);
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
    display: flex;
    flex-direction: column;
    flex: 1;
}

.icon-service {
    background-color: #4376B7;
}

.block-text {
    padding: 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.icon-service {
    padding: 20px 20px 10px 20px;

}

.title-service {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 10px;
    color: #feda17;

}

.content-service li {
    list-style: none;
    line-height: 2;
    font-size: 18px;
}

.content-service i {
    margin-right: 10px;
    color: #feda17;
}

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


.title-header {
    text-transform: uppercase;
    text-align: center;
    color: #1454a5;
    font-weight: bold;
    margin-bottom: 40px;
    font-size: 32px;
}

.title-about {
    text-transform: uppercase;
    color: #1454a5;
    margin-bottom: 10px;

}

.title-about h2 {
    font-size: 42px;
    font-weight: bold;
}

.content-about p {
    line-height: 2;
    font-size: 18px;
}

.button-contact a {
    text-decoration: none;
    color: black;
    font-weight: bold;
    background-color: #feda17;
    padding: 10px 20px;
    border-radius: 10px;
}

/* why */
.section-why {
    background-image: url(../assets/background-why.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
    background-attachment: fixed;
    background-position: center;
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.section-why::before {
    content: "";
    top: 0;
    left: 0;
    background-color: rgb(0 34 52 / 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.block-why-we {
    position: relative;
    z-index: 2;
}

.title-why h3 {
    color: #feda17;
    font-weight: bold;
    margin-bottom: 50px;
    font-size: 45px;
}

.icon-img i {
    background-color: #e6a43b;
    padding: 20px;
    font-size: 35px;
    border-radius: 50%;
    color: white;
}

.block-img img {
    border-radius: 20px;
}

.content {
    color: white;
    font-size: 18px;
}

.icon-img img {
    width: 90px;
    height: 70px;
}

.block-item-why:first-child .icon-img img {
    width: 90px;
    height: 90px;
}

.block-item-why:last-child .icon-img img {
    width: 80px;
    height: 70px;
}

.block-item-why {
    display: flex;
    gap: 10px;
    margin-top: 40px;
}

.why-title {
    font-weight: bold;
    color: white;
    font-size: 27px;
    margin-bottom: 10px;
}

.s-content p {
    font-size: 18px;
    color: white;
}


.block-item-why:first-child {
    margin-top: 0;
}

.column-header {
    padding: 0 15px 30px;
}

/* price */
.items-layout-price {
    padding: 20px 10px 0px 10px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .22);
}

.button-secondary {
    background-color: #feda17;
    display: block;
    text-align: center;
    color: black;
    text-decoration: none;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.button-secondary span {
    font-size: 1.4rem;
}

.col-inner {
    padding: 15px 10px 5px 10px;
}

.list {
    padding: 0 0 30px;
}

.pricing-feature {
    height: 85px;
}

.pricing-feature li {
    margin-left: 1.3em;
    margin-bottom: .6em;
}

.button-primary {
    background-color: #1454a5;
    color: white;
    text-decoration: none;
    text-align: center;
    display: block;
    margin-bottom: 15px;
    padding: 10px 20px;

}

.button-primary i {
    margin-right: 10px;
}

.section-price {
    max-width: 1170px;
    margin: 0 auto;
}

.is-divider {
    height: 3px;
    display: block;
    background-color: rgba(0, 0, 0, .1);
    margin: 1em 0 1em;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 30px;
}

/* procedure */
.title-procedure h2 {
    text-transform: uppercase;
    font-weight: 700;
    color: #1454a5;
    margin-bottom: 50px;
    margin-top: 30px;
}

.items-one {
    display: flex;
}

.row-first {
    display: flex;
    justify-content: space-between;
    margin-right: 9rem;
}

.content-items-one p {
    max-width: 180px;
    font-weight: 600;
    font-size: 20px;
    margin-left: 15px;
}

.images-procedure {
    display: flex;
    justify-content: center;

}

.images-procedure span {
    max-width: 80%;
    display: block;
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
}

.row-two {
    display: flex;
    justify-content: space-between;
    margin-left: 9rem;
}

.img__contain {
    width: 3.5rem;
    height: 3.5rem;
}

.img__contain img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center
}

.font-semibold {
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 600;
}

.contact-banner a:hover {
    background-color: #feda17 !important;

}

.contact-banner a {
    text-decoration: none;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 24%);
}

.srction-procedure-mobile {
    display: none;
}

/* feedback */
.section-feedback {
    background-image: url(../assets/background-feedback.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 2.5rem;
    padding-bottom: 4.5rem;
    position: relative;
}

.section-feedback::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: linear-gradient(0deg, rgba(38, 38, 38, 0.8) 0%, rgba(38, 38, 38, 0.8) 100%);
    ;
    z-index: 1;
    opacity: 0.8;
}

.items-list-text,
.title-feedback h3,
.swiper-slide {
    position: relative;
    z-index: 2;
}

.title-feedback {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    margin-top: 2.5rem;
    color: white;

}

.title-feedback h3 {
    font-size: 32px;
}

.img-feedback {
    display: block;
}

.img-feedback img {
    outline-width: 4px;
    outline-color: #feda17;
    outline-style: solid;
    border-radius: 50%;
    transform: translateY(50%);
}

.content-feedback {
    --tw-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
    --tw-shadow-colored: 2px 2px 15px var(--tw-shadow-color);
    --tw-ring-shadow: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 1rem;
    padding-top: 3.5rem;
    border-radius: 0.75rem;
    display: flex;
    flex-direction: column;
    text-align: center;
    background-color: #f3f3f6;

}

.text-user {
    line-height: 1.5;
    flex-grow: 1;
}

.name-user {
    color: #1454a5;
    font-weight: bold;
}

/* new */
.section-content {
    max-width: 1170px;
    margin: 0 auto 2rem auto;
}

.section-list-new a {
    color: #000;
    text-decoration: none;
}

.section-list-new a:hover {
    color: #1454a5;
    transition: all 0.5s ease-in-out;
}

.section-list-new {
    max-width: 1170px;
    margin: 0 auto;
}

.section-title {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.section-title b {
    display: block;
    flex: 1;
    height: 2px;
    background-color: #1454a5;
}

.section-title-main {
    color: #1454a5;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    border-radius: 50px;
    text-transform: uppercase;
    background-color: rgb(231 231 231);
}

.box-text {
    padding-top: .7em;
    padding-bottom: 1.4em;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.post-title h5 {
    line-height: 1.3;
    margin-top: .1em;
    margin-bottom: .1em;
    font-size: 1.15em;
}

.from-the-blog p {
    margin-top: .1em;
    margin-bottom: .1em;
    font-size: .9em;
}

.post-line {
    height: 2px;
    display: block;
    background-color: rgba(0, 0, 0, .1);
    width: 100%;
    max-width: 30px;
    margin: .5em auto .5rem auto;

}

/* type car */

.box-images-car img {
    width: 306px;
    height: 204px;
}

.block-type-car {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.items-type-car {
    display: flex;
    flex-direction: column;
    gap: 10px;
    border: 1px solid #ddd;
}

.content-car {
    padding: 20px 25px 0 25px;
}

.title-car h4 {
    color: #1454a5;
    font-weight: bold;
}

.text-car p {
    font-size: 18px;
    color: #727272;
    height: 135px;
}

.title-type-car h1 {
    color: #1454a5;
    font-weight: bold;
    text-transform: capitalize;
}

.content-type-car h4 {
    color: #4376B7;
    font-weight: bold;
}

.content-type-car p {
    font-size: 18px;
    font-weight: 400;
    margin-top: 10px;
    line-height: 2;

}

.content-type-car li {
    line-height: 2;
    font-size: 18px;
    font-weight: 400;
}

.content-type-car h4 i {
    margin-right: 10px;
    color: #feda17;
}

.zoom-out {
    animation: zoom 1.2s infinite;
}

@keyframes zoom {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.zoom-out a {
    font-size: 25px;
    padding: 15px 30px;
    box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 24%);
    transition: all 0.5s ease-in-out;
}

.zoom-out a:hover {
    background-color: white;
    color: #1454a5;

}


/* footer */
.footer {
    background-image: url(../assets/background-footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    color: rgb(255 255 255);
    font-size: 18px;

}

.footer::after {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(20, 84, 165, 0.8) 0%, rgba(20, 84, 165, 0.8) 100%);
    z-index: 1;
    left: 0;
    top: 0;
}

.section-footer {
    padding: 30px 20px;
}

.logo-footer img {
    width: 450px;
}

.block-text-footer,
.logo-footer {
    position: relative;
    z-index: 2;
}

.block-text-footer a {
    color: white;
    text-decoration: none;
    margin-bottom: 16px;
}

.menu-items {
    list-style: none;

}

.menu-footer,
.map {
    position: relative;
    z-index: 2;
}

.menu-footer ul li a {
    text-decoration: none;
    color: white;
    font-size: 20px;
    font-weight: 400;
}

.block-text-footer p:hover,
.block-text-footer a:hover,
.menu-items a:hover {
    color: #feda17;
    transition: all 0.4s ease-in-out;
}

.block-text-footer i {
    margin-right: 10px;
}

.copy-right {
    background-color: rgb(20 84 165 / 0.7);
}

.copy-right p {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}

/* menu mobile */

.ds {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    background-color: #000;
    transition: all 0.5s ease-in-out;
}

.ds {
    position: relative;
    width: 100%;
    min-width: 150vh;
}

.menu-mobile {
    position: fixed;
    width: 250px;
    height: 100%;
    left: 0;
    background-color: white;
    box-shadow: 0px 2px 20px 0px rgb(0 0 0 / 24%);
    z-index: 1000;
    padding: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    animation: slideInMenu 0.5s ease forwards;
    transform: translateX(-100%);
}

.close-wrapper {
    height: 30px;
}

.close-wrapper i {
    font-size: 25px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 8px 15px 8px 0;
    margin-bottom: 20px;
    margin-top: 5px;
    color: black;
}

.close {
    height: 34px;
    width: 34px;
    display: block;
    float: right;
    margin: 13px 13px 0 0;
}

#body_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: black;
    z-index: 9002;
    display: none;
    z-index: 2;
    opacity: 0.5;
}

.img-son {
    border-bottom: 1px solid rgb(203, 202, 202);
}

@keyframes slideInMenu {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

.menu-mobile ul {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.menu-mobile ul li a {
    width: 100%;
    text-decoration: none;
    padding: 15px 20px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    color: black;
    border-bottom: 1px solid rgb(238, 238, 238);
    text-transform: uppercase;
}

.menu-mobile ul li a:first-child {
    border-top: 1px solid rgb(238, 238, 238);
}

.menu-mobile ul li a:last-child {
    border-bottom: none;
}

.menu-mobile .toggle_menu {
    position: absolute;
    top: 20px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

nav.hide {
    display: none;
}

.logo-menu-mobile img {
    width: 250px;
}

/* zalo and phone  */
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    right: 0%;
    z-index: 999999
}

.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block
}

.hotline-phone-ring-circle {
    width: 110px;
    height: 110px;
    top: 0;
    left: 0;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #D0011B;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: .5
}

.hotline-phone-ring-circle-fill {
    width: 80px;
    height: 80px;
    top: 16px;
    left: 16px;
    position: absolute;
    background-color: rgba(208, 1, 27, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%
}

.hotline-phone-ring-img-circle {
    background-color: #D0011B;
    width: 50px;
    height: 50px;
    top: 31px;
    left: 31px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center
}

.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 33px;
    height: 33px
}

.hotline-bar {
    position: absolute;
    background: #D0011B;
    height: 45px;
    width: 165px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all .8s;
    -webkit-transition: all .8s;
    z-index: 9;
    border-radius: 50px !important;
    left: 42px;
    bottom: 31px
}

.hotline-bar>a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    text-indent: 32px;
    letter-spacing: 1px;
    display: block;
    line-height: 45px;
    font-family: Arial
}

.hotline-bar>a:hover,
.hotline-bar>a:active {
    color: #fff
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: .1
    }

    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: .5
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: .1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .6
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: .6
    }

    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: .6
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg)
    }
}

.zalo {
    margin-left: 70px;
}

.zalo-circle {
    border: 2px solid #0088FF !important;
}

.zalo-ring-img-circle {
    background-color: #0088FF !important;
}

.zalo-ring-circle-fill {
    background-color: rgba(0, 136, 255, 0.7) !important;
}

/* responsive */
@media screen and (min-width:344px) {

    .header-inner,
    .row-small {
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: column;

    }

    .icon-box {
        justify-content: center;
        margin-bottom: 20px;
    }

    .phone-header,
    .menu,
    .hidden {
        display: none;
    }

    .images-inner img {
        width: 100%;
    }

    .header-end {
        margin-bottom: 20px;
    }

    .toggle_menu {
        display: block;
        color: white;
    }

    .toggle_menu i {
        margin-right: 10px;
    }

    .block-img img {
        width: 100%;
    }

    .button-contact {
        margin-bottom: 30px;
    }

    .why {
        padding-left: 10px !important;
    }

    .list-why {
        padding: 0 10px !important;
    }

    .block-type-car {
        flex-wrap: wrap;
    }

    .srction-procedure-mobile {
        display: block;
    }

    .title-procedure h2 {
        margin: 20px 0;
    }

    .gg-map {
        padding-left: 8px !important;
    }

    .logo-footer img {
        width: 100%;
        margin-bottom: 10px;
    }

    .title-about h2 {
        font-size: 32px;
        font-weight: bold;
    }

    .img-list-new img {
        width: 100%;
    }

    .zoom-out a {
        font-size: 20px;
    }
}

@media screen and (min-width:540px) {
    .items-type-car {
        width: calc(70%);
    }

}

@media screen and (min-width :768px) {

    .header-inner,
    .row-small {
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .header-end,
    .toggle_menu {
        display: none;
    }

    .images-inner img {
        width: 330px;
    }

    .icon-box {
        justify-content: center;
        margin-bottom: 0;
    }

    .menu {
        display: block;
    }

    .phone-header {
        display: flex;
    }

    .navbar-nav {
        flex-direction: row;
    }

    .icon-phone {
        width: 5rem;
        height: 5rem;
    }

    .number-phone {
        font-size: 20px;
    }

    .why,
    .list-why {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .items-type-car {
        width: calc(48%);
    }

    .srction-procedure-mobile {
        display: none;
    }

    .hidden {
        display: block;
    }

    .items-one {
        justify-content: center;
        flex-direction: column;
    }

    .row-first {
        margin-right: 4.5rem;
    }

    .row-two {
        margin-left: 4.5rem;
    }

    .content-items-one p {
        font-size: 14px;
    }

    .img-items-one img {
        object-fit: contain;
        width: 100%;
        height: 100%;
        object-position: center;
    }

    .img-items-one {
        display: flex;
        width: 56px;
        height: 56px;
    }

    .content-items-one p {
        max-width: 144px;
    }

    .items-one {
        align-items: center;
    }

    .img-list-new img {
        height: 140px;
    }

    .pricing-description {
        height: 48px;
    }

    .pricing-feature {
        height: 130px;
    }
}

@media screen and (min-width:1024px) {
    .images-inner img {
        width: 500px;
    }

    .icon-phone {
        width: 6rem;
        height: 6rem;
    }

    .number-phone {
        font-size: 32px;
    }

    .items-type-car {
        width: calc(38%);
    }
}

@media screen and (min-width:1280px) {
    .header-end {
        display: block;
        margin-bottom: 0;
        margin-left: 20px;
    }

    .row-first {
        margin-right: 9rem;
    }

    .row-two {
        margin-left: 9rem;
    }

    .items-one {
        flex-direction: row;
    }

    .content-items-one p {
        font-size: 18px;
    }

    .content-items-one p {
        max-width: 180px;
    }

    .img-list-new img {
        height: 240px;
    }

    .gg-map {
        padding-left: 3rem !important;
    }

    .logo-footer img {
        width: 450px;
    }

    .header-inner {
        justify-content: space-between;
    }

    .title-about h2 {
        font-size: 42px;
    }

    .img-items-one {
        width: 70px;
        height: 70px;
    }

    .title-procedure h2 {
        margin-bottom: 50px;
        margin-top: 30px;
    }

    .pricing-feature {
        height: 85px;
    }

    .text-car p {
        font-size: 18px;
        color: #727272;
        height: 155px;
    }

    .pricing-description {
        height: auto;
    }

    .items-type-car {
        width: calc(23%);
    }
}