@import url("https://fonts.googleapis.com/css2?family=Cairo:wght@300;500;700&display=swap");

.c-subdued {
    color: #7d8083
}

.c-disabled {
    color: #a0a3a7
}

.c-danger {
    color: #dc3545
}

.c-warning {
    color: #ffc107
}

.c-success {
    color: #28a745
}

:root {
    font-size: 10px
}



h1, h2, h3, h4, h5 {
    font-weight: 700
}

h1 {
    font-size: 2rem;
    line-height: calc($f-size-xxl + 0.8rem)
}

h2 {
    font-size: 1.8rem;
    line-height: calc($f-size-xl + 0.8rem)
}

h3 {
    font-size: 1.7rem;
    line-height: calc($f-size-lg + 0.8rem)
}

h4 {
    font-size: 1.5rem;
    line-height: calc($f-size-md + 0.8rem)
}

h5 {
    font-size: 1.4rem;
    line-height: calc($f-size-sm + 0.8rem)
}

h6 {
    font-size: 1.3rem;
    line-height: calc($f-size-xs + 0.8rem)
}

.label {
    font-size: 12px;
    font-weight: 600;
}

.fw-thin {
    font-weight: 300
}

.fw-normal {
    font-weight: 500
}

.fw-bold {
    font-weight: 700
}

.fs-xxs {
    font-size: 1.2rem
}

.fs-xs {
    font-size: 1.3rem
}

.fs-sm {
    font-size: 1.4rem
}

.fs-md {
    font-size: 1.5rem
}

.fs-lg {
    font-size: 1.7rem
}

.fs-xl {
    font-size: 1.8rem
}

.fs-xxl {
    font-size: 2rem
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0
}

html {
    font-size: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    color: #333;
    font-size: 1.5rem;
    font-weight: 500;
    font-family: 'Cairo', sans-serif;
    direction: rtl;
    background-color: #fff
}

ul {
    list-style-type: none
}

button {
    font-family: 'Cairo', sans-serif;
    cursor: pointer;
    background-color: transparent
}

span {
    display: inline-block
}

.section-header {
    margin-bottom: 4.8rem;
    text-align: center
}

    .section-header p {
        max-width: 800px;
        margin: 1.2rem auto 0
    }

.container {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 1rem
}

*[class*="flex"] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0.8rem
}

*[class*="__gap-0"] {
    gap: 0
}

*[class*="__gap-sm"] {
    gap: 0.8rem
}

*[class*="__gap-md"] {
    gap: 1.6rem
}

*[class*="__gap-lg"] {
    gap: 2.4rem
}

*[class*="__jc-start"] {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

*[class*="__jc-end"] {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

*[class*="__jc-center"] {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

*[class*="__jc-between"] {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

*[class*="__ai-start"] {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

*[class*="__ai-end"] {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end
}

*[class*="__ai-center"] {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

*[class*="__fd-col"] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

*[class*="__fd-row"] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

*[class*="__fw-wrap"] {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

*[class*="__fw-nowrap"] {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

header {
    padding: 1.2rem 0;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08)
}

    header .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 2.4rem
    }

    header .logo {
        max-width: 300px
    }

    header ul {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 2.4rem
    }

    header li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1.6rem;
        white-space: nowrap
    }

    header button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1.2rem;
        padding: 1.2rem 2.4rem;
        background-color: #5ad24c;
        color: white;
        border-radius: 12px
    }



#destinations {
    padding: 8rem 0 6rem;
    background-image: url("../../assets/img/world-map-dots.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    background-attachment: fixed
}

    #destinations .badge {
        background-color: #285377;
        border-radius: 20px;
        padding: 0.4rem 1.2rem;
        color: white;
        font-size: 1.2rem
    }

    #destinations .cards-grid-wrapper {
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (minmax(35rem, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
        gap: 2rem
    }

    #destinations .card {
        background-color: #fff;
        -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
        padding: 1.2rem;
        border-radius: 10px
    }

        #destinations .card:hover .card__cover .img {
            -webkit-transform: scale(1.2);
            transform: scale(1.2)
        }

            #destinations .card:hover .card__cover .img::after {
                opacity: 1
            }

        #destinations .card:hover .card__content p::before {
            height: 100%
        }

    #destinations .card__cover {
        position: relative;
        border-radius: 12px;
        overflow: hidden;
        height: 26rem;
        width: 100%
    }

        #destinations .card__cover .img {
            width: 100%;
            height: 100%;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            position: relative;
            -webkit-transition: all 500ms;
            transition: all 500ms
        }

            #destinations .card__cover .img::after {
                content: '';
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background-color: rgba(0, 0, 0, 0.2);
                opacity: 0;
                -webkit-transition: all 500ms;
                transition: all 500ms
            }

        #destinations .card__cover .glassy-bar {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            width: 100%;
            -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px);
            background-color: rgba(0, 0, 0, 0.33);
            padding: 0.8rem 2rem;
            color: white
        }

            #destinations .card__cover .glassy-bar b {
                font-size: 1.7rem
            }

    #destinations .card__content {
        padding: 1.2rem 0.8rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.2rem
    }

        #destinations .card__content .country {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 1.2rem
        }

        #destinations .card__content > p {
            font-size: 1.4rem;
            color: #7d8083;
            color: #5f5f5f;
            padding-right: 2rem;
            position: relative;
            margin-bottom: 1rem
        }

            #destinations .card__content > p:before {
                content: '';
                position: absolute;
                top: 50%;
                right: 0.5rem;
                -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
                bottom: 0;
                height: 70%;
                width: 1px;
                background-color: #e9e9e9;
                -webkit-transition: all 500ms;
                transition: all 500ms
            }

.btn {
    cursor: pointer;
    min-width: 48px;
    font-size: 1.5rem
}

    .btn.block {
        width: 100%
    }

.btn-primary {
    background-color: #285377;
    color: white;
    border-radius: 8px;
    text-align: center;
    padding: 1.2rem
}

#services {
    padding: 6rem 0;
    background-color: #f8f8f8
}

    #services .banner {
        background-color: #e2041f;
        color: white;
        border-radius: 26px;
        padding: 0 4rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 2rem
    }

        #services .banner > div {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            gap: 2rem;
            position: relative;
            background-image: url("../../assets/icons/services/blob.svg");
            background-size: cover;
            background-repeat: no-repeat;
            background-position: right 18%;
            padding: 6rem 0
        }

            #services .banner > div .btn-primary {
                background-color: #ffaa00;
                width: 100%;
                padding: 0.8rem;
                max-width: 180px
            }

        #services .banner > ul {
            padding: 6rem 0;
            -webkit-box-flex: 2;
            -ms-flex: 2;
            flex: 2;
            display: -ms-grid;
            display: grid;
            -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2.8rem
        }

        #services .banner li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            gap: 1.6rem
        }



#addresses {
    padding: 6rem 0
}

    #addresses .container {
        max-width: 1000px
    }

    #addresses .address {
        background-color: #fff;
        border-radius: 16px;
        margin-bottom: 2rem;
        background-color: #f8f8f8
    }

        #addresses .address.expand .address__header .toggle-btn span {
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

            #addresses .address.expand .address__header .toggle-btn span:last-of-type {
                -webkit-transform: translate(-50%, -50%) rotate(270deg);
                transform: translate(-50%, -50%) rotate(270deg)
            }

        #addresses .address.expand .address__content {
            -webkit-animation: expanding 1s ease 0ms forwards;
            animation: expanding 1s ease 0ms forwards
        }

    #addresses .address__header {
        border-radius: 16px;
        padding: 2.4rem 3.2rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1.6rem;
        background-color: #f0f0f0;
        cursor: pointer
    }

        #addresses .address__header h3 {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

        #addresses .address__header .toggle-btn {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            position: relative
        }

            #addresses .address__header .toggle-btn span {
                width: 28px;
                height: 2px;
                background-color: black;
                border-radius: 10px;
                -webkit-transform-origin: center;
                transform-origin: center;
                -webkit-transition: 160ms ease-in;
                transition: 160ms ease-in
            }

                #addresses .address__header .toggle-btn span:last-of-type {
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    -webkit-transition: 340ms ease-out;
                    transition: 340ms ease-out
                }

    #addresses .address__content {
        padding: 0 2.4rem;
        overflow: hidden;
        height: auto;
        max-height: 0;
        -webkit-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out
    }

        #addresses .address__content .table .tr {
            padding: 1.2rem 2.4rem;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 1.2rem
        }

            #addresses .address__content .table .tr:first-of-type {
                border-radius: 50px;
                background-color: #f0f0f0
            }

        #addresses .address__content .table .td {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1
        }

            #addresses .address__content .table .td:last-of-type {
                -webkit-box-flex: 2;
                -ms-flex: 2;
                flex: 2
            }

@-webkit-keyframes expanding {
    100% {
        max-height: 500px;
        padding: 3.2rem
    }
}

@keyframes expanding {
    100% {
        max-height: 500px;
        padding: 3.2rem
    }
}

footer {
    margin-bottom: 0rem
}

    footer .container {
        background-color: #f8f8f8;
        border-radius: 16px;
        overflow: hidden;
        padding: 0
    }

    footer .locations-grid-wrapper {
        direction: ltr;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (minmax(300px, 1fr))[auto-fit];
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        -webkit-column-gap: 3rem;
        column-gap: 3rem;
        row-gap: 4rem;
        padding: 4rem
    }

    footer .location {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 1.2rem
    }

    footer .location__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1.2rem
    }

        footer .location__header p {
            margin-top: 0.5rem
        }

    footer .location li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 1rem;
        padding: 0.5rem 0
    }

    footer .copywrite {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 1.2rem 4rem;
        background-color: #f0f0f0;
        border-radius: 16px
    }

        footer .copywrite li {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            gap: 1rem;
            white-space: nowrap
        }

/*.modal {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    visibility: hidden;
    overflow-y: auto;
    opacity: 0;
    -webkit-transition: visibility 0s, opacity 210ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: visibility 0s, opacity 210ms cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

    .modal.show {
        visibility: visible;
        opacity: 1
    }

        .modal.show .modal__backdrop {
            opacity: 1
        }

        .modal.show .modal__box {
            -webkit-transform: translateY(0);
            transform: translateY(0);
            opacity: 1
        }

.modal__backdrop {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-transition: 210ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: 210ms cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

.modal__box {
    width: 95%;
    max-width: 800px;
    max-height: 90vh;
    overflow-y: auto;
    position: relative;
    -webkit-transform: translateY(60px);
    transform: translateY(60px);
    margin: 5rem auto;
    z-index: 2;
    border-radius: 12px;
    -webkit-box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 7px 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    -webkit-transition: 120ms ease-in-out;
    transition: 120ms ease-in-out;
    padding: 0px 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

    .modal__box > div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        gap: 1rem
    }

        .modal__box > div img {
            margin-top: 5rem;
            padding-left: 3rem
        }

    .modal__box form {
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -webkit-column-gap: 16px;
        column-gap: 16px;
        row-gap: 12px
    }

        .modal__box form > *.lg {
            grid-column: span 2
        }

        .modal__box form .btn-primary {
            margin-top: 1.6rem
        }*/



.form-control {
    margin-bottom: 4px;
    margin-top: 4px
}

    .form-control input, .form-control select {
        text-align: right;
        color: #5a5a5a;
        background-color: #fff;
        border: 1px solid #ececec;
        border-radius: 12px;
        box-shadow: none;
        font-size: 12px;
        height: 40px;
        padding: 6px 12px;
        font-family: inherit;
        width: 100%;
    }

    .form-control textarea {
        resize: vertical;
        font-family: inherit;
        text-align: right;
        width: 100%;
        color: #5a5a5a;
        background-color: #fff;
        border: 1px solid #ececec;
        border-radius: 12px;
        box-shadow: none;
        font-size: 12px;
        padding: 6px 12px;
    }

    .form-control option[value=''][disabled] {
        display: none
    }

    .form-control option {
        color: black
    }

    .form-control:focus-within {
        border-color: #464774
    }


/* Responsive Code */

@media screen and (min-width: 1367px) {
    :root {
        font-size: 11px
    }
}

@media screen and (min-width: 1025px) and (max-width: 1366px) {
    :root {
        font-size: 10px
    }
}

@media screen and (min-width: 781px) and (max-width: 1024px) {
    :root {
        font-size: 9px
    }
}

@media screen and (max-width: 780px) {
    :root {
        font-size: 8px
    }
}

@media screen and (max-width: 800px) {
    header {
        padding-bottom: 0
    }


        header .container {
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

        header .logo {
            max-width: 50%
        }

        header ul {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
            width: 100%;
            margin-left: 5rem;
            margin-right: 5rem;
            background-color: #f0f0f0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            gap: 4rem;
            border-radius: 12px;
            margin-bottom: 6px;
        }

        header button {
            padding: 1.4rem 2.4rem;
            border-radius: 12px;
            margin: 0px 0px 6px;
        }

        header li {
            padding: 1.6rem 0
        }

    #destinations {
        padding: 4rem 0 6rem;
    }
}

@media screen and (max-width: 410px) {
    header .container {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    #destinations .card__content > p {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 600px) {
    footer .copywrite {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 2rem
    }

    #destinations .card__content > p {
        font-size: 1.6rem;
    }
}

@media screen and (max-width: 700px) {
    #services .banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 2rem;
        padding-bottom: 2rem;
        gap: 0rem
    }

        #services .banner > div, #services .banner > ul {
            padding: 1.5rem 0
        }

        #services .banner > div {
            background-position: center bottom
        }

    /*    .modal__box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .modal__box > div img {
            margin-top: 0
        }*/
}

.register-form .modal-header {
    text-align: center;
    padding: 2px 10px;
    border-bottom: none;
}

.register-form label {
    font-size: 12px;
    color: #313030;
}

.register-form .form-control {
    box-shadow: none;
    font-size: 12px;
    border-radius: 10px;
    border: 1px solid #dedbdb;
    padding: 4px 12px;
}

.register-from .form-group {
    margin-bottom: 12px;
}

@media screen and (max-width: 700px) {
    .register-form .modal-footer {
        position: sticky;
        bottom: 0;
        background-color: inherit;
        z-index: 1055;
    }

    .register-form .modal-body {
        height: calc(100vh - 190px);
        overflow-y: scroll;
    }



    #services {
        padding: 0rem 0;
    }

    #addresses {
        padding: 3rem 0;
    }

        #addresses .section-header {
            margin-bottom: 0.8rem;
        }
}

header button p, header ul li div p {
    margin-bottom: 0;
}

#services .banner > div .btn-primary {
    border: 1px solid #fea900;
}

#services .banner > div .btn-primary {
    max-width: 280px;
}

.whatsapp-chat {
    position: fixed;
    z-index: 1;
    bottom: 60px;
    left: 60px;
    padding: 0;
    transform-origin: left bottom;
    transform: scale(0.5);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    .whatsapp-chat .panel-default .panel-heading {
        background-color: #128C7E;
        color: #A9D5D0;
        text-align: right;
        border-radius: 10px 10px 0 0;
        border: #A9D5D0;
        padding: 14px;
    }

    .whatsapp-chat .panel-default {
        border-radius: 10px;
        border: rgba(0,0,0,0.00);
        width: 240px;
    }

    .whatsapp-chat .panel-body {
        background-color: #ECE5DD;
        border: #ECE5DD;
        border-radius: 0 0 10px 10px;
    }

        .whatsapp-chat .panel-body .chat-msg {
            background-color: #fff;
            padding: 8px 16px;
            margin-bottom: 14px;
            border-radius: 10px;
        }

    .whatsapp-chat .btn-success {
        background-color: #3AC34C;
        border-color: #3AC34C;
        border-radius: 14px;
        float: right;
    }

        .whatsapp-chat .btn-success:hover, .whatsapp-chat .btn-success:focus, .whatsapp-chat .btn-success:active {
            background-color: #3AC34C;
            border-color: #3AC34C;
        }

    .whatsapp-chat .fa-whatsapp {
        font-size: 18px;
    }

    .whatsapp-chat.chat-open {
        transform: scale(1);
        opacity: 1;
        visibility: visible;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
    }

.whatsapp-floating a {
    position: fixed;
    z-index: 1;
    bottom: 30px;
    left: 30px;
    padding: 0;
}

.chat-msg a {
    float: left;
    font-weight: 600;
}

.chat-msg img {
    margin-left: 5px;
}

.whatsapp-chat .close {
    float: left;
}