/*---------------------------------------------------------------------------------
Theme Name:   Gal Trailers
Theme URI:
Description:  Child theme of Gal Trailers
Author:       Gal Trailers
Template:     Divi
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
----------------------------- ADDITIONAL CSS HERE ------------------------------*/

body {
    font-family: "Archivo", sans-serif;
    line-height: 1.7;
}


/*banner*/

.banner_video_row {
    width: 100% !important;
    max-width: 100% !important;
}

.dis_center {
    display: flex;
    align-items: center;
}

.site_padding.pdb0 {
    padding-bottom: 0 !important;
}

.site_padding.pdt0 {
    padding-top: 0 !important;
}

.pd0 {
    padding: 0 !important;
}

.video-box {
    position: relative;
    width: 100%;
    height: 780px;
    overflow: hidden;
    cursor: pointer;
}

.video-box img {
    width: 100%;
    display: block;
    object-fit: cover;
    height: 100%;
}

body a {
    color: #d21515;
}

.video-box video {
    width: 100%;
    display: none;
    height: 100%;
    object-fit: cover;
}


/* Play Button */

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    background: rgba(255, 255, 255, 0.85);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.play-btn i {
    font-size: 35px;
    color: #000;
    margin-left: 5px;
}


/* Hover Effect */

.video-box:hover .play-btn {
    background: #ff0000;
}

.video-box:hover .play-btn i {
    color: #fff;
}


/* Stop Button */

.stop-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    border: none;
    border-radius: 50%;
    background: red;
    color: #fff;
    font-size: 20px;
    display: none;
    cursor: pointer;
}


/* banner end */


/* banner bottom */

.site_width {
    width: 100% !important;
    max-width: 1500px !important;
}

.site_padding {
    padding: 80px 0px !important;
}

.tc {
    text-align: center !important;
}

.wt {
    color: #fff !important;
}

.mb30 {
    margin-bottom: 30px !important;
}

.width_fit_content a:nth-child(1) {
    width: 150px !important;
}

.google_review_rating_btn_box.width_fit_content a {
    width: fit-content !important;
}

.width_fit_content a {
    width: fit-content;
    padding: 0px 20px !important;
}

.section_title {
    font-size: 70px;
    color: #222222;
    font-weight: 700;
    line-height: 1.2;
    font-family: 'Roboto Condensed';
}

.btm_btn.width_fit_content {
    display: flex;
    align-items: center;
}

.sub_title {
    font-size: 35px;
    color: #222;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 20px;
}


/* banner bottom end*/


/* testimonial section */

.hk_testimonial_content_box span,
.hk_testimonial_content_box {
    display: block;
    color: #222;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.7em;
    margin-bottom: 0;
    height: 115px;
    overflow: hidden;
    transition: 0.5s ease-out !important;
}

.hk_testimonial_content_box.intro {
    height: auto;
    transition: 0.5s ease-out !important
}

.landing_hk_testimonial_quote_box {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 47px;
    height: 47px;
    background: #222222;
    color: #fff;
    border-radius: 100%;
    margin-right: 10px;
}

.landing_hk_testimonial_quote_box span {
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 500;
}

.landing_hk_testimonial_title_box {
    text-transform: capitalize;
    font-size: 18px;
    font-weight: 600;
    color: #222;
    line-height: 1.3;
}

.landing_hk_testimonial_inr {
    display: flex;
    align-items: center;
}

.landing_hk_testimonial_title_box span {
    display: block;
}

.landing_hk_testimonial_box {
    background: #F7F7F7;
    border-radius: 20px;
    padding: 25px 20px;
}

.landing_hk_testimonial_title_box span {
    display: block;
    color: #9F9F9F;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding-top: 5px;
    text-transform: lowercase;
}

.hk_testimonial_btn {
    margin-top: 8px;
    font-weight: 500;
    text-decoration: underline;
    font-size: 14px;
    cursor: pointer;
    color: #D21515;
}

.landing_hk_testimonial_review_box .fa.fa-star {
    color: #F2BB23;
    font-size: 18px;
    margin: 0 1px;
}

.landing_hk_testimonial_review_box {
    margin: 15px 0 10px;
    display: flex;
    gap: 2px;
}

.testimonial_h_row {
    margin: -5px;
}

.hk_testimonial_col {
    padding: 10px;
}

.testi_google_img {
    margin-top: 20px;
}

.testi_google_img img {
    width: 95px;
    height: 35px;
    object-fit: contain;
    display: block;
}

.google_review_rating_count_box {
    margin-bottom: 20px;
}

.google_review_rating_count_box_inner {
    background-color: #F7F7F7;
    padding: 30px 50px;
    border-radius: 30px;
}

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

.google_icon_box span img {
    width: 110px;
    height: 36px;
    object-fit: contain;
    display: block;
}

.google_icon_title,
.google_rating_five {
    font-size: 23px;
    color: #222;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1.3;
}

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

.google_star_box {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.google_rating_start img {
    display: block;
    width: 115px;
    height: 17px;
    object-fit: contain;
}

.google_rating_start {
    padding-left: 5px;
    padding-right: 10px;
}

.google_rating_number {
    font-size: 17px;
    color: #9F9F9F;
    font-weight: 600;
    line-height: 1.3;
}

.google_review_rating_btn {
    width: 210px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #D21515;
    font-size: 16px;
    color: #FFF;
    font-weight: 400;
    text-transform: capitalize;
    transition: 0.6s ease;
}

.google_review_rating_btn:hover {
    background-color: #222;
    color: #fff;
}

.section_main_title {
    font-size: 45px;
    color: #222222;
    font-weight: 700;
    text-transform: capitalize;
    font-family: 'Roboto Condensed';
    text-align: center;
    line-height: 1.3;
}


/* testimonial end */


/* A Family Business Built on Experience */

.site_des span {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding-bottom: 10px;
}

.logo-box {
    padding: 10px;
    width: 33.33% !important;
}

.logo-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 75%;
    margin: auto;
}

.bs_box {
    padding: 60px;
    background: #f7f7f4;
}

.fb_col2 {
    padding: 60px 10px;
}

.logo-box-inner {
    border: 1px solid #DDDDDD;
    width: fit-content;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    width: 100% !important;
}

.logo-box-inner:hover {
    box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 15px 0px inset;
}

.logo-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.second-block {
    margin-top: 60px;
}

.fb_col1 {
    border-right: 1px solid #000;
}

.fb_section_row {
    border-bottom: 1px solid #000;
}

.fb_image_main img {
    height: 485px;
    object-fit: cover;
    object-position: bottom;
}


/* A Family Business Built on Experience end */


/* contact form */


/* ===== Main Wrapper ===== */

.cf7-contact-wrapper {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    font-family: Arial, sans-serif;
}


/* ===== Row ===== */

.cf7-row {
    display: flex;
    gap: 20px;
    margin-bottom: 14px;
}

.cf7-col {
    width: 50%;
}


/* ===== Full Width Fields ===== */

.cf7-full {
    width: 100%;
    margin-bottom: 14px;
}


/* ===== Input Fields ===== */

.cf7-input,
.cf7-textarea {
    width: 100% !important;
    border: 1px solid #d9d9d9 !important;
    border-radius: 4px !important;
    background: #fff !important;
    padding: 14px 16px !important;
    font-size: 14px !important;
    color: #555 !important;
    outline: none !important;
    box-sizing: border-box !important;
    transition: all 0.3s ease !important;
}


/* ===== Textarea ===== */

.cf7-textarea {
    height: 120px !important;
    resize: none;
}


/* ===== Placeholder ===== */

.cf7-input::placeholder,
.cf7-textarea::placeholder {
    color: #888;
}


/* ===== Focus Effect ===== */

.cf7-input:focus,
.cf7-textarea:focus {
    border-color: #b71c1c;
}


/* ===== Submit Button ===== */

.cf7-btn-wrap {
    margin-top: 10px;
}

.tl {
    text-align: left !important;
}

.contact_form_img img {
    height: 550px;
    object-fit: contain;
    object-position: top left;
}

.contact_form_box {
    width: 80%;
}

.site_padding.contact_form_section {
    padding-left: 0 !important;
}


/* end */


/* work section */

.pwg-main-wrap {
    display: flex;
    border-radius: 30px;
    flex-wrap: wrap;
}

.pwg-left {
    width: 40% !important;
}

.tab_menu {
    display: flex;
    flex-wrap: wrap;
}

.view_more_btnend {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    gap: 10px;
}

.view_more_btnend a {
    color: #D21515;
    font-size: 16px;
}

.tab_menu .menu_tab_link {
    width: 50% !important;
}

.pwg-right {
    width: 60% !important;
    padding-left: 30px;
}

.pwg-right-inner {
    border: 1px solid #DDDDDD;
    padding: 30px;
    border-radius: 30px;
}

.pwg-right .site_des span {
    text-align: left;
}

.pwg-item {
    text-transform: capitalize;
    background: #F2F2F2;
    margin: 5px;
    cursor: pointer;
    border-radius: 14px;
    text-decoration: none;
    color: #111;
    font-weight: 700;
    transition: 0.3s;
    font-size: 18px;
    font-family: 'Roboto Condensed';
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px;
    text-align: center;
}

.pwg-item.active,
.pwg-item:hover {
    background: #e3000f;
    color: #fff;
}

.pwg-tab-content {
    display: none;
}

.pwg-tab-content.active-tab {
    display: block;
}

.pwg-right h3 {
    font-size: 34px;
    color: #e3000f;
    margin-bottom: 10px;
    font-family: 'Roboto Condensed';
    text-transform: capitalize;
}

.pwg-slider img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 14px;
}

.swiper-slide {
    width: 33.33%;
}

.pwg-slide-item {
    padding: 10px;
}

.pwg-slide-item img {
    width: 100%;
    height: 145px;
    object-fit: cover;
    border-radius: 10px;
    display: block;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
    font-size: 30px;
}

.slick-prev {
    left: -50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.slick-next {
    right: -50px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
}

.slick-arrow {
    width: 40px;
    cursor: pointer;
    height: 40px;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #000;
}


/* end */


/* choose us your trailer */

.img-inner-wrapper img {
    height: 276px;
    width: 100%;
    object-fit: cover;
    transition: 2s !important;
    border-radius: 15px;
}

.card-inner:hover .img-inner-wrapper img {
    clip-path: polygon(96.703% 0%, 96.703% 0%, 97.238% 0.071%, 97.745% 0.277%, 98.218% 0.607%, 98.65% 1.049%, 99.034% 1.592%, 99.364% 2.225%, 99.632% 2.937%, 99.832% 3.717%, 99.957% 4.553%, 100% 5.435%, 100% 63.043%, 100% 63.043%, 99.896% 65.159%, 99.597% 67.166%, 99.117% 69.038%, 98.473% 70.747%, 97.683% 72.267%, 96.761% 73.57%, 95.724% 74.631%, 94.589% 75.422%, 93.371% 75.916%, 92.088% 76.087%, 91.429% 76.087%, 91.429% 76.087%, 90.252% 76.243%, 89.136% 76.697%, 88.096% 77.422%, 87.145% 78.394%, 86.3% 79.589%, 85.575% 80.982%, 84.985% 82.549%, 84.546% 84.264%, 84.271% 86.104%, 84.176% 88.043%, 84.176% 88.043%, 84.081% 89.983%, 83.806% 91.823%, 83.366% 93.538%, 82.776% 95.105%, 82.052% 96.498%, 81.206% 97.693%, 80.256% 98.665%, 79.215% 99.39%, 78.099% 99.844%, 76.923% 100%, 3.297% 100%, 3.297% 100%, 2.762% 99.929%, 2.255% 99.723%, 1.782% 99.393%, 1.35% 98.951%, 0.966% 98.408%, 0.636% 97.775%, 0.368% 97.063%, 0.168% 96.283%, 0.043% 95.447%, 0% 94.565%, 0% 5.435%, 0% 5.435%, 0.043% 4.553%, 0.168% 3.717%, 0.368% 2.937%, 0.636% 2.225%, 0.966% 1.592%, 1.35% 1.049%, 1.782% 0.607%, 2.255% 0.277%, 2.762% 0.071%, 3.297% 0%, 96.703% 0%);
    transition: 2s !important;
}

.card-inner .site_des span {
    padding-bottom: 0 !important;
}

.cards-row {
    display: flex;
    flex-wrap: wrap;
}

.card {
    width: 33.33% !important;
}

.card-image-container {
    position: relative;
}

.card-title {
    font-size: 22px;
    color: #000000;
    text-align: center;
    padding: 10px 0px;
    font-weight: 700;
}

.action-button {
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: 5px;
    transform: scale(0);
    transition: 1s !important;
    background: #D21515;
    border-radius: 100%;
    right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
}

.card-inner {
    margin: 20px;
}

.choose_us_row {
    border: 2px solid #DDDDDD;
    padding: 50px !important;
    position: relative;
    background-position: center bottom -80px !important;
    display: flex;
}

.choose_us_row .et_pb_column::before {
    position: absolute;
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><rect y="7.99976" width="11.3135" height="11.3135" transform="rotate(-45 0 7.99976)" fill="%23D21515"/></svg>');
    right: -56px;
    top: 20%;
    width: 11px;
    height: 11px;
    background-size: contain;
}

.choose_us_row::before {
    position: absolute;
    content: '';
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><rect y="7.99976" width="11.3135" height="11.3135" transform="rotate(-45 0 7.99976)" fill="%23D21515"/></svg>');
    left: -6px;
    top: 50%;
    width: 11px;
    height: 11px;
    background-size: contain;
}

.card-inner:hover .action-button {
    transform: scale(1);
    transition: 1s !important;
}

.img-inner-wrapper {
    line-height: 0;
}


/* choose us your trailer end*/


/* about us section */

.red {
    color: #D21515 !important;
}

.about_us_box .btm_btn.width_fit_content {
    justify-content: center;
    margin-top: 20px;
}

.design-container {
    position: relative;
    width: 800px;
    height: 660px;
    max-width: 100%;
    /* background-color: #fff; */
    /* overflow: hidden; */
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5); */
    transition: height 0.3s ease;
}

.black-curve-bg {
    position: absolute;
    top: auto;
    left: 0;
    width: 433px;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    bottom: 0;
}

.red-arc {
    position: absolute;
    left: 32%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    border: 3px solid #ff0000;
    z-index: 2;
    clip-path: polygon(50% 0, 100% 0, 100% 100%, 50% 100%);
    transition: all 0.3s ease;
}

.logo-circle {
    position: absolute;
    left: 30%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 335px;
    height: 335px;
    background: #ffffff;
    border-radius: 50%;
    z-index: 10;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.g-logo-svg {
    width: 150px;
    transform: skewX(-15deg);
    margin-bottom: 5px;
    transition: all 0.3s ease;
}

.logo-text {
    color: #ff0000;
    font-weight: 900;
    font-size: 24px;
    letter-spacing: 1.5px;
    font-style: italic;
    transform: scaleX(1.1);
    margin-top: 12px;
    transition: all 0.3s ease;
}

.feature-wrapper {
    position: absolute;
    left: 32%;
    top: 50%;
    width: 0;
    height: 0;
    z-index: 15;
    transition: all 0.3s ease;
}

.icon-circle:hover {
    border: 5px solid #ff0000;
    transition: 1s !important;
}

.icon-circle {
    width: 80px;
    height: 80px;
    background: #ffffff;
    border-radius: 50%;
    border: 5px solid #d4d4d4;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    color: #333;
    transform: translate(-50%, -50%);
    box-shadow: 0px 8px 2px 0px #00000040;
    position: relative;
    transition: all 0.3s ease;
}

.feature-wrapper.active .icon-circle {
    border-color: #ff0000;
    border-width: 6px;
}

.feature-text {
    position: absolute;
    left: 60px;
    top: 50%;
    transform: translateY(-50%);
    white-space: nowrap;
    font-weight: 800;
    font-size: 18px;
    color: #000;
    transition: all 0.3s ease;
}

.item-1 {
    transform: rotate(-68deg) translateX(250px) rotate(68deg);
}

.item-2 {
    transform: rotate(-34deg) translateX(250px) rotate(34deg);
}

.item-3 {
    transform: rotate(0deg) translateX(250px) rotate(0deg);
}

.item-4 {
    transform: rotate(34deg) translateX(250px) rotate(-34deg);
}

.item-5 {
    transform: rotate(68deg) translateX(250px) rotate(-68deg);
}

.flag-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}


/* about end */


/* tariler show case */

.trailer-section-wrapper {
    margin: 0 auto;
    box-sizing: border-box;
}

.trailer-header {
    text-align: center;
    margin-bottom: 20px;
}

.trailer-header p {
    font-size: 16px;
    color: #cc0000;
    font-weight: 600;
    margin: 0;
}


/* Flexbox Row */

.trailer-flex-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    justify-content: center;
    /* Negative margin to offset card padding */
}

.trailer-card:hover .trailer-card-image img {
    transform: scale(1.1);
    transition: 1s !important;
}

.trailer-card {
    width: 25%;
    /* 4 Items per row by default */
    padding: 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    /* Keeps content aligned */
}

.trailer-card-image {
    width: 100%;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}

.trailer-card-image img {
    width: 100%;
    height: 100%;
    transform: scale(1);
    transition: 1s !important;
    object-fit: cover;
    display: block;
    border-radius: 20px;
}

.trailer-card-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #111;
    padding-bottom: 15px;
    text-transform: capitalize;
}

.trailer-card-content p {
    font-size: 16px;
    color: #000;
    margin: 0;
    font-weight: 400;
    line-height: 1.3;
}

.about_us_box_top {
    padding-left: 30px !important;
}


/* Need a Trailer Built for Your Job? */

.need_section_main_row_all {
    height: 429px;
    border-radius: 30px;
}

.need_img img {
    height: 477px;
    object-fit: contain;
    object-position: bottom;
}

.img_col_1::before {
    position: absolute;
    content: '';
    background: #D21515;
    width: 80%;
    height: 100%;
    right: 0;
    clip-path: polygon(0.63% 10.068%, 0.63% 10.068%, 0.179% 8.657%, 0.004% 7.236%, 0.085% 5.844%, 0.402% 4.517%, 0.934% 3.292%, 1.661% 2.206%, 2.564% 1.297%, 3.621% 0.601%, 4.812% 0.156%, 6.118% 0%, 93.88% 0%, 93.88% 0%, 94.871% 0.092%, 95.811% 0.357%, 96.688% 0.781%, 97.489% 1.349%, 98.2% 2.048%, 98.811% 2.863%, 99.308% 3.779%, 99.679% 4.783%, 99.91% 5.859%, 99.99% 6.993%, 99.99% 93.007%, 99.99% 93.007%, 99.91% 94.141%, 99.679% 95.217%, 99.308% 96.221%, 98.811% 97.137%, 98.2% 97.952%, 97.489% 98.651%, 96.688% 99.219%, 95.811% 99.644%, 94.871% 99.908%, 93.88% 100%, 42.906% 100%, 42.906% 100%, 42.213% 99.955%, 41.538% 99.823%, 40.885% 99.607%, 40.262% 99.311%, 39.672% 98.94%, 39.121% 98.497%, 38.615% 97.986%, 38.159% 97.41%, 37.758% 96.774%, 37.418% 96.082%, 0.63% 10.068%);
}

.need_col1 {
    display: flex;
    align-items: center;
}

.need_content .section_main_title {
    font-size: 65px;
    text-align: left;
}

.need_main_content_inner {
    padding-left: 40px;
    margin-bottom: 60px;
    position: relative;
}

.need_main_content_inner::after {
    position: absolute;
    content: '';
    background: #FF0000;
    width: 1px;
    height: 200px;
    left: 10px;
    top: 0;
}

.need_content .sub_title {
    font-size: 28px;
}

.need_content .section_main_title span {
    color: #D21515;
}

.need_main_content {
    padding: 60px;
    margin-right: -60px;
    padding-right: 0;
}

.insta_section_main::before {
    position: absolute;
    content: '';
    top: 0;
    border-top: 1px solid #DDDDDD;
    width: 80%;
    height: 1px;
    left: 0;
    right: 0;
    margin: auto;
}

.view_more_btn a {
    font-size: 15px;
    color: #D21515;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: end;
}


/* Need a Trailer Built for Your Job? end*/

.pd0.tr_in {
    padding-bottom: 0 !important;
}

.faq_sec .et_pb_toggle_title {
    padding-right: 20px !important;
    line-height: 1.5em !important;
}

.dg-tab-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 10px;
}

.dg-tab-btn {
    width: 16.1%;
    padding: 10px;
    cursor: pointer;
    background: #222;
    color: #fff;
    border: 1px solid #FF0000;
    font-size: 15px;
    line-height: 1.5em;
    border-radius: 10px;
    font-weight: 500;
}

.dg-tab-btn.active {
    background: #FF0000;
    border-color: #222;
}

.dg-tab-content {
    display: none;
}

.dg-tab-content.active {
    display: block;
}

.dg-slide {
    padding: 10px;
    line-height: 0;
}

.dg-slide img {
    object-fit: cover;
    width: 100%;
    height: 250px;
    border-radius: 10px;
}

.pwg-right .slick-next:before,
.pwg-right .slick-prev:before {
    display: none !important;
}

.pwg-right .slick-next:hover,
.pwg-right .slick-prev:hover {
    color: #000 !important;
}

.site_des ul {
    padding-bottom: 0px !important;
}


/* working_width_us */

.working_section_row .section_main_title {
    border-bottom: 2px solid #ff1500;
    width: fit-content;
    margin: auto;
}

.services-section {
    display: flex !important;
    flex-wrap: wrap !important;
}

.card-work {
    width: 33.33%;
    padding: 10px;
}

.card-image-wrapper img {
    height: 350px;
    object-fit: contain;
    width: 100%;
    padding-bottom: 10px;
    background: #fff;
}

.card-work .card-title,
.card-work .site_des span {
    text-align: left !important;
}

.card-work-inner {
    padding: 10px;
    background: #f5f5f5;
    height: 100%;
}


/* service section */

.unique-tabs-container li {
    list-style-type: none;
}

.unique-tabs-container ul {
    padding: 0px !important;
}

.unique-tabs-container {
    display: flex;
    align-items: stretch;
    min-height: 420px;
}

.tab-links {
    list-style: none;
    width: 25%;
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    padding: 0 !important;
}

ul.tab-links li {
    list-style-type: none;
}

.tab-links li {
    margin-bottom: 20px;
}

.tab-links a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #ffffff;
    color: #1a1a1a;
    padding: 20px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    border-radius: 40px 0 0 40px;
    border: 1px solid #eaeaea;
    border-right: none;
    box-shadow: -5px 5px 15px rgba(0, 0, 0, 0.02);
    text-transform: capitalize;
    transition: all 0.3s ease;
}

.tab-links li.active a {
    background-color: #ce181e;
    color: #ffffff;
    border-color: #ce181e;
    box-shadow: -5px 5px 15px rgba(206, 24, 30, 0.2);
}

.tab-arrow {
    display: none;
    width: 36px;
    height: 36px;
    background-color: #ffffff;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #ce181e;
    flex-shrink: 0;
    margin-left: 10px;
}

.tab-links li.active .tab-arrow {
    display: flex;
}

.tab-arrow svg {
    width: 14px;
    height: 14px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tab-content-wrapper {
    flex-grow: 1;
    background-color: #f7f7f7;
    border-radius: 0 20px 20px 0;
    overflow: hidden;
    display: flex;
    width: 75% !important;
}

.tab-details .btm_btn {
    margin-top: 15px !important;
}

.tab-pane {
    display: none;
    width: 100%;
}

.tab-pane.active {
    display: flex;
}

.tab-image {
    width: 50%;
}

.tab-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tab-details {
    width: 50%;
    padding: 60px 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f7f7f7;
}

.tab-details h2 {
    font-size: 32px;
    font-weight: 700;
    color: #111111;
    margin-bottom: 0px;
    line-height: 1.2;
    text-transform: capitalize;
}

.tab-details p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 0px;
    line-height: 1.7;
}

.tab-buttons {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}


/* service end */

@media all and (min-width: 320px) and (max-width: 767px) {
    .services-section {
        justify-content: center !important;
    }
    .dg-tab-btn {
        width: 100%;
        font-size: 14px;
    }
    .site_des span {
        font-size: 15px;
    }
    .gal-scroll-sticky {
        top: 50px;
        height: 90vh;
    }
    .site_padding {
        padding: 40px 12px !important;
    }
    /* banner */
    .video-box {
        height: 400px;
    }
    .play-btn {
        width: 60px;
        height: 60px;
    }
    div#main-content {
        margin-top: 100px;
    }
    /* banner emd*/
    /* testimonial section */
    .google_review_rating_count_box_inner {
        padding: 15px;
    }
    .google_icon_box span img {
        width: 80px;
        height: 25px;
    }
    .google_icon_title,
    .google_rating_five {
        font-size: 17px;
    }
    .google_rating_start img {
        width: 85px;
        height: 15px;
    }
    .google_review_rating_btn {
        width: 170px;
        height: 35px;
        font-size: 14px;
    }
    .google_review_rating_count_box {
        margin-bottom: 10px;
    }
    .landing_hk_testimonial_box {
        border-radius: 15px;
        padding: 10px;
    }
    .landing_hk_testimonial_quote_box {
        width: 35px;
        height: 35px;
    }
    .landing_hk_testimonial_quote_box span {
        font-size: 15px;
    }
    .landing_hk_testimonial_title_box {
        font-size: 14px;
    }
    .landing_hk_testimonial_title_box span {
        font-size: 14px;
    }
    .landing_hk_testimonial_review_box .fa.fa-star {
        font-size: 14px;
    }
    .hk_testimonial_content_box span,
    .hk_testimonial_content_box {
        font-size: 14px;
    }
    .testi_google_img {
        margin-top: 10px;
    }
    .testi_google_img img {
        width: 85px;
        height: 25px;
    }
    .google_rating_number {
        font-size: 14px;
    }
    .google_review_rating_count_box_sub {
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    .google_review_rating_count_data_box {
        width: 100%;
    }
    .google_icon_box,
    .google_star_box {
        justify-content: center;
    }
    .section_main_title {
        font-size: 24px;
    }
    /* testimonial end */
    /* A Family Business Built on Experience */
    .bs_box {
        padding: 30px 10px 0px;
    }
    .fb_image_main img {
        height: 250px;
        width: 100% !important;
        object-position: top;
    }
    .fb_col2 {
        padding: 30px 10px;
    }
    .second-block {
        margin-top: 30px;
    }
    .logo-wrapper {
        width: 100%;
    }
    .fb_image_main .et_pb_image_wrap {
        width: 100% !important;
    }
    .logo-box {
        width: 50% !important;
    }
    /* A Family Business Built on Experience end*/
    /* contact form */
    .contact_form_box {
        width: 100%;
    }
    .contact_form_img img {
        height: 400px;
    }
    .contact_form_img {
        display: none !important;
    }
    .site_padding.contact_form_section {
        padding-left: 15px !important;
    }
    .section_form_row .et_pb_column {
        margin-bottom: 0 !important;
    }
    .cf7-col {
        width: 100%;
    }
    .cf7-row {
        flex-wrap: wrap;
    }
    /* contact form end */
    /* work section */
    .pwg-item {
        font-size: 14px !important;
        padding: 10px;
        height: 60px;
    }
    .pwg-right-inner {
        padding: 15px;
    }
    .pwg-right h3 {
        font-size: 24px;
        text-align: center !important;
    }
    .pwg-right-inner {
        text-align: center !important;
    }
    .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .slick-prev {
        left: -30px;
    }
    .slick-next {
        right: -30px;
    }
    .pwg-left {
        margin-bottom: 20px;
    }
    .pwg-left,
    .pwg-right {
        width: 100% !important;
        padding-left: 0 !important;
    }
    .tab_menu .menu_tab_link {
        width: 50% !important;
    }
    /* work section end*/
    /* why choose trailer */
    .choose_us_row {
        padding: 30px 0px !important;
    }
    .card-title {
        font-size: 18px;
    }
    .top_logo_img img {
        width: 150px;
    }
    .card {
        width: 100% !important;
    }
    .cards-row {
        justify-content: center;
    }
    .card-inner {
        margin: 10px;
    }
    .img-inner-wrapper img {
        height: 200px;
    }
    .action-button {
        width: 30px;
        height: 30px;
        right: 7px;
        bottom: 4px;
    }
    .action_btn_class img {
        width: 15px;
    }
    /* why choose emd*/
    /* about us section */
    .about_us_section.site_padding {
        padding-left: 15px !important;
        padding-bottom: 40px !important;
    }
    .about_us_box .btm_btn.width_fit_content {
        display: block;
    }
    .about_us_box .btm_btn.width_fit_content a {
        margin: auto;
        margin-bottom: 10px !important;
    }
    .icon-circle-inner {
        box-shadow: 0px 8px 2px 0px #00000040;
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
        border-radius: 100px;
        background: #CCCCCC;
        margin: auto;
    }
    .icon-circle-inner img {
        width: 70px;
        height: 70px;
        background: #fff;
        border-radius: 100%;
        display: flex;
        align-items: center;
        padding: 5px;
        object-fit: contain;
    }
    .feature-text-inner {
        font-size: 18px;
        color: #000;
        text-align: center;
        padding: 10px 0px;
        font-weight: 600;
    }
    .feature-wrapper-inner-main {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .feature-wrapper-inner {
        width: 100%;
    }
    /* about end */
    /* animation text */
    .gal-scroll-wrap {
        height: 250px;
    }
    .gal-scroll-canvas {
        max-width: 767px !important;
    }
    .gal-scroll-inner .section_main_title {
        font-size: 30px !important;
    }
    .gal-top-grid {
        gap: 10px !important;
        padding-top: 20px !important;
        text-align: center !important;
    }
    .gal-scroll-inner .section_main_title {
        text-align: center !important;
    }
    .sub_title {
        font-size: 22px;
    }
    .gal-scroll-sticky::before {
        font-size: 50px !important;
        bottom: 100px !important;
        height: 270px !important;
    }
    .gal-top-grid .btm_btn.width_fit_content {
        display: block;
    }
    .gal-top-grid .btm_btn.width_fit_content a {
        margin: auto;
        margin-bottom: 10px !important;
    }
    .gal-scroll-sticky::after {
        display: none;
    }
    /* animation text end*/
    /* trailer showcase */
    .trailer-card {
        width: 100%;
        /* 1 Item per row */
    }
    .trailer-card {
        width: 50%;
        padding: 5px;
    }
    .trailer-card-content h3 {
        font-size: 18px;
    }
    .trailer-card-image {
        height: 180px;
    }
    .trailer-card-content p {
        font-size: 14px;
    }
    /* trailer showcase end*/
    /* need a content */
    .need_main_content_inner {
        margin-bottom: 0 !important;
        padding-left: 0 !important;
    }
    .img_col_1 {
        display: none !important;
    }
    .need_main_content_inner::after {
        display: none !important;
    }
    .need_section_main_row_all {
        height: auto;
    }
    .need_img img {
        height: 300px;
    }
    .need_main_content {
        padding: 20px;
        margin: 0;
        text-align: center;
    }
    .need_content .sub_title {
        font-size: 20px;
    }
    .btm_btn.width_fit_content {
        display: block;
    }
    .btm_btn.width_fit_content a {
        margin: auto;
        margin-bottom: 10px !important;
    }
    .need_content .section_main_title {
        font-size: 26px;
        text-align: center;
    }
    .choose_us_row .et_pb_column::before {
        display: none;
    }
    .about_us_box_top {
        padding-left: 0px !important;
    }
    /* need a content end*/
    /* new css  */
    .card-inner:hover .img-inner-wrapper img {
        clip-path: none !important;
    }
    .card-inner .action-button {
        transform: scale(1) !important;
    }
    /* end */
    .card-image-wrapper img {
        height: 200px !important;
    }
    .card-work {
        width: 100% !important
    }
    /* 	service */
    .tab-details {
        padding: 20px;
    }
    .tab-links a {
        padding: 10px;
        font-size: 14px;
        text-align: center;
        border-right: 1px solid #eaeaea;
        border-radius: 100px;
        justify-content: center;
    }
    .tab-details h2 {
        margin-bottom: 0px;
    }
    .tab-details p {
        margin-bottom: 20px;
    }
    .tab-details h2 {
        font-size: 22px;
    }
    .tab-content-wrapper .btm_btn.width_fit_content {
        display: block;
    }
    .tab-links {
        flex-direction: row;
    }
    .tab-links li.active .tab-arrow {
        display: none !important;
    }
    .tab-content-wrapper .btm_btn.width_fit_content a {
        margin-bottom: 10px !important;
    }
    .tab-links,
    .tab-content-wrapper {
        width: 100% !important;
    }
    .unique-tabs-container {
        display: block !important;
    }
    ul.tab-links li {
        width: 100% !important;
    }
    .unique-tabs-container ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .tab-pane.active {
        display: block;
    }
    .tab-image,
    .tab-details {
        width: 100%;
        text-align: center;
    }
    /* 	service end*/
}

@media all and (min-width: 481px) and (max-width: 767px) {
    ul.tab-links li {
        width: 50% !important;
    }
    .card-work {
        width: 50% !important
    }
    .dg-tab-btn {
        width: 48.9%;
    }
    .feature-badge {
        width: 48.9%;
    }
    .card_main {
        width: 48.9%;
    }
    .card_item {
        width: 48.8%;
    }
    .ci_col_1,
    .ci_col_2,
    .ci_col_3,
    .cis_col_1,
    .cis_col_2 {
        width: 50% !important;
    }
    .about_us_box_top {
        padding-left: 0px !important;
    }
    .feature-wrapper-inner {
        width: 50%;
    }
    .gal-top-grid {
        padding-top: 30px !important;
    }
    .logo-box {
        width: 33.33% !important;
    }
    .card {
        width: 50% !important;
    }
    .cf7-col {
        width: 50%;
    }
    .cf7-row {
        flex-wrap: nowrap;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {
    /* 	service */
    .tab-details {
        padding: 20px;
    }
    .tab-links a {
        padding: 10px;
        font-size: 14px;
        text-align: center;
        border-right: 1px solid #eaeaea;
        border-radius: 100px;
        justify-content: center;
    }
    .tab-details h2 {
        margin-bottom: 0px;
    }
    .tab-details p {
        margin-bottom: 20px;
    }
    .tab-details h2 {
        font-size: 28px;
    }
    .tab-content-wrapper .btm_btn.width_fit_content {
        display: block;
    }
    .tab-links {
        flex-direction: row;
    }
    .tab-links li.active .tab-arrow {
        display: none !important;
    }
    .tab-content-wrapper .btm_btn.width_fit_content a {
        margin-bottom: 10px !important;
    }
    .tab-links,
    .tab-content-wrapper {
        width: 100% !important;
    }
    .unique-tabs-container {
        display: block !important;
    }
    ul.tab-links li {
        width: 33.33% !important;
    }
    /* 	service end*/
    .card-image-wrapper img {
        height: 200px !important;
    }
    .dg-tab-btn {
        width: 32.3%;
        font-size: 14px;
    }
    .site_des span {
        font-size: 15px;
    }
    /* new css  */
    .card-inner:hover .img-inner-wrapper img {
        clip-path: none !important;
    }
    .card-inner .action-button {
        transform: scale(1) !important;
    }
    /* end */
    .site_des span {
        font-size: 15px;
    }
    .card-title {
        font-size: 18px;
    }
    .choose_us_row .et_pb_column::before {
        display: none;
    }
    .gal-top-grid {
        padding-top: 30px !important;
    }
    .site_padding {
        padding: 50px 30px !important;
    }
    /* banner */
    .video-box {
        height: 500px;
    }
    .play-btn {
        width: 70px;
        height: 70px;
    }
    div#main-content {
        margin-top: 100px;
    }
    /* banner emd*/
    /* testimonial section */
    .google_review_rating_count_box_inner {
        padding: 15px;
    }
    .google_icon_box span img {
        width: 80px;
        height: 25px;
    }
    .google_icon_title,
    .google_rating_five {
        font-size: 17px;
    }
    .google_rating_start img {
        width: 85px;
        height: 15px;
    }
    .google_review_rating_btn {
        width: 170px;
        height: 40px;
        font-size: 14px;
    }
    .google_review_rating_count_box {
        margin-bottom: 10px;
    }
    .landing_hk_testimonial_box {
        border-radius: 15px;
        padding: 10px;
    }
    .landing_hk_testimonial_quote_box {
        width: 35px;
        height: 35px;
    }
    .landing_hk_testimonial_quote_box span {
        font-size: 15px;
    }
    .landing_hk_testimonial_title_box {
        font-size: 14px;
    }
    .landing_hk_testimonial_title_box span {
        font-size: 14px;
    }
    .landing_hk_testimonial_review_box .fa.fa-star {
        font-size: 14px;
    }
    .hk_testimonial_content_box span,
    .hk_testimonial_content_box {
        font-size: 14px;
    }
    .testi_google_img {
        margin-top: 10px;
    }
    .testi_google_img img {
        width: 85px;
        height: 25px;
    }
    .google_rating_number {
        font-size: 14px;
    }
    .section_main_title {
        font-size: 26px;
    }
    /* testimonail end */
    /* A Family Business Built on Experience */
    .bs_box {
        padding: 30px;
    }
    .fb_image_main img {
        height: 350px;
        width: 100% !important;
        object-position: top;
    }
    .fb_col2 {
        padding: 30px 10px;
    }
    .second-block {
        margin-top: 30px;
    }
    .logo-wrapper {
        width: 90%;
    }
    .fb_image_main .et_pb_image_wrap {
        width: 100% !important;
    }
    /* A Family Business Built on Experience end*/
    /* contact form */
    .contact_form_box {
        width: 100%;
    }
    .contact_form_img img {
        height: 400px;
    }
    .contact_form_img {
        display: none !important;
    }
    .site_padding.contact_form_section {
        padding-left: 30px !important;
    }
    .section_form_row .et_pb_column {
        margin-bottom: 0 !important;
    }
    /* contact form end */
    /* work section */
    .pwg-item {
        font-size: 16px !important;
        padding: 10px;
        height: 60px;
    }
    .pwg-right-inner {
        padding: 20px;
    }
    .pwg-right h3 {
        font-size: 24px;
    }
    .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .slick-prev {
        left: -30px;
    }
    .slick-next {
        right: -30px;
    }
    .pwg-left {
        margin-bottom: 20px;
    }
    .pwg-left,
    .pwg-right {
        width: 100% !important;
        padding-left: 0 !important;
    }
    .tab_menu .menu_tab_link {
        width: 33.33% !important;
    }
    /* work section end*/
    /* why choose trailer */
    .choose_us_row {
        padding: 20px !important;
    }
    .top_logo_img img {
        width: 150px;
    }
    .card {
        width: 50% !important;
    }
    .cards-row {
        justify-content: center;
    }
    .card-inner {
        margin: 10px;
    }
    .img-inner-wrapper img {
        height: 250px;
    }
    .action-button {
        width: 40px;
        height: 40px;
        right: 5px;
        bottom: 5px;
    }
    /* why choose emd*/
    /* about us section */
    .about_us_section.site_padding {
        padding-left: 0 !important;
    }
    .black-curve-bg {
        width: 340px;
        height: 660px;
    }
    .logo-circle {
        left: 35% !important;
        width: 280px;
        height: 280px;
    }
    .design-container {
        width: 530px;
    }
    .icon-circle {
        width: 50px;
        height: 50px;
    }
    .icon-circle img {
        width: 30px;
    }
    .feature-text {
        left: 50px;
    }
    .abt_tailer_img {
        display: none;
    }
    /* about us section end*/
    /* animation text */
    .gal-scroll-wrap {
        height: 250px;
    }
    .gal-scroll-canvas {
        max-width: 900px !important;
    }
    .gal-scroll-inner .section_main_title {
        font-size: 36px !important;
    }
    .gal-top-grid {
        gap: 10px !important;
        padding-top: 0 !important;
    }
    .sub_title {
        font-size: 28px;
    }
    .gal-scroll-sticky::before {
        font-size: 130px !important;
        bottom: 180px !important;
        height: 270px !important;
    }
    /* animation text end*/
    /* trailer showcase */
    .trailer-card {
        width: 33.33%;
    }
    .trailer-card-content h3 {
        font-size: 18px;
    }
    .trailer-card-image {
        height: 240px;
    }
    /* trailer showcase end*/
    /* need a content */
    .need_main_content_inner {
        margin-bottom: 0 !important;
        padding-left: 0 !important;
    }
    .img_col_1 {
        display: none !important;
    }
    .need_main_content_inner::after {
        display: none !important;
    }
    .need_section_main_row_all {
        height: auto;
    }
    .need_img img {
        height: 300px;
    }
    .need_main_content {
        padding: 20px;
        margin: 0;
    }
    .need_content .sub_title {
        font-size: 26px;
    }
    .need_content .section_main_title {
        font-size: 34px;
    }
    /* need a content end*/
}

@media only screen and (min-width: 981px) and (max-width: 1024px) {
    /* 	service */
    .tab-details {
        padding: 20px;
    }
    .tab-links a {
        padding: 15px;
    }
    .tab-details h2 {
        margin-bottom: 0px;
    }
    .tab-details p {
        margin-bottom: 20px;
    }
    .tab-details h2 {
        font-size: 28px;
    }
    .tab-content-wrapper .btm_btn.width_fit_content {
        display: block;
    }
    .tab-content-wrapper .btm_btn.width_fit_content a {
        margin-bottom: 10px !important;
    }
    /* 	service end*/
    .card-image-wrapper img {
        height: 220px !important;
    }
    .dg-tab-btn {
        width: 32.6%;
    }
    .choose_us_row .et_pb_column::before {
        display: none;
    }
    .abt_tailer_img {
        z-index: 0;
    }
    .site_padding {
        padding: 60px 30px !important;
    }
    /* banner */
    .video-box {
        height: 550px;
    }
    .play-btn {
        width: 70px;
        height: 70px;
    }
    /* banner emd*/
    /* testimonail section */
    .google_review_rating_count_box_inner {
        padding: 15px 20px;
    }
    .google_icon_box span img {
        width: 80px;
        height: 25px;
    }
    .google_icon_title,
    .google_rating_five {
        font-size: 20px;
    }
    .google_rating_start img {
        width: 90px;
        height: 15px;
    }
    .google_review_rating_btn {
        width: 180px;
        height: 45px;
        font-size: 15px;
    }
    .google_review_rating_count_box {
        margin-bottom: 10px;
    }
    .landing_hk_testimonial_box {
        border-radius: 15px;
        padding: 10px;
    }
    .landing_hk_testimonial_quote_box {
        width: 35px;
        height: 35px;
    }
    .landing_hk_testimonial_quote_box span {
        font-size: 16px;
    }
    .landing_hk_testimonial_title_box {
        font-size: 15px;
    }
    .landing_hk_testimonial_title_box span {
        font-size: 14px;
    }
    .landing_hk_testimonial_review_box .fa.fa-star {
        font-size: 15px;
    }
    .hk_testimonial_content_box span,
    .hk_testimonial_content_box {
        font-size: 14px;
    }
    .testi_google_img {
        margin-top: 10px;
    }
    .testi_google_img img {
        width: 90px;
        height: 30px;
    }
    .google_rating_number {
        font-size: 15px;
    }
    .section_main_title {
        font-size: 28px;
    }
    /* testimonial end */
    /* A Family Business Built on Experience */
    .bs_box {
        padding: 30px;
    }
    .fb_image_main img {
        height: 350px;
    }
    .logo-wrapper {
        width: 90%;
    }
    /* A Family Business Built on Experience end*/
    /* contact form */
    .contact_form_box {
        width: 100%;
    }
    .contact_form_img img {
        height: 440px;
    }
    /* contact form end */
    /* work section */
    .pwg-item {
        font-size: 16px !important;
        padding: 10px;
        height: 60px;
    }
    .pwg-right-inner {
        padding: 20px;
    }
    .pwg-right h3 {
        font-size: 24px;
    }
    .slick-arrow {
        width: 30px;
        height: 30px;
    }
    .slick-prev {
        left: -30px;
    }
    .slick-next {
        right: -30px;
    }
    /* work section end*/
    /* why choose trailer */
    .choose_us_row {
        padding: 20px !important;
    }
    .top_logo_img img {
        width: 150px;
    }
    .card-inner {
        margin: 10px;
    }
    .img-inner-wrapper img {
        height: 250px;
    }
    .action-button {
        width: 40px;
        height: 40px;
        right: -5px;
        bottom: 14px;
    }
    /* why choose emd*/
    /* about us section */
    .about_us_section.site_padding {
        padding-left: 0 !important;
    }
    .black-curve-bg {
        width: 340px;
        height: 660px;
    }
    .logo-circle {
        left: 37% !important;
        width: 280px;
        height: 280px;
    }
    .design-container {
        width: 530px;
    }
    .icon-circle {
        width: 50px;
        height: 50px;
    }
    .icon-circle img {
        width: 30px;
    }
    .feature-text {
        left: 50px;
    }
    /* about us section end*/
    /* animation text */
    .gal-scroll-wrap {
        height: 250px;
    }
    .gal-scroll-canvas {
        max-width: 900px !important;
    }
    .gal-scroll-inner .section_main_title {
        font-size: 44px !important;
    }
    .sub_title {
        font-size: 28px;
    }
    .gal-scroll-sticky::before {
        font-size: 150px !important;
        bottom: 180px !important;
        height: 270px !important;
    }
    /* animation text end*/
    /* trailer section */
    .trailer-card-content h3 {
        font-size: 18px;
    }
    .trailer-card-image {
        height: 240px;
    }
    /* trailer section end*/
    /* need a content */
    .need_main_content_inner {
        margin-bottom: 30px;
    }
    .need_section_main_row_all {
        height: 336px;
    }
    .need_img img {
        height: 300px;
    }
    .need_main_content {
        padding: 30px;
    }
    .need_content .sub_title {
        font-size: 26px;
    }
    .need_content .section_main_title {
        font-size: 34px;
    }
    /* need a content end*/
}

@media all and (min-width: 1025px) and (max-width: 1140px) {
    /* 	service */
    .tab-details {
        padding: 20px;
    }
    .tab-links a {
        padding: 15px;
    }
    .tab-details h2 {
        margin-bottom: 0px;
    }
    .tab-details p {
        margin-bottom: 20px;
    }
    .tab-details h2 {
        font-size: 28px;
    }
    .tab-content-wrapper .btm_btn.width_fit_content {
        display: block;
    }
    .tab-content-wrapper .btm_btn.width_fit_content a {
        margin-bottom: 10px !important;
    }
    /* 	service end*/
    .card-image-wrapper img {
        height: 270px !important;
    }
    .dg-tab-btn {
        width: 32.6%;
    }
    .choose_us_row .et_pb_column::before {
        right: -27px;
    }
    .site_padding {
        padding: 60px 30px !important;
    }
    /* banner */
    .video-box {
        height: 550px;
    }
    .play-btn {
        width: 70px;
        height: 70px;
    }
    /* banner emd*/
    /* testimonial section */
    .google_review_rating_count_box_inner {
        padding: 15px 20px;
    }
    .google_icon_box span img {
        width: 80px;
        height: 25px;
    }
    .google_icon_title,
    .google_rating_five {
        font-size: 20px;
    }
    .google_rating_start img {
        width: 90px;
        height: 15px;
    }
    .google_review_rating_btn {
        width: 180px;
        height: 45px;
        font-size: 15px;
    }
    .google_review_rating_count_box {
        margin-bottom: 10px;
    }
    .landing_hk_testimonial_box {
        border-radius: 15px;
        padding: 10px;
    }
    .landing_hk_testimonial_quote_box {
        width: 35px;
        height: 35px;
    }
    .landing_hk_testimonial_quote_box span {
        font-size: 16px;
    }
    .landing_hk_testimonial_title_box {
        font-size: 15px;
    }
    .landing_hk_testimonial_title_box span {
        font-size: 14px;
    }
    .landing_hk_testimonial_review_box .fa.fa-star {
        font-size: 15px;
    }
    .hk_testimonial_content_box span,
    .hk_testimonial_content_box {
        font-size: 14px;
    }
    .testi_google_img {
        margin-top: 10px;
    }
    .testi_google_img img {
        width: 90px;
        height: 30px;
    }
    .google_rating_number {
        font-size: 15px;
    }
    .section_main_title {
        font-size: 32px;
    }
    /* testimonial end */
    /* A Family Business Built on Experience */
    .bs_box {
        padding: 30px;
    }
    .fb_image_main img {
        height: 350px;
    }
    .logo-wrapper {
        width: 90%;
    }
    /* A Family Business Built on Experience end*/
    /* contact form */
    .contact_form_box {
        width: 100%;
    }
    .contact_form_img img {
        height: 440px;
    }
    /* contact form end */
    /* work section */
    .pwg-item {
        font-size: 16px !important;
        padding: 10px;
        height: 60px;
    }
    .pwg-right-inner {
        padding: 20px;
    }
    .pwg-right h3 {
        font-size: 24px;
    }
    /* work section end*/
    /* why choose trailer */
    .choose_us_row {
        padding: 20px !important;
    }
    .top_logo_img img {
        width: 150px;
    }
    .card-inner {
        margin: 10px;
    }
    .action-button {
        width: 40px;
        height: 40px;
        right: 2px;
        bottom: 14px;
    }
    /* why choose emd*/
    /* about us section */
    .about_us_section.site_padding {
        padding-left: 0 !important;
    }
    .black-curve-bg {
        width: 350px;
        height: 660px;
    }
    .logo-circle {
        left: 37% !important;
        width: 280px;
        height: 280px;
    }
    .design-container {
        width: 530px;
    }
    .icon-circle {
        width: 50px;
        height: 50px;
    }
    .icon-circle img {
        width: 30px;
    }
    .feature-text {
        left: 50px;
    }
    /* about us section end*/
    /* animation text */
    .gal-scroll-wrap {
        height: 250px;
    }
    .gal-scroll-canvas {
        max-width: 900px !important;
    }
    .gal-scroll-inner .section_main_title {
        font-size: 44px !important;
    }
    .sub_title {
        font-size: 33px;
    }
    .gal-scroll-sticky::before {
        font-size: 150px !important;
        bottom: 180px !important;
        height: 270px !important;
    }
    /* animation text end*/
    /* trailer section */
    .trailer-card-content h3 {
        font-size: 18px;
    }
    .trailer-card-image {
        height: 240px;
    }
    /* trailer section end*/
    /* need a content */
    .need_main_content_inner {
        margin-bottom: 30px;
    }
    .need_section_main_row_all {
        height: 336px;
    }
    .need_img img {
        height: 300px;
    }
    .need_main_content {
        padding: 30px;
    }
    .need_content .sub_title {
        font-size: 26px;
    }
    .need_content .section_main_title {
        font-size: 38px;
    }
    /* need a content end*/
}

@media all and (min-width: 1141px) and (max-width: 1280px) {
    /* 	service */
    .tab-details {
        padding: 20px;
    }
    .tab-links a {
        padding: 15px;
    }
    /* 	service end*/
    .card-image-wrapper img {
        height: 270px !important;
    }
    .dg-tab-btn {
        width: 24.3%;
    }
    .choose_us_row .et_pb_column::before {
        right: -27px;
    }
    .site_padding {
        padding: 60px 30px !important;
    }
    /* banner */
    .video-box {
        height: 650px;
    }
    /* banner emd*/
    /* testimonial section */
    .google_review_rating_count_box_inner {
        padding: 15px 20px;
    }
    .google_icon_box span img {
        width: 80px;
        height: 25px;
    }
    .google_icon_title,
    .google_rating_five {
        font-size: 20px;
    }
    .google_rating_start img {
        width: 90px;
        height: 15px;
    }
    .google_review_rating_btn {
        width: 180px;
        height: 45px;
        font-size: 15px;
    }
    .google_review_rating_count_box {
        margin-bottom: 10px;
    }
    .landing_hk_testimonial_box {
        border-radius: 15px;
        padding: 10px;
    }
    .landing_hk_testimonial_quote_box {
        width: 35px;
        height: 35px;
    }
    .landing_hk_testimonial_quote_box span {
        font-size: 16px;
    }
    .landing_hk_testimonial_title_box {
        font-size: 15px;
    }
    .landing_hk_testimonial_title_box span {
        font-size: 14px;
    }
    .landing_hk_testimonial_review_box .fa.fa-star {
        font-size: 15px;
    }
    .hk_testimonial_content_box span,
    .hk_testimonial_content_box {
        font-size: 14px;
    }
    .testi_google_img {
        margin-top: 10px;
    }
    .testi_google_img img {
        width: 90px;
        height: 30px;
    }
    .google_rating_number {
        font-size: 15px;
    }
    .section_main_title {
        font-size: 34px;
    }
    /* end */
    /* A Family Business Built on Experience */
    .bs_box {
        padding: 30px;
    }
    .fb_image_main img {
        height: 350px;
    }
    .logo-wrapper {
        width: 90%;
    }
    /* A Family Business Built on Experience end*/
    /* contact form */
    .contact_form_box {
        width: 90%;
    }
    .contact_form_img img {
        height: 440px;
    }
    /* contact form end */
    /* work section */
    .pwg-item {
        font-size: 16px !important;
        padding: 10px;
        height: 60px;
    }
    .pwg-right-inner {
        padding: 20px;
    }
    /* work section end*/
    /* why choose trailer */
    .choose_us_row {
        padding: 20px !important;
    }
    .top_logo_img img {
        width: 150px;
    }
    .card-inner {
        margin: 10px;
    }
    .action-button {
        width: 40px;
        height: 40px;
        right: 2px;
        bottom: 14px;
    }
    /* why choose emd*/
    /* about us section */
    .about_us_section.site_padding {
        padding-left: 0 !important;
    }
    .black-curve-bg {
        width: 360px;
        height: 660px;
    }
    .logo-circle {
        left: 37% !important;
        width: 280px;
        height: 280px;
    }
    .design-container {
        width: 530px;
    }
    /* about us section end*/
    /* animation text */
    .gal-scroll-wrap {
        height: 250px;
    }
    .gal-scroll-canvas {
        max-width: 970px !important;
    }
    .gal-scroll-inner .section_main_title {
        font-size: 44px !important;
    }
    .sub_title {
        font-size: 33px;
    }
    .gal-scroll-sticky::before {
        font-size: 150px !important;
        bottom: 180px !important;
        height: 270px !important;
    }
    /* animation text end*/
    /* trailer section */
    .trailer-card-content h3 {
        font-size: 18px;
    }
    .trailer-card-image {
        height: 270px;
    }
    /* trailer section end*/
    /* need a content */
    .need_main_content_inner {
        margin-bottom: 30px;
    }
    .need_section_main_row_all {
        height: 360px;
    }
    .need_img img {
        height: 396px;
    }
    .need_main_content {
        padding: 30px;
    }
    .need_content .section_main_title {
        font-size: 44px;
    }
    /* need a content end*/
}

@media all and (min-width: 1281px) and (max-width: 1440px) {
    /* 	service */
    .tab-details {
        padding: 20px;
    }
    /* 	service end*/
    .card-image-wrapper img {
        height: 300px !important;
    }
    .dg-tab-btn {
        width: 24.3%;
    }
    .site_padding {
        padding: 70px 30px !important;
    }
    /* banner */
    .video-box {
        height: 680px;
    }
    /* banner emd*/
    /* testimonial section */
    .google_review_rating_count_box_inner {
        padding: 20px 30px;
    }
    .google_icon_box span img {
        width: 100px;
        height: 30px;
    }
    .google_icon_title,
    .google_rating_five {
        font-size: 22px;
    }
    .google_rating_start img {
        width: 100px;
        height: 15px;
    }
    .google_review_rating_btn {
        width: 200px;
        height: 45px;
        font-size: 15px;
    }
    .google_review_rating_count_box {
        margin-bottom: 10px;
    }
    .landing_hk_testimonial_box {
        border-radius: 15px;
        padding: 10px;
    }
    .landing_hk_testimonial_quote_box {
        width: 40px;
        height: 40px;
    }
    .landing_hk_testimonial_quote_box span {
        font-size: 18px;
    }
    .landing_hk_testimonial_title_box {
        font-size: 16px;
    }
    .landing_hk_testimonial_title_box span {
        font-size: 14px;
    }
    .landing_hk_testimonial_review_box .fa.fa-star {
        font-size: 15px;
    }
    .hk_testimonial_content_box span,
    .hk_testimonial_content_box {
        font-size: 14px;
    }
    .testi_google_img {
        margin-top: 10px;
    }
    .testi_google_img img {
        width: 90px;
        height: 30px;
    }
    .google_rating_number {
        font-size: 15px;
    }
    .section_main_title {
        font-size: 40px;
    }
    /* end */
    /* A Family Business Built on Experience */
    .bs_box {
        padding: 30px;
    }
    .fb_image_main img {
        height: 350px;
    }
    /* A Family Business Built on Experience end*/
    /* contact form */
    .contact_form_box {
        width: 90%;
    }
    .contact_form_img img {
        height: 480px;
    }
    /* contact form end */
    /* work section */
    .pwg-item {
        font-size: 16px !important;
        padding: 10px;
    }
    /* work section end*/
    /* why choose trailer */
    .choose_us_row {
        padding: 40px !important;
    }
    .card-inner {
        margin: 10px;
    }
    .action-button {
        width: 40px;
        height: 40px;
        right: 2px;
        bottom: 14px;
    }
    /* why choose emd*/
    /* about us section */
    .about_us_section.site_padding {
        padding-left: 0 !important;
    }
    .black-curve-bg {
        width: 400px;
        height: 660px;
    }
    .logo-circle {
        left: 34% !important;
        width: 320px;
        height: 320px;
    }
    .design-container {
        width: 740px;
    }
    /* about us section end*/
    /* animation text */
    .gal-scroll-wrap {
        height: 250px;
    }
    .gal-scroll-canvas {
        max-width: 1020px !important;
    }
    .gal-scroll-inner .section_main_title {
        font-size: 54px !important;
    }
    .gal-scroll-sticky::before {
        font-size: 210px !important;
        bottom: 180px !important;
    }
    /* animation text end*/
    /* trailer section */
    .trailer-card-content h3 {
        font-size: 21px;
    }
    /* trailer section end*/
    /* need a content */
    .need_content .section_main_title {
        font-size: 46px;
    }
    .need_section_main_row_all {
        height: 360px;
    }
    .need_img img {
        height: 416px;
    }
    /* need a content end*/
}

@media all and (min-width: 1441px) and (max-width: 1680px) {
    .dg-tab-btn {
        width: 19.4%;
    }
    .site_padding {
        padding: 70px 30px !important;
    }
    /* testimonial section */
    .google_review_rating_count_box_inner {
        padding: 20px 30px;
    }
    .google_icon_box span img {
        width: 100px;
        height: 30px;
    }
    .google_icon_title,
    .google_rating_five {
        font-size: 22px;
    }
    .google_rating_start img {
        width: 100px;
        height: 15px;
    }
    .google_review_rating_btn {
        width: 200px;
        height: 45px;
        font-size: 15px;
    }
    .google_review_rating_count_box {
        margin-bottom: 10px;
    }
    .landing_hk_testimonial_box {
        border-radius: 15px;
        padding: 10px;
    }
    .landing_hk_testimonial_quote_box {
        width: 40px;
        height: 40px;
    }
    .landing_hk_testimonial_quote_box span {
        font-size: 18px;
    }
    .landing_hk_testimonial_title_box {
        font-size: 16px;
    }
    .landing_hk_testimonial_title_box span {
        font-size: 14px;
    }
    .landing_hk_testimonial_review_box .fa.fa-star {
        font-size: 15px;
    }
    .hk_testimonial_content_box span,
    .hk_testimonial_content_box {
        font-size: 14px;
    }
    .testi_google_img {
        margin-top: 10px;
    }
    .testi_google_img img {
        width: 90px;
        height: 30px;
    }
    .google_rating_number {
        font-size: 15px;
    }
    /* end */
    /* contact form */
    .contact_form_box {
        width: 90%;
    }
    .contact_form_img img {
        height: 480px;
    }
    .action-button {
        right: 0 !important;
    }
    /* contact form end */
    /* about us section */
    .about_us_section.site_padding {
        padding-left: 0 !important;
    }
    .black-curve-bg {
        width: 400px;
        height: 660px;
    }
    .logo-circle {
        left: 30% !important;
        width: 320px;
        height: 320px;
    }
    .design-container {
        width: 740px;
    }
    /* about us section end*/
    /* animation text */
    .gal-scroll-wrap {
        height: 250px;
    }
    .gal-scroll-canvas {
        max-width: 1020px !important;
    }
    .gal-scroll-inner .section_main_title {
        font-size: 54px !important;
    }
    .gal-scroll-sticky::before {
        font-size: 220px !important;
        bottom: 220px !important;
    }
    /* animation text end*/
    /* trailer section */
    .trailer-card-content h3 {
        font-size: 21px;
    }
    /* trailer section end*/
    /* need a content */
    .need_content .section_main_title {
        font-size: 56px;
    }
    /* need a content end*/
}

@media all and (min-width: 1681px) and (max-width: 1880px) {
    /* about us section */
    .black-curve-bg {
        width: 412px;
        height: 660px;
    }
    .logo-circle {
        left: 26% !important;
    }
    /* about end */
    /* animation text */
    .gal-scroll-wrap {
        height: 250px;
    }
    .gal-scroll-canvas {
        max-width: 1020px !important;
    }
    .gal-scroll-sticky::before {
        font-size: 270px !important;
        bottom: 230px !important;
    }
    /* animation text end*/
}

@media all and (min-width: 981px) and (max-width: 3000px) {}