
/*********************contact****************/
#contact {
padding-top:40px;
padding-bottom:40px;
 }
#contact .top_1i1{
margin-top:0; 
 }
.contact_2{
margin-top:30px; 
 }
.contact_2i .form-control{
box-shadow:none;
border: 1px solid #fdb90045;
margin-top:20px;
height:45px; 
font-size:16px;
 }
.contact_2i .form_1{
height:145px; 
 }
#contact .top_1i1l span i {
    font-size: 40px;
}
/*********************contact_end****************/


@media screen and (max-width : 767px){
#contact{
text-align:center; 
 }
#contact .top_1i1l {
margin-top:15px; 
 }
.contact_2i {
margin-top:10px;  
 }
}

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

 }
@media (min-width:992px) and (max-width:1200px) {

  }
@media (min-width:1201px) and (max-width:1366px) {

 }

 /* =========================================
   DESIGN CENTRE CONTACT SECTION
========================================= */

.dc-contact-section {
    padding: 28px 0 55px;
    background: #f7f9fc;
}

.dc-contact-section .container {
    width: 100%;
    max-width: 1420px;
    padding-left: 15px;
    padding-right: 15px;
}


/* ===== TOP STRIP ===== */

.dc-contact-strip {
    min-height: 80px;
    margin-bottom: 16px;
    padding: 14px 18px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    background: #fff;
    border: 1px solid #dfe4eb;
    border-radius: 12px;
}

.dc-contact-strip-logo img {
    max-width: 290px;
    height: auto;
    display: block;
}

.dc-contact-strip-text {
    color: #172038;
    font-size: 15px;
    font-weight: 600;
}


/* =========================================
   TWO COLUMNS
========================================= */

.dc-contact-grid {
    display: grid;
    grid-template-columns: 42% 58%;
    gap: 16px;
}


/* =========================================
   LEFT CONTACT INFORMATION
========================================= */

.dc-contact-info {
    padding: 22px;

    color: #fff;

    background:
        linear-gradient(
            145deg,
            #071d49 0%,
            #123f86 58%,
            #b54c0a 140%
        );

    border-radius: 12px;
    box-sizing: border-box;
}

.dc-contact-info h3 {
    margin: 0 0 22px;
    color: #fff;
    font-size: 21px;
    font-weight: 700;
}

.dc-contact-info h4 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

.dc-contact-tagline {
    margin: 0 0 16px;
    color: #e8eef8;
    font-size: 15px;
}


/* PHONE + EMAIL */

.dc-contact-line {
    min-height: 46px;
    margin-bottom: 10px;
    padding: 0 14px;

    display: flex;
    align-items: center;
    gap: 11px;

    color: #fff;
    text-decoration: none;

    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,165,50,0.40);
    border-radius: 9px;

    transition: 0.3s ease;
}

.dc-contact-line i {
    color: #ffb000;
    font-size: 16px;
}

.dc-contact-line:hover {
    color: #fff;
    background: rgba(255,255,255,0.16);
}


/* ADDRESS */

.dc-contact-address {
    margin-top: 12px;
    padding: 14px;

    background: rgba(255,255,255,0.09);
    border: 1px solid rgba(255,165,50,0.40);
    border-radius: 9px;
}

.dc-contact-address strong {
    display: block;
    margin-bottom: 5px;
    color: #fff;
}

.dc-contact-address p {
    margin: 0;
    color: #fff;
    line-height: 1.6;
}


/* SMALL BOXES */

.dc-contact-small-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin-top: 10px;
}

.dc-contact-small-box {
    min-height: 72px;
    padding: 12px;

    display: flex;
    align-items: center;
    gap: 12px;

    border: 1px solid rgba(255,165,50,0.40);
    border-radius: 9px;
    background: rgba(255,255,255,0.07);
}

.dc-contact-small-box > i {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #ffb000;

    border: 1px solid rgba(255,165,50,0.55);
    border-radius: 7px;
}

.dc-contact-small-box strong,
.dc-contact-small-box span {
    display: block;
}

.dc-contact-small-box strong {
    margin-bottom: 4px;
    font-size: 13px;
}

.dc-contact-small-box span {
    color: #fff;
    font-size: 14px;
}


/* BUSINESS HOURS */

.dc-business-hours {
    margin-top: 14px;
    padding: 14px;

    border: 1px dashed rgba(255,165,50,0.65);
    border-radius: 9px;
}

.dc-business-hours h4 {
    margin-bottom: 13px;
    font-size: 15px;
}

.dc-business-hours h4 i {
    margin-right: 7px;
    color: #ffb000;
}

.dc-business-hours > div {
    display: flex;
    justify-content: space-between;
    gap: 20px;

    margin-top: 8px;
    font-size: 14px;
}

.dc-business-hours > div strong {
    color: #fff;
}


/* =========================================
   RIGHT FORM
========================================= */

.dc-contact-form {
    padding: 22px;

    background: #fff;
    border: 1px solid #dfe4eb;
    border-radius: 12px;

    box-sizing: border-box;
}


/* HEADING */

.dc-contact-form-heading {
    display: flex;
    align-items: center;
    gap: 13px;

    padding-bottom: 14px;
    margin-bottom: 18px;

    border-bottom: 1px dashed #d8dde5;
}

.dc-message-icon {
    width: 46px;
    height: 46px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #1156b5;
    background: #eef4fc;

    border: 1px solid #d8e2ef;
    border-radius: 10px;

    font-size: 18px;
}

.dc-contact-form-heading h3 {
    margin: 0 0 3px;
    color: #172038;
    font-size: 21px;
}

.dc-contact-form-heading p {
    margin: 0;
    color: #777;
    font-size: 15px;
}


/* FORM */

.dc-contact-form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 18px;
}

.dc-contact-group label {
    display: block;
    margin-bottom: 8px;

    color: #172038;
    font-size: 15px;
    font-weight: 600;
}

.dc-contact-group label span {
    color: #d65a00;
}

.dc-contact-group input {
    width: 100%;
    height: 50px;

    padding: 0 13px;

    border: 1px solid #d8dde5;
    border-radius: 9px;

    outline: none;
    box-sizing: border-box;

    font-size: 15px;
}

.dc-contact-group input:focus,
.dc-contact-group textarea:focus {
    border-color: #1156b5;
}

.dc-contact-group small {
    display: block;
    margin-top: 7px;
    color: #777;
}


/* MESSAGE */

.dc-message-group {
    margin-top: 20px;
}

.dc-contact-group textarea {
    width: 100%;
    min-height: 145px;

    padding: 13px;

    border: 1px solid #d8dde5;
    border-radius: 9px;

    resize: vertical;
    outline: none;
    box-sizing: border-box;

    font-size: 15px;
}


/* BOTTOM */

.dc-contact-form-bottom {
    display: flex;
    align-items: center;
    gap: 18px;

    margin-top: 16px;
}

.dc-send-btn {
    border: none;
    padding: 13px 22px;

    background: #d65a00;
    color: #fff;

    font-size: 16px;
    font-weight: 600;

    cursor: pointer;
    transition: 0.3s ease;
}

.dc-send-btn:hover {
    background: #1156b5;
}

.dc-send-btn i {
    margin-right: 6px;
}

.dc-contact-form-bottom p {
    margin: 0;
    color: #777;
    font-size: 13px;
}

.dc-contact-form-bottom p i {
    margin-right: 5px;
    color: #1156b5;
}


/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 991px) {

    .dc-contact-grid {
        grid-template-columns: 1fr;
    }

    .dc-contact-strip {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }
}


@media (max-width: 767px) {

    .dc-contact-section {
        padding: 35px 0 50px;
    }

    .dc-contact-form-grid,
    .dc-contact-small-grid {
        grid-template-columns: 1fr;
    }

    .dc-contact-info,
    .dc-contact-form {
        padding: 18px 15px;
    }

    .dc-contact-form-bottom {
        flex-direction: column;
        align-items: flex-start;
    }

    .dc-contact-strip-logo img {
        max-width: 230px;
    }
}

/* =========================================
   OLD CONTACT + MAP SAME WIDTH AS UPPER SECTION
========================================= */

#contact > .container {
    width: 100%;
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto;

    padding-left: 15px;
    padding-right: 15px;
}

/* remove extra bootstrap row spacing */
#contact > .container > .row {
    margin-left: 0;
    margin-right: 0;
}

/* phone / address / timing row */
#contact .contact_1 {
    width: 100%;
}

/* map wrapper */
#contact .contact_2 {
    width: 100%;
}

/* remove extra inner padding around map */
#contact .contact_2 .col-sm-12 {
    padding-left: 0;
    padding-right: 0;
}

/* map */
#contact .contact_2 iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: 0;
}

/* =========================================
   DESIGN CENTRE MAP - NEXUS STYLE
========================================= */

.dc-map-section {
    width: 100%;
    max-width: 1420px;
    margin: 0 auto;
    padding: 28px 15px 45px;
    box-sizing: border-box;
}

.dc-map-card {
    background: #ffffff;
    border: 1px solid #dfe4eb;

    border-radius: 15px;

    padding: 18px 18px 20px;

    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
}

/* ===== MAP HEADING ===== */

.dc-map-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    margin-bottom: 12px;
}

.dc-map-heading h3 {
    margin: 0;

    color: #172038;

    font-size: 18px;
    font-weight: 700;
}

/* ===== OPEN MAP BUTTON ===== */

.dc-map-open-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    gap: 7px;

    padding: 9px 13px;

    border: 1px solid #8b929c;

    background: #ffffff;
    color: #68717d;

    text-decoration: none !important;

    font-size: 14px;

    transition: 0.3s ease;
}

.dc-map-open-btn i {
    font-size: 14px;
}

.dc-map-open-btn:hover {
    background: #1156b5;
    border-color: #1156b5;

    color: #ffffff;
}

/* ===== MAP ===== */

.dc-map-frame {
    width: 100%;

    overflow: hidden;

    border-radius: 10px;

    background: #f5f5f5;
}

.dc-map-frame iframe {
    width: 100%;
    height: 500px;

    display: block;

    border: 0;
}

/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .dc-map-section {
        padding: 20px 15px 35px;
    }

    .dc-map-card {
        padding: 15px;
        border-radius: 10px;
    }

    .dc-map-heading {
        flex-direction: column;
        align-items: flex-start;
    }

    .dc-map-open-btn {
        width: 100%;
    }

    .dc-map-frame iframe {
        height: 350px;
    }
}

.dc-contact-section {
    padding-bottom: 10px !important;
}

.dc-map-section {
    padding-top: 10px !important;
}