/*desktop Gangaiah*/
@media screen and (min-width:1100px){
  .buton-menu-mobile{
    display:none;
  }
  #menu-mobile{
    display:none!important;
  }

  .background-image{
    width:100%;
    height:600px !important;
    object-fit: cover;
    object-position: center;
  } 

}

@media screen and (max-width:1200px){
  .hightlights-home .hightlight-item{
    width:30%;
  }
  .hightlights-home .hightlight-item:first-child, .hightlights-home .hightlight-item:nth-child(2){
    margin-right:4%;
  }
  #sliding-popup .popup-content #popup-buttons{
    max-width:20%;
  }

  #sliding-popup .popup-content #popup-buttons button{
    padding:0 20px;
    margin-top:0;
    margin-bottom:5px;
  }
  #sliding-popup .popup-content #popup-text{
    max-width:75%;
  }
}

@media screen and (min-width:736px){
  .caixa{
    display:none;
  }
  .mobile-rs{
    display:none;
  }

  #footer #block-lang-dropdown-language{
    display:none;
  }

  .group-agreements .field-items .field-item{
    flex:1;
  }

}

@media screen and (max-width:1100px) and (min-width:736px){
  #block-menu-menu-footer{
    width:80%;
  }

  #block-axa-social-media-follow-us-links{
    width:20%;
    margin-top:-85px;
  }

  #footer{
    padding-left:90px;
    padding-right:90px;
  }

  #block-axa-social-media-follow-us-links ul li{
    padding:0 7px 0 0;
  }
  #footer .container > h3{
    width:120px;
  }

}

@media screen and (max-width:1140px){
  .submenu .desciption-item-menu{display:none!important;}

  .node-type-featured-page .field-name-body, .node-type-featured-page .table-countries{
    padding-left:20px;
    padding-right:20px;
  }
  #page{
    position:relative;
    overflow-x:hidden;
  }

  .quote-me-header{
    position:absolute;
    float:none;
    right:110px;
    margin-top:0;
    top:15px;
  }

  .quote-me-header p{
    margin:0;
  }

  .block-banner .headlines-banner-top, 
  .node-type-product .field-name-field-product-introduction, 
  .node-type-product .features-glance,
  .node-type-product .benefits-product{
    max-width:710px;
  }
  .block-banner .field-name-instant-quote-block-field{
    display:none;
  }

  .background-image{
    width:100%;
    height:390px;
    object-fit: cover;
    object-position: center;
  }
  
  .container, .node-schengenpage{
   /* padding:0 20px;*/
  }

  .node-schengenpage h1{
    padding-top:40px;
  }

  .quote-me-block, .region-navigation{
    display:none;
  }

  #navigation .menu{
    display: block;
    margin-top: -2.5rem;
    margin-left: 4%;
  }

  #navigation .menu + a{
    display:block;
    padding:10px 20px;
    border:solid 2px #00008f;
    width:88%;
    margin: 35px auto 0 auto;
    text-align: center;
    
  }
  #navigation .menu + a .buttonMyAccount{
    font-size:12px;
    text-transform: uppercase;
    font-weight:600;
    color:#00008f;

  }

  #logo{
    width:43px;
    padding-top:10px;
  }

  #navigation{
    clear:both;
    width:100%;
    height:60px;
  }
  #header{
    display:none;
  }

  #block-menu-menu-mainnav{
    display:none;
  }

  .buton-menu-mobile{
    display:inline-block;
 /* width:30px;
    height:35px;*/
    margin-top: -11%;
    float:right;
    /*padding-right:10px;
    padding-top:10px;*/
    cursor:pointer;
  }
  .buton-menu-mobile .bar{
    display: block;
    height: 2px;
    width: 26px;
    background-color: #00008f;
    margin: 7px auto;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
  }

  .buton-menu-mobile.active .top{
    -webkit-transform: translateY(8px) rotateZ(45deg);
    -moz-transform: translateY(8px) rotateZ(45deg);
    -ms-transform: translateY(8px) rotateZ(45deg);
    -o-transform: translateY(8px) rotateZ(45deg);
    transform: translateY(8px) rotateZ(45deg);
  }

   .buton-menu-mobile.active .middle{
    width:0px;
  }

  .buton-menu-mobile.active .bottom{
    -webkit-transform: translateY(-10px) rotateZ(-45deg);
    -moz-transform: translateY(-10px) rotateZ(-45deg);
    -ms-transform: translateY(-10px) rotateZ(-45deg);
    -o-transform: translateY(-10px) rotateZ(-45deg);
    transform: translateY(-10px) rotateZ(-45deg);
  }


  #menu-mobile{
    display:none;
  }
  #menu-mobile.show-menu{
    display:block;
    position:absolute;
    z-index:30;
    top:61px;
    width:100%;
    height: 180% !important;
    left:0;
    transition: .5s;
    background-color:#fff;
  }

  #menu-mobile.move-menu{
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
  }

  #menu-mobile .menu > li > .menu {
    padding-top:0!important;
  }

  #menu-mobile .menu > li > .menu{
    position:absolute;
    right:-100%;
    width:100%;
    height: 100% !important;
    display:none;
    top:0;
    background-color:#fff;
  }

  #menu-mobile .menu > li > .menu span{
    font-size:16px;
    font-weight:bold;
    padding:20px 40px 30px 15px;
    text-transform:uppercase;
    border-bottom: solid 1px #e5e5e5;
    display:block;
    background-color:#fff;
    color:#00008f;
    cursor:pointer;
  }

  #menu-mobile .item-selected  .menu{
    display:block !important;
    margin: 0px !important;
    right: -100%;
    width: 100% !important;
  }

  #menu-mobile i{
    border:solid #00008f;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    cursor:pointer; 
  }

  #menu-mobile i.right{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    float:right;
    margin-right:10%;
    margin-top:7px;
  }

   #menu-mobile i.left{
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    margin-right:10px;
     padding: 4px;
  }
   #menu-mobile ul{
     background-color:#fff;
    width: 94%!important;
   } 
.block-dropdown-language .dropbutton-widget ul li {
    /*background-color: #fafafa !important;*/
    border-bottom: solid 1px #fafafa !important;
    max-width: fit-content;
    float: none!important;
}
.block-dropdown-language .dropbutton-widget ul {
    background-color: #fafafa !important;
}
   #menu-mobile .menu li{
    background-color:#fff;
    width:100%!important;
    float:none!important;
    padding:5px 0 7px 35px!important;
    border-bottom:solid 1px #e5e5e5;
   }

   #menu-mobile .menu li a, #menu-mobile .menu li .submenu ul li a{
    font-size:14px;
    text-transform:uppercase;
    font-weight:600;
    color:#00008f;
    padding:10px 0;
    display:inline-block;
    width:calc(100% - 65px);
    /*float:left;*/
   }

   #menu-mobile .menu li .submenu ul li a{
    width:100%;
   }

   #menu-mobile .menu li .submenu ul li{
    display:inline-block;
   }

   .arrow-box{
    width:35px;
    height:35px;
    display:inline-block;
       padding-top:10px;
   }

   #menu-mobile #block-lang-dropdown-language, #footer #block-lang-dropdown-language{
    position:absolute;
    bottom:10px;
    width:100%;
    border-top: solid 1px #00008f;
    background-color:#fafafa;
   }
  
  #footer #block-lang-dropdown-language{
     background-color:#00008f!important;
     margin-bottom:0;
  }
  

   #footer #block-lang-dropdown-language{
    position:static;
   }

   #menu-mobile #block-lang-dropdown-language .ddsCustom .dd-container,
   #footer #block-lang-dropdown-language .ddsCustom .dd-container,
   #menu-mobile #block-lang-dropdown-language .dd-select,
   #footer #block-lang-dropdown-language .dd-select
   {
    float:none;
    width:100%!important;
   }

   #menu-mobile #lang-dropdown-select-language,
   #footer #lang-dropdown-select-language{
    display:flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    
   }

   #menu-mobile #lang-dropdown-select-language ul,
   #footer #lang-dropdown-select-language ul{
    order:1;
   }

   #menu-mobile #lang-dropdown-select-language .dd-select,
   #footer #lang-dropdown-select-language .dd-select{
    order:2;
    border:none!important;
    padding:0 10%;
    width:80%!important;
    background-color:#fafafa!important;
   }

   #footer #lang-dropdown-select-language .dd-select{
    background-color:#00008f!important;
    color:#ccc!important;
    text-align:left;
    padding:10px 0 10px 20px;
    width:100%!important;
   }

   #footer .form-item{
    margin:0;
   }

   #footer #lang-dropdown-select-language .dd-select .dd-selected{
    color:#fff;
    font-weight:normal!important;
    position:relative;
   }
   #footer #lang-dropdown-select-language .dd-select .dd-selected:after{
     content: "";
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    cursor: pointer;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position:absolute;
    top:10px;
    right:35px;
   }

   #footer #lang-dropdown-select-language .dd-select .dd-pointer{
    display:none;
   } 

   #menu-mobile #lang-dropdown-select-language .dd-options.show-langs,
   #footer #lang-dropdown-select-language .dd-options.show-langs{
    display:block!important;
    padding-bottom:25px!important;
    padding-top:15px!important;
    bottom:30px;
   }

   #footer #lang-dropdown-select-language .dd-options.show-langs p{
    text-align:left;
    margin-bottom:5px;
    font-size:14px;
   }

   #footer #lang-dropdown-select-language .dd-options.show-langs{
    position:static;
   }

   #menu-mobile #lang-dropdown-select-language .dd-options li,
   #footer #lang-dropdown-select-language .dd-options li{
    padding:0!important;
    border-bottom:none!important;
   }

   #footer #lang-dropdown-select-language .dd-options li{
    text-align:left;
   }

   #menu-mobile #lang-dropdown-select-language .dd-options li a{
    text-transform:inherit;
    padding-left:50px;
   }

   #footer #lang-dropdown-select-language .dd-options li a{
      padding-left:35px;
   }

   #footer #lang-dropdown-select-language .dd-options li a.dd-option-selected{
     background:url('../images/check-blue.png') no-repeat left 10px top 8px #fff;
     
   }

   #footer #lang-dropdown-select-language .dd-options li a.dd-option-selected label{
    font-weight:600;
    color:#333;
   }

   #footer #lang-dropdown-select-language .dd-options li a label{
    color:#00008f;
   }

   #menu-mobile #lang-dropdown-select-language ul.dd-options,
   #footer #lang-dropdown-select-language ul.dd-options{
    width:90%!important;
    padding:2% 5%!important;
    background-color:#fafafa;
   }

   #menu-mobile #lang-dropdown-select-language .dd-option,
   #footer #lang-dropdown-select-language .dd-option{
    padding:3px 1%;
   }

   #menu-mobile .ddsCustom .dd-pointer,
   #footer .ddsCustom .dd-pointer{
    right:10%!important;
   }

   #menu-mobile .ddsCustom .dd-pointer-down,
   #footer .ddsCustom .dd-pointer-down{
    background:url('../images/up-blue.png') no-repeat center center;
    border:none!important;
    width:10px;
    height:6px;
   }
   .block-banner .field-name-field-home-header-title-1{
    font-size: 57px;
    line-height: 60px;
    padding-bottom: 10px;
    width: 340px;
    margin-top: -60% !important;
    font-size: 38px !important;
   }
   .field-name-field-home-header-title-1-div {
   	margin-top: 15px !important;
   }
   #content .quote-me-product a{
    padding:12px 30px;
   }

   .node-homepage .group-product1, .node-landing-page .group-product1,
   .node-homepage .group-product3, .node-landing-page .group-product3{
    width:160px;
   }

   .block-banner .headlines-banner-top .buy{
    display:block;
   }

   .node-homepage .products-home{
    max-width:750px;
   }

   /*product tablet*/
   .node-type-product .features-glance ul{
    padding:0;
    margin:0;
   }
   .node-type-product .features-glance ul li{
    width:30%;
    padding:20px 2% 0 0;
    flex:initial;
   }

   .node-type-product .field-name-field-product-header-title{
    font-size:62px;
   }
  .block-banner .background-image + .headlines-banner-top{
    margin-top:-300px;
    height:300px;
    width:85%;
  }

}

@media all and (max-width: 750px) {
  table{
   /* width:750px;*/
  }

  .background-image + .headlines-banner-top{
    padding-left:2%;
  }

  .block-banner .background-image + .headlines-banner-top{
    margin-top:-250px;
    height:250px;
    width:85%;
  }


  .node-type-featured-page table{
    width:auto!important;
  }

  .node-type-featured-page .responsive-table{
    background-image:none;
  }

  .node-type-featured-page .responsive-table .caixa{
    display:none;
  }

  .group-agreements .field-items .field-item{
      width:33%;
  }

  .item-agreement .field-items .field-item{
    width:100%;
  }

  .video-footer .col-right, .video-footer .col-video{
    width:100%;
  }

  .background-image{
    width:100%;
    height:280px;
    margin-top: 28px;
    object-fit: cover;
    object-position: center;
  }

  #block-menu-menu-footer{
    width:100%;
  }

  #footer #block-menu-menu-footer ul{
    display:block;
    width:100%;
    background-image: linear-gradient(to bottom, #2425aa, #3032c1 6%, #3032c1 95%, #2425aa);
  }

  #footer #block-menu-menu-footer ul li{
    float:none;
    width:100%;
    padding:15px 20px;
    border-bottom:solid 1px #494df4;
  }

  #footer #block-menu-menu-footer ul li a{
    text-transform:inherit;
  }

  #footer .show-menu-footer #block-menu-menu-footer ul{
    display:block;
  }
  
  .legals-block{
    float:none;
    width:100%;
    text-align: center;
  }

  #block-axa-social-media-follow-us-links{
    display:none;
  }

  .node-schengenpage{
    padding:0;
  }
  .responsive-table{
  	height:100%;
  	width:100%;
  	overflow-x:scroll;
  	position:relative;
    /*border-right:4px solid #333;*/
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  }

  .caixa{
    z-index:20;
    position:absolute;
    top:0px;
    right:0px;
    width:20px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15));
  }

  .mobile-rs{
    display:inline-block;
    width:100%;
    padding-bottom:30px;
  }

  .mobile-rs ul{
    list-style-type: none;
  }

  .mobile-rs ul li{
    float:left;
    padding-right:20px;
  }
  .mobile-rs ul li img{
    width:26px;
    height:auto;
  }

  #footer h3{
    font-weight:normal;
    margin:20px 0;
    position:relative;
    padding:0 20px;
  }

  #footer h3:after{
    position:absolute;
    top:5px;
    right:15px;
    content:"";
    border:solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    cursor:pointer; 
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }

  #footer{
    padding-top:10px;
  }
  #footer .container{
   /* border-top:1px solid #3032c1;
    padding:0;
  }

  #block-menu-menu-footer{
    margin-bottom:0;
  }

  
  .block-banner .headlines-banner-top .field-name-field-home-header-title-2{
    font-size:14px;
  }

  .node-type-product .block-banner .headlines-banner-top .field-name-field-home-header-title-2{
    display:none;
  }
  .block-banner .headlines-banner-top .field-name-field-home-header-title-1, .block-banner .headlines-banner-top h1{
    color:#333;
    font-size:48px;
    line-height:55px;
    width:100%;
  }

  #content .link-banner{
    margin-top:10px;
    margin-bottom:40px;
  }

  .node-type-product .field-name-field-product-header-title{
    width:100%;
  }

  .node-type-product .features-glance ul li{
    width:90%;
    padding-right:0;
    padding-left:0;
  }

  .node-type-product .field-name-field-product-header-title{
    color:#333;
    font-size:48px;
    line-height:1.1em;
  }


  .node-type-product .field-name-field-product-introduction,
  .node-type-product .benefits-product,
  .node-type-product .field-name-field-product-cover-footer{
    max-width:90%;
    margin:auto;
  }

  .node-type-product .benefits-product table{
    width:750px;
  }

  .headlines-banner-top{
    padding-left:0;
  }

  .block-banner .background-image + .headlines-banner-top{
    height:250px;
    margin-top:-250px;
    max-width:60%;
  }

  .block-banner .background-image + .headlines-banner-top h1{
    width:70%;
    display:block;
    float:none;
  }

  h1{
    font-size:62px;
    line-height:70px;
  }

}

@media all and (max-width: 570px) {
  .buton-menu-mobile .bar{
    width:25px;
  }

  .buton-menu-mobile.active .top{
    -webkit-transform: translateY(7px) rotateZ(45deg);
    -moz-transform: translateY(7px) rotateZ(45deg);
    -ms-transform: translateY(7px) rotateZ(45deg);
    -o-transform: translateY(7px) rotateZ(45deg);
    transform: translateY(7px) rotateZ(45deg);
  }

  .buton-menu-mobile.active .bottom {
    -webkit-transform: translateY(-13px) rotateZ(-45deg);
    -moz-transform: translateY(-13px) rotateZ(-45deg);
    -ms-transform: translateY(-13px) rotateZ(-45deg);
    -o-transform: translateY(-13px) rotateZ(-45deg);
    transform: translateY(-13px) rotateZ(-45deg);
  }
  .buton-menu-mobile{
    padding-right:0;
    width:25px;
  }

  .quote-me-header{
    right:80px;
  }
  .quote-me-header a{
    font-size:13px;
  }
  .block-banner .background-image + .headlines-banner-top{
    max-width:90%;
    margin:0 5%;
    padding-top:14px;
    height:auto;
  }

  .block-banner .background-image + .headlines-banner-top h1{
    color:#333;
    width:100%;
  }
  #navigation .menu + a{
    width:69%;
  }
  .block-banner .field-name-field-home-header-title-2{
    width:100%;
  }

  .group-agreements .field-items{
    justify-content:center;
  }

  .group-agreements .field-items .field-item{
      width:100%;
  }

  .item-agreement .field-items .field-item{
    width:70%;
  }
  .slick-dots{
    display:none!important;
  }
  
  .node-homepage .products-home{
    display:block;
    position:relative;
  }

  .node-homepage .products-home .slick-next, .node-homepage .products-home .slick-prev{
    border-radius:50%;
    height:80px;
    width:80px;
    border:1px solid #00008f;
    top:45%;
    right:-40px;
    position:absolute;
    text-indent:-3000px;
    background-color:#fff;
    z-index:10;
  }

  .node-homepage .products-home .slick-prev{
    left:-40px;
    right:0;
  }

  .node-homepage .products-home .slick-prev:after{
    content:"";
    width: 12px;
    height: 12px;
    transform: rotate(-135deg);
    border: solid 3.75px #00008f;
    position:absolute;
    border-bottom:#fff;
    border-left:#fff;
    top:30px;
    left:55px;
  }

  .node-homepage .products-home .slick-next:after{
    content:"";
    width: 12px;
    height: 12px;
    transform: rotate(-135deg);
    border: solid 3.75px #00008f;
    position:absolute;
    border-top:#fff;
    border-right:#fff;
    top:30px;
    right:55px;
  }

  .node-homepage .group-product1, .node-landing-page .group-product1,
  .node-homepage .group-product2, .node-landing-page .group-product2,
  .node-homepage .group-product3, .node-landing-page .group-product3{
    padding:10px 0 120px 0;
  }

  .quote-me-product{
    bottom:10px;
  }
  #more-info-low-cost, #more-info-europe-travel, #more-info-multi-trip{
    bottom:60px;
  }

  #content p.buy a{
    width:auto;
    margin-top:0;
    padding:15px 20px;
    display:block;
  }

  .group-agreements .field-items .field-name-field-description p{
    margin-top:0;
  }
  .group-agreements{
    padding:0 20px;
  }

  .video-footer{
    padding-top:20px;
  }

  .video-footer .embedded-video .player{
    padding:0;
  }
  .video-footer .col-video{
    padding:0 5%;
    width:90%;
  }

  .video-footer .col-right h3{
    font-size:28px;
  }
  .video-footer .col-right{
    width:90%;
    padding:0 5% 10% 5%;
  }

  #content .video-footer .field-name-field-read-more-footer a{
    display:inline-block;
    margin:15px auto;
  }

  .field-name-field-read-more-footer .field-item{
    text-align: center;
  }

  .node-type-product #content h2{
    font-size:28px;
    line-height:40px;
  }

  #content .link-banner a{
    display:block;
    text-align: center;
  }
  .container-desc-products{
    display:none;
  }

  #content .compare-now .container a{
    display:block;
    max-width:70%;
    margin:12px auto;
  }

  #content .compare-now .container p{
    line-height:30px;
  }

  .node-type-featured-page .table-countries table,
  .node-type-featured-page .table-countries table tbody, 
  .node-type-featured-page .table-countries table td, 
  .node-type-featured-page .table-countries table tr,
  .node-type-schengenpage .field-name-body table tr,
  .node-type-schengenpage .field-name-body table td,
  .node-type-schengenpage .field-name-body table,
  .node-type-schengenpage .field-name-body table tbody
  {
    display:block;
  }
  .node-type-featured-page .table-countries table td{
    float:left;
    width:43%;
    margin:2.5%;
  }

  .node-type-schengenpage .field-name-body table td,
  .node-type-schengenpage .field-name-body table tr,
  .node-type-schengenpage .field-name-body table
  {
    width:100%;
    background-color:transparent;
    text-align: center;
  }

  .node-type-schengenpage .field-name-body table tr{
    padding:0;
    border:0;
  }

  .node-type-schengenpage ..field-name-body table tr{
    padding:0;
  }

  .node-type-schengenpage ..field-name-body table{
    padding:10px 20px;
  }

  .node-type-schengenpage .field-name-body table tr td:nth-child(even){
    background-color:#f7f7f7;
  }

  .node-type-schengenpage .field-name-body table tr td:nth-child(odd){
    background-color: rgba(234, 243, 255, 0.97);
  }

  .node-type-featured-page .table-countries table tr{
    background-color:#fff;
    display:inline-block;
    width:100%;
    padding:0;
  }

  .node-type-schengenpage p, .node-type-schengenpage h2{
    padding:0 20px;
  }
  .node-type-featured-page .field-name-body, .node-type-featured-page .table-countries{
    padding:15px 20px;
  }

  .node-type-featured-page .responsive-table{
    width:100%;
    padding:10px 0 0 0;
  }

  .node-type-featured-page .table-countries table td p:first-child{
    font-size:16px;
  }

  .node-type-featured-page .table-countries table td p.read-more{
    padding:4px;
  }

  .node-type-schengenpage #content p{
    padding:0 20px;
  }

  .node-type-schengenpage #content h3{
    padding:10px 20px;
  }

  .field-name-field-p2description .field-item{
    padding:0 55px;
  }
  .responsive-table{
    width:90%;
    padding:0 5%;
  }

  .payments{
    width:100%;
  }

  h1{
    font-size:48px;
    line-height:50px;
    text-align:left!important;
  }
  h2{
    font-size:32px;
  }

  .background-image + .headlines-banner-top{
    padding-left:0;
  }

  .mobile-image{
    height:300px;
    width:100%;
    background-size:cover;
    background-position: center;
  }

  .mobile-image img{
    display:none;
  }
  .node-type-featured-page .table-countries table td p.blue, .node-type-featured-page .table-countries table td p.dark-blue{
    text-indent:-2000px;
    width:20px;
    height:20px;
    border-radius:50%;
    padding:0;
  }
}

@media screen and (max-width:1100px){
  .container-landing, .container-article-page{
    padding:10px 20px;
  }
}

@media screen and (max-width:768px){

  .last-article-page .views-row{
    display:flex;
    flex-direction: column;
  }
  .container-landing h1{
    font-size:62px;
  }

  #sliding-popup.sliding-popup-bottom{
    height:130px!important;
  }

  .last-article-page .col-left{
    order:2;
    width:100%;
  }
  .last-article-page .col-right{
    order:1;
    width:100%;
  }
  #content .last-article-page h2{
    font-size:40px;
  }
}

@media screen and (max-width:590px){
  #sliding-popup .popup-content #popup-buttons, #sliding-popup .popup-content #popup-text{
    max-width:100%;
  }

  #sliding-popup.sliding-popup-bottom{
    height:200px!important;
  }
}

@media screen and (max-width:570px){
  .node-homepage .group-product2, .node-landing-page .group-product2{
    box-shadow:none;
  }
  .container-landing h1{
    font-size:48px;
    line-height:50px;
    text-align: left;
    margin:20px 0;
  }
  .hightlights-home .hightlight-item{
    width:100%;
    margin-bottom:35px;
  }
  .hightlights-home .hightlight-item img{
    width:100%;
    height:auto;
  }
  .hightlights-home .hightlight-item:first-child, .hightlights-home .hightlight-item:nth-child(2){
    margin-right:0;
  }
  
}


@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : landscape) {  
    #page{
          overflow: hidden;
    }
}

@media only screen
and (min-device-width : 320px)
and (max-device-width : 568px)
and (orientation : portrait) { 
     #page{
          overflow: hidden;
     }
}

@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) { 
     
    #page {
      overflow: hidden;
     }
}


/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 667px) 
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: landscape) { 
    #page {
      overflow: hidden;
     }
}


/* ----------- iPhone 6+, 7+ and 8+ ----------- */

/* Portrait */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    #page {
      overflow: hidden;
     }
}

/* Landscape */
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    #page {
      overflow: hidden;
     }
}

/* ----------- iPhone X ----------- */

/* Portrait and Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
    #page {
      overflow: hidden;
     }
}

/* Portrait */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: portrait) { 
    #page {
      overflow: hidden;
     }
}


/* Landscape */
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3)
  and (orientation: landscape) { 
    #page {
      overflow: hidden;
     }

}
/*Ipad Landscape*/
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (orientation: landscape) 
  and (-webkit-min-device-pixel-ratio: 1){
     .buton-menu-mobile{
             margin-top:-4% !important;
             margin-right:2% !important;
      }
     #menu-mobile.show-menu{
             width: 34%;
             height: 44% !important;
             left: 66%;
     }
#main > #navigation > #menu-mobile > #block-dropdownlanguagecontent{
     padding-left: 5.5rem !important;
}
#navigation .region-navigation ul.menu{
     display: none;
}
#menu-mobile ul.menu{
    margin-top: 0.5rem;
    margin-left: 5%;
}
}


.background-image {
    height: auto !important;
    object-fit: cover;
    object-position: center;
}
