/* Custom CSS for Dormatic Child Theme */

:root {
    --main-bg-color: #f36827;
}

.feature-block-one .icon svg {
    fill: white;
    width: 60px;
    height: 60px;
}

/* подсветка поля */
#popupForm .popup-error {
    border-color: #e53935 !important;
    outline: none;
}

.mobile-menu .contact-info span {
    position: relative;
    font-size: 20px;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 20px;
}

.main-footer .widget-title>span {
    display: block;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    font-weight: 500;
}

/* текст ошибки под полем */
#popupForm .popup-error-text {
    color: #e53935;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 6px;
}

#popupForm .popup-field {
    margin-bottom: 14px;
    /* чтобы был отступ между полями */
}

#popupForm .popup-error {
    border-color: #e53935 !important;
    outline: none;
}

#popupForm .popup-error-text {
    color: #e53935;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 6px;
}

.feature-block-one .inner-box .icon-box .icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.cta-section p {
    display: inline-block;
    font-size: 22px;
    line-height: 32px;
    color: white;
}

.box-typograthi ol {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
    margin: 24px 0;
}

.box-typograthi ol li {
    counter-increment: item;
    position: relative;
    padding-left: 52px;
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 1.6;
    color: #22242a;
}

.box-typograthi ol li::before {
    content: counter(item);
    position: absolute;
    left: 0;
    top: 2px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f6a90c;
    color: #000;
    font-weight: 700;
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.box-typograthi ul {
    list-style: none;
    padding-left: 0;
    margin: 24px 0;
}

.box-typograthi ul li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 14px;
    font-size: 16px;
    line-height: 1.6;
    color: #22242a;
}

.box-typograthi ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 2px;
    width: 22px;
    height: 22px;
    border-radius: 6px;
    background: #22242a;
    color: #f6a90c;
    font-weight: 700;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-info-section img {
    width: 100%;
}

.main-menu {
    margin-right: 14vw;
}

.service-block-one .inner-box .lower-content .text .lower-content-title {
    display: block;
    font-size: 24px;
    line-height: 32px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 15px;
}

.auto-container.auto-container-fix {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.auto-container.auto-container-fix .slider-form {
    position: relative;
    z-index: 9;
}

.work-block-one .inner-box .work-block-one-title {
    position: relative;
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 13px;
}

/* === WRAPPER === */
.slider-form {
    max-width: 480px;
    margin: 0 auto;
    padding: 50px;
    background-color: rgba(0, 0, 0, 0.5);
}

.slider-form .dormatic-form {
    background: #ffffff;
    padding: 30px 28px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18);
}

/* === LABELS === */
.slider-form .dormatic-form label {
    font-size: 15px;
    font-weight: 600;
    color: #1b1b1b;
    margin-bottom: 6px;
    display: block;
}

/* === INPUTS & TEXTAREA === */
.slider-form .dormatic-form input.wpcf7-form-control,
.slider-form .dormatic-form textarea.wpcf7-form-control {
    width: 100%;
    background: #f8f8f8;
    border: 2px solid #dcdcdc;
    padding: 13px 15px;
    font-size: 16px;
    border-radius: 5px;
    transition: 0.25s;
    font-family: inherit;
    color: #222;
}

.slider-form .dormatic-form textarea.wpcf7-form-control {
    min-height: 110px;
    resize: vertical;
}

/* === FOCUS === */
.slider-form .dormatic-form input.wpcf7-form-control:focus,
.slider-form .dormatic-form textarea.wpcf7-form-control:focus {
    background: #ffffff;
    border-color: var(--main-bg-color);
    box-shadow: 0 0 0 3px rgba(245, 102, 0, 0.20);
    outline: none;
}

/* === SPACING === */
.slider-form .dormatic-form p {
    margin-bottom: 18px;
}

.slider-form .dormatic-form .desc {
    margin-bottom: 8px;
}

/* === SUBMIT BUTTON === */
.slider-form .submit-wrap input[type="submit"] {
    width: 100%;
    background: #f56600;
    color: #fff;
    padding: 14px 25px;
    border: none;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    cursor: pointer;
    transition: 0.25s;
    letter-spacing: 0.5px;
    box-shadow: 0 6px 15px rgba(245, 102, 0, 0.35);
}

.slider-form .submit-wrap input[type="submit"]:hover {
    background: var(--main-bg-color);
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(245, 102, 0, 0.45);
}

.slider-form .submit-wrap input[type="submit"]:active {
    transform: translateY(0);
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.15);
}

/* === CF7 MESSAGES === */
.slider-form .wpcf7-response-output {
    margin-top: 10px;
    border-radius: 5px;
    padding: 10px 15px;
}

.slider-form .wpcf7-not-valid-tip {
    font-size: 13px;
    margin-top: 5px;
    color: var(--main-bg-color);
}


.single-service .service-details {
    padding: 0 0px 100px 0px;
}

.feature-section {
    padding: 0px 0px 110px 0px;
}

.testimonial-readmore {
    background: none;
    border: none;
    color: var(--main-bg-color);
    font-weight: 600;
    cursor: pointer;
    margin-top: 8px;
    padding: 0;
}

.testimonial-readmore:hover {
    text-decoration: underline;
}

.owl-item .testimonial-block-one .inner-box {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.testimonial-block-one .inner-box .author-box .autor-name {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
    margin-bottom: 0px;
}

.owl-item .testimonial-block-one .text {
    flex-grow: 1;
}

.scroll-top,
.theme-btn-one {
    background-color: var(--main-bg-color) !important;
}

.gdc-zip-btn.theme-btn-one {
    padding: 17px 5px;
}

.header-top .phone-box p a {
    color: var(--main-bg-color) !important;
}

.testimonial-section {

    padding: 0px 0px 100px 0px !important;
}

.works-section {
    padding: 0 0px 105px 0px;
}


.auto-container {
    max-width: 1440px !important;
}


/* Главный контейнер */
.gdc-hero-zip {
    max-width: 540px;
    margin-left: auto;
    color: #fff;
    text-align: center;
}

/* Заголовок */
.gdc-hero-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 22px;
    color: #fff;
}

/* Форма ZIP */
.gdc-zip-form {
    display: flex;
    align-items: stretch;
    width: 100%;
    background: none;
}

/* Левая часть (input + ?) */
.gdc-zip-input-wrap {
    position: relative;
    flex: 1;
}

/* Инпут ZIP */
.gdc-zip-input-wrap input {
    width: 100%;
    height: 55px;
    border: none;
    border-radius: 8px 0 0 8px;
    padding: 0 45px 0 18px;
    font-size: 17px;
}

/* Знак вопроса */
.gdc-help {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: #eee;
    color: #555;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    font-size: 12px;
    font-weight: 600;
}

/* Кнопка */
.gdc-zip-btn {
    background: #ff5722;
    color: #fff;
    border: none;
    padding: 0 28px;
    height: 55px;
    border-radius: 0 8px 8px 0;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer;
    transition: 0.2s;
}

.gdc-zip-btn:hover {
    background: #e64a19;
}

/* Бейджи */
.gdc-badges {
    margin-top: 18px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.gdc-badges img {
    height: 34px;
    object-fit: contain;
}


/* Контейнер ? */
.gdc-help {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: #eee;
    color: #555;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    text-align: center;
    line-height: 22px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    z-index: 10;
}

/* Tooltip */
.gdc-help .gdc-tooltip {
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    background: #4c4c4c;
    color: #fff;
    padding: 10px 14px;
    border-radius: 6px;
    font-size: 13px;
    width: 220px;
    text-align: center;
    line-height: 1.4;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transform-origin: bottom center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    visibility: hidden;
}

/* Стрелочка */
.gdc-help .gdc-tooltip::after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 7px solid #4c4c4c;
}

/* Показ при hover */
.gdc-help:hover .gdc-tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(-4px);
}


/* Общий контейнер */
#gdc-modal {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
    overflow-y: auto;
    font-family: inherit;
}

/* Затемнение */
.gdc-modal-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(2px);
}

/* Белая коробка */
.gdc-modal-box {
    position: relative;
    background: #ffffff;
    width: 90%;
    max-width: 620px;
    border-radius: 10px;
    padding: 30px;
    z-index: 2;
    animation: gdc-fade-in 0.25s ease;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.25);
}

/* Контент */
.gdc-modal-content {
    position: relative;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Кнопка закрытия */
.gdc-modal-close {
    position: absolute;
    right: 15px;
    top: 12px;
    background: none;
    border: none;
    font-size: 34px;
    cursor: pointer;
    color: #222;
    line-height: 1;
}

@keyframes gdc-fade-in {
    from {
        opacity: 0;
        transform: translateY(30px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


.gdc-step {
    padding: 40px;
    background: #f8f8f8;
    border-radius: 12px;
    width: 760px;
    max-width: 90%;
    text-align: center;
}

.gdc-step-title {
    position: relative;
    font-family: 'Barlow', sans-serif;
    color: #222222;
    margin: 0px;
    transition: all 500ms ease;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
}

.gdc-door-types {
    display: flex;
    justify-content: center;
    gap: 18px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.gdc-option {
    background: #ffffff;
    padding: 20px 18px;
    border-radius: 10px;
    width: 120px;
    cursor: pointer;
    border: 2px solid transparent;
    transition: 0.2s;
    text-align: center;
}

.gdc-option img {
    width: 50px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 10px;
}

.gdc-option span {
    display: block;
    font-size: 14px;
    font-weight: 600;
}

.gdc-option:hover {
    border-color: #ff7146;
}

.gdc-option.active {
    border-color: #ff7146;
    background: #fff5f2;
}

#gdc-step-1-next {
    background: #ff7146;
    border: none;
    padding: 12px 35px;
    border-radius: 6px;
    color: white;
    font-weight: 700;
    font-size: 15px;
    cursor: pointer;
    transition: 0.2s;
}

#gdc-step-1-next:hover {
    opacity: 0.85;
}


.gdc-radio-list {
    background: #fff;
    border-radius: 10px;
    padding: 20px 0;
}

.gdc-radio-option {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 25px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.gdc-radio-option+.gdc-radio-option {
    border-top: 1px solid #eee;
}

.gdc-radio-option input {
    display: none;
}

.gdc-radio-circle {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    position: relative;
}

.gdc-radio-option input:checked+.gdc-radio-circle {
    border-color: #ff7146;
}

.gdc-radio-option input:checked+.gdc-radio-circle::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #ff7146;
    border-radius: 50%;
    position: absolute;
    left: 3px;
    top: 3px;
}

.gdc-step-buttons {
    margin-top: 25px;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.gdc-back-btn {
    background: transparent;
    border: none;
    font-size: 14px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
}

.gdc-back-btn:hover {
    text-decoration: underline;
}

.gdc-step-buttons .gdc-next-btn,
.gdc-next-btn {
    background: #ff7146;
    border: none;
    padding: 12px 35px;
    border-radius: 6px;
    color: white;
    font-weight: 700;
    font-size: 15px;
    display: none;
    cursor: pointer;
}

.gdc-step-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 30px 0;
    background: #f8f8f8;
    border-radius: 0 0 10px 10px;
}


/* FIX: Radio block overlaps the buttons on steps 3–4 */
.gdc-step .gdc-radio-list {
    margin-bottom: 20px !important;
    padding-bottom: 20px !important;
    background: #fff !important;
    position: relative;
    z-index: 5;
}

/* Force buttons ABOVE everything */
.gdc-step-buttons {
    position: relative;
    z-index: 10 !important;
    background: #fff !important;
}

/* Fix weird theme inheritance */
.gdc-step-buttons .gdc-next-btn,
.gdc-step-buttons .gdc-back-btn {
    position: relative;
    z-index: 20;
}


.gdc-final-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.gdc-final-row {
    display: flex;
    gap: 20px;
}

.gdc-final-col {
    flex: 1;
}

.gdc-input {
    width: 100%;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 16px;
}

.gdc-step-subtitle {
    text-align: center;
    font-size: 20px;
    color: #0096a2;
    margin-bottom: 5px;
}

.gdc-step-desc {
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}

.gdc-submit-btn {
    background: #ff7146;
    padding: 14px 40px;
    border-radius: 8px;
}


.banner-section .owl-dots {
    display: none;
}

.chooseus-block-one .inner-box .icon-box .icon-shape:before,
.chooseus-block-one .inner-box .icon-box .icon-shape:after,
.chooseus-block-one .inner-box .icon-box .icon-shape:after {
    background-color: transparent !important;
}

.main-header .logo-box .logo {
    max-width: 260px !important;
}

.main-header .sticky-header {
    background: rgba(39, 39, 39, 0.88);
}

.main-header .fa-search {
    color: white;
}

.main-header .sticky-header .logo-box .logo img,
header .auto-container {
    max-width: 1440px !important;
}

.banner-section.style-three .content-box .btn-box {
    border: none !important;
}

.header-lower .clearfix::after {
    display: none;
}

.sticky-header .outer-box,
.header-lower .outer-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq .faq-wrapper {
    row-gap: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.base-theme .main-header {
    background-color: rgba(39, 39, 39, 0.88);
}

.main-header.fixed-header .main-menu .navigation>li>a {
    color: white;
}


.main-header .main-menu .navigation>li>a {
    color: rgb(255, 253, 253);
}

.main-header.style-two .header-lower .main-menu .navigation>li>a:before {
    background-color: #f36827 !important;
}

footer.main-footer {
    background: rgba(39, 39, 39, 0.88);
}

.pull-right {
    float: right;
}

.cta-section .btn-box a.call {
    color: #6de5f2;
    border: 1px dashed #f36827;
}

.cta-section a.call {
    position: relative;
    display: inline-block;
    padding: 20px 20px 18px 68px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-right: 15px;
}

.cta-section .btn-box a.call i {
    position: absolute;
    left: 9px;
    top: -6px;
    font-size: 80px;
    color: #fff;
}

.cta-section {
    position: relative;
    padding: 50px 0px;
    background-color: #20445a;
}

.cta-section .pattern-layer {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-repeat: repeat-x;
    background-position: center;
    background-size: cover;
    animation: slide 100s linear infinite;
    -webkit-animation: slide 100s linear infinite;
}

.cta-section .inner-box .text h2 {
    display: block;
    font-size: 32px;
    line-height: 39px;
    color: #fff;
    font-weight: 600;
}

.cta-section .btn-box a.call {
    position: relative;
    display: inline-block;
    padding: 20px 20px 18px 68px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-right: 15px;
}

.cta-section .btn-box a.call i.icon-mob {
    position: absolute;
    left: 9px;
    top: -6px;
    font-size: 80px;
    color: #fff;
}

.cta-section .btn-box a {
    position: relative;
    float: left;
}

.cta-section .btn-box a.theme-btn-one {
    padding: 22px 37px;
}

.cta-section .btn-box a.theme-btn-one:before,
.cta-section .btn-box a.theme-btn-one:after {
    background: #fff;
}

/** cta-style-two **/
.cta-style-two {
    position: relative;
    overflow: hidden;
}

.cta-style-two .cta-text h3 a {
    border-bottom: 1px dashed #fff;
}

.cta-style-two .cta-text h3 a span {
    color: #fff;
}

.cta-style-two .cta-text {
    position: relative;
    display: block;
    padding: 45px 0px 55px 0px;
}

.cta-style-two .cta-text .icon {
    position: absolute;
    left: 0px;
    top: -20px;
}

/** contact-info-section **/

.cta-section .btn-box a.call i {
    position: absolute;
    left: 9px;
    top: -6px;
    font-size: 80px;
    color: #fff;
}

.menu-area .mobile-nav-toggler .icon-bar {
    background-color: white !important;
}


.swiper-pagination-bullet {
    background: #f36827 !important;
}

.swiper-button-next,
.swiper-button-prev {
    color: #f36827 !important;
}

.popup-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

.popup {
    background: #fff;
    max-width: 420px;
    width: 100%;
    padding: 30px;
    position: relative;
    border-radius: 6px;
}

.popup .form-title {
    text-align: center;
    position: relative;
    font-family: 'Barlow', sans-serif;
    font-weight: 400;
    color: #222222;
    margin: 0px;
    transition: all 500ms ease;
}

.popup form {
    margin: 30px 0 0 0;
}

.popup-close {
    position: absolute;
    top: 10px;
    right: 14px;
    background: none;
    border: none;
    font-size: 22px;
    cursor: pointer;
}

.popup input,
.popup textarea {
    width: 100%;
    margin-bottom: 12px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.popup button[type="submit"] {
    background: #f36b21;
    color: #fff;
    border: none;
    padding: 12px;
    width: 100%;
    cursor: pointer;
}

#gdc-step-5-submit {
    display: inline-flex;
}

.map-wrapper img {
    max-height: 560px;
    object-fit: cover;
}

.service-block-one .inner-box .lower-content .text {
    height: 31vh;
}

.service-block-one .inner-box .image-box img {
    height: 350px;
    object-fit: cover;
}

@media (min-width: 1025px) {

    /* карточка – колонка */
    .three-item-carousel .service-block-one .inner-box {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    /* картинка сверху, контент снизу */
    .three-item-carousel .service-block-one .image-box {
        flex: 0 0 auto;
    }

    .three-item-carousel .service-block-one .lower-content {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }

    /* ✅ твой черный блок должен растягиваться */
    .three-item-carousel .service-block-one .lower-content .text {
        flex: 1 1 auto;
        display: flex;
        flex-direction: column;
    }

    /* если надо, чтобы "Learn more" всегда был снизу */
    .three-item-carousel .service-block-one .link {
        margin-top: auto;
    }
}

.service-section .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}

.service-section .owl-nav .owl-next {
    position: absolute;
    right: 0;
}

.works-section .owl-nav {
    position: absolute;
    top: 10%;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.main-menu .navigation>li>ul>li.dropdown>a:after {
    right: 0 !important;
}

.works-section .nav-style-one .owl-next,
.works-section .nav-style-one .owl-prev {
    border-color: #EA6C35;
    background: #EA6C35;
}

.gdc-input.gdc-error {
    border-color: #e53935 !important;
    outline: none;
}

.gdc-error-text {
    color: #e53935;
    font-size: 12px;
    line-height: 1.2;
    margin-top: 6px;
}

.prof-sensor-styles {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}


.clients-section .owl-nav {
    display: none;
}

.main-menu .navigation>li>ul>li>ul {
    left: 100% !important;
}

.main-menu .navigation li>ul>li.dropdown:hover>ul {
    border-radius: 10px;
}

@media screen and (max-width: 1100px) {
    .auto-container.auto-container-fix {
        flex-direction: column;
    }

}



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

    .banner-section.style-three .banner-carousel .slide-item {
        padding: 45px 0px 135px 0px !important;
    }

    .contact-info-section .info-inner {
        margin-top: 0 !important;
    }

    .gdc-step {
        padding: 40px 10px;
    }

    .gdc-radio-circle {
        min-width: 20px;
    }

    .gdc-modal-box {
        width: 97%;
    }

    .gdc-step {
        width: 100%;
        max-width: 100%;
    }

    .auto-container {
        padding: 0;
    }

    .gdc-hero-title {
        font-size: 29px;
    }

    .gdc-zip-form {
        flex-direction: column;
        gap: 15px;

    }

    .gdc-zip-input-wrap input,
    .gdc-zip-btn {
        border-radius: 8px;
    }
}

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

    .cta-section .inner-box .btn-box a.call,
    .cta-section .inner-box .btn-box a.theme-btn-one {
        width: 100%;
    }

    .banner-carousel .content-box .btn-box .theme-btn-one.js-open-popup {
        top: 0px;
        margin-top: 0;
    }

    .cta-section .btn-box a.call i.icon-mob {
        left: 65px;
    }

    .cta-section .inner-box .btn-box a.call {
        text-align: center;
    }

}


@media only screen and (max-width: 400px) {
    .banner-section.style-three .content-box .btn-box a.banner-btn {
        width: 100%;
        margin-bottom: 20px;
    }

    .banner-section.style-three .banner-carousel .content-box .btn-box .theme-btn-one {
        width: 100%;
    }
}


.content_block_2 .content-box .inner-box .text .certificate-y {
    color: #f36827;
}

.content_block_2 .content-box .inner-box .text .certificate-y {
    color: #EA6C35;
}

.content_block_2 .content-box .inner-box .text .certificate-y {
    position: relative;
    display: inline-block;
    font-size: 106px;
    font-weight: 700;
    width: 170px;
    height: 170px;
    line-height: 160px;
    text-align: center;
    border-radius: 50%;
    border: 2px dashed #24485e;
    margin-bottom: 20px;
}

.content_block_2 .content-box .inner-box .text .certificate-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
}

.chooseus-block-one .inner-box .chooseus-block-one-title {
    display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.chooseus-block-one .inner-box .chooseus-block-one-title {
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
}

.content_block_4 .content-box .support-box .support-box-number {
    display: block;
    font-size: 30px;
    line-height: 38px;
    font-weight: 600;
}

.content_block_4 .content-box .support-box .support-box-number a {
    color: #EA6C35;
}

.content_block_4 .content-box .support-box .support-box-number a {
    display: inline-block;
}