/*
Theme Name: Eleven Seventeen
Template: hello-elementor
*/

*
{
    padding: 0; 
    margin: 0; 
    box-sizing: border-box;
}

::-webkit-scrollbar {
	width: 4px!important;
	height: 6px;
  }
  ::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
	background: #c1c1c1;
  }
  ::-webkit-scrollbar-thumb {
	background: transparent;
	border: 0px none #ffffff;
	border-radius: 50px;
	background: #c1c1c1;
  }
  ::-webkit-scrollbar-thumb:hover {
	background: #101010;
  }
  ::-webkit-scrollbar-thumb:active {
	background: #101010;
  }
  ::-webkit-scrollbar-track {
	background: transparent;
	border: 0px none #ffffff;
	border-radius: 50px;
  }
  ::-webkit-scrollbar-track:hover {
	background: transparent;
  }
  ::-webkit-scrollbar-track:active {
	background: transparent;
  }
  ::-webkit-scrollbar-corner {
	background: transparent;
  }

/* Common Style Begins */
body{
    color:#ffffff!important;
    font-family:Roboto, sans-serif!important;
}

h1,h2,h3,h4,h5,h6{
    font-family:Montserrat, sans-serif!important;
}

h1{
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
}

h2{
    font-size: 30px;
    line-height: 42px;
    font-weight: 600;
}
h3,h4,h5,h6{
    font-size: 24px;
    line-height: 38px;
    font-weight: 500;
}

p{
    font-size: 18px;
    line-height: 28px;
    margin:0px!important;
    padding:0px!important;
    font-family:Roboto, sans-serif!important;
}

input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus,textarea:focus{
    outline: none !important;
    box-shadow: none!important;
 }  
/* Common Style Ends */

.rebo-txt-md p{
    font-size: 18px;
    line-height: 28px;
    margin:0px!important;
    margin-bottom: 14px!important;
    padding:0px!important;
    color: #ffffff!important;
}
.rebo-txt-sm p{
    font-size: 14px;
    line-height: 24px;
    margin:0px!important;
    padding:0px!important;
}

.rebo-ol ol, .rebo-ol ul{
    margin-bottom: 26px!important;
}

.rebo-ol ol li, .rebo-ol ul li{
    font-size: 16px!important;
    line-height: 26px!important;
    margin-bottom: 3px!important;
}

.rebo-contact .elementor-widget-form input, .rebo-contact .elementor-widget-form textarea{
   padding: 0px;
   border-bottom: 1px solid #d5d5d5!important;
   min-height: 24px!important;
}

.rebo-contact .elementor-widget-form textarea{
    height: 24px;
}

/* Button Style Guide Begins */
.rebo-btn-blue .elementor-button, .rebo-contact .elementor-widget-form .elementor-button{
    display: inline-block!important;
    width:auto!important;
    min-width:266px!important;
    height:50px!important;
    margin-top: 15px!important;
    margin-bottom: 15px!important;
    padding-top: 18px!important;
    padding-bottom: 18px!important;
    border-radius: 10px!important;
    background-color: #17304B!important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.rebo-contact .elementor-widget-form .elementor-button{
    margin-top: 0px!important;
}

.rebo-btn-blue .elementor-button:hover, .rebo-contact .elementor-widget-form .elementor-button:hover{
    background-color: #2F2F2F!important;
}

.rebo-btn-outlined .elementor-button{
    display: inline-block!important;
    width:auto!important;
    min-width:266px!important;
    height:50px!important;
    margin-top: 15px!important;
    margin-bottom: 15px!important;
    padding-top: 18px!important;
    padding-bottom: 18px!important;
    border-radius: 10px!important;
    background-color: #ffffff!important;
    color: #17304B!important;
    border: 1px solid #17304B!important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.rebo-btn-outlined .elementor-button:hover{
    background-color: #f3f4f6!important;
}
/* Button Style Guide Ends */

/* Video Styles Guide Begins */
.rebo-video{
    width: 100%!important;
    max-width: 1050px!important;
}

/* Video Styles Guide Ends */

li.menu-item-twoline{max-width: 158px!important;}

li.menu-item-twoline a {text-align: center!important;}

.interactive-stacking-plan svg{
    width: 11px!important;
    margin-top: 2px!important;
}

li.current-menu-parent > a:after{
    /* content: "";
    height: 3px ;
    width: 100% !important;
    left: 0 !important;
    background-color: #E5002E !important;
    opacity: 1 !important; */
    content: "" !important;
    height: 3px !important;
    width: 100% !important;
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 2 !important;
    left: 0 !important;
    bottom: 0 !important;
    transition: .3s;
    transition-timing-function: cubic-bezier(.58,.3,.005,1);
    background-color: #E5002E !important;
    opacity: 1 !important;
}

.header-container{
    max-width: 1800px!important;
    margin-left: auto!important;
    margin-right: auto!important;
    left:50%!important;
    transform: translateX(-50%)!important;
    overflow-x: hidden;
    /* transition: min-width .3s, margin-top .3s!important; */
    transition:margin-top .3s!important;
} 

.header-container p{
    font-size:15px!important;
    line-height:21px!important;
}

.header-search .elementor-search-form__input{
    color:rgba(23, 48, 75, 0.80)!important;
}

.header-search .elementor-search-form__icon{
   padding-left: 10px!important;
}

.header-search .e-font-icon-svg.e-fas-search{
    width: 12px!important;
    height: 12px!important;
}

.header-container .social-icons-responsive{
    opacity:1!important;
}

/* Sticky Begins */
.fixed{position: fixed!important;top: 0!important;z-index: 2001!important;min-width: 100%!important;margin-top: 0px!important;}
.fixed .has_eae_slider.elementor-element.elementor-element-3b8eaff.e-con-full.e-flex.e-con.e-child{
     display: none!important;
    /* border-radius:0px!important; */
 }

.fixed .has_eae_slider.elementor-element.elementor-element-0b64104.e-con-full.e-flex.e-con.e-child{
    border-radius:0px!important;
}
/* Sticky Ends */

/* Parent Container Begins */
.parent-container{
    background-image:url('assets/images/background.jpg')!important;
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    background-attachment:fixed!important;
 }
/* Parent Container Ends */

/* Home Slider */
.home-slider{
   height: 100svh!important;
}

.home-slider .swiper-pagination{
    height:12px!important;
    margin-bottom: 21px;
 }
 
 .home-slider .swiper-pagination-bullet{
    padding-bottom:0px!important;
    margin-bottom:0px!important;
 }

 /* Iframe */

 /* Container-wrappers */
.container-wrapper{
    max-width: 1800px!important;
    margin-left: auto!important;
    margin-right: auto!important;
}

.container-wrapper.container-wrapper-v01, .container-wrapper.container-wrapper-md{
    /* margin-bottom: 42px!important; */
    max-width:1430px!important;
    color:#ffffff!important;
}

.container-wrapper.container-wrapper-v01.container-margin, .container-wrapper.container-wrapper-md.container-margin{
    margin-top: 272px!important;
    margin-bottom: 60px!important;
}

.container-wrapper-v01 ol, .container-wrapper-v01 ul, .container-wrapper-md ol, .container-wrapper-md ul{
    margin-left: 47px!important;
    color: #ffffff;
}

.container-wrapper-v01 a, .container-wrapper-v01 a:hover, .container-wrapper-v01 a:visited, .container-wrapper-md a, .container-wrapper-md a:hover, .container-wrapper-md a:visited{
    color: #ffffff;
    text-decoration: none;
}

.container-wrapper-v01 h1, .container-wrapper-v01 h2, .container-wrapper-v01 h3, .container-wrapper-md h1, .container-wrapper-md h2, .container-wrapper-md h3{
    color: #ffffff!important;
}

.container-wrapper-v01 h1, .container-wrapper-md h1{
    font-size: 36px;
    line-height: 42px;
    font-weight: 700!important;
    margin-bottom: 46px!important;
    text-align: left!important;
}

.container-wrapper-v01 h2, .container-wrapper-md h2{
    font-weight: 600!important;
}

.container-wrapper-v01 h3, .container-wrapper-md h3{
    font-weight: 500!important;
}

/* .container-wrapper-v01 p, .container-wrapper-md p{
    margin-bottom: 18px!important;
} */

.container-wrapper-v01 img, .container-wrapper-md img{
    margin-top: 18px;
}

/* .container-wrapper-v01 a.elementor-button-link, .container-wrapper-md a.elementor-button-link{
    min-width:266px!important;
    background-color: #17304B;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-top: 18px;
    padding-bottom: 18px;
    border-radius: 10px;
} */

.interactive-link{
    flex: 0 0 38%!important;
    align-items: end!important;
    justify-content: flex-end!important;
    column-gap: 38px!important;
}

.interactive-link .interactive-link-inner-1{
    flex: 1 0 60%!important;
    align-items: end!important;
    width: auto!important;
}

.interactive-link .interactive-link-inner-2{
    flex: 0 0 auto!important;
    justify-content: end!important;
    width: auto!important;
}

.interactive-link a, .interactive-link a:hover{
    color:#fff!important;
    text-decoration: none!important;
}

.menu-item-inner nav{
    height:70px!important;
}

/* Hover to Click Begins */
/* .menu-item-inner nav ul li a{
    cursor: pointer!important;
}

.menu-item-inner nav a:hover + ul.sub-menu{
    display: none!important;
}

.menu-item-inner nav a.toggled + ul.sub-menu{
    display: block!important;
} */
/* Hover to Click Ends */

.menu-item-inner nav ul.elementor-nav-menu--dropdown{
    border-radius: 5px!important;
    margin-top: 5px!important;
    padding: 5px!important;
}

.menu-item-inner nav.elementor-nav-menu--dropdown .elementor-nav-menu{
    margin: auto 8px!important;
}

.menu-item-inner nav ul.elementor-nav-menu--dropdown a.elementor-sub-item{
    margin-bottom: 2px!important;
    padding-left: 7px!important;
    font-weight: 300!important;
    font-size: 13px!important;
    line-height: 16px!important;
}

.menu-item-inner nav ul li a{
    text-transform: uppercase!important;
}

.menu-item-inner nav ul.sub-menu li:last-child a.elementor-sub-item{
    margin-bottom: 0px!important;
}

.menu-item-inner .sub-arrow{
    display: none!important;
}

/* Team Card */
.team-cards{
    grid-template-columns: repeat(3, 1fr)!important;
}

.team-cards a, .team-cards a:hover, .team-cards a:visited{
    color:#2D2E2E!important;
    text-decoration: none!important;
}

.team-card-container{
    overflow: hidden!important;
    cursor: pointer!important;
}

.team-card-container h3, .team-card-container h4, .team-card-container p{
    font-family:Roboto, sans-serif!important;
}

.team-card-container h2 p{
    font-size:14px!important;
    line-height:22px!important;
}

.team-card-container img,
.team-card-container .team-card-whitebg, .team-card-container h3, .team-card-container h4, .team-card-container .img.card-arrow img, .team-card-container .card-arrow, .header-container .social-icons-responsive{
    transition: all 0.5s ease-in-out;
}
.team-card-container img{
    transition-delay: 0.2s;
}

.team-card-container:hover img{
    opacity: 0;
    transition-delay: 0s;
}

.team-card-container .card-arrow{
    position: absolute!important;
    margin-left: auto!important;
    margin-right: auto!important;
    left: 0!important;
    right: 0!important;
    bottom: 0!important;
}

.team-card-container .card-arrow img{
    opacity: 0!important;
}

.team-card-container:hover .team-card-whitebg{
    transform: translateY(300px); 
    opacity: 0;
}
.team-card-container a, .team-card-container .team-card-divider{
    opacity: 1;
    transition: opacity 1s ease-in-out;
}
.team-card-container:hover a, .team-card-container:hover .team-card-divider{
    opacity: 0;
    transition: opacity .5s ease-in-out;
}

.team-card-container:hover .card-arrow{
    bottom: 104px!important;
}

.team-card-container:hover .card-arrow img{
    opacity: 1!important;
}

.team-card-container:hover h3{
    margin-top: -80px!important;
    color:#fff!important;    
}

.team-card-container:hover h4{
    margin-top: -50px!important;
    color:rgba(255, 255, 255, 0.59)!important;
}

.popup-button .eae-popup-wrapper{
    width: 245px;
    z-index: 120;
}

.popup-button .eae-popup-link{
    display: block;
    max-width:245px;
    min-height:307px;
    margin:0;
    padding:0;
    z-index: 110;
    background-color: rgba(0,0,0,0)!important;
}

.team-card-container:hover a.eae-popup-link{
    display: block!important;
}
/* Team Card Ends */

/* Iframe begin */
.flyer-iframe iframe{
    width: 100%;
    height:auto;
    aspect-ratio: 1920/800;
    position: relative;
}
/* Iframe ends */

.interactive-plan{
   max-width: 100%!important;
}

/* Popup Begins */
#overlay {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #999;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 130;
}

#popup {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    background: #fff;
    width: 500px;
    height: 500px;
    margin-left: -250px; /*Half the value of width to center div*/
    margin-top: -250px; /*Half the value of height to center div*/
    z-index: 200;
}

#popupclose {
    float: right;
    padding: 10px;
    cursor: pointer;
}

.popupcontent {
    padding: 10px;
}

#button {
    cursor: pointer;
}
/* Popup Ends */

/* Faq Accordion Begins */
.faq-accordion .elementor-accordion-item{
    border-bottom: 0.3px solid #FF0000!important;
}

/* Faq Accordion Ends */
.interactive-break{
    display:block!important;
}

/* Collage Container */
.collage-container{
    border-radius: 10px!important;
    overflow: hidden!important;
    height: fit-content!important;
}

/* Security page */
.security-container, .contact-container{
    min-height:100svh!important;
}

/* Contact Page Begins*/
.contact-image-container{
    flex:1 1 1021px!important;
}

.contact-form-container{
    flex:1 1 750px!important;
}

.contact-form-field span.elementor-form-help-inline.elementor-help-inline.elementor-message.elementor-message-danger{
    position: absolute;
    top: 15px;
    bottom: 0px;
    font-size: 12px;
    line-height: 18px;
}

.contact-form-field div.elementor-message.elementor-message-danger{
    /* display:none; */
    position: relative;
    /* bottom: -27px; */
    font-size: 14px;
    line-height: 18px;
}

.contact-form-field .elementor-message:before {
    content: "*"!important;
    display: inline-block;
    font-family: eicons;
    font-weight: 400;
    font-style: normal;
    vertical-align: middle;
    margin-right: 5px;
}
/* Contact Page Ends*/

.footer-menu li a{
    margin: 0px!important;
    padding-left: 16px!important;
}
.footer-menu li:last-child a{
    padding-right: 0px!important;
}

.footer-menu li:not(:last-child) a{
    padding-right: 16px!important;
}

body.rebo-page-aboutus .eae-popup .mfp-inline-holder .mfp-content{
    border-radius: 10px;
    overflow: hidden;
    min-width: 750px;
}
body.rebo-page-aboutus .eae-popup.mfp-bg.eae-wrap-81b5a24{
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    opacity: 1;
}
.rebo-popup-container{
    display: flex;
    max-width: 100%;
    position: relative;
    padding: 33px;
    padding-right: 22px;
    column-gap: 39px;
}

.eae-popup .mfp-inline-holder .mfp-content{
    max-width: 790px!important;
}

.eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container .rebo-popup-img-holder{
    flex: 0 1 297px;
    display: flex;
    align-items: center;
}
.eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container .rebo-popup-content-holder{
    flex: 1 1 460px;
    margin: 14px 0px;
    max-height: 365px;
    overflow-y: auto;
}
.eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container .rebo-popup-img-holder img{
    border-radius: 12px;
    overflow: hidden;
    max-width: 100% !important;
    min-width: 298px;
}
.eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container .rebo-popup-img-holder::before{
    content: url("assets/images/re-popup.png");
    left: 0;
    top: 0;
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    text-align: left;
}
.rebo-popup-container .rebo-popup-content-holder .rebo-popup-content-tittle{
    display: flex;
    flex-direction: column;
    padding-bottom: 30px;
    row-gap: 10px;
    position: sticky;
    top: 0;
    background-color: #fff;
}
.rebo-popup-container .rebo-popup-content-holder .rebo-popup-content-tittle .content-tittle-left{
    flex: 0 1 auto;
}

.rebo-popup-container .rebo-popup-content-holder .rebo-popup-content-tittle h2{
    font-size: 20px;
    line-height: 23px;
    margin: 0;
    color: rgba(45, 46, 46, 1);
    font-family:Roboto, sans-serif!important;
}

.rebo-popup-container .rebo-popup-content-holder .rebo-popup-content-tittle .content-tittle-right p{
    font-size: 14px!important;
    line-height: 23px!important;
    font-family:Roboto, sans-serif!important;
}
.rebo-popup-container .rebo-popup-content-holder .rebo-popup-content-tittle h6, .rebo-popup-container .rebo-popup-content-holder .rebo-popup-content-tittle h4{
    margin: 0!important;
    font-size: 16px!important;
    line-height: 20px!important;
    font-weight: 300!important;
    padding-top:4px!important;
    font-family:Roboto, sans-serif!important;
    position: relative;
}

.rebo-popup-container .rebo-popup-content-holder .rebo-popup-content-tittle h6::after, .rebo-popup-container .rebo-popup-content-holder .rebo-popup-content-tittle h4::after{
    content: '';
    width: 131px;
    border-bottom: 1px solid #FF0000;
    padding-bottom: 10px;
    display: block;
}

.rebo-popup-container .rebo-popup-content-holder .content-tittle-right{
    font-size: 14px;
    line-height: 23px;
    color: rgba(65, 65, 65, 1);
    /* padding-left: 16px; */
    /* border-left: 1px solid rgb(255, 0, 0); */
    /* margin-left: 16px; */
}
.rebo-popup-container .rebo-popup-content-holder .content-tittle-right a{
    color: rgba(65, 65, 65, 1);
    word-break: break-word;
}
.rebo-popup-content-holder .rebo-popup-content-sec{
    font-size: 16px;
    line-height: 28px;
    color: rgba(65, 65, 65, 1);
    padding-right: 33px!important;
    font-family: var(--e-global-typography-primary-font-family), Sans-serif;
    width:100%;
    /* max-width: 363px!important; */
}
.rebo-popup-content-holder .rebo-popup-content-sec p{
    font-size: 16px!important;
    font-family:Roboto, sans-serif!important;
    padding-bottom: 14px!important;
}
body.rebo-page-aboutus .eae-popup.eae-close-btn-in .eae-close{
    color: rgb(255, 0, 0);
    font-size: 18px;
    top: 8px;
    right: 8px;
}
@-moz-document url-prefix(){
    .eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container .rebo-popup-content-holder{
        scrollbar-width: thin;
    }
}

.menu-item-twoline.d-menu-none, .d-menu-none{
    display: none!important;
}

@media screen and (max-width:1920px){
    .container-wrapper, .header-container{
        max-width: calc(100% - 120px)!important;
    }
}

@media screen and (max-width:1600px) and (min-width:480px){
    li.menu-item-twoline a{
        text-align: center;
    }

    li.menu-item-twoline a br{
        display: block;
    }

    .footer-container{
        max-width: calc(100% - 120px)!important;
    }
}

@media screen and (max-width:1550px){
    .container-wrapper.container-wrapper-v01, .container-wrapper.container-wrapper-md{
       max-width:1200px!important;
       margin-left: auto!important;
       margin-right: auto!important;
       color:#ffffff!important;
    }
}

@media screen and (max-width:1500px){
    .container-wrapper-welcome{
        width: 350px!important;
    }
}

@media screen and (max-width:1366px){
    .container-wrapper, .header-container{
        max-width: calc(100% - 76px)!important;
    }

    .container-wrapper.container-wrapper-v01, .container-wrapper.container-wrapper-md{
       max-width:calc(100% - 120px)!important;
       margin-left: auto!important;
       margin-right: auto!important;
       color:#ffffff!important;
    }

    .interactive-container{
        background-attachment:fixed!important;
    }

    .container-wrapper.container-wrapper-v01 h1, .container-wrapper.container-wrapper-md h1{
        font-size: 26px!important;
        line-height: 36px!important;
        margin-bottom: 30px!important;
    }
}

@media screen and (max-width:1024px){
    .container-wrapper, .header-container{
        max-width: calc(100% - 60px)!important;
    }
}

@media screen and (max-width:1200px) {
.elementor-menu-toggle{width: 32px!important; height: 22px!important;background: url("assets/images/hamburger.png") no-repeat center center!important;}
.elementor-menu-toggle.elementor-active{background: url("assets/images/hamburger-close.png") no-repeat center center !important;}
.elementor-menu-toggle svg{display: none !important;}
.container-wrapper.container-wrapper-v01.container-margin, .container-wrapper.container-wrapper-md.container-margin{
    margin-top: 233px!important;
    margin-bottom: 60px!important;
}
.header-container .social-icons-responsive{padding-left: 5px!important;}
.social-icons-responsive{min-height: 70px!important;}
.social-icons-grid{align-items: center!important;}
body.rebo-page-aboutus .eae-popup.mfp-wrap{z-index:3005!important;}
.menu-item-inner .sub-arrow{
    display: block!important;
    width: 10%!important;
    height: 16px!important;
    background: url("assets/images/indicator.png") no-repeat center right!important;
    position: absolute!important;
    right:14px!important;
}

.menu-item-inner .sub-arrow svg{
    display: none!important;
}

.menu-item-twoline.d-menu-none, .d-menu-none{
    display: block!important;
}
}

@media screen and (max-width:1200px) and (min-width:767px){
    li.menu-item-twoline{max-width: 100%!important;}
    li.menu-item-twoline a br {display: none;}
    .header-container{min-width: 100%!important;margin-top: 0px!important;}
    .header-container .header-logo{padding-left:20px;padding-right: 20px;}
    .header-container .e-con{border-radius: 0px!important;}
    .header-container nav{width:359px!important; height: 409px!important;top:80px!important;left:unset!important;right:-42px!important;z-index:300;}
    .header-container .social-icons-responsive{z-index:200;}
    .team-cards{grid-template-columns: repeat(2,1fr);}
    .fixed{position: fixed!important;top: 0!important;z-index: 2001!important;}
    .header-container .social-icons-responsive.social-hide{opacity:0!important; transition: opacity 0.5s ease-in-out!important;}
    .header-container .header-logo-section{padding-top:21px!important;padding-bottom:21px!important;margin-bottom: 2px!important;}
}

@media screen and (max-width:1096px){
    .contact-form-container .rebo-contact{padding: 26px!important;}
    .contact-form-container .rebo-contact h2{font-size: 26px!important; line-height: 38px!important;}
    .contact-form-container .rebo-contact .elementor-field-type-text, 
    .contact-form-container .rebo-contact .elementor-field-type-email, 
    .contact-form-container .rebo-contact .elementor-field-type-textarea{
        width: 100%!important;
    }
}

@media screen and (max-width:1025px) and (min-width:768px){
    .header-container nav{right:-20px!important;}
}

@media screen and (max-width:844px) and (min-width:768px){
    .contact-form-container .rebo-contact{padding-left: 11px!important;}
}

@media screen and (max-width:992px){
    .container-wrapper, .header-container{
        max-width: calc(100% - 60px)!important;
    }

    .flyer-iframe iframe{
        width: 100%;
        height:auto;
        aspect-ratio: 768/1024;
        position: relative;
    }

    .container-wrapper.container-wrapper-v01,.container-wrapper.container-wrapper-md{
        max-width:calc(100% - 60px)!important;
     }
}

@media screen and (max-width:768px){
    li.menu-item-twoline{max-width: 100%!important;}
    li.menu-item-twoline a br {display: none;}
    .header-container{min-width: 100%!important;margin-top: 0px!important;}
    .header-container .e-con{border-radius: 0px!important;}
    .header-container nav{width:359px!important; height: 409px!important;top:80px!important;left:unset!important;right:-20px!important;z-index:300;}
    .header-container .social-icons-responsive{z-index:200;}
    /* .header-container nav{width:359px!important; height: 409px!important;top:66px!important;left:unset!important;right:-20px!important;z-index:300;}
    .header-container .social-icons-responsive{ z-index:200;}
    .header-container .header-logo{margin-top: 4px!important;} */
    body.rebo-page-aboutus .eae-popup .mfp-inline-holder .mfp-content{min-width: calc(100% - 32px);}
    .rebo-popup-container{flex-direction: row;}
    .eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container .rebo-popup-img-holder{text-align: center;}
    .eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container .rebo-popup-img-holder{justify-content: center;}
    .faq-accordion img{width: 100%!important;}
    .flyer-container{height: 100vh;}
    .fixed{position: fixed!important;top: 0!important;z-index: 2001!important;}
    .header-container .social-icons-responsive.social-hide{opacity:0!important; transition: opacity 0.5s ease-in-out!important;}
    .header-container .header-logo-section{padding-top:21px!important;padding-bottom:21px!important;margin-bottom: 2px!important;}
    /* .header-hamburger-menu{align-self: center!important;} */
    body.rebo-page-aboutus .eae-popup.mfp-wrap{z-index:3005!important;}
    .eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container .rebo-popup-img-holder::before{content: url("assets/images/re-popup.png")!important;left: 0!important;top: 0!important;display: inline-block!important;width: 100%!important;height: 100%!important;position: absolute!important;z-index: -1!important;text-align: left!important;}
    .rebo-popup-container .rebo-popup-content-holder .rebo-popup-content-tittle{flex-direction: column;row-gap: 8px;padding-bottom: 20px;}
    .rebo-popup-container .rebo-popup-content-holder .content-tittle-right{padding-left: 0px;border:0;margin-left: 0px;font-size: 15px;line-height: 23px;}
}

@media screen and (max-width:767px){
    /* .header-container nav{width:359px!important; height: 409px!important;top:84px!important;left:unset!important;right:-20px!important;z-index:300;} */
    .header-container nav{width:359px!important; height: auto!important;max-height: calc(100svh - 100px)!important;top:84px!important;left:unset!important;right:-20px!important;z-index:300;}
    .header-logo-section{padding-left: 20px!important;}
    .header-logo{padding-left: 0px!important;}
    .container-wrapper.container-wrapper-v01.container-margin,.container-wrapper.container-wrapper-md.container-margin{
        margin-bottom: 30px!important;
    }
    .collage-container,.collage-contact{
        border-radius: 10px!important;
        overflow: hidden!important;
    }
    .security-image-container, .collage-container{
        flex-direction: row!important;
        justify-content: center;
        column-gap: 8px!important;
        margin-top: 44px!important;
    }

    .security-image-container .security-image-top, .collage-container .collage-container-top, .collage-container .collage-container-bottom, .security-image-container .security-image-,
    .contact-image-container .contact-image-top, .contact-image-container .contact-image-bottom{
        flex-direction: row!important;
        flex-wrap: nowrap!important;
    }
    .rebo-popup-container .rebo-popup-content-holder .rebo-popup-content-tittle{
        justify-content: center;
    }
    .eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container .rebo-popup-img-holder::before{
        display: none;
    }
    .flyer-container .e-con{flex-wrap: nowrap!important;}
    .flyer-content, .security-content{margin-top: 0px!important;}
    .interactive-content br, .interactive-inquiry br{display: none!important;}
    .interactive-link .interactive-link-inner-2 .elementor-widget-container{border-width: 0px 0px 0px 0px!important;transition: border 0s!important;}
    .interactive-parent{margin-top: 52px!important;}
    body.rebo-page-aboutus .eae-popup .mfp-inline-holder .mfp-content{min-width: calc(100% - 13px);}
    .rebo-popup-container{flex-direction: column!important;padding-bottom: 20px!important;}
    .eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container{padding:0!important}
    .eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container .rebo-popup-img-holder::before{content:url('')!important;}
    .eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container .rebo-popup-img-holder{
        background: url('assets/images/re-popup-small.png') no-repeat bottom center;
        background-size: contain;
        background-size: 100% 50%;
        background-position: 0px 100%;
    }
    .eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container .rebo-popup-img-holder{padding:30px!important;}
    .eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container .rebo-popup-img-holder img{min-width: 275px!important;}
    .eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container .rebo-popup-content-holder{margin:21px 15px 30px 15px!important;}
    .container-wrapper.container-wrapper-v01, .container-wrapper.container-wrapper-md{
        max-width: calc(100% - 60px)!important;
    }

    .container-wrapper.container-wrapper-v01 p, .container-wrapper.container-wrapper-md p{
        font-size: 18px!important;
    }

    .contact-form-container{margin-bottom: 30px!important;}

    .collage-container img{width: 100%!important;}

    /* .collage-container,.contact-container{border-radius: 10px!important;overflow: hidden!important;} */
}

@media screen and (max-width:767px) and (min-width:481px){
    .interactive-link{margin-bottom: 50px!important;}
    .security-image-container{margin-bottom: 14px!important;}
}

@media screen and (max-width:576px){
    .container-wrapper, .header-container{
        max-width: calc(100% - 30px)!important;
    }
}

@media screen and (max-width:480px){
    li.menu-item-twoline a br{display: none!important;}
    /* .header-container{position:sticky!important;top: 0!important;align-self: flex-start!important;} */
    .header-container nav{position: fixed!important;z-index: 9997!important;top: 87px !important;width: 100%!important;left:0!important;border-top:2px solid #d0d4d9;}
    .fixed{position: fixed!important;top: 0!important;z-index: 2001!important;}
    .header-container .social-icons-responsive.social-hide{opacity:0!important; transition: opacity 0.5s ease-in-out!important;}
    .header-container .header-logo-section{padding-left: 15px!important; padding-top: 10px!important;padding-bottom: 15px!important;}
    .header-logo-section img{height: 30px!important;width: auto!important;}
    .header-container .social-icons-grid .elementor-social-icon{ justify-content: flex-start;padding-left: 9px;}
    .social-icons-responsive {padding-left: 10px!important; min-height: 50px !important;}
    .security-image-container, .collage-container, .contact-image-container{flex-direction: column!important; justify-content: center; column-gap: 8px!important;}
    .collage-container{border-radius: 0px!important;overflow: hidden!important;}
    .security-image-container .security-image-top, .security-image-container .security-image-bottom,.contact-image-container .contact-image-top, .contact-image-container .contact-image-bottom,
    .collage-container .collage-container-top, .collage-container .collage-container-bottom{ flex-direction: column!important; flex-wrap: wrap!important;}
    .security-image-container img, .collage-container img, .contact-image-container img{width:100%!important;}
    .iframe-container{min-height: auto!important;}
    .title{margin-bottom: 0px!important;}
    .interactive-link{margin-top: 22px!important;}
    .interactive-link .interactive-link-inner-1{margin-bottom: 11px!important;}
    .interactive-link .interactive-link-inner-1, .interactive-link .interactive-link-inner-2{flex-direction: column!important;align-items: start!important;width: 100%!important;border: 0px 0px 0px 0px!important;}
    .interactive-parent{margin-top: 14px!important;}
    .interactive-link{margin-bottom: 50px!important;}
    .security-image-container, .contact-image-container{margin-bottom: 14px!important;}

    .collage-container .collage-container-top{width: 100%!important;}

    .eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container .rebo-popup-img-holder{
        background: url('assets/images/re-popup-small.png') no-repeat bottom center;
        background-size: contain;
        background-position: 0px 160%;
    }

    .container-wrapper.title,.container-wrapper.container-wrapper-v01, .container-wrapper.container-wrapper-md{
        margin-top: 200px!important;
    }

    .container-wrapper.container-wrapper-v01, .container-wrapper.container-wrapper-md{
        margin-bottom: 60px!important;
     }

     .container-wrapper h1.elementor-heading-title{
        font-size: 24px!important;
        line-height: 30px!important;
     }

     .container-wrapper.container-wrapper-v01, .container-wrapper.container-wrapper-md{
        max-width: calc(100% - 30px)!important;
    }

    /* body.rebo-page-aboutus .eae-popup .mfp-inline-holder .mfp-content{min-width: calc(100% - 13px);}
    .rebo-popup-container{flex-direction: column!important;padding-bottom: 20px!important;}
    .eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container{padding:0!important}
    .eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container .rebo-popup-img-holder::before{content:url('')!important;}
    .eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container .rebo-popup-img-holder{
        background: url('assets/images/re-popup-small.png') no-repeat bottom center;
        background-size: contain;
        background-position: 0px 160%;
    }
    .eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container .rebo-popup-img-holder{padding:30px!important;}
    .eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container .rebo-popup-img-holder img{min-width: 275px!important;}
    .eae-popup .mfp-inline-holder .mfp-content .rebo-popup-container .rebo-popup-content-holder{margin:21px 15px 30px 15px!important;} */
}

@media screen and (max-width:479px){
    .interactive-link{margin-bottom: 36px!important;}
}

@media screen and (max-width:440px){
    .header-container p{
        font-size: 12px!important;
        font-weight: 400!important;
    }
}

/* @media screen and (max-width:392px){
    .header-container p{
        font-size: 11px!important;
    }
} */