@charset "utf-8";
/* CSS Document */




@media screen and (min-width: 1200px) {
}
@media screen and (min-width: 992px) and (max-width: 1199px)  {
    .herosection {
        width: 100%;
        height: 80vh;
    }
} 
@media screen and (min-width: 768px) and (max-width: 991px)  {
    .nav li{
        margin: 0 5px;
    }
    .herosection {
        width: 100%;
        height: 70vh;
    }
    .left_hero_text h1 {
        font-size: 30px;
    }
    .left_hero_text p {
        font-size: 15px;
        margin: 17px 0;
    }
    .btn_common1 {
        font-size: 14px;
        padding: 9px 20px;
    }
    .rate {
        font-size: 17px;
    }
    .trstrate label {
        font-size: 13px;
    }
    .footer_logo a {
        margin-left: auto;
        margin-right: auto;
    }
    .footer_logo {
        text-align: center;
    }
    .footer_nav{
        margin-right: auto;
    }
}
@media only screen and (max-width : 767px) {
    .left_hero_text {
        padding: 1vh 0;
        text-align: center;
        max-width: 230px;
        margin: auto;
    }
    .left_hero_text h1 {
        font-size: 24px;
    }
    .left_hero_text p {
        font-size: 15px;
        margin: 17px 0;
    }
    .btn_common1 {
        font-size: 14px;
        padding: 9px 20px;
    }
    .rate {
        font-size: 17px;
    }
    .trstrate label {
        font-size: 13px;
    }
    .trast_point{
        display: none;
    }
    .brndlogo,.navmenu.fixed .brndlogo {
        max-width: 145px;
    }
    .navmenu.fixed{
        padding: 12px 0;
    }
    .menumobile {
        display: block;
    }
    .menu {
        position: fixed;
        left: -280px;
        top: 10px;
        bottom: 10px;
        width: 80%;
        height: calc(100vh - 20px);
        max-width: 250px;
        padding: 50px 20px;
        background: #fff;
        justify-content: center;
        box-shadow: 0px 2px 20px #1a775030;
        border-radius: 0px 50px 50px 0;
        transition: all 0.3s;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
    }
    .menu.open{
        left: 0px;
    }
    .menu .dropdownlang{
        position: absolute;
        top: 75vh;
        left: 41px;
        width: 170px;
        text-align: center;
    }
    .nav {
        display: block;
        text-align: center;
    }
    .package_slider{
        overflow: auto;
        flex-wrap: nowrap;
        justify-content: start !important;
    }
    .imgbox img {
        border-radius: 10px;
    }
    .imgbox {
        font-size: 12px;
    }
    .section {
        padding: 50px 0;
    }
    .section_title h2 {
        font-size: 23px;
    }
    .section_title p {
        font-size: 15px;
    }
    .packagebody h1 {
        font-size: 26px;
    }
    .floadtrast {
        width: 59px;
        height: 59px;
        padding: 6px;
        top: 5%;
        right: 79%;
    }
    .footer_logo a {
        margin-left: auto;
        margin-right: auto;
    }
    .footer_logo {
        text-align: center;
    }
    .footer_nav{
        display: block;
        text-align: center;
        margin-right: auto;
    }
    .footer_nav li{
        display: inline-block;
        margin: 0 11px;
        line-height: 2.3;
    }
    .footer_nav li:first-child {
        margin-left: 11px;
    }
    .footer_nav li:last-child {
        margin-right: 11px;
    }
    .both_content {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 40px;
        height: auto;
    }
    .pb-200{
        padding-bottom: 100px;
    }
    .inner_page{
        margin-top: 52px;
    }
    .top_inner {
        padding-top: 50px;
        padding-bottom: 13px;
        padding-left: 2px;
        padding-right: 2px;
    }
    .contact_form {
        padding: 3rem 2rem;
    }
    .connection_sec .right_hero_ig {
        max-width: 170px;
    }

    .top_inner .p1,.top_inner .p2,.top_inner .p3,.top_inner .p4,.top_inner .p5,.top_inner .p6,.top_inner .p7{
        display: none;
    }

    .video-box iframe{
        width: 100%;
        height: 100%;
        min-height: 180px;
    }
    .owl-carousel .owl-stage-outer {
        display: inherit !important;
        align-items: inherit !important;
        justify-content: inherit !important;
    }
}
.container-chatwoot {
    position: relative;
    overflow: hidden;
    margin: 0 auto; /* Centre le conteneur horizontalement */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); /* Ajoute une ombre autour du conteneur */
    max-width: 750px; /* Maximum width pour assurer que le conteneur ne devienne pas trop grand */
    min-height: 500px;
    max-height: 75vh; /* Utilise vh pour limiter la hauteur basée sur la hauteur de la fenêtre du navigateur */
  }
  
  .responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
  }


