.header {
    width: 100%;
    border: 1px solid rgb(211, 204, 204);
    display: flex;
    flex-direction: column;
    background-color: white;
    position: fixed;
    z-index: 3;
    top: 0px;
}

/* **********new*********** */

.container-connect-header {
    position: relative;
    width: 100%;
    padding: 0 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #d2d8df;
    text-align: right !important;
}

.container-email-phone-header {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
}

.con-connect-self {
    position: relative;
    padding-right: 1rem;
    height: 40px;
    margin-right: 1rem;
    cursor: pointer;
    justify-content: center;
}

.con-connect-self.border-r {
    border-right: 1px solid #ddd;
}

.p-connect-self {
    height: 100%;
    white-space: nowrap;
    text-align: center !important;
}

@media only screen and (max-width:768px) {
    .container-email-phone-header {
        width: 100% !important;
    }
}

@media only screen and (max-width:900px) {
    .container-email-phone-header {
        margin: 0 auto !important;
    }

    .container-connect-header {
        padding: 0 2rem !important;
    }
}

@media only screen and (max-width:465px) {

    .con-connect-self.border-r {
        border-right: none !important;
    }
}

.connect-span {
    line-height: 40px;
}

.connect-span i {
    margin-right: 0 !important;
    color: rgb(87, 166, 219);
    padding-right: 0;
    font-size: 20px;
    transition: 1s all ease-in-out;
    -webkit-transition: 1s all ease-in-out;
    -moz-transition: 1s all ease-in-out;
    -o-transition: 1s all ease-in-out;
    animation: shake_icon 2s ease-in-out 3s infinite;
    -webkit-animation: shake_icon 2s ease-in-out 3s infinite;
    -moz-animation: shake_icon 2s ease-in-out 3s infinite;
    -o-animation: shake_icon 2s ease-in-out 3s infinite;
}

@keyframes shake_icon {
    0% {
        transform: scale3d(1, 1, 1);
        text-shadow: 0 0 0 transparent;
    }

    10% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -6deg);
    }

    20% {
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -6deg);
    }

    30% {
        transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, 6deg);
        text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    }

    40% {
        transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -6deg);
    }

    50% {
        transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, 6deg);
        text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    }

    60% {
        transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -6deg);
    }

    70% {
        transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, 6deg);
        text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    }

    80% {
        transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, -6deg);
    }

    90% {
        transform: scale3d(1.3, 1.3, 1.3) rotate3d(0, 0, 1, 6deg);
        text-shadow: 0 1px 3px rgb(0 0 0 / 30%);
    }

    100% {
        transform: scale3d(1, 1, 1);
        text-shadow: 0 0 0 transparent;
    }
}

.con-connect-self:hover .connect-span i {
    color: #555 !important;
}

.connect-span a {
    color: #333;
    text-decoration: none;
    margin-left: .5rem;
}

/* ***********new********** */
.numberHeader {
    display: flex;
    flex: 1;
    text-align: center;
    margin-top: 25px;
}

.numberPhoneHeader {
    text-decoration: none;
    /* margin-left: -13px; */
    /* margin-top: -18px; */
    font-size: 15px;
    font-weight: bold;
    color: black;
}

.numberHeader i {
    color: black !important;
    margin-top: -13px;
    margin-right: 10px;
}

/* ******************** */

.headerMenu {
    display: flex;
    flex: 1;
    padding: 0 100px;
    position: relative;
}

.linkHome {
    text-decoration: none;
    color: black;
}

.imgIcon {
    display: flex;
    flex: 1;
    text-align: left;
    margin-top: 7px;
}

.textIconOnly1 {
    font-size: 25px;
    margin-top: 3px;
}

.textIconOnly1 span {
    color: rgb(62, 201, 243);
}

.textIconOnly2 {
    margin-top: 30px;
    font-size: 7px;
    margin-left: -100px;
}

/* ***************** */
/*********************** */
.informationLinkHome {
    margin-left: 90px;
}

.information {
    min-width: 20%;
    height: 40px;
    margin-top: 15px;
    flex: 2;
    /* border: 2px solid red; */
}

.divIconinformation {
    max-width: 50%;
    height: 60px;
    margin-top: 10px;
    margin-left: 50px;
}

.iconPhone {
    list-style-type: none;
}

.fas.fa-phone-alt {
    width: 15px;
    height: 15px;
    color: rgb(29, 26, 26);
}

.numberPhone {
    text-decoration: none;
    margin-left: -13px;
    margin-top: -18px;
    font-size: 15px;
    font-weight: bold;
}

.iconMessage {
    list-style-type: none;
    width: 17px;
    height: 17px;
    color: rgb(19, 18, 18);
    padding-top: 7px;
    margin-left: 140px;
    margin-top: -23px;
}

.infoMessage {
    margin-left: 160px;
    color: rgb(15, 14, 14);
    margin-top: -10px;
    font-size: 15px;
    font-weight: bold;
}

/* ********************* */

.menu {
    flex: 3;
    display: flex;
    list-style-type: none;
    margin-top: 16px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

li a {
    color: black !important;
    font-weight: bold;
    padding: 12px 12px;
    text-decoration: none;
}

.menu li a:hover {
    color: rgb(87, 166, 219) !important;
}

.subMenu {
    position: relative;
}

.services {
    width: 160px;
    padding-top: 25px;
    position: absolute;
    top: 100%;
    background-color: white;
    list-style-type: none;
    display: none;
    line-height: 1.7;
}

.subMenu:hover .services {
    display: block;
}

.services li a {
    font-size: 15px;
    color: rgb(71, 68, 68);
}

/* ************************* */

.iconList {
    list-style-type: none;
    color: rgb(87, 166, 219);
    width: 30px;
    height: 30px;
    margin-top: 12px;
}

.fas.fa-bars {
    margin-left: 50px;
    font-size: 25px;
}

/******************************/

.listSetting {
    border-top: 1px solid blue;
    display: none;
    width: 25%;
    background-color: white;
    position: absolute;
    z-index: 1;
    top: 51px;
    right: 50px;
    border-radius: 0px 0px 10px 10px;
    box-shadow: 3px 5px 10px gray;
}

.menuListSetting {
    list-style-type: none;
    margin-top: 10px;
    margin-bottom: 20px;
}

.menuListSetting li {
    padding: 10px 10px;
    text-decoration: none;
    font-size: 14px;
}

.menuListSetting li a:hover {
    color: rgb(87, 166, 219) !important;
}

.serviceslistSetting {
    list-style-type: none;
    margin-left: 50px;
}

.serviceslistSetting li {
    font-size: 10px;
}

/* **************************************************************** */

.newClassMenu {
    background-color: #d2d8df;
    border-radius: 10%;
    transition-delay: 0.1s;
}

/* ************************************************************ */
@media only screen and (max-width: 1040px) {
    .numberHeader {
        display: none;
    }
}

@media only screen and (min-width: 901px) {
    .iconList {
        display: none;
    }

    .listSetting {
        background-color: transparent;
    }

    .menuListSetting {
        display: none;
    }
}

/* ********** */

@media only screen and (max-width: 900px) {
    .menu {
        display: none;
    }

    .information {
        display: none;
    }

    .iconList {
        display: block;
    }

    .imgIcon {
        margin-left: -70px;
    }

    .listSetting {
        width: 35%;
        right: 7%;
    }
}

/* ********* */

@media only screen and (max-width: 570px) {
    .listSetting {
        width: 60%;
        right: 20px;
    }
}