/*---------------------------------------------- Page Layout Contact ----------------------------------------------*/



/*---- Width Calculation (1720px Resolution X Percentage) - 200px (Note: 568px Threshbold)---*/

.cog-branding.cog-branding--minimal, .cog-abuse {
    display: none!important;
}

.swiper-slide.slide-main:nth-child(1) {

  width: 50%;

  min-width: 568px;

  background-color:#888;

  background-image:url('../img/about/Airxon-about-testimonialbg.jpg');

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

}

.swiper-slide.slide-main:nth-child(2) {

  width: 50%;

  min-width: 568px;

  background-color:#888;

  background-image: url('../img/contact/Airxon-contact-bg-1.jpg');

  background-position: center bottom;

  background-repeat: no-repeat;

  background-size: cover;

}

#swipe15 .cog-branding.cog-branding--minimal, #swipe15 .cog-abuse.cog-wrapper {
    
    display: none!important;

    
}

