/* Global css  */

body .home h1 {
    font-size: 153px;
    line-height: 142px;
}

h1 {
    font-size: 60px;
    line-height: 70px;
}


/* foooter section css start  */
.et_pb_module.f-details .et_pb_text_inner p a {
    color: #fff;
    width: auto;
    font-size: 26px;
    line-height: 34px;
    word-break: break-all;
}

.et_pb_section.footer_sec.et_section_regular .et_pb_row.footer-row {
    padding-bottom: 57px !important;
}

.f-details .et_pb_text_inner p a {
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.et_pb_module.f-details .et_pb_text_inner a:hover {
    color: #FFEE00;
}

.f-logo .et_pb_image_wrap img {
    width: auto !important;
    height: 60px;
}

.ftr-menu .et_pb_menu__menu nav ul li a {
    color: #fff;
}

.ftr-menu .et_pb_menu__menu nav ul li a:hover {
    color: #FFEE00;
}

.ftr-menu .et_pb_menu__menu nav ul {
    flex-direction: column;
}

body .ftr-title h2 {
    font-size: 30px !important;
    line-height: 36px !important;
    padding-bottom: 35px;
    color: #fff;
}

.et_pb_module.ftr-menu .et_pb_menu__wrap,
.et_pb_module.ftr-menu .et_pb_menu__wrap .et_pb_menu__menu {
    display: inline-block;
    width: 100%;
}

.et_pb_module.ftr-menu nav.et-menu-nav {
    width: 100%;
}

.et_pb_module.ftr-menu nav.et-menu-nav ul {
    margin: 0;
    flex-wrap: wrap;
    width: 100%;
}

.et_pb_module.ftr-menu nav.et-menu-nav ul li {
    padding: 0 0 25px 0;
    margin: 0;
    display: inline-block;
    width: 100%;
}

.et_pb_module.ftr-menu nav.et-menu-nav ul li a {
    font-weight: 500;
    width: auto;
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    opacity: 1 !important;
}

.et_pb_module.ftr-menu nav.et-menu-nav ul li:last-child {
    padding-bottom: 0;
}

.et_pb_module.ftr-menu nav.et-menu-nav ul li.current-menu-item a {
    color: #ffee00;
}

.footer-row .col-left {
    margin: 0;
    width: 45%;
    padding-right: 20px;
}

.footer-row .col-left .f-logo {
    margin-bottom: 52px;
    width: 100%;
    max-width: 618px;
}

.footer-row .col-left .f-details {
    margin-bottom: 30px;
}

.footer-row .col-left .follow-us-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: start;
    gap: 15px;
}

.footer-row .col-left .follow-us-wrap ul {
    list-style: none;
    padding: 0;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    align-items: center;
}

.footer-row .col-left .follow-us-wrap ul li {
    width: 33px;
    height: 33px;
}

.footer-row .col-last {
    width: 19%;
    margin: 0;
}

.footer-row .col-left .follow-us-wrap ul li a {
    width: 100%;
    height: 100%;
    display: block;
    transition: all ease-in-out 0.3s;
}

.footer-row .col-left .follow-us-wrap ul li a:hover img {
    filter: brightness(0) invert(1);
}

.footer-row .col-left .follow-us-wrap ul li a img {
    width: 100%;
    height: auto;
    transition: all ease-in-out 0.3s;
    object-fit: cover;
}

.footer-row .hour-list ul li {
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.footer-row .hour-list ul li:last-child {
    margin-bottom: 0 !important;
}

.footer-row .hour-list ul {
    list-style: none;
    padding: 0;
}

body .footer-row .col-left .follow-us-wrap.ftr-title h2 {
    padding-bottom: 0;
}

.footer-row .col-center {
    margin: 0;
    width: 17%;
    padding-right: 20px;
}

.footer-row .col-right {
    margin: 0;
    width: 19%;
}

.footer-row .hour-list ul li span {
    width: 115px;
    display: inline-block;
}

.f-details .et_pb_text_inner p {
    padding-bottom: 15px;
}

.f-details .et_pb_text_inner p:last-child {
    padding-bottom: 0;
}

.copyright-row .et_pb_text_inner {
    color: #fff;
    font-size: 16px;
    line-height: 34px;
    font-weight: 300;
}

.copyright-row.et_pb_row {
    display: flex;
    flex-wrap: wrap;
    padding: 29px 0;
    align-items: center;
}

.copyright-row.et_pb_row .et_pb_column.copyright_col {
    width: calc(100% - 211px);
    margin-right: 0 !important;
    padding-right: 20px;
    margin: 0;
}

.copyright-row.et_pb_row .et_pb_column.img_logo {
    width: 211px;
    height: 36.44px;
}

.copyright-row.et_pb_row .et_pb_column.img_logo span img {
    width: 100%;
    height: 100%;
}

.copyright-row.et_pb_row .et_pb_column.img_logo span,
.copyright-row.et_pb_row .et_pb_column.img_logo a {
    display: block;
    width: 100%;
}

.copyright-row::before {
    content: '';
    border-top: 1px solid #666;
    top: 0;
    left: 20;
    right: 20;
    width: calc(100% - 40px);
    position: absolute;
}

.copyright-row .et_pb_image_wrap {
    display: inline-block !important;
}

/* 404 Page  */
.error-section.et_pb_section {
    padding: 100px 0px 100px 0px;
}

.error-section .error-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.error-section .error-image-col {
    width: 40%;
}

.error-section .error-content-col {
    width: 60%;
    padding-left: 80px;
}

.error-content h1 {
    font-size: 60px;
    line-height: 70px;
    font-weight: 400;
    color: #000;
    font-family: 'Bebas Neue';
}

.error-content {
    padding-bottom: 20px;
    font-family: 'Bebas Neue';
}

.et_pb_row .et_pb_column.error-image-col {
    margin-right: 0%;
}

/* FAQ in Home Page */
/* .faq_sectiom.et_pb_section {
    margin-bottom: 100px;
} */

.faq_row h2 {
    text-align: center;
    font-weight: normal;
    padding-bottom: 18px;
}

.et_pb_row.faq_row .et_pb_module.et_pb_text.et_pb_text_align_left.et_pb_bg_layout_light {
    margin-bottom: 32px;
}

.faq_row p {
    color: #000;
    font-size: 23px;
    line-height: 40px;
    font-weight: normal;
    text-align: center;
}

.faq_accordian .et_pb_toggle_title {
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    color: #000 !important;
    position: relative;
}

.faq_accordian p {
    text-align: left;
    font-size: 20px;
    line-height: 32px;
    font-weight: normal;
    color: #000;
    /*     max-width: 929px; */
}

.faq_accordian .et_pb_accordion_0.et_pb_accordion .et_pb_accordion_item {
    border-top: 1px solid #ccc;
}

.faq_accordian .et_pb_toggle_content {
    padding-top: 15px;
    padding-right: 45px;
}

.faq_row .et_pb_toggle.et_pb_module.et_pb_accordion_item {
    background: transparent;
    padding: 25px 13px 25px 13px;
}

.faq_accordian .et_pb_accordion_item .et_pb_toggle_title::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.111' height='9.26' viewBox='0 0 16.111 9.26'%3E%3Cpath id='Path_45' data-name='Path 45' d='M254.363,249.461l-7.4-7.4a.669.669,0,0,0-.9-.036l-7.431,7.431a.662.662,0,0,0,0,.933l.544.544a.665.665,0,0,0,.933,0l6.381-6.387,6.393,6.392a.66.66,0,0,0,.931,0l.544-.544A.663.663,0,0,0,254.363,249.461Z' transform='translate(-238.444 -241.87)' fill='%23022747'/%3E%3C/svg%3E%0A");
    position: absolute;
    background-repeat: no-repeat;
    background-size: contain;
    height: 11px;
    width: 20px;
    transform: rotateX(180deg);
    display: inline-block;
    transition: all .4s ease;
    top: 20px;
    right: -4px;

}

.faq_accordian .et_pb_toggle.et_pb_toggle_open .et_pb_toggle_title::before {
    transform: rotate(0deg);
}

.faq_accordian .et_pb_toggle.et_pb_module:last-child {
    border-bottom: 1px solid #ccc;
}


/* FAQ Page  */
body.et-tb-has-header #page-container,
body.et-tb #page-container {
    padding-top: 122px !important;
}

.inner-banner-section .et_pb_text_inner h1 {
    color: #fff;
    text-align: center;
    font-family: "Bebas";
    font-weight: normal;
}

.inner-banner-section.et_pb_section {
    height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 80px;
}

.inner-banner-section:before {
    height: 100%;
    content: '';
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgb(0 0 0 / 60%);
    z-index: -1;
}

.inner-banner-section {
    z-index: 1;
}


/* Our Review Section  */
.et_pb_section.google-review-section h2 {
    color: #fff;
}

.et_pb_row.reviews-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}

.et_pb_row.reviews-wrapper .et_pb_module.et_pb_text {
    margin-bottom: 23px;
}

.et_pb_section.google-review-section.et_section_regular {
    padding: 100px 0;
}

.et_pb_row.reviews-wrapper .Carousel__CarouselArrowControlContainer-sc-7aac7883-8 {
    top: -94px !important;
    margin-right: 0px !important;
    transition: all ease 0.4s;
}

.et_pb_row.reviews-wrapper .Carousel__CarouselArrowControlContainer-sc-7aac7883-8:hover {
    opacity: 0.6;
}

.et_pb_row.reviews-wrapper .Carousel__CarouselArrowControlContainer-sc-7aac7883-8.ZvgDl {
    right: 67px !important;
}

/* Who We Are Section  */

.et_pb_section.who-we-are-section {
    padding-top: 0px;
    margin-bottom: 80px;
}

.et_pb_section.et_pb_section_10.who-we-are-section.et_section_regular {
    padding: 80px 0 !important;
    background-color: #f0f7fc !important;
    margin-bottom: 80px !important;
}

.et_pb_section.who-we-are-section {
    padding-top: 0px;
    margin-bottom: 80px;
}

body.home .et_pb_section.gallery-section {
    background-color: #fff !important;
    padding: 0;
}

.who-we-are-section .who-we-are-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.who-we-are-section .who-we-are-row .who-we-are-image {
    position: sticky;
    top: 70px;
}

.who-we-are-section .who-we-are-row.contact-us .who-we-are-image {
    width: 55%;
}

.who-we-are-section .who-we-are-row.contact-us .who-we-are-content {
    width: 45%;
    padding-top: 10px;
}


.who-we-are-section .who-we-are-row .who-we-are-content {
    padding-left: 76px;
}

.who-we-are-section .who-we-are-row .who-we-are-content h2 {
    padding-bottom: 30px;
    text-transform: uppercase;
}

/* .et_section_regular */
.who-we-are-section.about-.guevara-construction .who-we-are-row .who-we-are-content h2 {
    padding-bottom: 21px;
}

/* .who-we-are-section .who-we-are-row .who-we-are-content p {
    padding-bottom: 35px;
    color: #000000;
} */
.who-we-are-section .who-we-are-row .who-we-are-content p {
    padding-bottom: 20px;
    color: #000000;
}


.who-we-are-section .who-we-are-row .who-we-are-content p:last-of-type {
    padding-bottom: 0;
}

.who-we-are-section .who-we-are-row .who-we-are-content .et_pb_text_inner {
    margin-bottom: 37px;
}

/* .who-we-are-section .who-we-are-row .who-we-are-content .et_pb_text_inner{
    margin-bottom: 0;
} */

.who-we-are-section .who-we-are-row .who-we-are-image img {
    border-radius: 30px;
    /*     height: 698px; */
}

body .et_pb_bg_layout_light.et_pb_button.df-btn {
    padding: 11px 41.7px;
    border-radius: 100px;
    background-color: #ffee00;
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    border: 2px solid #000000;
    font-weight: 900;
    transition: all ease-in-out 0.3s;
    font-family: "Roboto";
    text-align: center;
}

.et_pb_button:after,
.et_pb_button:before {
    content: "";
}

body .et_pb_bg_layout_light.et_pb_button.df-btn:hover {
    padding: 11px 41.7px;
    background-color: #0360af;
    color: #ffffff;
    border: 2px solid transparent;
    border-radius: 100px;

}

.gform_wrapper.gravity-theme .gfield_label {
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
    color: #000 !important;
    padding-bottom: 3px;
    position: relative;
    letter-spacing: 0.18px;
}

legend.gfield_label.gform-field-label.gfield_label_before_complex {
    padding-bottom: 12px;
}

.gform_wrapper.gravity-theme .gfield input.large {
    /* padding: 16px 20px; */
    padding: 13.5px 20px;
}

body .gform_wrapper.gravity-theme .gform_fields {
    row-gap: 20px;
}

body .gform_wrapper.gravity-theme .gfield textarea.small:focus,
body .gform_wrapper.gravity-theme .gfield input:focus {
    border-color: #0360AF;
}

body .gform_wrapper.gravity-theme .gfield textarea.small,
body .gform_wrapper.gravity-theme .gfield input {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 16px;
    line-height: 26px !important;
    border: 1px solid transparent;
    color: #000000;
    background-color: #EAEAEA;
    border-radius: 6px;
}

body .gform_wrapper.gravity-theme .gfield textarea.small {
    padding: 15px 20px 15px 20px;
    display: block;
    resize: vertical;
}

body.home .gform_wrapper.gravity-theme .gfield textarea.small {
    min-height: 117px;
}

body .gform_wrapper.gravity-theme .gfield textarea.small::placeholder,
body .gform_wrapper.gravity-theme .gfield input::placeholder,
.gfield--type-address input::placeholder {
    color: #666666;
    font-size: 16px;
    line-height: 26px;
}

body .contact-us .et_pb_code .gform_footer {
    padding: 0;
    margin: 30px 0 0 0;
}

body .contact-us .et_pb_code .gform_footer input.gform_button:focus {
    background-color: #0360af;
    color: #ffffff;
    border: 2px solid transparent;
}

body .contact-us .et_pb_code .gform_footer input.gform_button {
    margin-bottom: 0;
}

.contact-us .et_pb_text_inner {
    margin-bottom: 0px !important;
}

.gfield_checkbox {
    display: flex;
    flex-wrap: wrap;
    row-gap: 15px;
}

.ginput_container_checkbox {
    padding-bottom: 10px;
}

.gfield-choice-input {
    width: 16px;
    height: 16px;
    margin-top: 2px !important;
}

.gchoice {
    width: calc(100% / 3);
    display: flex;
    align-items: center;
    gap: 10px;
}

.gform_wrapper.gravity-theme .gfield_checkbox label {
    font-size: 16px;
    color: #000;
    line-height: 21px;
    font-weight: normal;
}

/* 
.gform_wrapper.gravity-theme .gfield textarea.small {
    background-color: #EAEAEA;
    border-radius: 6px;
    border: none;
    resize: none;
    padding-top: 20px;
    padding-left: 17px;
} */

.gform_wrapper.gravity-theme .gfield textarea.small {
    height: 117px;
}

.gform_button {
    padding: 16px 41px;
    border-radius: 100px;
    background-color: #ffee00;
    color: #000000;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    border: 2px solid #000000;
    font-weight: 900;
    transition: all ease-in-out 0.3s;
    font-family: "Roboto";
    text-align: center;
    cursor: pointer;
}

.gform_button:hover {
    background-color: #0360af;
    color: #ffffff;
    border: 2px solid transparent;
}


input[type='checkbox']:checked {
    background-color: #FFEE00;

}

/* .gform_wrapper.gravity-theme .gfield_required{
    display: none;
  } */
.gfield_required.gfield_required_text {
    display: none !important;
}

.gfield_label .gfield_required::before {
    position: absolute;
    content: '*';
    top: 0;
    font-size: 18px;
}

.gfield_validation_message {
    display: none;
}

.gform_validation_errors {
    display: none;
}

.gfield_description.instruction.validation_message {
    display: none;
}

.gform_wrapper.gravity-theme .gfield.gfield_error input.large {
    border: 1px solid red;
}

.gform_footer {
    margin: 0;
    padding: 0;
}

/* Our Review Section  */


.et_pb_section.google-review-section.et_section_regular {
    padding: 80px 0 80px;
    margin-bottom: 80px;
}

.home .et_pb_section.google-review-section.et_section_regular {
    padding: 80px 0;
}

.et_pb_row.reviews-wrapper .et_pb_module.et_pb_text {
    margin-bottom: 33px;
}

.jwiYyU.es-carousel-layout {
    gap: 40px !important;
}



.et_pb_section.google-review-section h2 {
    font-size: 60px;
    padding-bottom: 0;
    line-height: 70px;
}

.why-choose-section.remove-ex-img .why-choose-row .why-choose-image-col .et_pb_module::after {
    display: none;
}

.gchoice input,
.gchoice label {
    cursor: pointer;
}

.gchoice input {
    appearance: none;
    height: 100%;
    width: 14px;
    position: absolute;
    left: 0;
    top: 0 !important;
    margin: 0 !important;
    display: none !important;
}

.gform_wrapper .gform_body .gform_fields .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label.gform-field-label {
    margin: 0;
    width: auto;
    float: left;
    position: relative;
    padding-left: 27px;
    white-space: nowrap;
}

.gform_wrapper .gform_body .gform_fields .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label.gform-field-label::before {
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #666666;
    display: inline-block;
    position: absolute;
    top: 2.5px;
    left: 0;
    background-color: #fff;
    border-radius: 2px;
}

.gform_wrapper .gform_body .gform_fields .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label.gform-field-label:after {
    content: '';
    width: 3px;
    height: 8px;
    position: absolute;
    left: 5px;
    top: 4px;
    font-size: 13px;
    line-height: 14px;
    color: #fff;
    opacity: 0;
    visibility: hidden;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotateZ(-140deg);
}

.gform_wrapper .gform_body .gform_fields .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice input:checked~label.gform-field-label:before {
    background-color: #0360af;
    border-color: #0360af;
}

.gform_wrapper .gform_body .gform_fields .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice input:checked~label.gform-field-label:after {
    opacity: 1;
    visibility: visible;
}

body:not(.home) h2 {
    font-size: 55px;
    line-height: 66px;
}

.et_pb_section.faq_sectiom.et_section_regular {
    position: relative;
    z-index: 1;
}

.who-we-are-section .et_pb_slider .et-pb-controllers a {
    background: #000;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    opacity: 0.7;
}

.who-we-are-section .et_pb_slider .et-pb-controllers .et-pb-active-control {
    background: #ffee00;
    transform: scale(1.4);
}

.who-we-are-section .et_pb_gallery_image a {
    pointer-events: none;
}

.who-we-are-section .et_pb_gallery_item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.who-we-are-section .slick-dots li button:before {
    font-size: 10px;
    color: #000;
    opacity: 0.3;
}

.who-we-are-section .slick-dots li.slick-active button:before {
    color: #ffd500;
    opacity: 1;
}

.who-we-are-section .et_pb_gallery_image {
    pointer-events: none;
}

/* hide default slick dot icon */
.who-we-are-section .slick-dots li button:before {
    display: none !important;
}

.who-we-are-section .slick-dots {
    text-align: center;
    margin-top: 0;
    position: absolute;
    bottom: 25px;
    left: 50%;
    transform: translateX(-50%);
    padding: 0;
}

.who-we-are-section .slick-dots li {
    display: inline-block;
    margin: 0 5px;
}

.who-we-are-section .slick-dots {
    display: flex !important;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
}

.who-we-are-section .slick-dots li {
    list-style: none;
    margin: 0;
}

.who-we-are-section .slick-dots li button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #000;
    border: none;
    padding: 0;
    font-size: 0;
    transition: all .3s ease;
    cursor: pointer;
    opacity: 0.7;
}

/* active dot */
.who-we-are-section .slick-dots li.slick-active button {
    background: #ffd500;
    transform: scale(1.4);
}

/* .who-we-are-section .slick-dots li button{
opacity:1 !important;
} */

.who-we-are-section .et_overlay {
    display: none;
}

.who-we-are-section .slick-dots li button:focus,
.who-we-are-section .slick-dots li button:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

.who-we-are-section .slick-dots li button {
    border: none !important;
    outline: none;
    box-shadow: none;
}

.who-we-are-section .et_pb_gallery_grid .et_pb_gallery_items .slick-track {
    display: flex;

}

.who-we-are-section .et_pb_gallery_grid .et_pb_gallery_item {
    width: 100% !important;
}

/* cpoyright bottom start */



.copyright-row.new-copyright-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.copyright-row.et_pb_row .et_pb_column.copyright_col {
    width: auto;
    padding: 0;
}

.copyright-row.et_pb_row .et_pb_column.img_logo {
    width: auto;
}

.copyright-row.et_pb_row .et_pb_column.img_logo a img {
    width: 211px;
}


.copyright-row.new-copyright-row::after {
    display: none;
}

.copyright-row.new-copyright-row .et_pb_module.et_pb_menu {
    background: transparent !important;
    margin: 0 !important;
}

.copyright-row.new-copyright-row .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    padding: 0;
    margin: 0;
}

.copyright-row.new-copyright-row.copyright-row.new-copyright-row .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li a {
    display: block;
    padding: 0;
    color: #fff;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    font-weight: 300;
}

.copyright-row.new-copyright-row nav.et-menu-nav {
    display: flex !important;
    width: 100%;
}

.copyright-row.new-copyright-row ul#menu-footer-bottom-menu {
    display: flex;
    margin: 0 !important;
}

.copyright-row.new-copyright-row .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li:first-child {
    padding-right: 10px;
}

.copyright-row.new-copyright-row .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li:last-child {
    padding-left: 10px;
    position: relative;
    /* border-left: 1px solid #eee; */
}

.copyright-row.new-copyright-row .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li:last-child::before {
    content: "";
    height: 20px;
    width: 1px;
    position: absolute;
    background: #ccccccba;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.copyright-row.new-copyright-row .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li a:hover {
    color: #ffee00 !important;
    opacity: 1 !important;
}

.copyright-row.new-copyright-row .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li.current-menu-item a {
    color: #ffee00 !important;
}

footer.et-l.et-l--footer .et_pb_section .copyright-row.new-copyright-row .et_pb_image .et_pb_image_wrap::before {
    display: none;
}

.copyright-row.et_pb_row.new-copyright-row .et_pb_column.img_logo {
    height: auto;
}

.copyright-row.new-copyright-row.et_pb_row .et_pb_column.img_logo>div {
    line-height: 0;
}

.copyright-row.new-copyright-row.et_pb_row .et_pb_column.img_logo>div a {
    line-height: 0;
}

/* copyright bottom end */
/* Footer Responsive start */
.new-estimate-sec ul li {
    color: #fff !important;
    text-align: center;
    width: fit-content;
}

.new-estimate-sec ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    align-items: center;
    margin-bottom: 20px !important;
}

.new-estimate-sec ul li::before {
    background: #fff !important;
}

.new-estimate-sec a {
    color: #fff !important
}

.new-estimate-sec a:hover {
    color: #FFEE00 !important
}

.et_pb_section.services-type-sec.bg-remove {
    padding: 0px !important;
    background: #fff !important;
}

.table-wrapper table {
    max-width: 1000px;
    margin: 0 auto !important;
}

.et_pb_section.m-0.et_section_regular {
    margin-bottom: 0px !important;
}

.et_pb_section.who-we-are-section.about-.guevara-construction.zig-zag-section.gallery-section.services-type-sec.new-mb-0.et_section_regular {
    margin-bottom: 0 !important;
}

.entry-content tr td {
    font-weight: 400;
}

.et_pb_module.faq_accordian a {
    color: #025eae !important;
}

.et_pb_module.faq_accordian a:hover {
    color: #000 !important;
}

.table-wrapper {
    overflow-x: auto;
}

/**Footer section location pages*/
.copyright-row.new-copyright-row.footer-location-pages {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: center;
}

body .footer-location-pages .ftr-title h2 {
    text-align: center;
}

.copyright-row.et_pb_row.footer-location-pages .et_pb_column.copyright_col {
    width: 100%;
}

.copyright-row.new-copyright-row.footer-location-pages .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
    padding: 0 10px;
}

.copyright-row.new-copyright-row.footer-location-pages .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li:first-child {
    padding-left: 0;
}

.copyright-row.new-copyright-row.footer-location-pages .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li:last-child {
    padding-right: 0;
}

.copyright-row.new-copyright-row.footer-location-pages .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li:not(:first-child)::before {
    content: "";
    height: 20px;
    width: 1px;
    position: absolute;
    background: #ccccccba;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
}

.copyright-row.new-copyright-row.footer-location-pages .et_pb_menu--style-centered .et_pb_menu__menu>nav>ul {
    row-gap: 5px;
    padding: 0 10px !important;

}

.copyright-row.new-copyright-row.footer-location-pages .et_pb_menu--style-centered.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul li a {
    text-transform: uppercase;
    letter-spacing: 0.4px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
}

.copyright-row.new-copyright-row.bottom-copyright {
    justify-content: center;
}

.copyright-row.new-copyright-row.bottom-copyright .et_pb_column {
    width: 33.333%;
    margin: 0;
}

.copyright-row.new-copyright-row.bottom-copyright .et_pb_column:nth-child(1) {
    text-align: left;
}

.copyright-row.new-copyright-row.bottom-copyright .et_pb_column:nth-child(2) {
    text-align: center;
    display: flex;
    justify-content: center;
}

.copyright-row.new-copyright-row.bottom-copyright .et_pb_column:nth-child(3) {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

/**Footer section location pages*/
@media screen and (max-width:1439px) {
    .f-logo .et_pb_image_wrap img {
        height: 54px;
    }

    body.et-tb-has-header #page-container,
    body.et-tb #page-container {
        padding-top: 120px !important;
    }
}

@media screen and (max-width:1400px) {
    .et_pb_row.footer-row .col-left {
        width: 41%;
        margin: 0;
    }

    .et_pb_row.footer-row .col-center {
        width: 18%;
        margin: 0;
    }

    .et_pb_row.footer-row .col-right {
        width: 20%;
        margin: 0;
    }

    .et_pb_row.footer-row .col-last {
        width: 21%;
        margin: 0;
    }

    .gchoice {
        width: calc(100% / 2);
    }



    /* FAQ Page  */
}

@media screen and (max-width:1199px) {
    .f-logo .et_pb_image_wrap img {
        height: 45px;
    }

    body.et-tb-has-header #page-container,
    body.et-tb #page-container {
        padding-top: 109px !important;
    }

    h1 {
        font-size: 50px;
        line-height: 60px;
    }

    h2 {
        font-size: 42px;
        line-height: 52px;
    }

    .error-content h1 {
        font-size: 48px;
        line-height: 58px;
    }

    .error-section.et_pb_section {
        padding: 80px 0px 80px 0px;
    }

    /* Who We Are Section  */

    .who-we-are-section .who-we-are-row .who-we-are-image {
        position: sticky;
        top: 70px;
    }

    .who-we-are-section .who-we-are-row .who-we-are-content {
        padding-left: 50px;
    }

    .who-we-are-section .who-we-are-row .who-we-are-content p {
        padding-bottom: 26px;
    }

    .et_pb_button.df-btn {
        padding: 7.8px 35px;
        font-size: 18px;
    }

    .et_pb_button.df-btn:hover {
        padding: 7.8px 35px;
    }

    .who-we-are-section.about-.guevara-construction .who-we-are-row .who-we-are-content h2,
    .who-we-are-section .who-we-are-row .who-we-are-content h2 {
        padding-bottom: 18px;
    }

    .who-we-are-section .who-we-are-row .who-we-are-content .et_pb_text_inner {
        margin-bottom: 33px;
    }

    /* .new-flexible-sec.who-we-are-section .who-we-are-row .who-we-are-content .et_pb_text_inner{
    margin-bottom: 0;
} */
    /*  */

    /* Our Review Section */
    .et_pb_section.google-review-section.et_section_regular {
        padding: 80px 0;
    }

    .et_pb_row.reviews-wrapper .Carousel__CarouselArrowControlContainer-sc-7aac7883-8 {
        top: -84px !important;
        margin-right: 0px !important;
        width: 38px !important;
        height: 38px !important;
    }

    .et_pb_row.reviews-wrapper .Carousel__CarouselArrowControlContainer-sc-7aac7883-8.ZvgDl {
        right: 61px !important;
    }

    .gchoice {
        width: 50%;
    }

    /* 
    .inner-banner-section.et_pb_section {
        margin-bottom: 70px;
    }

    .et_pb_section.who-we-are-section {
        margin-bottom: 70px;
    } */

    .faq_accordian .et_pb_toggle_title {
        font-size: 25px;
        line-height: 37px;
    }

    .faq_row .et_pb_toggle.et_pb_module.et_pb_accordion_item {
        padding: 20px 10px 20px 10px;
    }

    body:not(.home) h2 {
        font-size: 40px;
        line-height: 50px;
    }

    .et_pb_row.reviews-wrapper .et_pb_module.et_pb_text {
        margin-bottom: 20px;
    }

    body .et_pb_row.reviews-wrapper .Carousel__CarouselArrowControlContainer-sc-7aac7883-8 {
        top: -74px !important;
    }

    .home .et_pb_section.google-review-section.et_section_regular {
        padding: 70px 0 76px;
    }

    .jwiYyU.es-carousel-layout {
        gap: 20px !important;
    }

    .et_pb_row.faq_row .et_pb_module.et_pb_text.et_pb_text_align_left.et_pb_bg_layout_light {
        margin-bottom: 30px;
    }

    .faq_accordian .et_pb_toggle_title {
        font-size: 22px;
        line-height: 32px;
    }

    .faq_accordian .et_pb_accordion_item .et_pb_toggle_title::before {
        right: 0;
    }

    .faq_accordian .et_pb_toggle_content {
        padding-top: 10px;
        padding-right: 30px;
    }

    body .ftr-title h2 {
        font-size: 28px !important;
        line-height: 30px !important;
        padding-bottom: 26px;
    }

    .et_pb_module.ftr-menu nav.et-menu-nav ul li {
        padding: 0 0 20px 0;
    }

    .et_pb_module.ftr-menu nav.et-menu-nav ul li a {
        font-size: 16px;
        line-height: 20px;
    }

    .footer-row .hour-list ul li {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 17px;
    }

    .footer-row .hour-list ul li span {
        width: 102px;
    }

    .copyright-row.et_pb_row {
        padding: 25px 0;
    }

    .gform_wrapper.gravity-theme .gfield input.large {
        padding: 11px 20px;
    }

    .gform_wrapper .gform_body .gform_fields .ginput_container.ginput_container_checkbox .gfield_checkbox .gchoice label.gform-field-label {
        padding-left: 24px;
    }

    .et_pb_module.f-details .et_pb_text_inner p a {
        font-size: 22px;
        line-height: 32px;
    }

    .f-details .et_pb_text_inner p {
        padding-bottom: 10px;
    }

    .footer-row .col-left .f-logo {
        margin-bottom: 40px;
    }

    .faq_row p {
        font-size: 18px;
        line-height: 28px;
    }

    /* new bottom start */
    .copyright-row .et_pb_text_inner {
        font-size: 14px;
        line-height: 24px;
    }

    .copyright-row.new-copyright-row.copyright-row.new-copyright-row .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li a {
        font-size: 14px;
        line-height: 24px;
    }

    .copyright-row.new-copyright-row.et_pb_row {
        padding: 20px 0;
    }

    .copyright-row.et_pb_row.new-copyright-row .et_pb_column.img_logo a img {
        width: 180px;
    }

    /* new bottom end */
    .copyright-row.new-copyright-row.footer-location-pages .et_pb_menu--style-centered.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul li a {
        font-size: 16px;
        line-height: 20px;
    }
}

@media screen and (max-width:980px) {
    .f-logo .et_pb_image_wrap img {
        height: 35px;
        width: auto !important;
    }

    body.et-tb-has-header #page-container,
    body.et-tb #page-container {
        padding-top: 107px !important;
    }

    .et_pb_row.footer-row .col-left {
        width: 50%;
        margin: 0;
    }

    .et_pb_row.footer-row .col-center {
        width: 50%;
        margin: 0;
    }

    .et_pb_row.footer-row .col-right,
    .et_pb_row.footer-row .col-last {
        width: 50%;
        margin: 0;
    }

    .et_pb_menu .et_mobile_nav_menu {
        display: none;
    }

    .et_pb_module.ftr-menu nav.et-menu-nav ul li {
        padding: 0 0 16px 0;
    }

    .et_pb_section.footer_sec.et_section_regular .et_pb_row.footer-row {
        padding-bottom: 60px !important;
        grid-row-gap: 40px;
    }

    .footer-row .col-left .f-logo {
        margin-bottom: 35px;
    }

    .copyright-row .et_pb_text_inner {
        /* text-align: center; */
    }

    .copyright-row .et_pb_image_1_tb_footer {
        /* text-align: center; */
    }

    .copyright-row .et_pb_module .et_pb_image a {
        /* width: auto; */
        /* display: inline-block; */
    }

    .copyright-row .et_pb_column {
        /* margin-bottom: 10px; */
    }

    .et_pb_module.f-details .et_pb_text_inner p a {
        font-size: 18px;
        line-height: 28px;
    }

    body .ftr-title h2 {
        font-size: 26px !important;
        line-height: 28px !important;
        padding-bottom: 22px;

    }


    /* Who We are section   */

    .who-we-are-section .who-we-are-row .who-we-are-image {
        position: static;
        max-width: 500px;
        margin: 0 auto;
    }

    .who-we-are-section .who-we-are-row .who-we-are-content {
        width: 100%;
        padding: 0;
    }

    .who-we-are-section .who-we-are-row {
        row-gap: 28px;
    }

    .et_pb_section.who-we-are-section {
        margin-bottom: 60px;
        /* padding-top: 60px; */
    }

    /*  */

    /* 404 Page  */
    .error-section .error-row {
        flex-direction: column;
    }

    .error-content h1 {
        font-size: 38px;
        line-height: 48px;
    }

    .error-section .error-image-col .et_pb_image_wrap {
        display: block;
        margin: 0 auto;
    }

    .error-section .error-content-col .error-content {
        text-align: center;
    }

    .error-section .error-image-col {
        width: 100% !important;
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }

    .error-section .error-content-col {
        margin-top: 30px;
        width: 100% !important;
        text-align: center;
        padding: 0;
    }

    .et_pb_row .et_pb_column.error-image-col {
        margin: 0 auto;
    }

    /* FAQ Section  */
    .faq_row h2 {
        font-size: 48px;
        line-height: 60px;
        padding-bottom: 15px;
    }

    .faq_sectiom.et_pb_section {
        margin-bottom: 80px;
    }

    .gchoice {
        width: 33%;
    }

    .et_pb_section.google-review-section.et_section_regular {
        margin-bottom: 60px;
        padding: 60px 0;
    }

    .who-we-are-section .who-we-are-row.contact-us .who-we-are-image {
        width: 100%;
    }

    .who-we-are-section .who-we-are-row.contact-us .who-we-are-content {
        width: 100%;
    }

    .inner-banner-section.et_pb_section {
        margin-bottom: 60px;
    }

    .et_pb_section.who-we-are-section {
        margin-bottom: 60px;
    }

    .who-we-are-section.about-.guevara-construction .who-we-are-row .who-we-are-content h2,
    .who-we-are-section .who-we-are-row .who-we-are-content h2 {
        padding-bottom: 14px;
    }

    .page-id-25 .who-we-are-section .who-we-are-row .who-we-are-content .et_pb_text_inner {
        margin-bottom: 0;
    }

    .who-we-are-section .who-we-are-row .who-we-are-content p {
        padding-bottom: 20px;
    }

    .home .et_pb_section.google-review-section.et_section_regular {
        padding: 60px 0 60px;
        margin-bottom: 60px;
    }

    body .jiwqRW {
        font-size: 18px;
    }

    body .swiper-slide .es-review-content .es-review-content-text {
        font-size: 16px !important;
        line-height: 27px;
    }

    body .es-background-container .es-review-author-block-info-container a.es-review-author-name-container span.es-review-author-name {
        font-size: 28px !important;
        line-height: 38px !important;
    }

    .et_pb_row.reviews-wrapper .et_pb_module.et_pb_text {
        margin-bottom: 10px !important;
    }

    body .et_pb_row.reviews-wrapper .Carousel__CarouselArrowControlContainer-sc-7aac7883-8 {
        top: -66px !important;
    }

    .home .et_pb_section.why-choose-section {
        padding-top: 52px;
    }

    body.et-tb-has-header.active-responsive-menu div#page-container {
        padding-top: 50px !important;
    }

    .et_pb_section.et_pb_section_10.who-we-are-section.et_section_regular {
        padding: 60px 0 !important;
        margin-bottom: 60px !important;
    }

    .copyright-row.new-copyright-row.et_pb_row .et_pb_text_inner {
        padding-bottom: 0 !important;
    }

    .copyright-row.new-copyright-row.et_pb_row .et_pb_menu .et_pb_menu__menu {
        display: block !important;
    }

    .copyright-row.new-copyright-row.et_pb_row .et_pb_menu .et_pb_menu__wrap {
        justify-content: center;
    }

    .copyright-row.new-copyright-row.et_pb_row .et_pb_column.copyright_col {
        display: block;
    }

    .copyright-row.new-copyright-row.et_pb_row .et_pb_menu .et_pb_menu__menu {
        display: block !important;
    }

    .copyright-row.new-copyright-row.et_pb_row {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        row-gap: 5px;
    }

    .copyright-row.new-copyright-row.et_pb_row .et_pb_column.img_logo {
        height: auto;
    }

    .et_pb_row.who-we-are-row .et_pb_column.who-we-are-content .et_pb_text_inner {
        margin-bottom: 0;
    }

    .home .et_pb_row.who-we-are-row .et_pb_column.who-we-are-content .et_pb_text_inner {
        margin-bottom: 25px;
    }

    .copyright-row.new-copyright-row.bottom-copyright .et_pb_column {
        width: 100%;
        margin: 0;
    }

    .copyright-row.new-copyright-row.bottom-copyright .et_pb_column:nth-child(1) {
        text-align: center;
    }

    .copyright-row.new-copyright-row.bottom-copyright .et_pb_column .et_pb_text_inner {
        text-align: center;
    }

    .copyright-row.new-copyright-row.bottom-copyright .et_pb_column:nth-child(2) {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .copyright-row.new-copyright-row.bottom-copyright .et_pb_column:nth-child(3) {
        text-align: center;
        display: flex;
        justify-content: center;
    }

    .copyright-row.new-copyright-row.bottom-copyright .et_pb_column.img_logo>div {
        margin: 0;
    }

    .why-choose-section.ordering_image_mob .why-choose-row {
        flex-direction: column;

    }

    .why-choose-section.ordering_image_mob .why-choose-row .et_pb_column:first-child {
        padding-bottom: 28px;
    }

    .why-choose-section.ordering_image_mob .why-choose-row .et_pb_column:last-child {
        margin-bottom: 0;
    }
}



@media screen and (max-width:767px) {
    .f-logo .et_pb_image_wrap img {
        height: 41px;
    }

    h1 {
        font-size: 38px;
        line-height: 50px;
    }

    h2 {
        font-size: 30px;
        line-height: 40px;
    }

    body .ftr-title h2 {
        padding-bottom: 20px;
    }

    .et_pb_module.ftr-menu nav.et-menu-nav ul li {
        padding: 0 0 14px 0;
    }

    footer.et-l.et-l--footer .et_pb_section.footer_sec.et_section_regular {
        padding-top: 60px !important;
    }

    .copyright-row .et_pb_text_inner {
        font-size: 14px;
        line-height: 24px;
    }

    .et_pb_module.f-details .et_pb_text_inner p a {
        font-size: 18px;
        line-height: 28px;
    }


    .et_pb_row.footer-row .col-left {
        width: 100%;
        padding-right: 0;
        /* margin-bottom: 33px; */
    }

    .et_pb_row.footer-row .col-center,
    .et_pb_row.footer-row .col-right,
    .et_pb_row.footer-row .col-last {
        width: 100%;
    }

    .ftr-title h2 {
        padding-bottom: 18px;
    }

    .footer-row .et_pb_row_0_tb_footer.et_pb_row {
        padding-bottom: 0px;
    }

    body .ftr-title h2 {
        font-size: 24px !important;
        line-height: 30px !important;
    }

    .et_pb_module.ftr-menu nav.et-menu-nav ul li a {
        font-size: 15px;
        line-height: 22px;
    }

    .footer-row .hour-list ul li span {
        width: 100px;
    }

    .footer-row .hour-list ul li {
        font-size: 15px;
        line-height: 22px;
        margin-bottom: 13px;
    }

    /* 404 Page  */
    .error-section.et_pb_section {
        padding: 60px 0px 60px 0px;
    }

    .error-content h1 {
        font-size: 32px;
        line-height: 42px;
    }

    /* FAQ Section  */

    .faq_sectiom.et_pb_section {
        margin-bottom: 60px;
    }

    .faq_row h2 {
        font-size: 38px;
        line-height: 48px;
    }

    .faq_accordian .et_pb_toggle_title {
        font-size: 20px;
        line-height: 30px;
    }

    .inner-banner-section.et_pb_section {
        height: 300px;
    }

    /* Our Review Section */
    .et_pb_row.reviews-wrapper .Carousel__CarouselArrowControlContainer-sc-7aac7883-8 {
        top: -79px !important;
    }

    .et_pb_section.google-review-section.et_section_regular .dXula,
    .et_pb_section.google-review-section.et_section_regular .HKpGD {
        margin-bottom: 12px !important;
    }

    .et_pb_section.google-review-section h2 {
        font-size: 38px;
        line-height: 50px;
    }

    .who-we-are-section .who-we-are-row .who-we-are-content p {
        padding-bottom: 18px;
    }

    .gchoice {
        width: 50%;
    }

    .inner-banner-section.et_pb_section {
        margin-bottom: 60px;
    }

    .et_pb_section.who-we-are-section {
        margin-bottom: 60px;
    }

    .faq_accordian .et_pb_toggle_content {
        padding-top: 10px;
        padding-right: 20px;
    }

    .faq_row .et_pb_toggle.et_pb_module.et_pb_accordion_item {
        padding: 15px 10px 15px 10px;
    }

    /* body.et-tb-has-header #page-container,
    body.et-tb #page-container {
        padding-top: 121px !important;
    } */

    body:not(.home) h2 {
        font-size: 32px;
        line-height: 42px;
    }

    .who-we-are-section .who-we-are-row {
        row-gap: 24px;
    }

    body .et_pb_row.reviews-wrapper .Carousel__CarouselArrowControlContainer-sc-7aac7883-8 {
        top: -56px !important;
    }

    .gform_wrapper.gravity-theme .gfield input.large {
        padding: 7px 20px;
    }

    .faq_accordian .et_pb_accordion_item .et_pb_toggle_title::before {
        height: 8px;
        width: 15px;
    }

    body .Carousel__CarouselArrowControlContainer-sc-7aac7883-8>div {
        border-radius: 10px !important;
    }

    body .es-carousel-arrow-control-icon div::before {
        width: 16px !important;
        height: 14px !important;
    }

    body .et_pb_row.reviews-wrapper .Carousel__CarouselArrowControlContainer-sc-7aac7883-8 {
        width: 34px !important;
        height: 34px !important;
    }

    .f-logo .et_pb_image_wrap img {
        display: block;
    }

    .footer-row .col-left .f-logo {
        margin-bottom: 30px;
    }

    .footer-row .col-left .f-logo {
        max-width: 420px;
    }

    .who-we-are-section .slick-dots li button {
        width: 10px;
        height: 10px;

    }

    /* active dot */
    .who-we-are-section .slick-dots li.slick-active button {

        transform: scale(1.3);
    }

    body.home .gform_wrapper.gravity-theme .gfield textarea.small {
        min-height: 90px;
        height: 90px;
    }

    /* new start */

    .home .et_pb_row.who-we-are-row .et_pb_column.who-we-are-content .et_pb_text_inner {
        margin-bottom: 20px;
    }



    /* new end */
    /*Footer location menu*/
    body .footer-location-pages .ftr-title h2 {
        text-align: left;
    }

    .copyright-row.new-copyright-row.et_pb_row.footer-location-pages .et_pb_menu .et_pb_menu__wrap {
        justify-content: left;
    }

    .copyright-row.new-copyright-row.footer-location-pages .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li:not(:first-child)::before {
        display: none;
    }

    .copyright-row.new-copyright-row.footer-location-pages .et_pb_menu--style-centered .et_pb_menu__menu>nav>ul {
        justify-content: left;
        flex-direction: column;
        row-gap: 0;

    }

    .copyright-row.new-copyright-row.footer-location-pages .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
        padding: 0;
    }

    .copyright-row.new-copyright-row.footer-location-pages .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li {
        margin-bottom: 14px;
    }

    .copyright-row.new-copyright-row.footer-location-pages .et_pb_menu--without-logo .et_pb_menu__menu>nav>ul>li:last-child {
        margin-bottom: 0;
    }

    .copyright-row.new-copyright-row.footer-location-pages .et_pb_menu--style-centered.et_pb_menu--without-logo .et_pb_menu__menu>nav>ul li a {
        font-size: 15px;
        line-height: 22px;
    }

    /*Footer location menu*/
    .why-choose-section.ordering_image_mob .why-choose-row .et_pb_column:first-child {
        padding-bottom: 24px;
    }
}

/*  */

@media screen and (max-width:640px) {


    .copyright-row.et_pb_row .et_pb_column.copyright_col {
        width: 100%;
        padding-right: 0;
    }

    .copyright-row.et_pb_row .et_pb_column.img_logo span,
    .copyright-row.et_pb_row .et_pb_column.img_logo a,
    .copyright-row .et_pb_text_inner {
        text-align: center;
    }

    /* .copyright-row.et_pb_row .et_pb_column.img_logo, */
    .copyright-row.et_pb_row .et_pb_column.img_logo span img {
        width: auto;
        height: auto;
    }

    .copyright-row.et_pb_row {
        justify-content: center;
    }

    .copyright-row .et_pb_text_inner {
        padding-bottom: 10px;
    }

    .faq_row p {
        font-size: 16px;
        line-height: 26px;
    }


}


@media screen and (max-width:576px) {
    .et_pb_row.footer-row .et_pb_column .col-left {
        width: 100%;
    }

    .et_pb_row.footer-row .et_pb_column .col-center {
        width: 100%;
    }

    .et_pb_row.footer-row .et_pb_column .col-right {
        width: 100%;
    }

    .f-details a {
        font-size: 16px;
    }

    .gform_wrapper.gravity-theme .gfield_checkbox label {
        font-size: 14px;
    }

    body .et_pb_section.footer_sec.et_section_regular .et_pb_row.footer-row {
        padding-bottom: 45px !important;
    }

    body footer.et-l.et-l--footer .et_pb_section.footer_sec.et_section_regular {
        padding-top: 50px !important;
    }

    body.et-tb-has-header #page-container,
    body.et-tb #page-container {
        padding-top: 147px !important;
    }

}

@media screen and (max-width:479px) {
    .f-logo .et_pb_image_wrap img {
        height: 35px;
    }

    body.et-tb-has-header #page-container,
    body.et-tb #page-container {
        padding-top: 133px !important;
    }

    .home .et_pb_section.why-choose-section {
        padding-top: 32px;
    }

    .table-wrapper table {
        width: 479px !important;
    }

}

@media screen and (max-width:380px) {
    .gchoice {
        width: 100%;
    }
}