/* -------------------------------------------------
  Large Desktop
---------------------------------------------------*/

@media (min-width: 1170px) and (max-width: 1600px) {
    .container {
        width: 1200px
    }
    /*Header*/
    .header-area {
        background-position: -10% center, 110% center;
    }
    .heder-wrap img {
        width: 650px;
    }
    /*Footer*/
}

/* -------------------------------------------------
  Old Desktop
---------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1169px) {
    .container {
        width: 970px
    }
    /*Header*/
    .header-area {
        background-position: -12% center, 112% center;
    }
    .heder-wrap img {
        width: 550px;
    }
    /*FAQ*/
    .nav-tabs.nav-justified li a {
        font-size: 16px;
    }
    /*Footer*/
}




/* -------------------------------------------------
  Tablet Screen 
---------------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {
    .container {
        width: 750px
    }
    /*Header*/
    .header-area {
        background-position: -20% center, 120% center;
    }
    .heder-wrap img {
        width: 450px;
    }
    /*Share Boxes*/
    .card {
        width: 33.333333%;
    }
    /*FAQ*/
    .panel-group {
        border-top: 1px solid #ddd;
    }
    .nav-tabs.nav-justified {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 20px;
        padding-bottom: 15px;
        background: transparent;
        border: 0 none;
    }
    .nav-tabs.nav-justified > li {
        display: inline-block;
        width: auto;
    }
    .nav-tabs li {
        white-space: nowrap;
        margin-right: 10px;
    }
    .nav-tabs.nav-justified li a {
        background: #EFEFEF;
        font-size: 14px;
        border-radius: 4px 4px 4px 4px;
    }
    .nav-tabs.nav-justified .active a,
    .nav-tabs.nav-justified .active a:focus,
    .nav-tabs.nav-justified .active a:hover {
        border: 0 none;
        background: #43753A;
        color: #fff;
    }
    .nav-tabs.nav-justified .active a i,
    .nav-tabs.nav-justified .active a i:focus,
    .nav-tabs.nav-justified .active a i:hover {
        color: #fff;
    }
    .inner-img img {
        max-width: 620px;
    }
    /* Contact */
    .contact-text h3 {
        font-size: 20px;
    }
    /*Footer*/
    .footer-logos img {
        max-width: 210px;
        max-height: 120px;
    }
    
}




/* -------------------------------------------------
  Small Mobile
---------------------------------------------------*/

@media (max-width: 767px) {
    .container {
        width: 300px
    }
    /*Header*/
    .header-area {
        background-image: none;
        padding: 0;
        padding-top: 30px;
    }
    /*Video Background*/
    .banner-logo img {
        width: 250px;
    }
    .banner-title {
        font-size: 18px;
    }
    .banner-subtitle {
        font-size: 18px;
    }
    .banner-content a {
        font-size: 14px;
    }
    /*Share Boxes*/
    .card {
        width: 100%;
    }
    /*FAQ*/
    .sec-head h2 {
        font-size: 22px;
    }
    .panel-group {
        border-top: 1px solid #ddd;
    }
    .nav-tabs.nav-justified {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        overflow-x: auto;
        margin-bottom: 20px;
        padding-bottom: 15px;
        background: transparent;
        border: 0 none;
    }
    .nav-tabs.nav-justified li {
        white-space: nowrap;
        margin-right: 10px;
        display: inline-block;
        width: auto;
    }
    .nav-tabs.nav-justified li a {
        background: #EFEFEF;
        font-size: 14px;
        border-radius: 4px 4px 4px 4px;
    }
    .nav-tabs.nav-justified .active a,
    .nav-tabs.nav-justified .active a:focus,
    .nav-tabs.nav-justified .active a:hover {
        border: 0 none;
        background: #43753A;
        color: #fff;
    }
    .nav-tabs.nav-justified .active a i,
    .nav-tabs.nav-justified .active a i:focus,
    .nav-tabs.nav-justified .active a i:hover {
        color: #fff;
    }
    .panel-body {
        padding-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .inner-img img {
        max-width: 100%;
    }
    .ins-img .inner-img img {
        max-width: 200px;
    }
    /*Contact*/
    .contact-text h3 {
        font-size: 16px;
    }
    /*Footer*/
    .footer-logos {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .footer-logos img {
        max-width: 200px;
        max-height: 120px;
        margin: 15px 0;
    }
}




/* -------------------------------------------------
  Large Mobile :480px. 
---------------------------------------------------*/

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 450px
    }
    /*Header*/

    /*Banner*/
    .banner-content {
        width: 90%;
    }
    .banner-title {
        font-size: 16px;
    }
    .banner-subtitle {
        font-size: 17px;
    }
    /*Share Boxes*/
    .card {
        width: 50%;
    }
    .card-back {
        padding: 10px;
    }
    /*Footer CSS*/

}