@media (max-width:992px) {
    body .bannermain {
        height: auto !important;
    }

    .contact-banner {
        margin-top: 80px !important;
    }

    .logo-sec.main-header {
        padding-bottom: 0 !important;
    }
}

.contact-info {
    padding: 60px 0;
    position: relative;
    text-align: center
}

.contact-info .general-head h2 {
    color: var(--h-color);
    font-size: 35px;
    font-weight: 700;
    line-height: normal;
    margin: 10px 0;
    text-transform: capitalize
}

.contact-info .general-head {
    margin-bottom: 60px
}

.contact-info .con-info {
    text-align: center;
    position: relative
}

.contact-info .con-info span {
    height: 60px;
    width: 60px;
    position: relative;
    display: block;
    background: var(--btn-color);
    margin: 10px auto;
    border-radius: 50%
}

.contact-info .con-info span img.img-fluid {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}

.contact-info .con-info h4 {
    color: var(--h-color);
    font-size: 18px;
    font-weight: 700;
    line-height: normal;
    transition: .5s
}

.contact-info .con-info p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0;
    padding: 0 30px
}

.contact-form-main .form-heading h2,
.contact-form-main .form-heading h4 {
    color: var(--h-color);
    font-weight: 700;
    line-height: normal;
    text-transform: capitalize
}

.contact-info .con-info.info3 {
    border-left: 1px solid;
    border-right: 1px solid
}

.contact-form-main {
    padding-bottom: 60px;
    position: relative
}

.contact-form-main .form-heading {
    text-align: center;
    margin-bottom: 40px
}

.contact-form-main .form-heading h2 {
    font-size: 35px;
    text-align: center;
    padding: 10px 0;
    margin: 10px 0
}

.my-form .input-txt input,
.my-form .input-txt textarea {
    margin: 10px 0;
    padding: 10px 40px;
    border: 0;
    border-radius: 5px;
}

.my-form .input-txt input {
    height: 50px;
}

.contact-form-main .form-heading h4 {
    font-size: 18px;
    display: inline-block;
    transition: .5s
}

.my-form .input-txt {
    position: relative
}

.my-form .input-txt img {
    position: absolute !important;
    top: 15px;
    left: 0
}

.my-form .input-txt textarea {
    resize: none
}

.my-form .input-txt input:focus,
.my-form .input-txt textarea:focus {
    box-shadow: none;
    border-color: var(--btn-color);
    transition: .5s
}

.my-form .captcha-img img {
    max-width: 100%;
    height: auto
}

@media (max-width:767px) {
    .contact-info {
        padding: 30px 0
    }

    .contact-info .general-head h2 {
        font-size: 20px
    }

    .contact-info .general-head {
        margin-bottom: 30px
    }

    .contact-form-main .form-heading h4,
    .contact-info .con-info h4 {
        font-size: 12px
    }

    .contact-info .con-info p {
        margin: 10px 0;
        font-size: 10px;
        padding: 0 15px
    }

    .contact-info .con-info.info3 {
        border-left: 0;
        border-right: 0px
    }

    .contact-form-main .form-heading {
        margin-bottom: 20px
    }

    .contact-form-main .form-heading h2 {
        font-size: 20px;
        margin: 0;
        padding: 5px 0
    }

    .my-form .input-txt input,
    .my-form .input-txt textarea {
        padding: 14px 30px;
        font-size: 14px;
    }

    .contact-form-btn button {
        width: 100%;
        font-size: 12px
    }

}

@media (min-width:767px) and (max-width:992px) {
    .contact-info {
        padding: 30px 0
    }

    .contact-info .general-head h2 {
        font-size: 20px
    }

    .contact-info .general-head {
        margin-bottom: 30px
    }

    .contact-info .con-info h4 {
        font-size: 13px
    }

    .contact-info .con-info p {
        margin: 10px 0;
        font-size: 12px;
        padding: 0 15px
    }

    .contact-form-main .form-heading {
        margin-bottom: 20px
    }

    .contact-form-main .form-heading h2 {
        font-size: 20px;
        margin: 0;
        padding: 5px 0
    }

    .contact-form-main .form-heading h4 {
        font-size: 12px
    }

    .my-form .input-txt input,
    .my-form .input-txt textarea {
        padding: 14px 40px;
        font-size: 14px;
    }

    .contact-form-btn button {
        width: 100%;
        font-size: 14px;
    }
}


section.contact-page-section {
    position: relative;
    background: 0 0;
    padding: 60px 0
}

.my-form .input-txt {
    position: relative;
    margin: 5px
}

.form-heading h2 {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    padding-left: 20px;
    position: relative
}

.form-heading h4,
.form-heading h4 span {
    font-size: 40px;
    position: relative
}

.form-heading h2:before {
    position: absolute;
    content: "";
    left: 0;
    right: auto;
    top: 0;
    bottom: 0;
    background: red;
    height: 12px;
    width: 12px;
    margin: auto
}

.form-heading h4 {
    font-weight: 800;
    color: #000
}

.form-heading h4 span {
    font-weight: 500;
    color: var(--btn-color)
}

.contact-cycle {
    position: relative;
    height: 500px
}

.contact-cycle img {
    position: absolute;
    top: auto;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    height: auto
}

.main-cont-bar {
    position: relative;
    /* max-width: 80%; */
    /* background: red; */
    /* padding: 50px 20px; */
    /* margin: auto; */
    /* background-image: linear-gradient(var(--sec-color) 6%, var(--btn-color) 80%); */
    /* box-shadow: rgba(0, 0, 0, .4) 0 12px 10px, rgba(0, 0, 0, .09) 0 19px 8px; */
}

.main-cont-bar h3.cont-bar-head {
    text-align: center;
    font-size: 25px;
    color: #000;
    margin: 40px 0;
    text-transform: uppercase;
    font-weight: 700
}

.con-info.info .img-icon {
    max-width: 50px;
    width: 20%;
    margin-right: 10px;
}

.con-info.info .contact-txt {
    max-width: 78%;
    width: 78%;
}

.con-info.info .contact-txt h4 {
    color: var(--h-color);
    font-size: 16px;
    text-transform: capitalize;
}

.con-info.info .contact-txt p {
    color: var(--txt-color);
    font-size: 14px;
    margin: 0px 0;
}

.con-info.info {
    position: relative;
    display: flex;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DADFEC;
}

.bg--color-ct-page {
    background: #EFF1F5;
    padding: 50px;
    border-radius: 15px;
    min-height: 570px;
}

h3.cont-bar-head {
    color: var(--h-color);
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
}

p.info-txt-ofic {
    font-weight: 400;
    font-size: 16px;
    color: var(--txt-color);
    margin-bottom: 20px;
    line-height: 26px;
}

.contact-form-btn .inquiry_form_btn {
    padding: 10px !important;
    border: 0 !important;
    transition: 0.5s;
    font-weight: 600;
    background: var(--btn-color) !important;
    width: 97%;
}

.contact-form-btn .inquiry_form_btn:hover {
    transition: 0.5s;
    color: var(--h-color) !important;
}

.con-info.info .contact-txt p.text-work-time span {
    color: var(--btn-color);
}

.map-address-digitals {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.map-address-digitals span.icon-bg {
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 1;
    border-radius: 5px;
    background: var(--btn-color);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
}

.map-address-digitals .footer-txt-digitals {
    padding-left: 40px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--h-color);
}

.map-address-digitals .footer-txt-digitals a {
    color: var(--h-color);
}

.map-fulll-sc {
    position: relative;
    z-index: 1;
    padding: 20px 0px 40px;
    background-image: url(/images/feedback_bg_digitals.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

section.contact-map {
    position: relative;
    z-index: 1;
}

section.contact-map:before {
    content: '';
    position: absolute;
    top: -90px;
    left: 0;
    width: 70%;
    height: 80%;
    background-image: url(/images/wave_digitals.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

@media (max-width:767px) {
    .banner-innercaption span {
        font-size: 18px
    }

    .main-cont-bar {
        margin: 0 0 0px;
        width: 100%;
        max-width: 100%;
        padding: 20px 10px
    }

    .main-cont-bar h3.cont-bar-head {
        margin: 10px 0 20px
    }

    .con-info.info .contact-txt p {
        font-size: 12px;
        margin: 5px 0
    }

    .con-info.info .contact-txt h4 {
        font-size: 14px;
        margin-bottom: 0
    }

    .con-info.info .img-icon {
        max-width: 10%;
        margin-right: 0px;
    }

    .con-info.info .contact-txt {
        max-width: 85%;
        margin-left: 10px
    }

    section.contact-page-section .row .col-md-3 {
        display: none
    }

    .form-heading h4,
    .form-heading span {
        font-size: 22px !important
    }

    .form-heading h2 {
        font-size: 12px
    }

    section.gallery-img {
        padding: 30px 0
    }

    section.contact-page-section {
        padding: 30px 0px;
    }

    .banner-innercaption p {
        font-size: 10px !important
    }
    
    .bg--color-ct-page {
        padding: 20px;
        margin-bottom: 20px;
        min-height: auto;
    }
    
    h3.cont-bar-head {
        font-size: 22px;
    }
    
    p.info-txt-ofic {
        font-size: 14px;
        line-height: 20px;
    }
    
    .my-form .input-txt input#captcha {
        padding: 10px 20px;
    }
    
    .map-address-digitals .footer-txt-digitals {
        font-size: 12px;
    }
}

@media (min-width:767px) and (max-width:992px) {
    .banner-innercaption span {
        font-size: 18px
    }

    section.contact-page-section .row .col-md-3 {
        display: none
    }

    .form-heading h4,
    .form-heading span {
        font-size: 22px !important
    }

    .form-heading h2 {
        font-size: 12px
    }

    section.gallery-img {
        padding: 30px 0
    }

    section.contact-page-section {
        padding-bottom: 0 !important
    }

    .main-cont-bar {
        max-width: 100% !important;
        /* padding: 20px; */
    }

    .main-cont-bar h3.cont-bar-head {
        margin: 20px 0
    }

    .innerbanner.all-inner {
        margin-top: 80px
    }

    .bg--color-ct-page {
        padding: 20px;
    }
    
    h3.cont-bar-head {
        font-size: 22px;
    }
}

@media(max-width:992px) {
    .search-box-btn.search-box-outer img {
        filter: brightness(0)
    }

    .search-box-btn.search-box-outer {
        margin: 0
    }
}