
@media only screen and (max-width: 600px) and (min-width: 300px)  {
  .form-template {
    width: 100%;
    position: unset;
}

.form-template > .form-title {
  font-size: 15px;
}

.join-now{
  padding: 10px;
}

.section-seven{
  padding: 0px 0px;
}

.divider {
    height: 28px;
}

.grid-icon{
  width: 25%;
    margin: 57px 22px 0px 0px;
    opacity: .5;
}

.site-logo{
  width: 32%
}

/*.title-content:after {
    display: none;
}

.new-line:after{
  display: none;
}*/

.title-content{
  font-size: 10px;
}


}


/* On screens that are 600px wide or less */
@media screen and (max-width: 600px) {

.deskview{
	display: none;
}

.mbview{
	display: block;
}

.form-template {
    width: 100%;
    position: unset;
}

.form-template > .form-title {
  font-size: 15px;
}

.join-now{
  padding: 10px;
}

.section-seven{
  padding: 0px 0px;
}

.divider {
    height: 28px;
}

.grid-icon{
  width: 25%;
    margin: 57px 22px 0px 0px;
    opacity: .5;
}

.site-logo{
  width: 70%;
}

.title-content{
  font-size: 15px;
}

/*.title-content:after {
    display: none;
}

.new-line:after{
  display: none;
}*/

}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {

.deskview{
	display: none;
}

.mbview{
	display: block;
}

.form-template {
    width: 100%;
    position: unset;
}

.form-template > .form-title {
  font-size: 15px;
}

.join-now{
  padding: 10px;
}

.section-seven{
  padding: 0px 0px;
}

.divider {
    height: 28px;
}

.grid-icon{
  width: 25%;
    margin: 57px 22px 0px 0px;
    opacity: .5;
}

.site-logo{
  width: 32%
}
.title-content{
  font-size: 15px;
}

/*.title-content:after {
    content: '';
    width: 25px;
    position: absolute;
    left: 65%;
    top: 11px;
}

.new-line:after {
    content: '';
    width: 40px;
    height: 2px;
    background: white;
    position: absolute;
    transform: translateX(-50%);
    top: 77px;
    right: 272px;
}*/


}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {

.deskview{
	display: none;
}

.mbview{
	display: block;
}

.form-template {
    width: 100%;
    position: unset;
}

.form-template > .form-title {
  font-size: 17px;
}

.join-now{
  padding: 10px;
}

.section-seven{
  padding: 0px 0px;
}

.divider {
    height: 28px;
}

.grid-icon{
  width: 25%;
    margin: 57px 22px 0px 0px;
    opacity: .5;
}
.site-logo{
  width: 32%
}

.title-content{
  font-size: 15px;
}

/*.title-content:after {
    content: '';
    width: 25px;
    position: absolute;
    left: 96%;
    top: 11px;
}

.new-line:after {
    content: '';
    width: 40px;
    height: 2px;
    background: white;
    position: absolute;
    transform: translateX(-50%);
    top: 77px;
    right: 42px;
}
*/
}

/* On screens that are 992px wide or less */
@media screen and (min-width: 992px) {

.deskview{
	display: block;
}

.mbview{
	display: none;
}

.form-template{
    background: #10375C;
    width: 100%;
    padding: 20px 33px;
    height: auto;
    position: absolute;
    right: -124px;
    top: 60px;
    z-index: 1;
}

.form-template > .form-title {
  font-size: 20px;
}

.join-now{
  padding: 0px;
}

.section-seven{
  padding: 50px 0px;
}

.divider {
    height: 50px;
}

.grid-icon{
  width: 25%;
    margin: 57px 22px 0px 0px;
    opacity: .5;
}
.site-logo{
  width: 25%
}

.title-content{
  font-size: 15px;
}


/*.title-content:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #3c4043;
    position: absolute;
    left: 72%;
    top: 11px;
    transform: translateX(-50%);
}

.new-line:after {
    content: '';
    width: 40px;
    height: 2px;
    background: white;
    position: absolute;
    transform: translateX(-50%);
    top: 77px;
    right: 215px;
}*/

}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {


.deskview{
	display: block;
}

.mbview{
	display: none;
}

.form-template{
    background: #10375C;
    width: 100%;
    padding: 20px 33px;
    height: auto;
    position: absolute;
    right: -124px;
    top: 60px;
    z-index: 1;
}

.form-template > .form-title {
  font-size: 20px;
}

.join-now{
  padding: 0px;
}

.section-seven{
  padding: 50px 0px;
}

.divider {
    height: 50px;
}

.grid-icon{
  width: 25%;
    margin: 57px 22px 0px 0px;
    opacity: .5;
}
.site-logo{
  width: 25%
}

.title-content{
  font-size: 15px;
}

/*.title-content:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #3c4043;
    position: absolute;
    left: 59%;
    top: 11px;
    transform: translateX(-50%);
}

.new-line:after {
    content: '';
    width: 40px;
    height: 2px;
    background: white;
    position: absolute;
    transform: translateX(-50%);
    top: 77px;
    right: 215px;
}*/

}