/*.contact {
    padding-bottom:55px;
}*/
.contact h2 {
    font-family: Montserrat;
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #00b1cd;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.contact h3 {
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #222;
    margin-bottom:10px;
}
.contact p{
    margin-bottom:30px;
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #434343;
}
.contact p  span{
    color: #00b1cd;
    display: block;
    line-height: 30px;
}
.inline-block {
    display:inline-block !important;
}
.p-heading {
    color: #222222 !important;
    font-weight: 600 !important;
    margin-bottom:0px !important;
}
.pb-40px {
    padding-bottom: 10px;
}
.main-box {
    width: 100%;
    max-width: 100%;
    padding: 0px 85px;
}
/*responsive css start*/
@media only screen and (max-width: 992px) {
    .contact h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .contact h3 {
        font-size: 20px;
    }

    .contact p {
        margin-bottom: 15px;
        font-size: 17px;
    }
    /*.contact {
        padding-bottom: 70px;
    }*/
    .pt-40px {
        padding-top: 25px !important;
    }
    .main-box {
        width: 100%;
        max-width: 100%;
        padding: 0px 40px;
    }
}
@media only screen and (max-width: 768px) {
    .main-box {
        width: 100%;
        max-width: 100%;
        padding: 0px 15px;
    }
}
@media only screen and (max-width: 375px) {
    .contact h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .contact h3 {
        font-size: 18px;
    }

    .contact p {
        margin-bottom: 10px;
        font-size: 14px;
    }

    /*.contact {
        padding-bottom: 70px;
    }*/

    .pt-40px {
        padding-top: 20px !important;
    }
    .contact p span {
        color: #00b1cd;
        display: block;
        line-height: 20px;
    }
}
@media only screen and (max-width: 285px){
    .contact p{
        margin-bottom: 10px;
        font-size: 12px;
    }
}