/* ----------- iPhone 4 and 4S ----------- ddssds*/
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    overflow-x: hidden;
  }
  .header {
    background-color: transparent;
  }
  .navbar {
    position: unset;
  }
  .sticky {
    display: none;
  }
  .sociIcnRight {
    display: none;
  }
  footer ul li {
    margin: 0px;
    padding: 0px;
    list-style: none;
    font-size: 13px;
    margin-bottom: 6px;
    display: inline-block;
    margin-right: 9px;
    border-right: 1px solid #ddd;
    padding-right: 10px;
  }
  footer ul li:last-child {
    border-right: none;
  }
  footer ul {
    margin-bottom: 30px;
  }
  .cntSec h1 {
    margin: 0px;
    padding: 0px;
    font-size: 27px;
    color: #202020;
    font-weight: 400;
    margin-bottom: 45px;
  }
  .carousel-fade .carousel-inner .item .carousel-caption h2 {
    font-size: 18px;
  }
  .carousel-fade .carousel-inner .item .carousel-caption h1 {
    font-size: 22px;
  }
  .carousel-fade .carousel-inner .item .carousel-caption p {
    font-size: 13px;
    font-weight: 500;
  }
  .frmCnt h1 {
    font-size: 18px;
  }
  .frmCnt {
    margin-top: 15px;
    text-align: center;
  }
  .carousel-indicators {
    bottom: 53%;
  }
  .carousel-control {
    bottom: 15%;
  }
  .bannerTxt {
    background-color: #207fdc;
    padding: 20px;
    width: 100% !important;
    text-align: center;
  }
  .carousel-control .glyphicon-chevron-left {
    margin-left: 0px;
  }
  .carousel-control .glyphicon-chevron-right {
    margin-right: 0px;
  }
  .carousel-fade .carousel-inner .item .carousel-caption {
    z-index: 10;
    color: #fff;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
    left: 0px;
    margin-left: 0px;
    position: relative;
    right: 0px;
    top: 16px;
    background-color: #207fdc;
    width: 100%;
    padding: 0px;
  }
  .navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 0px;
    margin-right: 16px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: none;
    border-radius: 4px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #207fdc;
  }
  .topCntInfo {
    margin-left: 10px;
  }
  .navBg {
    color: #555;
    background: #ffffff;
    border-bottom: solid 2px #207fdc;
  }
  .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 10px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #333;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    line-height: 20px;
  }
  .navbar-default .navbar-toggle:focus,
  .navbar-default .navbar-toggle:hover {
    background-color: transparent;
  }
  .spacingSm {
    height: 30px;
  }
}
/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  body {
    overflow-x: hidden;
  }
}
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  body {
    overflow-x: hidden;
  }
}
/* ----------- iPhone 5, 5S, 5C and 5SE ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
  body {
    overflow-x: hidden;
  }
}
/* Portrait */
/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  body {
    overflow-x: hidden;
  }
}
/* ----------- iPhone 6, 6S, 7 and 8 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone 6+, 7+ and 8+ ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPhone X ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy S3 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy S4, S5 and Note 3 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy S6 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Google Pixel ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Google Pixel XL ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- HTC One ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Nexus 4 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Nexus 5 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Nexus 6 and 6P ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Windows Phone ----------- */
/* Portrait and Landscape */
/* Portrait */
/* 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) {
  .nav > li > a {
    position: relative;
    display: block;
    padding: 13px 10px 16px;
  }
}
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  .nav > li > a {
    position: relative;
    display: block;
    padding: 13px 3px 16px;
  }
  .navbar-default .navbar-nav > li > a {
    color: #323232;
    font-size: 11px;
    padding-top: 28px;
    padding-bottom: 23px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 2px solid #fff;
    transition: all 0.25s ease;
  }
  .navbar-brand > img {
    display: block;
    padding-top: 4px;
    width: 90%;
  }
  .navbar-brand > img {
    display: block;
    padding-top: 4px;
    width: 90%;
  }
  .overview .aboutBox .aboutTtl {
    font-size: 20px;
  }
  .punchline {
    float: none;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 27px;
    font-weight: 500;
  }
  .topnav {
    text-align: center;
  }
}
/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
  .navbar-default .navbar-nav > li > a {
    color: #323232;
    font-size: 14px;
    padding-top: 28px;
    padding-bottom: 23px;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
    border-bottom: 2px solid #fff;
    transition: all 0.25s ease;
  }
  .navbar-brand > img {
    display: block;
    padding-top: 4px;
    width: 90%;
  }
  .navbar-brand > img {
    display: block;
    padding-top: 4px;
    width: 90%;
  }
  .overview .aboutBox .aboutTtl {
    font-size: 20px;
  }
}
/* ----------- iPad 3, 4 and Pro 9.7" ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- iPad Pro 10.5" ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
/* ----------- iPad Pro 12.9" ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
/* ----------- Galaxy Tab 2 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Galaxy Tab S ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Nexus 7 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Nexus 9 ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Kindle Fire HD 7" ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Kindle Fire HD 8.9" ----------- */
/* Portrait and Landscape */
/* Portrait */
/* Landscape */
/* ----------- Non-Retina Screens ----------- */
/* ----------- Retina Screens ----------- */
/* ----------- Apple Watch ----------- */
/* ----------- Moto 360 Watch ----------- */
