/*/////////////////////////////////////////////////////////// Responsive CSS Structure ///////////////////////////////////////////////////////////*/

/*---------- Large Desktop , Large Screen End ----------*/
@media (min-width: 1200px) and (max-width: 1920px){
}

@media (min-width: 1600px) and (max-width: 1699px){
    .specialize-section::before {
        right: -60px;
    }
 }

@media (min-width: 1500px) and (max-width: 1599px){
    .specialize-section::before {
        right: -20px;
    }

    .banner-content {
        transform: translate(0, -63%);
        -webkit-transform: translate(0, -63%);
        -moz-transform: translate(0, -63%);
        -ms-transform: translate(0, -63%);
        -o-transform: translate(0, -63%);
    }
} 

@media (min-width: 1500px){
    .container { max-width: 1470px; }
}


@media (min-width: 1200px) and (max-width: 1499px){
    .banner-section .banner-image .shape-1 {
        width: 250px;
        height: 250px;
    }

    .banner-section .banner-image .shape-2 {
        top: -80px;
        left: 370px;
        width: 150px;
        height: 150px;
    }

    .banner-section .banner-image .shape-3 {
        width: 125px;
        height: 125px;
        top: 25px;
        right: 90px;
    }

    .navbar .navbar-brand {
        font-size: 30px;
        line-height: 45px;
    }

    .home-banner .banner-image img {
        height: 360px;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 20px;
        line-height: 27px;
    }

    .header {
        padding: 40px 0;
    }

    .transport-name {
        font-size: 21px;
        line-height: 26px;
        height: 80px;
        padding-bottom: 15px;
    }

    .block-title {
        font-size: 32px;
        line-height: 44px;
    }

    p {
        font-size: 20px;
        line-height: 39px;
    }

    .t-detail ul li, .t-detail ul li a {    
        font-size: 18px;
        line-height: 32px;  
    }

    .t-detail {
        height: calc(100% - 350px);
        padding-top: 18px;
    }

    .transport-name:after {
        width: 306px;
    }

    .navbar-nav .nav-item {
        margin: 0 15px;
    }

    .banner-title {
        font-size: 33px;
        line-height: 120.5%;
    }

    .banner-content {
        transform: translate(0, -68%);
        -webkit-transform: translate(0, -68%);
        -moz-transform: translate(0, -68%);
        -ms-transform: translate(0, -68%);
        -o-transform: translate(0, -68%);
}

    .banner-content img {
        margin-bottom: 0;
    }

    .specialize-section [class^=col-] {
        padding: 0 15px;
    }

    .specialize-section .row {
        margin: 0 -15px;
    }

    .specialize-section::before {
        right: -32px;
    }

    .section-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 65px;
    }

    .transport-img img, .transport-img svg {
        width: 150px;
    }

    .specialize-block {
        padding: 15px 33px 40px;
    }

    .transport-img {
        height: 180px;
    }

    .btn {
        font-size: 22px;
        line-height: 30px;
    }

    .btn-yelllow {
        padding: 11px 13px;
    }

    .content {
        padding-top: 5px;
        padding-bottom: 30px;
    }

    .map-section {
        padding: 30px 0 40px;
        margin-bottom: 30px;
    }

    .what-we-specialize {
        padding-bottom: 30px;
    }

    .our-company-section {
        padding: 50px 0 45px;
    }


    .footer .f-bottom ul li {
        font-size: 14px;
        line-height: 25px;
        margin: 0px 5px;
        padding: 0px 0 0 30px;
    }
    .company-content {
        padding-bottom: 0;
    }

    .contact-section {
        padding-bottom: 120px;
    }

    .home-banner .banner-image .bnr-shape-1 {
        width: 250px;
        height: 250px;
    }

    .home-banner .banner-image .bnr-shape-2 {
        top: -80px;
        left: 370px;
        width: 150px;
        height: 150px;
    }

    .home-banner .banner-image .bnr-shape-3 {
        width: 125px;
        height: 125px;
        top: 20px
    }
} 


@media (min-width: 992px) and (max-width: 1199px){
    .navbar .navbar-brand {
        font-size: 28px;
        line-height: 35px;
    }

    .banner-section .banner-image .shape-1 {
        width: 230px;
        height: 230px;
        left: 110px;
    }

    .banner-section .banner-image .shape-2 {
        width: 145px;
        height: 145px;
        top: -80px;
        left: 310px;
    }

    .banner-section .banner-image .shape-3 {
        top: 20px;
        right: 80px;
        width: 125px;
        height: 125px;
    }

    .home-banner .banner-image img {
        height: 330px;
    }

    .btn {
        font-size: 20px;
        line-height: 25px;
    }

    .navbar .call-us-button {
        margin-left: 35px;
    }

    .navbar-nav .nav-item {
        margin: 0 13px;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 21px;
        line-height: 28px;
    }

    .header {
        padding: 40px 0;
    }

    .banner-content {
        transform: translate(0, -70%);
        -webkit-transform: translate(0, -70%);
        -moz-transform: translate(0, -70%);
        -ms-transform: translate(0, -70%);
        -o-transform: translate(0, -70%);
    }



    .banner-content img {
        width: 180px;
        margin-bottom: 0;
    }

    .banner-title {
        font-size: 30px;
        line-height: 105.5%;
    }

    .specialize-section [class^=col-] {
        padding: 0 15px;
    }

    .specialize-section .row {
        margin: 0 -15px;
    }

    .specialize-section::before {
        right: -20px;
    }

    .content {
        padding-top: 0px;
        padding-bottom: 20px;
    }

    .yellow-shape {
        top: -30px;
    }

    .know-company {
        padding-top: 30px;
    }

    .section-title {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 60px;
    }

    .transport-name {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 15px;
    }

    .specialize-block {
        padding: 10px 12px 20px;
    
    }

    .transport-name:after {
        width: 245px;
    }

    .btn-blue {
        padding: 12px 15px;
    }

    .what-we-specialize {
        padding-bottom: 0;
    }

    .map-section {
        padding: 35px 0 30px;
        margin-bottom: 10px;
    }

    .block-title {
        font-size: 30px;
        line-height: 42px;
    }

    p {
        font-size: 18px;
        line-height: 35px;
    }

    .transport-img img {
        width: 140px;
        margin: 0 auto;
    }

    .transport-img {
        height: 160px;
    }

    .t-detail {
        height: calc(100% - 382px);
        padding-top: 20px;
    }

    .footer .f-bottom ul {
        flex-direction: column;
    }

    .footer .f-bottom ul li {
        margin: 0px 0 10px;
        font-size: 13px;
        line-height: 28px;
    }

    .c-title {
        font-size: 18px;
        line-height: 30px;
    }

    .c-detail {
        font-size: 20px;
        line-height: 30px;
    }

    .know-our-company-block {
        padding: 20px 35px 35px;
    }

    .block-title p {
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 25px;
        padding-top: 10px;
    }

    .company-content {
        padding-bottom: 0;
    }

    .know-company .know-our-company-block {
        padding: 82px 35px 95px;
    }

    .contact-section {
        padding-bottom: 110px;
    }

    .home-banner .banner-image .bnr-shape-1 {
        width: 230px;
        height: 230px;
        left: 110px;
    }

    .home-banner .banner-image .bnr-shape-2 {
        width: 145px;
        height: 145px;
        top: -80px;
        left: 420px;
    }

    .home-banner .banner-image .bnr-shape-3 {
        top: 10px;
        width: 125px;
        height: 125px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .navbar .navbar-brand {
        font-size: 25px;
        line-height: 30px;
        margin-right: 0;
    }

    .banner-section .banner-image .shape-1 {
        width: 180px;
        height: 180px;
        left: 80px;
    }

    .banner-section .banner-image .shape-2 {
        top: -50px;
        left: 210px;
        width: 110px;
        height: 110px;
    }

    .banner-section .banner-image .shape-3 {
        top: 20px;
        right: 112px;
        width: 95px;
        height: 95px;
    }

    .home-banner .banner-image img {
        height: 280px;
    }

    .btn {
        font-size: 15px;
        line-height: 17px;
    }

    .btn-blue {
        padding: 8px 12px;
    }

    .btn:before {
        left: -9px;
        right: -9px;
        top: -9px;
        bottom: -9px;
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 18px;
        line-height: 25px;
    }

    .navbar-nav .nav-item {
        margin: 0 10px;
    }

    .header {
        padding: 35px 0;
    }

    .navbar .call-us-button {
        margin-left: 15px;
    }

    .banner-content img {
        margin-bottom: 0;
        width: 20%;
    }

    .banner-title {
        font-size: 22px;
        line-height: 135.5%;
    }

    .banner-content {
        transform: translate(0, -80%);
        -webkit-transform: translate(0, -80%);
        -moz-transform: translate(0, -80%);
        -ms-transform: translate(0, -80%);
        -o-transform: translate(0, -80%);
    }

    .content {
        padding-top: 10px;
        padding-bottom: 20px;
    }

    .section-title {
        font-size: 32px;
        line-height: 38px;
        margin-bottom: 50px;
    }

    .banner-section .banner-image:before {
        max-height: 175px;
    }

    .transport-img img {
        width: 110px;
        margin: 0 auto;
    }

    .specialize-section [class^=col-] {
        padding: 0 15px;
    } 

    .specialize-section .row {
        margin: 0 -15px;
    }

    .transport-name {
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 5px;
    }

    .transport-name:after {
        width: 195px;  
    }

    .transport-name h1, .transport-name h2, .transport-name h3, .transport-name h4, .transport-name h5, .transport-name h6 {
        min-height: 45px;
    }

    .transport-img {
        height: 140px;
    }

    .t-detail {
        height: calc(100% - 355px);
        padding-top: 18px;
    }

    .t-detail ul li, .t-detail ul li a {
        font-size: 16px;
        line-height: 26px;
    }

    .specialize-section::before {
        right: -30px;
        top: -40px;
    }

    .specialize-block {
        padding: 10px 15px 25px;
        border-radius: 35.9922px;
        -webkit-border-radius: 35.9922px;
        -moz-border-radius: 35.9922px;
        -ms-border-radius: 35.9922px;
        -o-border-radius: 35.9922px;
    }

    .specialize-block::after {
        border-radius: 30.1016px;
        -webkit-border-radius: 30.1016px;
        -moz-border-radius: 30.1016px;
        -ms-border-radius: 30.1016px;
        -o-border-radius: 30.1016px;
        top: 30px;
        left: 12px;
        bottom: -16px;
        right: 12px;
    }

    .map-shadow::after {
        border-radius: 32.1016px;
        -webkit-border-radius: 32.1016px;
        -moz-border-radius: 32.1016px;
        -ms-border-radius: 32.1016px;
        -o-border-radius: 32.1016px;
        top: 30px;
        left: 45px;
        right: 45px;
        bottom: -18px;
    }

    .what-we-specialize {
        padding-bottom: 20px;
    }

    .map-section {
        padding: 30px 0 0px;
        margin-bottom: 20px;
    }

    .map-block a img {
        padding: 18px;
        border-radius: 32.9922px;
        -webkit-border-radius: 32.9922px;
        -moz-border-radius: 32.9922px;
        -ms-border-radius: 32.9922px;
        -o-border-radius: 32.9922px;
    }

    .block-title {
        font-size: 27px;
        line-height: 35px;
    }

    p {
        font-size: 19px;
        line-height: 35px;
    }

    .footer {
        padding: 60px 0 25px;
    }

    .map-block iframe {
        height: 450px;
    }
    /* ============= Know Our Company Start ============= */
    .know-company .know-our-company-block {
        padding: 82px 45px 95px;
    }

    .know-our-company-block {
        padding: 40px 30px 20px;
    }

    .know-our-company-block::before {
        top: 25px;
        left: 53px;
        right: 46px;
        bottom: -27px;
        border-radius: 30.9922px;
        -webkit-border-radius: 30.9922px;
        -moz-border-radius: 30.9922px;
        -ms-border-radius: 30.9922px;
        -o-border-radius: 30.9922px;
    }

    .know-our-company-block::after {
        border-radius: 40.1016px;
        -webkit-border-radius: 40.1016px;
        -moz-border-radius: 40.1016px;
        -ms-border-radius: 40.1016px;
        -o-border-radius: 40.1016px;
    }

    .know-company {
        padding-bottom: 90px;
        padding-top: 33px;
    }

    .yellow-shape {
        top: -20px;
    }

    .company-content {
        padding-bottom: 0;
    }

    
    /* ============= Know Our Company End ============= */
    .footer .f-bottom ul {
        flex-direction: column;
    }

    .footer .f-bottom ul li {
        margin: 0px 0 10px;
        font-size: 13px;
        line-height: 28px;
    }

    .block-title p {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 22px;
        padding-top: 10px;
    }

    .contact-section .block-title {
        padding-bottom: 10px;
    }

    .c-title {
        font-size: 16px;
        line-height: 27px;
    }

    .c-detail {
        font-size: 17px;
        line-height: 27px;
    }

    .icon-img {
        width: 65px;
        height: 65px;
        margin-bottom: 20px;
    }

    .icon-img img {
        width: 28px;
    }

    .contact-section {
        padding-bottom: 80px;
    }

    .home-banner .banner-image .bnr-shape-1 {
        left: 80px;
        width: 180px;
        height: 180px;
    }

    .home-banner .banner-image .bnr-shape-2 {
        top: -60px;
        left: 210px;
        width: 110px;
        height: 110px;
    }

    .home-banner .banner-image .bnr-shape-3 {
        top: 20px;
        right: 112px;
        width: 95px;
        height: 95px;
    }
}

@media (min-width: 768px) {
}

@media (max-width: 767px) {
    ul.nav.navbar-nav li {
        border-bottom: 2px solid #374A5C;
    }

    ul.nav.navbar-nav li:last-child {
        border-bottom: none;
    } 

    .banner-section .banner-image:before {
        background-size: contain;
        background-position: bottom;
        left: -1px;
        right: -1px;
    }

    .main-page-bnr .banner-image img {
        min-height: 157px;
        object-fit: cover;  
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px; 
    }

    .banner-image::after {
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    .banner-section .banner-image {
        margin: 0 3px;
    }

    .banner-content img {
        width: 74px;
        margin-bottom: 0;
    }
    

    .banner-image::after {
        background: linear-gradient(0deg, rgba(13, 18, 36, 0.7), rgba(13, 18, 36, 0.7));
    }

    .banner-title {
        font-size: 14px;
        line-height: 21px;
    }

    .call-us-button .btn {
        font-size: 12px;
        line-height: 22px;
    }

    .header {
        padding: 21px 0 18px;
    }

    .header .container {
        padding: 0 11px;
    }

    .navbar .navbar-brand {
        font-size: 16px;
        line-height: 24px;
        width: 100px;
        white-space: normal;
        margin-right: 0;
    }

    .see-more-btn .btn {
        font-size: 10px;
        line-height: 13px;
    }

    

    .content {
        padding-top: 0;
        padding-bottom: 20px;
    }

    .specialize-section::before {
        display: none;
    }

    .section-title {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .specialize-section [class^=col-] {
        padding: 0 7px;
    }

    .specialize-section .row {
        margin: 0 -7px;
    }

    .specialize-block {
        padding: 20px 12px 21px;
        margin: 0 auto 9px;
        border-radius: 18.6547px;
        -webkit-border-radius: 18.6547px;
        -moz-border-radius: 18.6547px;
        -ms-border-radius: 18.6547px;
        -o-border-radius: 18.6547px;
    }

    .see-more-btn {
        padding-top: 35px;
    }

    .transport-name {
        font-size: 13px;
        line-height: 15px;
        padding-bottom: 0;
    }

    .t-detail ul li, .t-detail ul li a {
        font-size: 12px;
        line-height: 19px;
    }

    .transport-name:after {
        width: 120px;
    }

    .block-title {
        font-size: 20px;
        padding-bottom: 7px;
        margin-bottom: 20px;
    }

    p {
        font-size: 16px;
        line-height: 28px;
    }

    .map-block iframe {
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
    }

    .map-block iframe {
        padding: 10px 5px;
    }

    .map-block:after,
    .map-block:before,
    .our-company-section .image:before {
        display: none;
    }

    .our-company-section [class^=col-] {
        padding: 0 15px;
    } 

    .our-company-section .row {
        margin: 0 -15px;
        flex-direction: row-reverse;
    }

    .map-section {
        margin-bottom: 0;
        padding: 0 0 55px;
    }

    .map-block a img {
        padding: 11px 5px;
        border-radius: 20px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        -ms-border-radius: 20px;
        -o-border-radius: 20px;
}

    .our-company-section {
        padding: 10px 0;
    }

    .our-company-section .container {
        padding: 0 11px;
    }

    .what-we-specialize {
        padding-bottom: 0;
    }

    .btn-yelllow:before {
        left: -7px;
        right: -7px;
        top: -7px;
        bottom: -7px;
    }

    .btn-yelllow {
        padding: 7px 12px;
    }

    .transport-img img {
        width: 81px;
    }

    .transport-img {
        /* max-height: 234px; */
        height: auto;
    }

    .t-detail {
        height: calc(100% - 190px);
        padding-top: 9px;
    }

    .btn-blue:before {
        left: -7px;
        right: -7px;
        top: -7px;
        bottom: -7px;
    }

    .specialize-block::after {
        top: 25px;
        left: 12px;
        bottom: -11px;
        right: 12px;
        border-radius: 22.8002px;
        -webkit-border-radius: 22.8002px;
        -moz-border-radius: 22.8002px;
        -ms-border-radius: 22.8002px;
        -o-border-radius: 22.8002px;
    }

    .what-we-specialize .container {
        padding: 0 11px;
    }

    .transport-name {
        height: 124px;
    }

    .banner-content {
        transform: translate(0, -62%);
        -webkit-transform: translate(0, -62%);
        -moz-transform: translate(0, -62%);
        -ms-transform: translate(0, -62%);
        -o-transform: translate(0, -62%);
    }

    .navbar-nav .nav-item .nav-link {
        font-size: 16px;
        line-height: 24px;
    }

    .navbar .call-us-button {
        margin-left: 0;
        position: absolute;
        right: 60px;
        top: 9px;
    }

    ul.nav.navbar-nav {
        background-color: #fff;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
}

    .navbar-nav .nav-item {
        margin: 0;
        padding: 5px 10px;
    }

    .navbar-nav .nav-item .nav-link:hover, .navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item .nav-link.current-menu-item {
        color: #374A5C;
    }

    .footer .f-bottom {
        border: none;
    }

    .footer .f-bottom ul li {
        margin: 0;
        padding: 0 0 19px 36px;
    }

    .footer .f-bottom ul {
        flex-direction: column;
    }

    .footer .f-bottom .f-call-time {
        justify-content: flex-start;
    }

    .footer {
        padding: 0px 0 25px;
    }

    .footer .f-bottom {
        padding-bottom: 31px;
        padding-left: 19px;
    }

    .map-block iframe {
        height: 353px;
    }
 
    .map-shadow::after {
        top: 24px;
        left: 24px;
        right: 24px;
        bottom: -12px;
        border-radius: 35px;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        -ms-border-radius: 35px;
        -o-border-radius: 35px;
    }

    .our-company-detail {
        padding-top: 32px;
    }

    .social-icons {
        padding-top: 0;
        padding-bottom: 21px;
    }

    .footer .f-top {
        padding-bottom: 27px;
        padding-top: 15px;
    }

    .f-bottom .row {
        margin: 0 0;
    }
    
    .f-bottom [class^=col-] {
        padding: 0 0;
    }
    /* ============ Know company Start ============ */
    .know-company .know-our-company-block {
        padding: 18px 15px 33px 22px;
    }

    
    .yellow-shape {
        display: none;
    }

    .know-our-company-block {
        padding: 18px 15px 0 18px;
    }

    .know-our-company-block::after {
        border-radius: 25px;
        -webkit-border-radius: 25px;
        -moz-border-radius: 25px;
        -ms-border-radius: 25px;
        -o-border-radius: 25px;
    }

    .know-our-company-block::before {
        border-radius: 35px;
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        -ms-border-radius: 35px;
        -o-border-radius: 35px;
        top: 54px;
        left: 18px;
        right: 19px;
        bottom: -19px;
    }

    .company-content {
        padding-bottom: 0;
    }

    .know-company {
        padding-bottom: 76px;
        padding-top: 0;
    }

    .home-pg .shape1,
    .home-pg .shape2 {
        display: none;
    }

    .know-company .block-title.border-yellow:before {
        background-color: #FF4D00;
        width: 46px;
    }

    .cookie-policy .detail {
        display: block;
        padding: 10px 0px 10px 10px;
        text-align: left;
    }

    span.cookie-close img {
        width: 10px;
    }

    .cookie-policy .detail p {
        font-size: 11px;
        line-height: 16px;
    }

    .footer .container {        
       padding: 0 11px;
    }

    .cookie-policy .detail .cookie-close {
        right: 12px;
        top: 49%;
    }

    .know-company .container {
        padding: 0 11px;
    }
    /* ============ Know company End ============ */

    .block-title p {
        font-size: 17px;
        line-height: 28px;
        margin-bottom: 22px;
    }

    .c-title {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 0;
    }

    .c-detail {
        font-size: 16px;
        line-height: 32px;
    }

    .icon-img {
        width: 54px;
        height: 54px;
        margin-bottom: 20px;
    }

    .icon-img img {
        width: 27px;
    }

    .contact-section {
        padding-bottom: 90px;
    }

    .contact-section .block-title {
        margin-bottom: 0;
        padding-bottom: 32px;
    }

    .contact-block {
        padding-bottom: 17px;
    }

    .contact-section .container {
        padding: 0 11px;
    }
    
}

/*---------- Small Mobile , IPhone Start ----------*/

/*=== Screen Size = 240, 320, 360, 480, 568 ===*/


@media (min-width: 576px) and (max-width: 767px){
    .banner-section .banner-image .shape-1 {
        width: 96px;
        min-height: inherit;
        bottom: 20px;
        left: 20px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        opacity: 0.8;
}
    
    .banner-section .banner-image .shape-2 {
        width: 95px;
        min-height: inherit;
        top: -25px;
        left: 30px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
}

    .banner-section .banner-image .shape-3 {
        width: 65px;
        min-height: inherit;
        top: 15px;
        right: 30px;
        background: #fff;
        opacity: 0.5;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
}
}

@media (min-width: 441px) and (max-width: 767px) {

    .home-banner .banner-image img {
        min-height: 105px;
        height: auto;
    }

    .home-banner .banner-image .bnr-shape-1 {
        display: none;
    }

    .home-banner .banner-image .bnr-shape-2 {
        top: -35px;
        left: 35px;
        width: 75px;
        height: 75px;
        opacity: 0.5;
        min-height: auto;
    }

    .home-banner .banner-image .bnr-shape-3 {
        top: 8px;
        right: 40px;
        width: 50px;
        height: 50px;
        opacity: 0.5;
        min-height: auto;
    }
   
}

@media (min-width: 375px) and (max-width: 767px) {
    .btn-blue {
        padding: 7px 20px;
    }
}



@media (min-width: 240px) and (max-width: 374px) {
    .call-us-button .btn {
        font-size: 10px;
        line-height: 12px;
    }

    .btn-blue {
        padding: 7px 8px;
    }

    .navbar .call-us-button {
        right: 50px;
        top: 14px;
    }

    .navbar .navbar-brand {
        font-size: 14px;
        line-height: 24px;
    }

    .navbar .navbar-brand {
        font-size: 14px;
        line-height: 24px;
    }

    .cookie-policy .detail p {
        font-size: 9px;
        line-height: 11px;
    }

} 

@media (max-width: 374px) {
    .col-6.col-md-4 {
        max-width: 100%;
        flex: 100%;
    }
}

@media (min-width: 240px) and (max-width: 440px) {
    .home-banner .banner-image img {
        height: 105px;
    }

    .home-banner .banner-image .bnr-shape-1 {
        display: none;
    }

    .home-banner .banner-image .bnr-shape-2 {
        top: -15px;
        left: 35px;
        width: 35px;
        height: 35px;
        opacity: 0.5;
    }

    .home-banner .banner-image .bnr-shape-3 {
        top: 8px;
        right: 40px;
        width: 28px;
        height: 28px;
        opacity: 0.5;
    }
}

@media (min-width: 240px) and (max-width: 575px){
    .banner-section .banner-image .shape-1 {
        width: 56px;
        min-height: inherit;
        bottom: 20px;
        left: 20px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        opacity: 0.6;
}
    
    .banner-section .banner-image .shape-2 {
        width: 35px;
        min-height: inherit;
        top: -4px;
        left: 30px;
        background-color: #fff;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
}

    .banner-section .banner-image .shape-3 {
        width: 35px;
        min-height: inherit;
        top: 15px;
        right: 30px;
        background: #fff;
        opacity: 0.5;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
}
}

