﻿.custom-container {
    max-width: 1530px;
    min-width: 1530px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .custom-container {
        max-width: 1400px;
        min-width: 1400px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .custom-container {
        max-width: 100%;
        min-width: 100%;
    }
}

.img, img {
    max-width: 100%;
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.f-left {
    float: left;
}

.f-right {
    float: right;
}

.fix {
    overflow: hidden;
}
.header-menu {
    position: relative;
    box-shadow: 0 3px 10px 0px rgba(0, 0, 0, .05);
}
/*
    .header-menu:before {
        height: 100%;
        width: 265px;
        top: 0px;
        right: 0px;
        background: #f05426;
        position: absolute;
        content: "";
    }*/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-menu:before {
        display: block;
       
    }
}

@media (max-width: 767px) {
   
    .header-right ul li span {
        font-size: 16px !important;
        
    }

    .navbar-header::before {
        display: none !important;
        
    }
    .header-right ul li span i {
    font-size: 36px;
    color: #ffffff;
    display: inline-block;
    height: 60px;
    width: 60px;
    text-align: center;
    background: #414569;
    border: 5px solid #ffffff;
    border-radius: 50%;
    line-height: 40px;
    margin-right: 20px;
}
    .header-right:before {
        height: 100%;
        width: 50px;
        top: 0px;
        left: 0px;
        background: #ffffff;
        position: absolute;
        content: "";
        z-index: 1;
    }
    .navbar-header::after {
        position: absolute;
        right: -74px !important;
        top: -24px !important;
        content: "";
        width: 700%;
        background: #f05426;
        z-index: -1;
        bottom: -25px !important;
        display: block;
        transform: skewX(-25deg);
    }
}







.header-right {
   /* background: #f05426;*/
    padding: 10px 0px;
    position: relative;
    float:right;
}



/*.header-right:before {
    height: 100%;
    width: 60px;
    top: 0px;
    left: 0px;
    background: #ffffff;
    position: absolute;
    content: "";
    z-index: 1;
}*/

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .header-right:before {
        width: 60px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-right:before {
        display: block;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-right:before {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-right:before {
        display: block;
    }
}

.header-right ul li {
    display: inline-block;
    margin-right: 35px;
    vertical-align: middle;
}

    .header-right ul li:last-child {
        margin-right: 0px;
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .header-right ul li {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-right ul li {
        margin-right: 10px;
    }
}

.header-right ul li span {
    font-size: 24px;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
}

    .header-right ul li span i {
        font-size: 20px;
        color: #ffffff;
        display: inline-block;
        height: 55px;
        width: 55px;
        text-align: center;
        background: #0c0e49;
        border: 5px solid #f05426;
        border-radius: 50%;
        line-height:35px;
        margin-right: 10px;
    }

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .header-right ul li span i {
        margin-right: 5px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-right ul li.user__text {
        display: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-right ul li.user__text {
        display: block;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header-right ul li.user__text {
        display: block;
    }
}

.header-right ul li a {
    vertical-align: middle;
    color: #000;
    font-weight:bold;
    text-decoration: none;
}

.header-right.header-right-2 {
    background: transparent;
}

    .header-right.header-right-2 ul .language {
        margin-right: 40px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header-right.header-right-2 ul .language {
        display: none;
    }
}

.header-right.header-right-2:before {
    display: none;
}

.side-menu-icon {
    position: relative;
}

.mobile-menu.mean-container {
    clear: both;
    overflow: hidden;
}

.contact-infos {
    margin-top: 30px;
}

    .contact-infos h4 {
        font-size: 27px;
        color: #ffffff;
        margin-bottom: 20px;
    }

    .contact-infos ul li {
        font-size: 15px;
        color: #ffffff;
        margin-bottom: 15px;
        list-style: none;
    }

        .contact-infos ul li:last-child {
            margin-bottom: 0px;
        }

        .contact-infos ul li i {
            color: #ff6600;
            vertical-align: middle;
            width: 25px;
            display: inline-block;
        }

.sidebar__menu--social {
    margin-top: 25px;
}

    .sidebar__menu--social a {
        height: 40px;
        width: 40px;
        line-height: 40px;
        text-align: center;
        font-size: 14px;
        display: inline-block;
        margin-right: 5px;
        background: #393f53;
        color: #ffffff;
        position: relative;
        z-index: 1;
        overflow: hidden;
        border-radius: 5px;
    }

        .sidebar__menu--social a:before {
            position: absolute;
            content: "";
            top: 0px;
            left: 0px;
            height: 100%;
            width: 0%;
            background: #ff6600;
            z-index: -1;
            transform: rotate(90deg);
            -webkit-transition: all 0.3s ease-out 0s;
            -moz-transition: all 0.3s ease-out 0s;
            -ms-transition: all 0.3s ease-out 0s;
            -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
        }

        .sidebar__menu--social a:hover:before {
            width: 100%;
        }

        .sidebar__menu--social a:hover i {
            transform: rotate(360deg);
        }

        .sidebar__menu--social a:last-child {
            margin-right: 0px;
        }

.header-top-left-2:after {
    border-color: transparent transparent #1d284b transparent;
}

.header-top-right-2 ul li {
    color: #ffffff;
    border-right: 1px solid #4a536f;
}
.z-index {
    z-index: 2;
    position: relative;
}
.navbar-header {
    position: relative;
    z-index: 1;
}

.navbar-header::after {
        position: absolute;
        right: -100px;
        top: -24px;
        content: "";
        width: 700%;
        background: #f05426;
        z-index: -1;
        bottom: -15px;
        display: block;
       /* transform: skewX(-25deg);*/
    }

    .navbar-header::after {
        background: #f05426;
    }

    .navbar-header::after {
        background: #fff;
    }

/*    .navbar-header::before {
        display: block;
        position: absolute;
        right: -130px;
        top: -23px;
        bottom: 0;
        content: "";
        background: #f05426;
        width: 30px;
        transform: skewX(-25deg);
        box-shadow: 0 8px 25px 0 rgb(0 0 0 / 20%);
        z-index: -1;
        border-bottom-right-radius: 10px;
    }*/

@media (max-width: 575.98px) {
    @media (max-width: 575.98px) {
        .navbar-header::after {
            background: #fff !important;
            transform: none;
            bottom: -20px !important;
        }
    }
    .header-menu:before {
        
        width: 200px !important;
  
    }
   
}


@media (max-width: 767.98px) {
   
}


@media (max-width: 991.98px) {
   
}


@media (max-width: 1199.98px) {
  
}


/*@media (max-width: 1440px) {
    .header-menu:before {
        height: 100%;
        width: 15% !important;
        top: 0px;
        right: 0px;
        background: #f05426;
        position: absolute;
        content: "";
    }
   
}
*/


.toll-free-cont {
    display: flex;
    gap: 6px;
    align-items: center;
    position: relative;
    z-index: 9;
}

    .toll-free-cont:before {
        position: absolute;
        top: 0;
        left: -5px;
        content: "";
        width: 220px;
        height: 50px;
        animation: call-effect 1.5s cubic-bezier(.42,.14,.43,1) .1s infinite;
        box-shadow: #f05426 0 0 50px 50px inset;
        z-index: -1;
        border-radius: 25px;
        opacity: 0;
    }

@keyframes call-effect {
    0% {
        transform: scale(0.1);
    }

    20% {
        opacity: .4;
    }

    40%, 100% {
        transform: scale(1.1);
    }

    0% {
        transform: scale(.1);
    }

    20% {
        opacity: .2;
    }

    40%, 100% {
        transform: scale(1.1);
    }
}

.section-call p {
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: 400;
    font-size: 14px;
}

.main-header-fix {
    background: #fff;
    position: fixed;
    width: 100%;
    z-index: 99999;
}

.section-call-icon {
    position: relative;
}

    .section-call-icon::after {
        content: '';
        position: absolute;
        width: 15px;
        height: 15px;
        background: #22c448;
        border-radius: 100%;
        right: -4px;
        top: 2px;
        border: 3px solid #fff;
    }

    .section-call-icon img {
        width: 45px;
        height: 45px;
        background: rgb(198 39 128 / 22%);
        border-radius: 100%;
        border: #ffe9e9 solid 1px;
    }

.mbl-call-btn {
    display: none;
    position: relative;
}

    .mbl-call-btn svg {
        width: 32px;
        height: 32px;
        background: #f05426;
        animation: shake-icon 0.8s infinite;
        border-radius: 100%;
        padding: 5px;
    }

    .mbl-call-btn::before {
        width: 32px;
        height: 32px;
        background: #f05426;
        position: absolute;
        content: '';
        animation: 2s pulse infinite;
        animation-delay: 3s;
        z-index: -1;
        border-radius: 100%;
    }

    .mbl-call-btn::after {
        width: 32px;
        height: 32px;
        background: #f05426;
        position: absolute;
        left: 0;
        content: '';
        animation: 2s pulse infinite;
        z-index: -1;
        border-radius: 100%;
    }

.section-call a {
    text-decoration: none;
    color: #f05426;
   
    font-weight: 800;
    font-size: 22px;
}

@keyframes shake-icon {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(5deg);
    }

    40% {
        transform: rotate(10deg);
    }

    70% {
        transform: rotate(0deg);
    }

    90% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(-10deg);
    }
}

@keyframes pulse {
    0% {
        transform: scaleX(-0) scaleY(-0);
        opacity: 0.7;
    }

    100% {
        transform: scaleX(1.6) scaleY(1.6);
        opacity: 0.1;
    }
}

.section-call a:hover {
    color: #000;
}