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

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

section.contact-page-section:before {
    position: absolute;
    content: "";
    background-image: url("/images/contact-bg.png");
    background-repeat: no-repeat!important;
    background-size: 100% 100%!important;
    bottom: 0;
    top: auto;
    margin: auto;
    left: 0;
    right: 0;
    height: 65%;
    width: 100%;
    z-index: -1
}

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

.form-heading h2 {
    font-size: 20px;
    font-weight: 400;
    color: var(--h-color);
    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: 600;
    color: var(--h-color);
    padding: 10px 0px;
}

.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: 100%;
    padding: 50px 20px;
    margin: auto;
}

.main-cont-bar h3.cont-bar-head {
    text-align: center;
    font-size: 60px;
    color: var(--h-color);
    margin: 40px 0;
    text-transform: capitalize;
    font-weight: 600;
}

.con-info.info .img-icon {
    max-width: 100%;
    width: 100%;
    text-align: center;
}

.con-info.info .contact-txt {
    max-width: 100%;
    width: 100%;
    text-align: center;
}

.con-info.info .contact-txt h4 {
    color: var(--txt-color);
    font-size: 22px;
    margin: 15px 0px;
    text-transform: capitalize;
}

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

.con-info.info {
    position: relative;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px;
    width: 100%;
    padding: 20px;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
section.contact-page-section .contact-card .my-form .input-txt input {
    padding: 15px 40px;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
    margin: 10px 0px;
}

section.contact-page-section .contact-card .my-form .input-txt img {
    top: 20px;
}

section.contact-page-section .contact-card .my-form .input-txt textarea {
    padding: 15px 40px;
    border-radius: 0px;
    border: none;
    border-bottom: 1px solid #ccc !important;
    margin: 10px 0px;
}

section.contact-page-section .contact-card {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 50px 30px;
}

input:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit; /* ya specific border color */
}

section.contact-page-section .main-cont-txtbar {
    padding: 10px;
}

section.contact-page-section .main-cont-txtbar .contact-txtbar-cont h3 {
    font-size: 50px;
    font-weight: 600;
    max-width: 70%;
}

section.contact-page-section .main-cont-txtbar .contact-txtbar-cont p {
    line-height: 30px;
    font-size: 16px;
}

section.contact-page-section .main-cont-txtbar .social-icons ul {
    display: flex;
    align-items: center;
}

section.contact-page-section .main-cont-txtbar .social-icons ul li {
    margin: 0px 10px;
    background: var(--btn-color);
    border-radius: 100px;
}
section.contact-page-section .main-cont-txtbar .social-icons ul li img {
    filter: brightness(4.5);
}

.main-cont-bar p.txtt {
    text-align: center;
    line-height: 30px;
}
.con-infoo {
    display: flex;
    justify-content: space-evenly;
}
@media (max-width: 767px) {
    .banner-innercaption span {
        font-size:18px
    }

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

    .main-cont-bar h3.cont-bar-head {
        margin: 10px 0 20px;
        font-size: 16px;
    }

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

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

    .con-info.info .img-icon {
        max-width: 100%;
    }

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

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

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

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

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

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

    .banner-innercaption p {
        font-size: 10px !important;
    }
    section.contact-page-section .main-cont-txtbar .contact-txtbar-cont h3 {
        font-size: 16px;
    }
    
    section.contact-page-section .main-cont-txtbar .contact-txtbar-cont p {
        line-height: 20px;
        font-size: 12px;
    }
    
    section.contact-page-section .contact-card {
        padding: 30px 15px;
    }
    
    .captcha-img img {
        max-width: 100%;
    }
    .main-cont-bar p.txtt {
        font-size: 12px;
        line-height: 20px;
    }
    
    .con-infoo {
        flex-direction: column;
    }
    
    section.contact-page-section .contact-card .my-form .input-txt input {
        font-size: 12px;
    }
    
    section.contact-page-section .contact-card .my-form .input-txt textarea {
        font-size: 12px;
    }
    
    .contact-form-btn button {
        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: 30px 0px !important;
    }

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

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

    .innerbanner.all-inner {
        margin-top: 80px
    }
    section.contact-page-section .main-cont-txtbar .contact-txtbar-cont h3 {
        font-size: 20px;
    }
    
    section.contact-page-section .main-cont-txtbar .contact-txtbar-cont p {
        font-size: 14px;
        line-height: 28px;
    }
    
    section.contact-page-section .contact-card {
        padding: 30px;
    }
    
    section.contact-page-section .contact-card .my-form .input-txt input {
        font-size: 14px;
    }
    
    section.contact-page-section .contact-card .my-form .input-txt textarea {
        font-size: 14px;
    }
    
    .contact-form-btn button {
        font-size: 12px;
    }
    
    .captcha-img img {
        max-width: 100%;
    }
    .main-cont-bar p.txtt {
        font-size: 14px;
        line-height: 20px;
    }
    
    .con-info.info .contact-txt h4 {
        font-size: 16px;
    }
    
    .con-info.info .contact-txt p {
        font-size: 14px;
    }
}

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

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