#contact-desc {
}

#contact-desc .big-title1 {
	padding: 0 0 30px 0px;
}

#contact-desc .big-title1 .title1 {
    color: black;
    text-align: left;
    line-height: 50px;
    font-weight: bold;
    font-size: 40px;
    cursor: pointer;
}
#contact-desc .big-title1 .img-responsive {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
    margin: 0 0 40px 0;
}

#contact-desc .drop-mail {
    display: flex;
    width: 100%;
}
#contact-desc .drop-mail .flex-column {
	width: 70%;
	padding: 0 0 18px 0px;
}
#contact-desc .drop-mail .top-padding{
	width: 30%;
}
#contact-desc .drop-mail .boxs {
    display: flex;
    flex-direction: column;
}
#contact-desc .drop-mail .boxs .input-control {
    height: 42px;
    border-radius: 5px;
    border: solid 1px #ccc;
    padding: 0 0 0 15px;
    margin: 0 0 15px 0;
    width: 100%;
}
#contact-desc .drop-mail .boxs .textarea-control {
	height: 79px;
	border-radius: 5px;
	border: solid 1px #ccc;
	padding: 10px 0 0px 15px;
	margin: 0 0 15px 0;
	width: 100%;
}
#contact-desc .drop-mail .boxs .input-control:hover {
    border-color: #35bfb3;
    transition : 0.4s;
}
#contact-desc .drop-mail .boxs .textarea-control:hover {
    border-color: #35bfb3;
    transition : 0.4s;
}
#contact-desc .learn-more {
    padding: 25px 0 0px 0px;
}

#contact-desc .learn-more button {
    padding: 13px 34px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    transition : 0.4s;
    background: #35bfb3;
    color: white;
    border-radius: 5px;
    border: 0;
    cursor: pointer;
}

#contact-desc .drop-mail .boxs .learn-more a:hover {
    background: rgb(84, 162, 217);
}

#contact-desc .item {
    flex-grow: 1;
    display: flex;
    padding: 0px 0 15px 20px;
    cursor: pointer;
}
#contact-desc .item .item-icon .fa {
    font-size: 35px;
    width: 50px;
    height: 50px;
    color: rgb(34, 34, 34);
    line-height: 50px;
}

#contact-desc .item:hover .fa {
    color: rgb(84, 162, 217);
    transition: 0.4s;
}

#contact-desc .item .big-title2 {
    margin-bottom: 8px;
    color: rgba(34, 34, 34, 1);
    font-size: 19px;
    line-height: 32px;
    text-transform: uppercase;
}

#contact-desc .item .text2 {
    line-height: 22px;
    color: #989494;
}
#contact-desc .big-title1 .line {
    border-bottom: 2px solid #33bfb3;
    display: inline-block;
    width: 130px;
    padding: 10px 0;
}
#contact-desc .big-title1:hover .line {
    border-bottom: 2px solid #85c159;
    transition: 0.3s;
}
@media (max-width: 1023px) {
	#contact-desc .drop-mail {
		width: 100%;
		flex-direction: column-reverse;
	}
	#contact-desc .drop-mail .top-padding {
		display: flex;
		width: 100%;
	}
	#contact-desc .item {
		padding: 0px 0px 25px 0;
		width: calc( 100% / 1 );
	}
	
	#contact-desc .drop-mail .boxs input
	{
		width:100%;
	}
	#contact-desc .big-title1 {
	}
	#contact-desc .drop-mail .flex-column {
		width: 100%;
	}
}
@media (max-width: 644px) {
	#contact-desc .drop-mail .top-padding {
		flex-direction: column;
	}
	#contact-desc .big-title1 .title1 {
		font-size: 35px;
	}			