/* ----------- iPhone 6, 6S, 7 and 8 ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2) {

  .logo_area {
    margin: 0 auto;
    width: 300px;
	float:none;
}
.logo_area img {
    height: 150px;
}
.right_area p {
    font-size: 14px;
    margin-right: 20px;
    padding: 10px 35px;
    text-align: center;
    margin-top: 15px;
    font-family: 'Open Sans', sans-serif;
}
.middle_content h2 {
    color: #fff;
    font-size: 10px;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    line-height: 20px;
    padding: 0px 35px;
    margin-right: 20px;
    margin-top: -25px;
}
.topBannerLogo img {
    width: 60%;
    margin-top: 0px;
    margin-left: 80px;
}

.middle_content p {
    font-size: 10px;
    text-align: center;
    margin-top: 15px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 35px;
    margin-right: 20px;
}

p.midDesign {
    font-size: 30px;
    width: 180px;
    margin: 0 auto;
    border: 1px solid #E1E9F5;
    background: #E1E9F5;
    border-radius: 5px;
    padding: 5px;
    padding: 15px 35px;
    margin-bottom: 20px;
}
.subMiddleContent p {
    text-align: center;
    font-size: 26px;
    font-family: 'Open Sans', sans-serif;
}

.columnLight {
  float: left;
  column-width: 300px;
  column-gap: 30px;
}

.leftLight {
  width: 35%;
}

.middleLight {
  width: 30%;
}

.rightLight {
width: 35%;
}

p.midDesign2 {
    width: 240px;
    border: 1px solid #e1e9f5;
    background: #e1e9f5;
    margin: 20px auto;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.forwindowssection {
    width: 865px;
    margin: 45px auto;
}
p.middlelink {
    text-align: center;
    color: #009a24;
    font-weight: 600;
    font-size: 13px;
}

.forwindowssection p {
    margin-top: 50px;
    line-height: 50px;
    font-size: 13px;
}
.right_area.footer p {
    font-size: 13px;
    color: #fff;
    line-height: 35px;
}

}
/* Portrait */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

}

/* Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) {

}

/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3) {



}

/* Portrait */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {

}

/* Landscape */
@media only screen
  and (min-device-width: 414px)
  and (max-device-width: 736px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {

}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3) {

}

/* Portrait */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) {

}

/* Landscape */
@media only screen
  and (min-device-width: 375px)
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) {

}


/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (-webkit-min-device-pixel-ratio: 1) {


.logo_area {
    float: left;
    margin-top: 15px;
    width: 240px;
}
.middle_content h2 {
    color: #fff;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    line-height: 45px;
}
.middle_content p {
    font-size: 12px;
    text-align: center;
    margin-top: 35px;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
}
p.midDesign {
    font-size: 25px;
    width: 160px;
    margin: 0 auto;
    border: 1px solid #E1E9F5;
    background: #E1E9F5;
    border-radius: 5px;
    padding: 15px 30px;
    margin-bottom: 20px;
}
.subMiddleContent p {
    text-align: center;
    font-size: 30px;
    font-family: 'Open Sans', sans-serif;
}
p.midDesign2 {
    width: 240px;
    border: 1px solid #e1e9f5;
    background: #e1e9f5;
    margin: 20px auto;
    padding: 15px 10px;
    margin-bottom: 20px;
    border-radius: 5px;
}
.forwindowssection h2 {
    text-transform: uppercase;
    text-align: center;
    font-size: 35px;
    letter-spacing: 2px;
}

p.middlelink {
    text-align: center;
    color: #009a24;
    font-weight: 600;
    font-size: 25px;
}
.forwindowssection p {
    margin-top: 50px;
    line-height: 45px;
    font-size: 30px;
}
.right_area.footer p {
    font-size: 16px;
    color: #fff;
    line-height: 45px;
}
.forwindowssection {
    width: 800px;
    margin: 45px auto;
}

.right_area p {
    font-size: 16px;
    margin-top: 0px;
    font-family: 'Open Sans', sans-serif;
}

}

/* Portrait */
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {

  .forwindowssection {
    width: 810px;
    margin: 45px auto;
}

}
