/* Portrait tablet to landscape and desktop */
@media (min-width: 1200px) { 
   .sppb-row-container{
    padding-left: 0px;
    padding-right: 0px;
    
}
    .featuredtext1{
        min-height:270px;
    }
 .featuredtext2{
        min-height:280px;
    }
 .featuredtext3{
        min-height:350px;
    }
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 992px) and (max-width: 1199px) { 
.sppb-row-container{
    padding-left: 0px;
    padding-right: 0px;
    
}
}

/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 991px) {
    
  .sppb-row-container{
    padding-left: 0px;
    padding-right: 0px;
    
}  br{
        display: none;
    }
    .swann{
    background-position: right -200px center;
}
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .fixedbanner{
        padding-bottom: 10px;
        border-bottom: 20px solid #5c8fce;
    }
    body{
        padding-top: 100px;
    }
    .countdowndate h2{
    text-align: center;
}
    .footer-one img{
 margin-top: 0px;
 
}
    .footer-four{
        padding-top: 20px;
    }
    .footer{
        margin-top: 20px;
        padding-top: 20px;
    }
  
     .footer br{
        display: none;
    }
    .showmobile{
        display: block;
    }
    h1{
        font-size: 30px;
    } 
    h2{
        font-size: 26px;
    }
     .blog2content h2{
    margin-top: 15px;  
    }
    
.swann{
    background-position: right -400px center;
}
}

/* Landscape phones and down */
@media (max-width: 480px) {
}
/*iPhone 8  in landscape*/
@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : landscape) { 

}



/*iPhone 8 plus in landscape*/
@media only screen 
and (min-device-width : 414px) 
and (max-device-width : 736px) 
and (orientation : landscape) { 
}
/*iPad 1 & 2 in portrait*/
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
and (-webkit-min-device-pixel-ratio: 1) { }