.main_txt{
float:right;
width:100%
}
.main_txt .section{
float:right;
width:1400px;
margin:0 0 40px 0;
position:relative
}
.main_txt .section .txt_holder{
float:right;
width:75%;
margin:10px 0 50px 60px;
font-size:20px;
text-align:justify
}
.main_txt .section .txt_holder .breadcrumbs{
margin:14px 0 20px 0;
width:100%
}
.main_txt .section .txt_holder h1{
float:right;
width:100%;
padding:0 0 20px 0;
font-size:60px;
color:#662d91;
line-height:60px;
margin:0
}
.main_txt .section .txt_holder h2{
font-size:32px;
padding:0;
margin:8px 0 16px 0
}
.main_txt .section .txt_holder .seperate{
float:right
}
.main_txt .section .side_holder {
float:right;
width:20%
}
.main_txt .section .side_holder h2{
text-align:center
}
.main_txt .section .side_holder .post{
float:right;
border-bottom:4px solid #662d91
}
.main_txt .section .side_holder .post h3{
float:right;
color:#662d91
}
.main_txt .section .side_holder .post h3 a{
text-decoration:none;
color:#662d91
}
.main_txt .section .side_holder .post span{
float:right;
margin-bottom:5px
}
.main_txt .section .side_holder .form_holder{
float:right;
width:100%
}
.main_txt .section .side_holder .form_holder form{
float:right;
width:100%
}
.main_txt .section .side_holder .form_holder form .input {
float:right;
width:100%;
color:#fff;
background:#868585;
border:none;
margin:0 0 5px 0;
height:32px;
font-family:'heebo',sans-serif;
font-size:16px
}
::-webkit-input-placeholder { /* Edge */
color:#fff
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
color:#fff
}
::placeholder {
color:#fff
}
textarea.input {
height:100px !important
}
input.submit_btn {
-webkit-appearance:none;
color:#fff;
background:#662d91;
border:none;
height:46px;
width:100%;
font-size:28px;
font-weight:700
}
@media (max-width:1440px){
.main_txt h1{
margin:10px 0 20px 0;
width:100%
}
.main_txt .section{
margin:0 0 40px 0;
width:100%
}
.main_txt .section .img_holder{
width:150px
}
.main_txt .section .txt_holder{
width:75%;
margin:0 0 50px 30px
}
}
@media all and (max-width:640px),(max-device-width:640px){
.main_txt .section .txt_holder{
width:470px;
margin:0 5% 30px 5%;
width:90%
}
.main_txt .section .side_holder{
width:90%;
margin:0 5% 0 5%
}
}
