/* Mobile */
@media (max-width: 767px) {
    .h1, h1 {
        font-size: 1.8rem;
        font-weight: 400;
    }

    .h5, h5 {
        font-size: 18px;
    }

    p, li, a {
        font-size: 15px;
        line-height: 25px;
    }

    .mobile-w-100 {
        width: 100%!important;
    }

    .logo img {
        width: 35%;
        vertical-align: bottom;
        float: right;
        margin-right: 10px;
    }
    .dark-grey-back ul {
        padding-left: 15px!important;
    }
    .sidenavContent {
        padding: 0px 0px 10px 20px!important;
        margin-bottom: 10px!important;
    }
    .sidenav .dropdown-item {
        padding: 20px 2.5rem 0px 0.5rem!important;
    }
    .sidenav .logo img {
        width: 60%;
        margin: 10px 10px 30px 10px;
        float: none!important;
    }

    #nav-btn {
        margin: 0px 20px 0px 20px!important;
    }

    .side_menu {
        left: -280px;
        width: 240px;
        max-height: 100%;
        overflow-y: scroll;
    }

    .burger_box a.menu-icon.opened .menu-icon_box {
        position: absolute;
        width: 7%;
        z-index: 99999;
        right: 0;
        left: 200px;
        top: 10px;
    }

    .mobile-logo {
        width: 60%;
        float: right;
    }

    .list_item {
        opacity: 1;
    }

    .side_menu .nav-link {
        padding: .5rem 0rem;
        font-size: 16px;
    }

    .side_menu .dropdown-item {
        padding: .25rem 1rem;
        font-weight: 500;
        color: #000;
        font-size: 17px;
    }

    .side_menu .dropdown-toggle i {
        font-size: 20px;
        float: right;
    }

    .home-header .red-txt {
        font-size: 30px;
        font-weight: 600;
        display: block;
        width: 100%;
    }

    .home-header .red-txt span {
        display: none;
    }

    .header-details i {
        font-size: 20px;
    }

    .header-hover-links .card-img-overlay {
        opacity: 1;
    }

    .carousel-indicators {
        position: absolute;
        right: 0;
        top: auto;
        left: 0;
        margin-right: 15%;
        margin-left: 15%;
        bottom: -50px;
    }

    .carousel-indicators li {
        box-sizing: content-box;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 18px;
        height: 18px;
        margin-right: 5px;
        margin-left: 5px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #000;
        background-clip: padding-box;
        border-top: 1px solid #000;
        border-bottom: 1px solid #000;
        opacity: 0.3;
        transition: opacity .6s ease;
        border-radius: 100%;
    }

    .testimonial-quote {
        font-size: 20px;
    }
    .dark-grey-back .d-flex {
        display:block!important;
    }
    .dark-grey-back .h1 {
        margin-bottom: 20px;
    }
    .consultation-block {
        height: 420px;
    }

    .book {
        min-height: auto;
        padding: 0;
        background-position: right 40% center;
    }

    .challenges-header .card-body {
        min-height: 172px;
    }
    .growing {
        text-align: center;
    }

    .growing h3 {
        font-size: 25px;
        margin-bottom: 20px;
    }

    .learn-more h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .learn-more p {
        font-size: 20px;
    }

    .learn-more i {
        font-size: 40px;
    }

    .modal-title {
        margin-bottom: 0;
        line-height: 30px;
        font-size: 20px;
    }

    .input-group {
        display: block;
    }

    .qinner label {
        line-height: 15px;
        font-size: 14px;
        width: 100%;
    }

    .body-bg {
        padding: 5vh 0;
    }

    .contact-form .col-12 {
        padding: 0;
    }

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

    .gm-style img {
        max-width: 90%;
    }

    .gm-style .gm-style-iw p {
        font-size: 15px;
        line-height: 15px;
    }

    .contact-header .header-details br {
        display: none;
    }

    .contact-header .header-details {
        padding-top: 25px;
    }

    footer img {
        width: 80%;
        height: auto;
    }

    footer .copyright {
        text-align: right;
    }

    footer p {
        line-height: normal;
    }
}

/* Tablet & small screens: */
@media (min-width: 768px) and (max-width: 991px) {
    .h1, h1 {
        font-size: 2rem;
    }

    .h3, h3 {
        font-size: 25px;
    }

    .h5, h5 {
        font-size: 16px;
    }

    .tab-w-50 {
        width: 50%;
    }

    .tab-w-100 {
        width: 100%;
    }

    .modal-title {
        margin-bottom: 0;
        line-height: 25px;
    }
    .dark-grey-back ul {
        padding-left: 15px!important;
    }
    .dark-grey-back .h1 {
        padding-bottom:20px;
    }
    #nav-btn {
        margin: 0px 20px 0px 20px!important;
    }
    
    .sidenav .logo img {
        width: 60%;
        margin: 10px 10px 30px 10px;
        float: none!important;
    }
 
    .logo img {
        width:20%;
        float: right;
    }

    .header-details {
        width: 100%;
        text-align: center;
    }

    header .header-details {
        width: 60%;
        text-align: center;
    }

    .body-bg {
        padding: 5vh 0;
    }

    .contact-header .header-details br {
        display: none;
    }

    .list_item {
        opacity: 1;
    }

    .header-hover-links .card-img-overlay {
        opacity: 1!important;
    }
    .challenges-header p {
        padding-top:15px;
    }
    .dark-grey-back .justify-content-center {
        padding-left: 0%!important;
        padding-top: 20px!important;

    }
    .burger_box .menu-icon_box {
        display: inline-block;
        height: 15px;
        position: relative;
        text-align: left;
        width: 30px;
    }

    .testimonial-quote {
        font-size: 20px;
    }

    .testimonials i {
        font-size: 20px;
    }

    .becoming-a-client-block {
        min-height: 188px;
        max-height: 190px;
        height: auto;
    }

    .home-links h3 {
        font-size: 20px;
    }

    .home-header .red-txt {
        font-size: 25px;
    }

    .book {
        padding: 0;
        background-position: center;
    }

    .challenges-header .card-body {
        min-height: 290px;
    }
    
    .growing h3 {
        margin-bottom: 15px;
        font-size: 25px;
    }

    .learn-more h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .learn-more p {
        font-size: 25px;
    }

    .services .grey-back {
        min-height: 75px;
    }

    .icon-cards .card-body .card-title {
        font-size: 16px;
    }

    .icon-cards .card-body {
        position: absolute;
        top: 20px;
        bottom: 20px;
        left: 0;
        right: 0;
        padding: 20px 10px;
    }

    .services .grey-back .card-body p {
        font-size: 13px;
        line-height: normal;
    }
    .casper{
        padding:10px;
    }
    #map {
        height: 500px;
        width: 100%;
    }

    .feedback-form textarea {
        width: 87%;
    }

    footer img {
        width: 40%;
        height: auto;
    }

    footer .copyright {
        text-align: right;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .h5, h5 {
        font-size: 18px;
    }
    
    .side_menu {
        width: 260px;
    }

    .logo img {
        width: 15%;
    }

    .header-details {
        padding-top: 10px;
        width: 75%;
        text-align: right;
    }

    .office-dropdowns .dropdown-menu {
        margin: 10px 0 0;
        min-width: 250px;
        max-width: 250px;
    }

    .contact-header .header-details {
        float: none;
        padding-top: 0px;
    }

    .contact-header .header-details br {
        display: none;
    }

    .header-details a {
        line-height: 35px;
        vertical-align: middle;
    }

    .copyright p {
        text-align: right;
        display: block;
    }

    .becoming-a-client-block {
        min-height: 253px;
        max-height: 253px;
        height: auto;
    }
    .learn-more {
        padding: 15% 0;
    }

    .learn-more h2 {
        font-size: 30px;
        line-height: 40px;
    }

    .learn-more p {
        font-size: 25px;
    }

    .services .card-body {
        min-height: 75px;
    }

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

    .feedback-form textarea {
        width: 85%;
    }

    .challenges-header .card-body {
		min-height: 305px!important;
	}

    .book {
        background-position: center;
    }

    .contact-header .header-details {
        width: auto!important;
    }

    .contact-header .header-details br {
        display: none;
    }

    footer img {
        width: 20%;
        height: auto;
    }
}

/* Laptop: */
@media (min-width: 1200px) and (max-width: 1600px) {
    .becoming-a-client-block {
        min-height: 295px;
        max-height: 295px;
        height: auto;
    }

    .side_menu {
        width: 260px;
    }

    .logo img {
        width: 13%;
        vertical-align: bottom;
        padding-top: 0;
        margin-bottom: 5px;
    }

    .book {
        background-position: center;
    }

    .office-dropdowns .dropdown-menu {
        top: 160% !important;
        min-width: 250px;
        max-width: 250px;
    }
}

@media (min-width: 1291px) and (max-width: 1400px) {
    .becoming-a-client-block {
        min-height: 318px;
        max-height: 320px;
        height: auto;
    }
}

@media (min-width: 1400px) and (max-width: 1500px) {

    .logo img {
        width: 11%;
        vertical-align: bottom;
    }

    .becoming-a-client-block {
        min-height: 355px;
        max-height: 355px;
        height: auto;
    }
}

@media (min-width: 1500px) and (max-width: 1600px) {

    .logo img {
        width: 12%;
        vertical-align: bottom;
    }

    .becoming-a-client-block {
        min-height: 370px;
        max-height: 370px;
        height: auto;
    }
}