@media (min-width: 1920px) {
    .banner-img-txt {
        margin-left: 110px;
    }
    .banner-txt {
        left: 53px;
    }
}

@media (min-width: 1200px) {
  /*  .hm-banner .carousel-inner img {
        height: 450px;
        object-fit: cover;
        object-position: top;
    }*/
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
    .container-custom {
        max-width: 892px;
    }
    /* .pr-105 {
        padding-right: 105px !important;
    } */
}

@media (max-width:1199px) {
    .responsive-justify {
        text-align: justify;
    }
    .navbar-light .navbar-nav .nav-link-bold {
        border-left: 0;
    }
    .page-title {
        margin-left: 50px;
    }
	.homepage .page-title {
        margin-left: 0px;
    }
  /*  .hm-banner .carousel-inner .carousel-item {
        margin-top: 100px;
    }*/
    .section-heading {
        width: auto;
        margin-bottom: 20px;
    }
    .expertise-section, .tree-wrapper, .blank-spacer {
        background-attachment: inherit !important;
    }
    .hm-banner{
        background-position: 25% 50% !important;
    }
}

@media (min-width:992px) and (max-width:1199px) {
    .team-member-content {
        width: 80%;
    }
    .content-wrap {
        padding: 50px 50px 0;
    }
    .team-member-contact li {
        margin-right: 10px;
    }
    .team-member-bttm {
        width: 100%;
        padding: 50px;
        position: relative;
    }
    .why-willow-title:before {
        top: -18px;
        left: -38px;
    }
    .why-willow-img {
        margin-left: 0;
    }
    .banner-img {
        margin-top: 95px;
    }
    .banner-txt {
        left: -4px;
        top: 35%;
    }
    .banner-txt h1 {
        line-height: 40px;
        font-size: 35px;
    }
    .blue-bg-text {
        margin-left: 0;
    }
    .deeply-rooted-txt {
        margin-left: 40px;
    }
    .footer-li ul li a {
        padding: 10px 0;
    }
    .navbar-toggler {
        padding: 0;
        border: 0;
    }
    .header-wrapper .container, .brain-wrapper .container, .why-willow-wrapper .container, footer .container, .blue-bg .container {
        max-width: inherit;
    }
    .navbar-nav {
        margin-left: 0;
    }
    .header-wrapper {
        opacity: 1;
    }
    .hm-banner .carousel-inner {
       /* height: 500px;*/
    }
}

@media (min-width:992px) and (max-width:1024px) {
    .navbar-brand {
        text-align: center;
        margin: 0 auto;
    }
}

@media (min-width:992px) {
    .expertise-model .modal-lg {
        max-width: 890px;
    }
}

@media (min-width: 576px) {
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem);
    }
}

@media (min-height:798px) {
    /* .hm-banner .carousel-inner {
        height: auto;
    } */
}

@media (max-width:991px) {
    .team-member-content {
        width: 80%;
    }
    .content-wrap {
        padding: 50px 50px 0;
    }
    .team-member-contact li {
        margin-right: 10px;
        right: 0;
    }
    .team-member-bttm {
        width: 100%;
        padding: 50px;
        position: relative;
    }
    .navbar-nav {
        position: relative;
        height: calc(100vh - 120px);
    }
    .collapse.show {
        align-items: flex-start;
        height: 100vh;
    }
    .input-text {
        position: absolute;
        width: 100%;
        bottom: 0px;
        left: 0;
        padding: 0 20px;
    }
    .input-text input[type="text"] {
        color: #808080!important;
        background-color: #eaeaea;
        margin: 0;
        padding: 10px 15px;
        font-size: 16px!important;
        border-width: 0;
        height: 38px;
        -moz-border-radius: 19px;
        -webkit-border-radius: 19px;
        border-radius: 19px;
    }
    .input-text input[type="text"]::placeholder {
        color: #808080!important;
    }
    .banner-wrapper .carousel-caption h1 {
        font-size: 40px;
    }
    .navbar-light .navbar-toggler.collapsed .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(10, 10, 10, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
        background-size: 80%;
    }
    .navbar-light .navbar-toggler .navbar-toggler-icon {
        background-image: url("../images/close-icon.png");
        background-size: 50%;
    }
    .banner-wrapper .carousel-caption {
        margin-top: 40px;
    }
    .banner-wrapper-hiw {
        /*background-size: contain;*/
        background-repeat: no-repeat;
        min-height: 490px;
        height: 490px;
    }
    .banner-wrapper .carousel-caption {
        margin-top: 0;
    }
    .brain-img img {
        max-width: 100%;
    }
    .blue-bg-text {
        max-width: auto;
        margin-left: 0;
    }
    .deeply-rooted-txt {
        max-width: auto;
    }
    /*
    .deeply-rooted-img img, .bluebg-right-img img {
        max-width: 100%;
    }
*/
    .footer-contact-area a {
        font-size: 14px;
        padding: 10px 0;
    }
    .navbar-brand {
        text-align: center;
        margin: 0 auto;
    }
    .footer-li ul li a {
        padding: 10px 0;
    }
    .header-wrapper .container, .brain-wrapper .container, .why-willow-wrapper .container, footer .container, .blue-bg .container, .green-bg .container {
        max-width: inherit;
    }
    .why-willow-img {
        margin-left: 0;
    }
    .navbar-toggler {
        padding: 0;
        border: 0;
    }
    .navbar-nav {
        margin-left: 0;
        margin-top: 20px;
    }
    .navbar-nav .nav-item {
        display: block;
        width: 100%;
        text-align: center;
    }
    .navbar-light .navbar-nav .nav-link {
        padding: 15px 0;
        border-bottom: 1px solid #ccc;
        color: #808080;
        font-size: 16px;
        font-family: "Open Sans";
        font-weight: 700;
        text-transform: uppercase;
    }
    .navbar-light .navbar-nav .nav-item:last-child .nav-link {
        border-bottom: 0;
    }
    .header-wrapper {
        opacity: 1;
    }
    /* .inner-page-banner {
        background-size: contain !important;
    } */
    .hm-banner .carousel-inner {
        height: auto;
    }
    .home-banner-text h1 {
        font-size: 34px;
    }
    .research-title::before,.analytical-title::before,.expertise-title::before {
    
    left: 0px;
    width: 100px;
    height: 100px;
}
.accomplish_btn{
    padding: 15px 20px !important;
font-size: 14px;
}
}

@media (min-width:1366px) and (max-width:1599px) {
    .banner-txt {
        left: 3px;
        top: 30%;
    }
}

@media (min-width:1200px) and (max-width:1365px) {
    .banner-txt {
        left: -20px;
        top: 28%;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .why-willow-title:before {
        top: -18px;
        left: -38px;
    }
    .banner-txt h1 {
        color: rgb(244, 121, 43);
        text-align: left;
        line-height: 40px;
        font-size: 35px;
    }
    .banner-img {
        margin-top: 100px;
    }
    .banner-txt {
        left: -4px;
        top: 30%;
    }
    .deeply-rooted {
        margin-top: 20px!important;
    }

}

@media (max-width:767px) {
    .update-email-area {
        margin-bottom: 20px;
    }
    .grid-sizer, .grid-item {
        width: 100%;
        float: none;
        padding: 0 0px 30px;
    }
    .contact-text {
        margin-bottom: 20px;
    }
    .blog-wrapper .card {
        margin-bottom: 0!important;
    }
    .leadership-content .president-director-area .card img {
        width: 100%;
    }
    .leadership-content .president-director-area .card {
        margin-bottom: 30px;
    }
    .deeply-rooted:before {
        left: -40px;
    }
    .why-willow-research {
        margin-top: 30px!important;
        margin-bottom: 10px!important;
    }
    .why-willow-title {
        margin-top: 0;
        margin-bottom: 50px;
    }
    .banner-wrapper .carousel-caption h1 span {
        font-size: 40px;
    }
    .banner-wrapper .carousel-caption h1 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .navbar-brand img {
        max-width: 150px;
    }
    .footer_signup_box {
        padding: 1em;
    }
    .navbar-brand {
        padding: 10px 22px;
    }
    .navbar-toggler {
        padding: 0px 5px;
    }
    .carousel-caption {
        position: unset;
    }
    .banner-wrapper .carousel-caption {
        background: #0e2946;
    }
    .apply-form {
        padding-left: 0;
    }
    .why-willow-img img {
        max-width: auto;
    }
    .deeply-rooted-img, .bluebg-right-img {
        margin-bottom: 20px;
    }
    .footer-logo {
        padding-bottom: 30px;
    }
    .txt-left {
        text-align: center;
        margin-left: 0;
    }
    .txt-right {
        text-align: center;
        margin-right: 0;
    }
    .why-willow-img {
        margin-bottom: 50px;
    }
    .brain-img {
        text-align: center;
        margin-bottom: 30px;
    }
    .header-wrapper {
        padding: 20px 0;
    }
    .navbar-light .navbar-toggler {
        border: 0;
    }
    .navbar-nav {
        margin-left: 0;
    }
    .banner-txt h1 {
        line-height: 40px;
        font-size: 35px;
    }
    .why-willow-wrapper {
        padding: 98px 0;
    }
    .footer-logo img {
        max-width: 280px;
    }
    .inner-page-content h2 {
        width: auto;
    }
    .btn-top-50 {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .help {
        margin-bottom: 20px;
    }
    .carousel-indicators{
    	display:none;
    }
    .expertise-section, .tree-wrapper, .blank-spacer {
        background-attachment: inherit !important;
    }
    .txt-right {
        margin-top: 0px;
    }
    .hm-banner .carousel-item img {
      min-height: 180px;
      object-fit: cover;
    }
    .president-director-area .card-body{
        min-height: auto;
    }
    .hm-banner{
        text-align: right;
        background-position: 30% 100% !important;
        padding: 123.5px 0;
        height: auto;
    }
    .home-banner-text {
        text-shadow: 2px 3px 3px #eaeceb;
    }
    .journal-page .our-blog-title {
        margin-top: 40px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .banner-txt {
        top: 27%;
    }
}

@media (max-width:575px) {
    .banner-img {
        margin-top: 100px;
    }
    .customer-img img {
        object-position: top center;
        width: 100%;
    }
    .method-list {
        display: block;
    }
    .inner-page-banner {
        min-height: 310px;
        padding-top: 50px;
    }
    .expertise-content .media {
        display: block;
        text-align: center;
        margin-bottom: 50px;
        max-width: 340px;
        margin: 10px auto;
        padding-right: 0;
    }
    .expertise-content .media img {
        width: 100%;
        margin-right: 0;
        border-radius: 5px 5px 0 0;
    }
    .expertise-content .media .media-body h5 {
        margin: 10px 0;
    }
    .team-member-content {
        width: 100%;
    }
    .close-modal {
        right: -5px;
        top: -5px;
    }
    .expertise-content .media .media-body {
        padding: 0 15px 15px;
    }
    .modal-dialog-scrollable .modal-body img {
        float: none;
    }
    .modal-dialog-scrollable .modal-body {
        text-align: center;
    }
    .modal-dialog-scrollable .modal-body h3 {
        text-align: left;
    }
    .modal-dialog-scrollable .modal-body h4 {
        text-align: left;
    }
    .modal-dialog-scrollable .modal-body p {
        text-align: left;
    }
    .case-studies-single [class*="col-"]:nth-child(odd){
    	margin-bottom: 15px;
    }
    .case-studies-single [class*="col-"]:nth-child(even){
    	margin-bottom: 30px;
    }
    .home-banner-text h1 {
        font-size: 26px;
    }
	.d-card {
		display:block;
	}
}

@media (max-height: 500px) and (max-width:991px) {
    .input-text {
        position: relative;
        margin-top: 20px;
    }
    .navbar-nav {
        overflow: scroll;
    }
}

@media (max-width: 420px) {
    /* .inner-page-content h2 {
        width: 60%;
    } */
}

@media (min-width:320px) and (max-width:575px) {
    .banner-txt {
        position: absolute;
        left: 5px;
        top: 30%;
        z-index: 2;
        width: 150px;
    }
    .banner-txt h1 {
        font-size: 15px;
        line-height: 18px;
    }
}