section.contactform,
section.contact {
    position: relative;
}

section.contactform::before,
section.contactform::after,
section.contact::before,
section.contact::after {
    content: '';
    position: absolute;
    top: -60%;
    width: 20%;
    height: 533px;
    background-size: cover;
    z-index: -1;
}
section.contactform::before {
    left: -5%;
    background-image: url('../images/tree-left.png');
}

section.contact::after {
    right: -5%;
    background-image: url('../images/tree-right.png');
}
.intro{
    margin-top: 50px;
    }
.intro h1{   
    font-size: 35px;
    color: var(--white);
    text-align: center;
}
.intro span {
    color: var(--primary);
    text-transform: capitalize;
}
.intro p{
    color: var(--white);
    text-align: center;
    font-size: 15PX;
    font-weight: 400;
    font-style: italic;
}
/* icon box */
section.contact .icon-box .icon{
    background-color: var(--primary);
    height: 50px;
    width: 50px;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;

}
section.contact .icon-box .icon svg{
    fill: var(--white);
    height: 20px;
    width: auto;
    text-align: center;
}
section.contact .icon-box .text h6{
    color: var(--white);
    font-size: 20px;
}
section.contact .icon-box .text a,
section.contact .icon-box .text p {
    color: var(--white);
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    transition: all 300ms;
}
section.contact .icon-box .text p:hover,
section.contact .icon-box .text a:hover{
    color: var(--primary);
}
/* text&from start */
section.contactform .content{
    padding-right: 50px;
}
section.contactform{
    margin: 70px 0;
}
section.contactform h3{
    color: var(--white);
    text-transform: capitalize;
}
section.contactform p{
    color: var(--white);
    font-size: 14px;
    text-align: justify;
}
section.contactform h3 span{
    color: var(--primary);
}
section.contactform .input input,
section.contactform .input textarea{
    width: 100%;
    padding: 10px 7px;
    font-size: 15px;    
}
section.contactform .input textarea{
    height: 150px;
    margin-top: 15px;
}
section.contactform .input input:focus,
section.contactform .input textarea:focus{
    border: 2px solid var(--primary);
    outline: 0;
}
section.contactform .input .btn-default {
    font-size: 14px;
    padding: 8px 18px;
    font-weight: 900;
}
/* text&from end */
/* map */
.responsive-map iframe{
    left:0;
    top:0;
    height:45vh;
    width:100%;
}
