.blognMAg {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}
.blognMAg .leftMag {
    padding-right: 25px;
}
.blognMAg .rightMag  {
   width: 250px;
}
.blognMAg .rightMag img {
    max-width: 100%;
}
h6.titleSmall {
    position: relative;
    padding-left: 25px;
}
h6:before {
    content: "";
    position: absolute;
    left: 0;
    top: 48%;
    width: 20px;
    height: 2px;
    z-index: 1;
    background-color: #88c225;
}
.blognMAg .form-group {
    margin-bottom: 15px;
    display: block;
    min-height: 0;
    overflow: hidden;
}
.blognMAg .form-group .col-md-6 {
    float: left;
    width: 50%;
    padding-right: 15px;
}
.blognMAg .form-group .col-md-6:last-child {
    float: left;
    width: 50%;
    padding-right: 0px;
    padding-left: 15px;
}
*:before, *:after, * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.blognMAg .form-group  input.form-control {
    width: 100%;
    padding: 15px;
}
.blognMAg .form-group .btn{
    float: right;
    font-weight: normal;
    text-align: center;
    white-space: break-spaces !important;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 0 solid transparent;
    padding: 13px 30px;
    margin: 0;
    color: #fff;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    background: #88c225;
    border-width: 0;
    border-radius: 5px;
    text-decoration: none!important;
    transition: all .25s ease-in-out;
}

.lds-ring {
    position: relative;
    width: 40px;
    height: 40px;
    float: right;
    right: 50px;
    display: none;
}
  .lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    margin: 8px;
    border: 8px solid #88c225;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #88c225 transparent transparent transparent;
  }
  .lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
  }
  .lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
  }
  .lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
  }
  @keyframes lds-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  

@media(max-width:992px){
    .blognMAg .form-group {
        margin-bottom: 0;
    }
    .blognMAg .form-group input {
        margin-bottom: 15px;
    }
    .blognMAg {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .blognMAg .leftMag {
        padding-right: 0 !important;
        padding-bottom: 25px;
    }
    .blognMAg .form-group .col-md-6 ,
    .blognMAg .form-group .col-md-6:last-child {
        width: 100%;
        padding-right: 0px;
        padding-left: 0;
    }
    .blognMAg .rightMag {
        width: 100%;
    }
	
	.page-id-818229 h1.post-title {
        font-size: 25px !important;
    }
	
}

