
#grey_section #about {
    background-color: #fff;
    padding: 60px 100px;
    margin-bottom: 15px;
}

#grey_section #about h2 {
    /* color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 10px; */
    /* padding-bottom: 30px;
    text-align: left;
    color: #1D2D53;
    line-height: 40px;
    font-family: "GTEestiProDisplay";
    font-weight: 600;
    font-size: 32px; */


    text-align: left;
    color: #1D2D53;
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 30px;
    font-family: "Proxima Nova";
    font-weight: 600;
}

#grey_section #about .about_top {
    margin-bottom: 100px;
}

#grey_section #about .about_top .left {
    float: left;
    width: 50%;
    padding-right: 25px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#grey_section #about .about_top .left img {
    width: 100%;
}

#grey_section #about .about_top .right {
    float: left;
    width: 50%;
}

@media screen and (max-width: 1024px) {
    #grey_section #about .about_top .left img {
        display: none;
    }
    #grey_section #about .about_top .right {
        float: left;
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    #grey_section #about {
        padding: 40px 15px;
    }
}

#grey_section #about .about_top .right p {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 20px;
}

#grey_section #about .about_top .right p span {
    font-family: "Proxima Nova";
    font-weight: 500;
}

#grey_section #about .about_bottom ul li {
    float: left;
    width: calc(50% - 60px);
    /* padding-right: 60px; */
    /* -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; */
    margin-bottom: 55px;
}

#grey_section #about .about_bottom .clearfix {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#grey_section #about .about_bottom ul li:not(:nth-child(2n)) {
    margin-right: 60px;
}

@media screen and (max-width: 768px) {
    #grey_section #about .about_bottom ul li {
        width: 100%;
    }
    #grey_section #about .about_bottom ul li:not(:nth-child(2n)) {
        margin-right: 0px;
    }
}

#grey_section #about .about_bottom ul li h4 {
    display: inline-block;
    color: #4a4a4a;
    font-family: "Proxima Nova";
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 10px 15px;
    position: relative;
}

#grey_section #about .about_bottom ul li h4:before {
    content: "";
    position: absolute;
    width: 0;
    top: 0;
    height: 0;
    right: -25px;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

#grey_section #about .about_bottom ul li p {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
}

#grey_section #about .about_bottom ul li.yellow h4 {
    background-color: #fddc0d;
}

#grey_section #about .about_bottom ul li.yellow h4:before {
    border-left: 25px solid #fddc0d;
}

#grey_section #about .about_bottom ul li.green h4 {
    background-color: #bce080;
}

#grey_section #about .about_bottom ul li.green h4:before {
    border-left: 25px solid #bce080;
}

#grey_section #about .about_bottom ul li.orange h4 {
    background-color: #f8ac5b;
}

#grey_section #about .about_bottom ul li.orange h4:before {
    border-left: 25px solid #f8ac5b;
}

#grey_section #about .about_bottom ul li.blue h4 {
    background-color: #5fc6cf;
}

#grey_section #about .about_bottom ul li.blue h4:before {
    border-left: 25px solid #5fc6cf;
}

#grey_section #bottom .contact_us {
    float: left;
    width: 50%;
    height: 498px;
    background-color: #fff;
    padding: 40px 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#grey_section #bottom .contact_us #agreement {
    display: block;
    color: #9b9b9b !important;
    font-family: "Proxima Nova" !important;
    font-size: 12px !important;
    line-height: 14px !important;
    margin-bottom: 10px !important;
    max-width: 300px !important;
    margin-top: 25px;
}

#grey_section #bottom .contact_us h3 {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 30px;
}

#grey_section #bottom .contact_us label {
    position: relative;
    transition: all 0.5s ease;
    display: block;
    width: 100%;
    margin-bottom: 25px;
}

#grey_section #bottom .contact_us label:before {
    display: inline-block;
    content: "";
    position: absolute;
    height: 1px;
    width: 0;
    background-color: #000;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease;
}

#grey_section #bottom .contact_us input[type="text"],
input[type="number"] {
    width: 100%;
    height: 30px;
    border: none;
    border-bottom: 1px solid rgba(155, 155, 155, 0.6);
    color: #000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

#grey_section #bottom .contact_us input[type="text"]:focus+label:before {
    width: 100%;
}

#grey_section #bottom .contact_us div.clearfix .top_input {
    width: calc(50% - 15px);
    float: left;
    margin-right: 30px;
}

#grey_section #bottom .contact_us div.clearfix .top_input:last-child {
    margin-right: 0px;
}

#grey_section #bottom .contact_us input[type="submit"] {
    height: 45px;
    width: 177px;
    border: 1px solid rgba(195, 195, 195, 0.6);
    color: #9b9b9b;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 16px;
    background-color: transparent;
    cursor: pointer;
    margin-top: 24px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

#grey_section #bottom .contact_us input[type="submit"]:hover {
    color: #fff;
    background-color: rgba(96, 98, 98, 0.9);
}

#grey_section #bottom .contacts {
    float: left;
    margin-left: 15px;
    width: calc(50% - 15px);
    background-color: #fff;
    padding: 40px 75px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#grey_section #bottom .contact_us input[type="submit"] {
    /* padding: 12px 50px 12px 40px; */
    background-color: #6bb75d;
    color: #ffffff;
    font-family: "Proxima Nova";
    font-weight: 500;
    font-size: 17px;
    line-height: 16px;
}

#grey_section #bottom .contact_us input[type="submit"]:hover {
    background-color: #599c4d;
    color: #ffffff;
}

@media screen and (max-width: 768px) {
    #grey_section #bottom .contact_us {
        width: 100%;
    }
    #grey_section #bottom .contacts {
        width: 100%;
        margin-top: 15px;
        margin-left: 0px;
    }
}

@media screen and (max-width: 600px) {
    #grey_section #bottom .contact_us {
        padding: 40px 15px;
    }
    #grey_section #bottom .contacts {
        padding: 40px 15px;
    }
}

#grey_section #bottom .contacts h3 {
    color: #000000;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 28px;
    line-height: 34px;
    padding-bottom: 15px;
}

#grey_section #bottom .contacts p {
    color: #000000;
    font-size: 15px;
    font-family: "Proxima Nova";
    font-weight: 400;
    line-height: 20px;
    padding-bottom: 15px;
}

#grey_section #bottom .contacts p span {
    display: block;
    font-family: "Proxima Nova";
    font-weight: 500;
}

#grey_section #bottom .contacts p a {
    color: #000000;
    font-size: 15px;
    font-family: "Proxima Nova";
    font-weight: 400;
    line-height: 20px;
}

#grey_section #bottom .contacts .social h6 {
    color: #606262;
    font-family: "Proxima Nova";
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 10px;
}

#grey_section #bottom .contacts .social ul li:not(:last-child) {
    float: left;
    margin-right: 25px;
}

#grey_section #bottom .contacts .social ul li a img {
    width: 25px;
}

#grey_section #bottom .contacts th {
    text-align: left;
    padding-right: 8px;
    padding-bottom: 4px;
}
