@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .logo {
        margin: 15px 0;
        max-width: 200px;
    }
    ul.navbar-nav li a {
        font-size: 17px;
        padding: 10px 8px 10px;
    }
    .hero-top h1{
        font-size: 38px !important;
        line-height: 1.3 !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navbar{
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-toggler{
        background-color: #fff;
        padding: 29px 24px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 0;
        line-height: inherit;
    }
    .animated-icon1, .animated-icon2, .animated-icon3 {
        width: 30px;
        height: 20px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .animated-icon1 span {
        background: #000;
    }
    .animated-icon2 span {
        background: #e3f2fd;
    }
    .animated-icon3 span {
        background: #f3e5f5;
    }
    .animated-icon1 span:nth-child(1) {
        top: 0px;
    }
    .animated-icon1 span:nth-child(2) {
        top: 10px;
    }
    .animated-icon1 span:nth-child(3) {
        top: 20px;
    }
    .animated-icon1.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .animated-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    .animated-icon1.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    ul.navbar-nav li a{
        color: #fff;
        display: block;
        padding: 10px 15px 10px 15px;
        border-bottom: solid 1px #fff;
        width: 100%;
    }
    ul.navbar-nav li .accordion-btn-wrap{
        background: rgba(0, 0, 0, 0.12) !important;
        padding: 10px !important;
        width: 60px !important;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    ul.navbar-nav li .accordion-btn{
        line-height: 25px !important;
        color: #fff !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    ul.navbar-nav li .sub-menu li a{
        padding-left: 35px;
    }
    #navbarSupportedContent{
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
        background: #2BA3E0;
    }
    .logo {
        margin: 15px 15px;
        max-width: 200px;
    }
    .servicios-group h2,
    .specialists h2,
    .why-choose h2 {
        font-size: 28px;
    }
    .dbttn{
        margin-bottom: 30px;
    }
    .cta h3 {
        font-size: 42px;
    }
    .cta h4{
        font-size: 30px;
    }
    .footer-widget br{
        display: none;
    }
    .servicios-item h3{
        font-size: 15px;
    }
    .hero-top h1{
        font-size: 40px !important;
        line-height: 1.3 !important;
    }
}

@media only screen and (max-width: 767px) {
    .navbar{
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar-toggler{
        background-color: #fff;
        padding: 29px 24px;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        border: 0;
        line-height: inherit;
    }
    .animated-icon1, .animated-icon2, .animated-icon3 {
        width: 30px;
        height: 20px;
        position: relative;
        margin: 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer;
    }
    .animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out;
    }
    .animated-icon1 span {
        background: #000;
    }
    .animated-icon2 span {
        background: #e3f2fd;
    }
    .animated-icon3 span {
        background: #f3e5f5;
    }
    .animated-icon1 span:nth-child(1) {
        top: 0px;
    }
    .animated-icon1 span:nth-child(2) {
        top: 10px;
    }
    .animated-icon1 span:nth-child(3) {
        top: 20px;
    }
    .animated-icon1.open span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .animated-icon1.open span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    .animated-icon1.open span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    ul.navbar-nav li a{
        color: #fff;
        display: block;
        padding: 10px 15px 10px 15px;
        border-bottom: solid 1px #fff;
        width: 100%;
    }
    ul.navbar-nav li .accordion-btn-wrap{
        background: rgba(0, 0, 0, 0.12) !important;
        padding: 10px !important;
        width: 60px !important;
        border-left: 1px solid rgba(255, 255, 255, 0.2);
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    ul.navbar-nav li .accordion-btn{
        line-height: 25px !important;
        color: #fff !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
    }
    ul.navbar-nav li .sub-menu li a{
        padding-left: 35px;
    }
    #navbarSupportedContent{
        border-top: solid 1px #fff;
        border-bottom: solid 1px #fff;
        background: #2BA3E0;
    }
    .logo {
        margin: 15px 15px;
        max-width: 200px;
    }
    .servicios-group h2,
    .specialists h2,
    .why-choose h2 {
        font-size: 30px;
    }
    .dbttn{
        margin-bottom: 30px;
    }
    .cta h3 {
        font-size: 30px;
    }
    .cta h4{
        font-size: 25px;
    }
    .footer-widget br{
        display: none;
    }
    .hero-top h1{
        font-size: 26px !important;
        line-height: 1.4 !important;
    }
    .sidebar-block {
        margin-top: 40px;
    }
    
}

@media only screen and (max-width: 575px) {
    .header-bottom .container{
        padding-left: 0;
        padding-right: 0;
    }
}