
/* # Phone */
@media only screen and (max-width:767px){
    #inquirybooking #msform #progressbar li ion-icon {
        font-size: 14px;
    }
    .processStep{
        font-size: 13px;
    }
    #selectappointment .modal-dialog {
        max-width: 400px !important;
        margin: 0.75rem auto;
    }
    #selectappointment .modal-body {
        width: 380px;
        margin: 0 auto;
    }
    #logo a img{
        width: 250px;
    }
    .book_btn {
        background: #b3112c;
        color: #fff !important;
        padding: 6px 10px;
        width: 100%;
        border-radius: 4px;
        display: inline-block;
        text-decoration: inherit !important;
        box-shadow: unset;
    }
    .contact_head .text {
        border-radius: 0;
    }
    .contact_head{
        border-top: 1px solid #dedede;
        padding: 5px 0 0 0;
        width: 100%;
    }
    .page-content {
        min-height: 370px;
        padding-top: 90px !important;
    }
    .afterslider address{
        font-size: 13px;
        margin: 0;
    }
    .contact_head{
        margin-top: 0;
    }
    .top-header #logo a img {
        width: 170px !important;
        height: auto;
        display: block;
    }
    .col-1-5{
        width: 50%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }

    .top-header{
        height: unset;
        padding: 5px;
    }
    #nav-menu-container .nav-menu{
        padding-top: 10px;
        display: block;
    }
    .mobileMenuClose{
        border: none;
        font-size: 35px;
        border-radius: 50%;
        background: #b3112c;
        color: #fff;
        width: 47px;
        height: 45px;
        line-height: 50px;
        text-align: center;
        margin: 5px;
        display: block;
        position: absolute;
        right: 0;
        z-index: 99;
    }
    .opened, .closed {
        position: fixed;
        right: -305px;
        bottom: 0;
        top: 0;
        width: 300px;
        overflow-y: auto;
        box-shadow: 0 4px 10px #3339;
        background: #fff;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        z-index: 9999;
    }
    .closed {
        right: 0;
        background: #fff;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }
    .full_overlay{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.32);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }
    #header .container{
        padding: 0;
    }
    #nav-menu-container .nav-menu li a{
        display: block;
        padding: 10px 0 10px 30px !important;
        color: #333;
    }
    #nav-menu-container .nav-menu li a:hover{
        color: red;
    }
    #nav-menu-container .nav-menu li:hover{
        background: #dfdfdf !important;
    }
    #nav-menu-container .nav-menu li{
        display: block;
        margin: 0;
    }
    #nav-menu-container .nav-menu .menu-has-children .dropdown{
        position: relative;
        height: 0;
        overflow: auto;
    }
    .submenu_open_mobile{
        width: 100%;
    }
    #nav-menu-container .nav-menu li a:active{
        color: #fff;
    }
    .btn-group .dropdown-menu{
        position: absolute !important;
        transform: translate3d(0, 35px, 0px) !important;
        top: 0px;
        left: 0px;
        will-change: transform;
        -webkit-transform: translate3d(0, 35px, 0px) !important;
        -moz-transform: translate3d(0, 35px, 0px) !important;
        -ms-transform: translate3d(0, 35px, 0px) !important;
        -o-transform: translate3d(0, 35px, 0px) !important;
}
    .dropdown-menu{
        width: 100%;
        left: -45px !important;
        border: none !important;
        background-color: #ddd !important;
        float: unset !important;
        position: unset !important;
    }
    .submenu_open {
        color: #333;
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 11px;
        padding: 0 12px;
        margin: 0 .5rem 0 0;
    }
    .menu-has-children .dropdown li a{
        padding: 5px 20px !important;
    }

    .body_fix{
        overflow: hidden;
        z-index: 999;
        background: #00000057;
        transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }
    .body_overlay{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }
    #nav-menu-container .nav-menu .menu-has-children .dropdown{
        width: unset;
    }
    /* home page */
    .textonslider {
        position: absolute;
        top: 22%;
        left: 10%;
        right: 20%;
        background: #00000087;
        padding: 20px 15px;
        width: 80%;
        height: 170px;
        color: #fff;
    }
    .textonslider h3{
        font-weight: 600;
        font-size: 16px;
        line-height: 1.3;
    }
    .textonslider p{
        font-size: 13px;
    }
    section.services .service-block ul li .service-bg{
        width: 100%;
    }
    section.insurance .provider-imgs {
        padding: 0;
        display: block;
        float: right;
        width: 100%;
    }
    #testimonial .owl-nav .owl-prev i {
        padding: 10px;
        background: #333;
        position: absolute;
        top: 38%;
        left: -27px;
        font-size: 20px;
        color: #fff;
        opacity: 0.5;
    }
    #testimonial .owl-nav .owl-next i {
        padding: 10px;
        background: #333;
        position: absolute;
        top: 38%;
        right: -27  px;
        font-size: 20px;
        color: #fff;
        opacity: 0.5;
    }
    #homeslider img, #homeslider video {
        width: 100%;
        height: 300px;
    }
    .testi_section .item{
        padding: 0;
    }
    #homeslider video{
        width: 100%;
    }
    .home {
        height: 300px;
        overflow: hidden;
    }
    .owl-nav .owl-prev i{
        padding: 10px;
        background: #333;
        position: absolute;
        top: 35%;
        left: 0;
        font-size: 20px;
        color: #fff;
        opacity: 0.5;
        z-index: 99;
    }
    .owl-nav .owl-next i{
        padding: 10px;
        background: #333;
        position: absolute;
        top: 35%;
        right: 0;
        font-size: 20px;
        color: #fff;
        opacity: 0.5;
        z-index: 99;
    }
    .owl-nav .owl-prev i:hover,.owl-nav .owl-next i:hover{
        opacity: 1;
    }
    /* footer */
    footer .single-twit .widget-info{
        text-align: left;
        word-break: break-all;
    }

    /* location */
    .media-body .price {
        float: left;
        width: 100%;
        font-size: 15px !important;
        font-weight: 600;
        color: #4765AB;
        margin-top: 0;
    }
    .media-body .state a{
        font-size: 14px !important;
    }
    .media-body .price small{
        font-size: 14px !important;
    }
    .media-body .fav-box .media-body{
        padding: 5px 0;
    }
    .media_block{
        border: 1px solid #ddd;
    }
    .media_block img{
        width: 100%;
    }
    .media-body{
        height:100px;
    }
    footer h5{
        text-align: center
    }
    .gallery_block img {
        width: 100%;
        height: 150px;
    }

    .fancybox-skin{
        padding: 0 !important;
        width: 100% !important;
        height: 250px !important;
        left: 10px;
        right: 5px;
    }
    .fancybox-opened{
        left: 7px !important;
        right: 7px !important;
        width: 100%;
        height: 25px;

    }
    .fancybox-inner{
        width: 100% !important;
        height: 250px !important;
    }
    .fancybox-image {
        max-width: 100%;
        max-height: 250px;
        margin: 0;
    }
    .fancybox-image, .fancybox-iframe {
        display: block;
        width: 100%;
        height: 250px;
    }
    .fancybox-close {
        position: absolute;
        top: -18px;
        right: 20px !important;
        width: 36px;
        height: 36px;
        cursor: pointer;
        z-index: 8040;
    }
    .fancybox-next {
        right: 0px !important;
    }
    .fancybox-nav span {
        position: absolute;
        top: 50%;
        width: 36px;
        height: 34px;
        margin-top: -18px;
        cursor: pointer;
        z-index: 8040;
        visibility: visible !important;
    }

    .fancybox-prev span{
        left: 0 !important;
        background-position: 0 -36px;
    }
    .fancybox-next span{
        right: -5 !important;
        background-position: 0 -36px;
    }
    .fancybox-nav {
        position: absolute;
        top: 0;
        width: 15% !important;
        height: 100%;
        cursor: pointer;
        text-decoration: none;
        background: transparent url(blank.gif);
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        z-index: 8040;
    }

    .sitemap-ocation iframe{
        width: 100%;
        height: 300px;
    }

    .afterslider h1 {
        font-size: 22px;
    }
    .afterslider h2 {
        font-size: 15px !important;
    }
    .footer_contact{
        float: left;
        margin: 10px 0;
        padding: 0;
    }
    .review_sec{
        width: 95%;
    }
    .star-rating {
        align-items: center;
        font-size: 23px;
        justify-content: center;
    }
    .reviews {
        width: 95%;
    }
    .hotel_info p{
        margin: 0 0 0 8px;
    }
    .review-item .reviewer {
        width: 45px;
        height: 40px;
        border: 1px solid #cecece;
        border-radius: 50%;
        overflow: hidden;
        line-height: 32px;
    }
    .review_sec .hotel_img {
        height: 235px;
        overflow: hidden;
    }
    .ratting_font h3 {
        font-size: 55px;
        margin: 0;
        line-height: 0.9;
        margin-right: 5px;
    }
    #selectappointment .mobile_bg{
        background: url(../../img/TEETH.png);
        background-size: cover;
        height: 480px;
        text-align: center;
        border: none
    }
    .ameniti_block {
        border: 1px solid #d9d9d9;
        transition: all 0.3s ease-in-out;
        margin-bottom: 15px;
        padding: 7px;
        height: 80px;
        vertical-align: middle;
        box-shadow: 0 0 7px #025abd75;
        text-align: center;
        font-weight: 600;
    }

    /* appointment modal */
    .stepwizard {
        width: 100%;
        position: relative;
        height: 100px;
        padding: 5px 0;
    }
    .disabilitybar .fixbtn_left .disability_ul a i{
        height: 40px;
        width: 40px;
        line-height: 40px;
        border-radius: 50%;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0), 0 1px 5px 0 rgba(0,0,0,0), 0 3px 1px -2px rgba(0,0,0,0);
    }
    .disabilitybar .fixbtn_left a i{
        height: 45px;
        width: 60px;
        border-radius: 0 10px 0 0;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0), 0 1px 5px 0 rgba(0,0,0,0), 0 3px 1px -2px rgba(0,0,0,0);
        -webkit-border-radius: 0 10px 0 0;
        -moz-border-radius: 0 10px 0 0;
        -ms-border-radius: 0 10px 0 0;
        -o-border-radius: 0 10px 0 0;
    }
    .disabilitybar .fixbtn_right a i{
        height: 35px;
        width: 47px;
        line-height: 35px;
        border-radius: 35px 0 0 0;
        box-shadow: 0 2px 2px 0 rgba(0,0,0,0), 0 1px 5px 0 rgba(0,0,0,0), 0 3px 1px -2px rgba(0,0,0,0);
    }
    .disabilitybar .fixbtn_left {
        position: fixed;
        left: 0;
        bottom: 0;
    }
    .disabilitybar .fixbtn_right a{
        height: 52px !important;
    }
    .disabilitybar .fixbtn_right {
        position: fixed;
        right: -6px;
        bottom: -8px;
    }
    .megasubmenu{
        left: 0 !important;
        top: 0 !important;
        min-height: 100%;
        padding-left: 15px !important;
        position: unset !important;
    }
    .navbar-nav {
        display: block !important;
    }
    .navbar-nav a{
        padding: 10px 0 10px 35px !important;
    }
    .mobile_disability,.mobile_menu{
        display: block;
    }
    .locationdetail_img{
        min-height: 300px !important;
    }
    .locationdetail_img img {
        width: 100%;
        height: 300px;
    }
    .locationdetail_overlay .side_map1 {
        border: 3px solid #fff;
        border-radius: 5px;
        overflow: hidden;
        position: absolute;
        bottom: 10px;
        right: 0;
        width: 150px;
        height: 120px;
    }
    .locationdetail_overlay {
        display: flex;
        justify-content: space-between;
        align-content: center;
        padding: 0;
        margin-bottom: 0;
    }
    .location_name .phonenochange {
        font-size: 14px;
    }
    .language_ul a{
        height: 40px !important;
        font-size: 15px;
        width: auto !important;
        padding: 5px 10px !important;
    }
    .language_ul{
        bottom: 50px !important;
    }
    .contrast1{
        right: 20px !important;
    }
    .dropdown-item{
        white-space: unset !important
    }
    #inquirybooking .modal-content{
        width: 100% !important;
        border: 1px solid #ddd !important;
        background-color: #fff;
        min-height: unset;
    }
    #inquirybooking .modal-dialog{
        background: unset;
        background-repeat: unset;
        background-size: unset;
        background-position: unset;
    }
    #inquirybooking #msform fieldset .formBtns {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 5% !important;
        margin: auto;
        font-size: 20px;
        font-weight: 600;
    }
    .second .contactNo {
        font-size: 14px !important;
        font-weight: 600;
    }
    .disability_ul{
        left: 0 !important;
    }
    .language_ul{
        right: 0 !important;
    }
    #inquirybooking .close {
        right: 25px;
        top: 25px;
    }
    section.services .service-block ul li {
        min-width: 330px;
        width: 100%;
    }
    .stick{
        position: relative !important;
        top: unset;
        left: unset;
        right: unset;
    }
}

/* # Tablet */
@media only screen and (min-width:768px) and (max-width:1024px){

    section.services .service-block ul li {
        display: block;
        float: left;
        width: 210px;
        height: 210px;
        margin: 10px;
        position: relative;
    }
    #selectappointment .modal-dialog {
        max-width: 377px !important;
        margin: 150px auto;
    }
    #nav-menu-container .nav-menu{
        padding-top: 10px;
        display: block;
    }
    .top-header #logo a img {
        width: 150px !important;
        height: auto;
        display: block;
    }
    .mobileMenuClose{
        border: none;
        font-size: 35px;
        border-radius: 50%;
        background: #b3112c;
        color: #fff;
        width: 47px;
        height: 45px;
        line-height: 50px;
        text-align: center;
        margin: 5px;
        display: block;
        position: absolute;
        right: 0;
        z-index: 99;
    }
    .opened, .closed {
        position: fixed;
        right: -305px;
        bottom: 0;
        top: 0;
        width: 300px;
        overflow-y: auto;
        box-shadow: 0 4px 10px #3339;
        background: #fff;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
        z-index: 9999;
    }
    .closed {
        right: 0;
        background: #fff;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }
    .full_overlay{
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.32);
        z-index: 99;
        opacity: 0;
        visibility: hidden;
        -webkit-transition: 0.4s ease-in-out;
        -moz-transition: 0.4s ease-in-out;
        -o-transition: 0.4s ease-in-out;
        transition: 0.4s ease-in-out;
    }
    #header .container{
        padding: 0;
    }
    #nav-menu-container .nav-menu li a{
        display: block;
        padding: 10px 0 10px 30px !important;
        color: #333;
    }
    #nav-menu-container .nav-menu li a:hover{
        color: red;
    }
    #nav-menu-container .nav-menu li:hover{
        background: #dfdfdf !important;
    }
    #nav-menu-container .nav-menu li{
        display: block;
        margin: 0;
    }
    #nav-menu-container .nav-menu .menu-has-children .dropdown{
        position: relative;
        height: 0;
        overflow: auto;
    }
    .submenu_open_mobile{
        width: 100%;
    }
    #nav-menu-container .nav-menu li a:active{
        color: #fff;
    }
    .btn-group .dropdown-menu{
        position: absolute !important;
        transform: translate3d(0, 35px, 0px) !important;
        top: 0px;
        left: 0px;
        will-change: transform;
        -webkit-transform: translate3d(0, 35px, 0px) !important;
        -moz-transform: translate3d(0, 35px, 0px) !important;
        -ms-transform: translate3d(0, 35px, 0px) !important;
        -o-transform: translate3d(0, 35px, 0px) !important;
}
    .dropdown-menu{
        width: 100%;
        left: 0 !important;
        border: none !important;
        background-color: #ddd !important;
        padding-left: 15px !important;
        float: unset !important;
        position: unset !important;
    }
    .submenu_open {
        color: #333;
        font-weight: bold;
        position: absolute;
        left: 0;
        top: 11px;
        padding: 0 12px;
        margin: 0 .5rem 0 0;
    }
    .menu-has-children .dropdown li a{
        padding: 5px 20px !important;
    }

    .body_fix{
        overflow: hidden;
        z-index: 999;
        background: #00000057;
        transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }
    .body_overlay{
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }
    #nav-menu-container .nav-menu .menu-has-children .dropdown{
        width: unset;
    }
    .mobile_disability,.mobile_menu{
        display: block;
    }
    .contact_head {
        border-top: 1px solid #ddd;
        width: 100%;
        padding: 5px 0;
    }
    .top-header{
        height: 90px;
    }
    .fb_iframe_widget span{
        width: 100% !important;
    }
    .textonslider h3 {
        font-weight: 600;
        font-size: 28px;
        line-height: 1.3;
        font-family: 'Josefin Sans', sans-serif !important;
    }
    .textonslider p{
        font-size: 18px;
    }
    .contact_head{
        margin-right: 15px;
    }
    .container{
        max-width: 1200px !important;
        width: 100% !important;
        padding-right: 15px !important;
        padding-left: 15px !important;
        margin-right: auto !important;
        margin-left: auto !important;
    }
    .nav-menu > li {
        margin-right: 5px;
    }
    .nav-menu a{
        color: #fff;
    }
    section.insurance .provider-imgs {
        padding: 0;
        display: block;
        float: right;
        width: 330px;
    }

    .media-body .price {
        float: left;
        width: 100%;
        font-size: 16px;
        font-weight: 600;
        color: #4765AB;
    }
    #selectappointment .mobile_bg {
        background: url(../../img/TEETH.png);
        background-size: cover;
        height: 435px;
        text-align: center;
        border: none;
    }
    #selectappointment .modal-body {
        width: 100%;
        margin: 0 auto;
    }
    .ameniti_block {
        border: 1px solid #d9d9d9;
        transition: all 0.3s ease-in-out;
        margin-bottom: 15px;
        padding: 7px;
        height: 80px;
        vertical-align: middle;
        text-align: center;
        font-weight: 600;
    }
    .col-1-5 {
        width: 33%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .review_sec .hotel_img {
        height: 230px;
        overflow: hidden;
    }
    .ratting_font h3 {
        font-size: 53px;
        margin: 0;
        line-height: 0.9;
        margin-right: 5px;
    }
    .rating_sec{
        padding: 0 5px !important
    }
    .fb_iframe_widget span{
        width: 100%;
    }
    .review_sec {
        width: 75%;
    }
    .reviews {
        width: 75%;
    }
    #homeslider img{
        height: auto;
    }
    .home{
        height: 45vh;
    }
    #homeslider{
        height: 31vh;
    }

    .page-content{
        padding-top: 90px
    }

    .book_appoint {
        padding: 15px;
    }
    .btn_book {
        padding: 7px 5px !important;
    }
    .request_appoint {
        padding: 15px 10px;
        height: 235px;
    }
    .blog_block img{
        max-height: 135px;
        display: block;
    }
    .home .owl-carousel {
        height: 34vh;
    }

    .col-1-5 {
        width: 33%;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .textonslider {
        position: absolute;
        top: 10%;
        left: 9%;
        background: #00000087;
        padding: 25px 15px;
        width: 50%;
        height: 225px;
        color: #fff;
        line-height: 1.5;
    }
    .gallery_block img {
        width: 100%;
        height: 170px;
    }
    .blog_block .blog_img img {
        width: 100%;
        height: 130px;
        overflow: hidden;
    }
    .reviews {
        width: 75%;
        height: auto;
        margin: 25px auto;
        overflow: hidden;
    }
    .review_sec {
        width: 75%;
        border: 1px solid #e7e7e7;
        border-radius: 5px;
        height: auto;
        margin: 25px auto;
        overflow: hidden;
    }
    .review-item .reviewer {
        width: 60px;
        height: 48px;
    }

    /* lightbox */
    .fancybox-skin{
        padding: 0 !important;
        width: 700px !important;
        height: auto !important;
    }
    .fancybox-opened{
        left: 7px !important;
        right: 7px !important;
        top: 25% !important;
        width: 700px !important;
        height: auto !important;
        margin: 0 auto !important

    }
    .fancybox-inner{
        width: 700px !important;
        height: auto !important;
    }
    .fancybox-image {
        max-width: 700px;
        max-height: auto;
        margin: 0;
    }
    .fancybox-image, .fancybox-iframe {
        display: block;
        width: 700px;
        height: auto;
    }
    .fancybox-close {
        position: absolute;
        top: -18px;
        right: 0 !important;
        width: 36px;
        height: 36px;
        cursor: pointer;
        z-index: 8040;
    }
    .fancybox-next {
        right: -7px !important;
    }
    .fancybox-nav span {
        position: absolute;
        top: 50%;
        width: 36px;
        height: 34px;
        margin-top: -18px;
        cursor: pointer;
        z-index: 8040;
        visibility: visible !important;
    }

    .fancybox-prev span{
        left: 0 !important;
        background-position: 0 -36px;
    }
    .fancybox-next span{
        right: -5 !important;
        background-position: 0 -36px;
    }
    .fancybox-nav {
        position: absolute;
        top: 0;
        width: 15% !important;
        height: 100%;
        cursor: pointer;
        text-decoration: none;
        background: transparent url(blank.gif);
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        z-index: 8040;
    }
    .testi_section {
        background: #fff;
        height: 170px;
        padding: 15px 35px;
        width: 100%;
        border-radius: 5px;
        box-shadow: 0 0 14px #00000036;
    }
    .header_text{
        display: none;
    }
    .locationdetail_img{
        min-height: 40vh;
    }
    .locationdetail_img img {
        width: 100%;
        height: 40vh;
    }
    .locationdetail_overlay {
        padding: 10px 15px;
    }
    .stick{
        position: relative !important;
        top: unset;
        left: unset;
        right: unset;
    }
}

/* # Desktop */
@media only screen and (min-width:1024px){

}


/* # ipod landscape */
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
    .top-header .row:first-child{
        display: initial;
        width: 100%;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .top-header .row:first-child .col-md-12{
        max-width: 100%;
    }
}