/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
 
 
/*==========  Mobile First Method  ==========*/
 
/* Custom, iPhone Retina */
@media only screen and (max-width : 1024px) {
    .menuzord-menu > li > a {
    margin-right: -8px;
}
.pull-right {
    display: flex !important;
    justify-content: center !important;
    align-items: center!important;
    margin-top:  11px;
}
ul.list-inline.xs-text-center.text-white.mt-5 {
    margin-bottom: 6px;
}
}

@media only screen and (min-width : 320px) {
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {

}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
}


/*==========  Non-Mobile First Method  ==========*/
 
/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    .pr-0.social {
    display: flex;
}
.line-bottom:after {
    display: none;
}
.pr-0.social {
   display: grid;
    grid-template-columns: 3fr 1fr 1fr;
}
a.btn.btn-colored.btn-flat.btn-theme-colored.bs-modal-ajax-load.pb-10 {
    position: relative;
    top: -47px;
    left: -138px;
}

.widget.no-border.m-0 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.border-top-theme-color-3px {
    height: 106px;
}
.header-nav {
    position: relative;
    top: -11px;
}
.slotholder {
    width: 100% !important;
}
h5.widget-title.line-bottom .line-bottom:after {
    left: 0!important;
}
.qrcodecss ,.textalinejustifie ,h4.line-bottom.mt-30.mb-20 ,h3.line-bottom.mt-0 {
    text-align: center !important;
}
.tabs-left>li.active>a::after {
    top: 500px;
    right: 664px;
    border-left: 10px solid #35407c;
    transform: rotate(90deg);
}
}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 425px) {
    ul.list-inline.xs-text-center.text-white.mt-5 , h2.mbr-fonts-style.mbr-bold.mbr-section-title3.display-5 , p.text-uppercase.mb-0, h2.text-uppercase.text-theme-colored.title {
    text-align: center;
}
.socialcontact {
    display: flex;
    justify-content: center;
    align-items: center;
}
.social {
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
   /* left: -79px;*/
}
li.m-0.pl-10.pr-10.conmail i {
    font-size: 12px;
}
.border-top-theme-color-3px {
    height: 95px;
}
.styled-icons.icon-sm a {
    font-size: 20px;
}
section > .container, section > .container-fluid {
    padding-top: 40px;
}
.header-nav-wrapper.navbar-scrolltofixed.bg-white.scroll-to-fixed-fixed {
    padding: 6px 0;
}
.line-bottom:after {
    left: 171px;
}
h3.line-bottom.mt-0 , h2.mt-0 ,.line-bottom{
    text-align: center;
}
.tabs-left>li.active>a::after {
    top: 500px;
    right: 327px;
    border-left: 10px solid #35407c;
    transform: rotate(90deg);
}
hr.customehr {
    margin: 0 auto;
    float : none;
}
.vertical-line::before , .vertical-line::after {
    display : none;
}
button#btnContactUs , input#btnContactUs {
    left: -223px;
    position: relative;
}
.divider .container {
    padding-top: 0px;
    padding-bottom: 40px;
}
.widget.no-border.m-0 {
    display: block;
}
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 375px) {
    .line-bottom:after {
    left: 145px;
}
img.img-fullwidth {
    padding: 12px 0;
}
button.filter-button {
    margin-top: 10px;
}
input#btnContactUs , button#btnContactUs{
    left: -174px;
    position: relative;
}
.tabs-left>li.active>a::after {
    top: 500px;
    right: 285px;
    transform: rotate(90deg);
    color : #35407c;
}
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 319px) {
}