﻿.section_main_part {
    background: #F7F9FC;
}

.sticky_nav {
    top: 75px;
}
.address-block a {
    color: var(--all-text-main);
}
.leftside_block {
    border: 1px solid var(--border-color);
    border-radius: 6px;
    padding: 15px;
    font-size: 18px;
    word-wrap: break-word;
    background: #fff;
    margin-top: 30px;
    max-height: 420px;
   
}

    .leftside_block ul li a {
        font-size: 15px;
        font-weight: 500;
        line-height: 30px;
        display: block;
        color: var(--primary-color);
        margin-bottom: 10px;
        padding-left: 0px;
        cursor: pointer;
    }


.contant_block {
    box-shadow: 0 0 20px rgba(0, 0, 0,0.10);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    padding: 15px;
    margin: 30px 0;
    display: inline-block;
    width: 100%;
    text-align: left;
    border: 1px solid var(--border-color);
}

    .contant_block img {
        border-radius: 10px;
        border: 1px solid #E1DFDF;
        background: #FFF;
        width: 100%;
    }

    .contant_block .form-group {
        display: grid;
    }

.common_button {
    margin: 0 auto;
}

.input_box {
    color: #000000;
    font-weight: normal;
    height: 42px;
    display: block;
    width: 100%;
    padding: 0px 10px 0px 10px;
    font-size: 14px;
    border: 1px solid #ededed;
    border-radius: 3px;
    background: #f7f9fc;
    line-height: 42px;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.validate {
    border: thin solid red;
}

.form-group label {
    font-size: 12px;
    width: 100%;
}

.attch_button:before {
    content: "Attach File";
    position: absolute;
    z-index: 1;
    width: 150px;
    height: 42px;
    text-align: center;
    top: 0;
    font-size: 17px;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    padding: 10px;
    right: 0;
    background: #db1c6f;
}

.attch_button_input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer;
    z-index: 9;
    height: 42px;
}

.attch_div {
    position: relative;
}

.contact_tab {
    width: 30px;
    height: 30px;
    float: left;
    left: 0;
    right: 0;
    position: relative;
    display: block;
}

.call_us {
    background-position: -179px -160px;
}

.chat_us {
    background-position: -213px -160px;
}

.whatts_us {
    background-position: -247px -160px;
}

textarea {
    min-height: 100px;
    width: 100%;
    max-width: 100%;
}

.fa-angle-down {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    pointer-events: none;
    font-size: 20px;
    padding: 0px 10px;
    background: #f7f9fc;
    line-height: 35px;
}

.fa-phone:before {
    content: "\f095";
}

.fa-building-o:before {
    content: "\f0f7";
}

.fa-envelope:before {
    content: "\f0e0";
}

.address-block {
    position: relative;
}

    .address-block .content {
        padding-left: 27px;
    }

        .address-block .content .fa {
            position: absolute;
            left: 0;
            color: var(--primary-color);
            font-size: 20px;
        }

.side_blog {
    font-size: 13px;
    margin-bottom: 10px;
}

    .side_blog a {
        font-size: 15px;
        font-weight: 600;
        color: var(--primary-text-color);
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 16px;
    }
.con-code {
    width: 30%;
    /* display: block; */
    float: left;
    border-radius: 3px 0px 0px 3px;
}

.mob-no {
    width: 70%;
    border-radius: 0px 3px 3px 0px;
    padding-left: 5px;
}

.d-block {
    display: block !important;
}

@media (max-width:767px) {
    .sticky_nav {
        position: relative;
        top: 0px;
    }
}

@media (max-width:991px) and (min-width:768px) {
    .leftside_block ul li a {
        font-size: 13px;
    }
}
