/*Mobile*/
@media (min-width: 320px) and (max-width: 374px) {
    .navbar-toggler-icon {
        right: -7px!important;
    }
}
@media (min-width: 375px) and (max-width: 424px) {
    .navbar-toggler-icon {
        right: -25px!important;
    }
}
@media (min-width: 500px) and (max-width: 766px){
    .mobi-image {
        display: block;
    }
    .logo {
        bottom: 11px!important;
    }
    .text-inner2 img {
        margin-left: 200px!important;
        width: 30%!important;
    }
    .navbar {
        padding:0;
    }
    .top img {
        width: 20%!important;
    }
    
    .content-header {
        height: 100vh!important;
    }
    
    .content-header h1 {
        padding-top: 14vh;
        font-size: 25px;
    }
    
    .content-header p {
        font-size: 15px;
        line-height: 25px;
    }
    .not-mobile {
        display:none;
    }
}

@media (max-width: 767px) {
    .mobi-image {
        display: block;
        margin-top: 20px;
    }
    
    .mobi-pad0 {
        padding-left: 0;
        padding-right: 0;
    }
    
    .mobi-hidden {
        display: none;
    }
    
    .mobi-team-info {
        display: block;
    }
    
    .img-overlay {
        display: none;
    }
    
    .left, .right, #left-text, #right-text {
        display: none;
    }
    
    .top {
        text-align: left;
        left: 0;
        /* max-height: 50px; */
    }
    
    .top img {
        width: 35%;
        padding-top:0;
    }
    
    .content {
        padding: 0px!important;
    }
    .navbar-toggler-icon {
        float: right;
        padding: 5px 0 0 0;
        margin-top: 0px;
        margin-right: 19px;
        margin-bottom: 8px;
        background-color: #b6814f;
        border-radius: 0px;
        border: 0;
        z-index: 9999!important;
        color: #fff;
        width: 200%;
        position: relative;
        right: -34px;
    }
    .navbar-toggler:focus-visible{
        outline:none;
    }    
    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
        outline:none;
    }
    .navbar-toggler {
        padding: 0.25rem 0.75rem;
        font-size: 1.25rem;
        line-height: 1;
        background-color: transparent;
        border: 1px solid transparent;
        border-radius: 0.25rem;
        position: absolute;
        left: 81%;
    }
    .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
        background-color: #b6814f!important;
    }
    
    .navbar-toggle i {
        font-size: 20px;
    }
    
    .navbar-nav {
        float: none;
        margin: 0;
        padding-right: 70px;
        background-color: #fff;
        width: 100%;
        padding: 0px;
    }
    
    .navbar-nav li {
        text-align: center;
        display: block;
        padding: 10px;
    }
    .content-header i {
        font-size: 35px;
        vertical-align: middle;
        color: #fff;
        padding-top: 0;
    }
    .navbar-nav li>a {
        padding-top: 10px;
    }
    .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
        position: absolute;
        left: 0%;
        top: 93%;
        width: 100%;
        text-align: center;
    }
    
    .content-header {
        background-image: url('/images/mobile.jpg');
        background-position: center;
        background-size: cover;
        /* height: 90vh; */
        padding-left: 5%;
        padding-right: 5%;
    }
    
    .content-header h1 {
        padding-top: 10vh;
        text-transform: uppercase;
        color: #fff;
        font-size: 30px;
        font-weight: 700;
    }
    
    .content-header p {
        font-weight: 300;
        font-size: 20px;
    }
    
    .content-header br {
        display: none;
    }

    .section1 {
        padding: 20px 0;
    }

    .section1 p, .section2 p, .section1 li, .section2 li, .section3 p, .section3 li {
        font-size: 18px!important;
    }
    
    .content h2 {
        font-size: 30px;
        margin-bottom: 15px;
    }
    
    /* .text-inner1, .text-inner2, .text-inner3 {
        width: 100%;
        padding: 20px 0px 20px 0px;
        font-size: 20px;
    } */
    
    .text-inner2 img {
        margin-left: 80px;
        /*width: 40%;*/
    }

    .section2 .right-section, .section3 .right-section {
        padding: 20px 0;
    }

    .section2 .right-section img {
        width: 50%;
        margin-left: 0px;
        margin-top: 20px;
    }
    
    .contact {
       text-align: center;
    }
    
    /* .contact .col-md-4 {
        width: 50%;
        float: left;
        margin-right: auto;
        margin-left: auto;
        padding-top:20px;
        padding-left: 0;
    } */
    
    /* .mobi-long {
        min-height: 130px;
    } */
    
    .contact p, .contact a {
        color: #fff;
        margin-bottom: 0;
    }
    
    .contact p>strong {
        text-transform: uppercase;
    }
    
    #contact-form {
        margin-top: 40px;
    }
 
    #map {
        width: 100%;
        height: 300px;
    }
    .not-mobile{
        display:none;
    }
    .mobile{
        display:block;
    }
}

/*Tablet & small screens:*/
@media (min-width: 768px) and (max-width: 991px) {
    .top {
        max-height: 70px;
        padding-top: 0;
    }
    .mobi-pad0 {
        padding-left: 0;
        padding-right: 0;
    }
    
    /* .mobi-image {
        display: block;
    } */
    
    .navbar-nav {
        margin: 0;
        padding-right:0;
        width: auto;
        display: flex;
        padding-left: 0;
        flex-direction:column;
    }
   
    .navbar-header {
        width: 20%;
        margin-right: auto;
        margin-left: auto;
        display: inline-block;
        margin-left: 30px;
    }

    .navbar-toggler-icon {
        position: absolute;
        left: 88%;
        top: 22px;
    }
    .navbar-collapse {
        /* -ms-flex-preferred-size: 100%; */
        flex-basis: 0;
        /* -ms-flex-positive: 1; */
        flex-grow: .3;
        /* -ms-flex-align: center; */
        align-items: center;
        width: 50%;
        background-color: white;
        right: 68px;
        position: relative;
    }
    .top img {
        width: 23%;
    }
    .right, .left {
        height: auto;
    }

    .navbar-nav li > a {
        font-size: 15px;
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .content-header h1 {
        padding-top: 15%!important;
        text-transform: uppercase;
        color: #fff;
        font-size: 40px!important;
        font-weight: 700;
    }
    
    .content-header p {
        font-weight: 300;
        font-size: 20px;
    }
    .navbar-nav li {
        text-align: center;
        display: inline-block;
        padding-top:10px;
        padding-bottom:10px;
    }
    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none;
        outline: none;
    }
    .content-header br {
        display: none!important;
    }
    
    .content-header {
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .content {
        padding: 0 20px 0px 40px;
        overflow-x: hidden;
    }

    .section1, .section2 .right-section, .section3 .right-section {
        padding: 30px 0;
    }

    .section1 p, .section2 p, .section1 li, .section2 li, .section3 p, .section3 li {
        font-size: 18px;
    }

    .section2 .right-section img {
        width: 40%;
        margin-left: 0;
    }
    
    .text-inner1, .text-inner2, .text-inner3 {
        width: 80%;
        padding: 40px 0px 40px 0px;
    }
    
    /* .mobi-hidden {
        display: none;
    } */
    
    .mobi-team-info {
        display: block;
    }
    
    .img-overlay {
        display: none;
    }
    
    .team-section .col-md-4 {
        width: 50%;
        float: left;
        margin-right: auto;
        margin-left: auto;
    }
    
    .team-section p>br {
        display: none;
    }
    
    .mobi-long {
        min-height: 130px;
    }
    
    .content h3 {
        font-size: 25px;
    }
    
    .team-section p {
        font-size: 18px;
    }
    
    .contact {
        padding: 30px 50px 30px 40px;
    }
    
    .contact .col-md-4 {
        width: 50%;
        float: left;
        margin-right: auto;
        margin-left: auto;
        padding-top:20px;
        padding-left: 0;
    }
    
    #map {
        width: 100%;
        height: 300px;
    }
    .not-mobile{
        display:none;
    }
    .mobile{
        display:block;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .navbar-header {
        float: left;
        width: 30%;
    }
    .navbar-expand-lg .navbar-collapse {
        left: -82px!important;
        position: relative;
    }
    .navbar-nav{
        padding-left:0;
    }
    .top img {
        width: 29%;
        float: left;
        padding-left: 30px;
        padding-top: 5px;
    }
    
    .content-header h1 {
        padding-top: 5%!important;
        text-transform: uppercase;
        color: #fff;
        font-size: 35px!important;
        font-weight: 700;
    }
    
    .content-header {
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .content-header br {
        display: none!important;
    }
    
    .content h2 {
        font-size: 30px;
        margin-top: 55px;
    
    }
    .section2>.content h2{
        margin-top:0;
    }
    .mobi-team-info {
        display: block;
    }
    
    .img-overlay {
        display: none;
    }
    
    .content {
        padding: 0 30px 0px 40px!important;
    }
    
    .team-section p {
        font-size: 17px;
    }
    .text-inner1 h2 {
        margin-top: 18px;
    }
    .text-inner1, .text-inner2, .text-inner3 {
        width: 100%;
        padding: 0px 0px 0px 0px;
        font-size: 15px;
       margin-top:0!important;

    }
    .text-inner2 h2 {
        margin-top:0;
    }
    .text-inner2 img {
        width: 40%;
        margin-left: 150px;
        margin-top: 0px;
    }

    .contact .col-md-4 {
        width: 50%;
        float: left;
        margin-right: auto;
        margin-left: auto;
        padding-top:20px;
        padding-left: 0;
    }
    
    .mobi-long {
        min-height: 130px;
    }
    
    .contact {
        padding-top: 20px;
        min-height: 600px;
    }
    .contact-form .mobi-pad0{
        padding-left:0;
        padding-right:0;
    }
    #map {
        width: 100%;
        height: 760px;
    
    }
    .contact.mobile h2 {
        font-size: 30px;
        margin-top: 22px;
    }
    .not-mobile{
        display:none;
    }
    .mobile{
        display:block;
    }
  
}

/*Laptop:*/
@media (min-width: 1200px) and (max-width: 1290px) {
    .navbar-header {
        float: left;
        width: 30%;
    }
    
    .top img {
        width: 27%;
        float: left;
        padding-left: 30px;
        padding-top: 0px;
    }
    .navbar-expand-lg .navbar-collapse {
        position: relative;
        left: -72px;
    }
    .navbar-nav {
        padding-left: 0;
    }
    .content-header h1 {
        padding-top: 5%!important;
    }
    .text-inner1 h2 {
        margin-top:32px;
    }
    .text-inner1, .text-inner2, .text-inner3 {
        width: 100%;
        padding: 0px 40px 0px 40px;
        font-size: 18px;
    }
    
    .contact {
        padding: 30px 40px;
    }
    
    #map {
        width: 100%;
        height:654px;
    }
    
    .img-overlay {
        padding-top: 5%;
    }
    
    .content {
        padding: 30px 20px 30px 40px;
    }

    .content h2 {
        font-size: 30px;
    }
    .section2 {
        padding-bottom: 5%;
    }
}
@media (min-width: 1291px) and (max-width: 1399px){
    .navbar-nav {
        padding-left:0;
    }
    .text-inner1 {
        width: 80%;
        padding: 19px 0px 0px 10px;
        font-size: 20px;
    }
    .text-inner2, .text-inner3 {
        padding:0;
    }
    .text-inner1 h2 {
        margin-top: 52px;
    
    }
    .text-inner2 img {
        margin-top: 0!important;
        margin-bottom: 15px;
    
    }
    .content-header h1 {
        padding-top: 4%;
    }

    .section2 {
        padding: 40px 0;
    }

    #map {
        width: 100%;
        height: 630px;
    }
}
@media (min-width: 1400px) and (max-width: 1600px) {
   
    .text-inner1, .text-inner2, .text-inner3 {
        width: 80%;
        padding: 40px 0px 0px 59px;
        font-size: 20px;
    }
    .text-inner2 img {
        margin-top: 0;
    }
    .navbar-nav {
        padding-left: 8%;
    }

    #map {
        width: 100%;
        height: 630px;
    }
}