﻿.section_main_part {
    background: #F7F9FC;
}

.sticky_nav {
    top: 75px;
}

.leftside_block {
    border: 2px solid var(--primary-color);
    border-radius: 6px;
    padding: 15px;
    font-size: 18px;
    word-wrap: break-word;
    background: #fff;
}

    .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-bottom: 30px;
    display: inline-block;
    width: 100%;
    text-align: left;
}
.leftside_block img{
    border-radius: 3px;
}
.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: var(--primary-color);
}

.attch_button_input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer;
    z-index: 9;
    height: 42px;
}

.attch_div {
    position: relative;
}
/*contact paage*/
.contact_tab {
    width: 30px;
    height: 30px;
    float: left;
    left: 0;
    right: 0;
    position: relative;
    display: block;
}

.call_us {background-position: -553px -249px;}

.chat_us {background-position: -588px -246px;}

.whatts_us {
    background-position: -623px -249px;
}
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: 13px;
    font-weight: 500;
    color: var(--primary-text-color);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 16px;
}
@media (max-width:767px) {
    .sticky_nav {
        position: relative;
        top: 0px;
    }
}
