
.tabbing-links {
    display: flex;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
    gap: 20px;
}

    .tabbing-links li {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 0;
        width: 100%;
        transition: .4s ease;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 12px;
    }

        .tabbing-links li.active {
            padding: 0px;
            background-color: rgb(255 255 255);
            border-radius: 8px;
        }

li.tablinks.active::before {
    content: '';
    position: absolute;
    left: calc(100% - 15px);
    border-right: 0px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid white;
}

.tabbing-links li img {
    /* ax-height: 70px; */
    border-radius: 10px;
    padding: 12px 20px;
    max-width: 150px;
    height: 74px;
    transition: .4s ease;
    object-fit: contain;
    width: 100%;
    object-position: center;
    filter: brightness(0) invert(1);
}

li.tablinks.active img {
    /* background: #ffffff; */
    filter: none;
}

.tabs-content {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 25px;
    border-radius: 12px;
}

    .tabs-content .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        row-gap: 25px;
    }

.tabcontent .box:not(.single):hover {
    box-shadow: inset 0px 0px 70px -20px #008efe;
}

.tabs-content .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    row-gap: 25px;
}

.tabs-content ul {
    list-style: none;
    font-size: 16px;
    /* margin-left: 15px; */
}

    .tabs-content ul li span {
        font-size: 16px;
        display: flex;
    }

    .tabs-content ul li {
        display: flex;
        gap: 10px;
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 3px;
    }

        .tabs-content ul li svg {
            width: 18px;
        }

.single-box .scrollable::-webkit-scrollbar {
    width: 5px;
    border: 0px !important;
}

.single-box .scrollable::-webkit-scrollbar-track-piece {
    background-color: white;
    border: 0px !important;
}

.single-box .scrollable::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: 10px;
    border: 0px !important;
}


.single-box {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    color: #001236;
}

    .single-box .scrollable {
        max-height: 308px;
        overflow: auto;
    }

    .single-box h3 {
        font-size: 28px;
    }

    .single-box * {
        color: #001236;
        margin-bottom: 15px;
    }

        .single-box *:nth-last-child(1) {
            margin-bottom: 0;
        }



    .single-box li span {
        margin-bottom: 0;
    }

.tabcontent {
    display: none;
}

.tabs-content .grid-4 .box,
.tabs-content .grid .box {
    background-color: white;
    border-radius: 10px;
    min-height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 500;
    color: #001236;
    text-align: center;
    padding: 10px 20px;
    transition: .4s ease;
}

    .tabs-content .grid .box img {
        width: 60px;
        height: 60px;
        display: block;
        margin-bottom: 10px;
    }




/************************************************************************************************************************/



#about figure {
    margin-bottom: 0px;
}

.tabbing-links {
    display: flex;
    justify-content: space-between;
    list-style: none;
    flex-wrap: wrap;
    gap: 20px;
}

    .tabbing-links li {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 0;
        width: 100%;
        transition: .4s ease;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 12px;
    }

        .tabbing-links li.active {
            padding: 0px;
            background-color: rgb(255 255 255);
            border-radius: 8px;
        }

li.tablinks.active::before {
    content: '';
    position: absolute;
    left: calc(100% - 15px);
    border-right: 0px;
    width: 0;
    height: 0;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    border-left: 13px solid white;
}

.tabbing-links li img {
    /* ax-height: 70px; */
    /*border-radius: 10px;*/
    padding: 12px 20px;
    max-width: 150px;
    height: 74px;
    transition: .4s ease;
    object-fit: contain;
    width: 100%;
    object-position: center;
    filter: brightness(0) invert(1);
}

li.tablinks.active img {
    /* background: #ffffff; */
    filter: none;
}

.tabs-content {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 25px;
    border-radius: 12px;
}

    .tabs-content .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 25px;
        row-gap: 25px;
    }

.tabcontent .box:not(.single):hover {
    /*     box-shadow: inset 0px 0px 70px -20px #008efe; */
}

.tabs-content .grid-4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    row-gap: 25px;
}

.tabs-content ul {
    list-style: none;
    font-size: 16px;
    /* margin-left: 15px; */
}

    .tabs-content ul li span {
        font-size: 16px;
        display: flex;
    }

    .tabs-content ul li {
        display: flex;
        gap: 10px;
        font-size: 16px;
        font-weight: 300;
        margin-bottom: 3px;
    }

        .tabs-content ul li svg {
            width: 18px;
        }

.single-box .scrollable::-webkit-scrollbar {
    width: 5px;
    border: 0px !important;
}

.single-box .scrollable::-webkit-scrollbar-track-piece {
    background-color: white;
    border: 0px !important;
}

.single-box .scrollable::-webkit-scrollbar-thumb {
    background: #eee;
    border-radius: 10px;
    border: 0px !important;
}


.single-box {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    color: #001236;
}

    .single-box .scrollable {
        max-height: 265px;
        overflow: auto;
    }

    .single-box h3 {
        font-size: 22px;
    }

    .single-box * {
        color: #001236;
        margin-bottom: 15px;
        /*&:nth-last-child(1)*/

}

.single-box li span {
    margin-bottom: 0;
}

.tabcontent {
    display: none;
}

.tabs-content .grid-4 .box,
.tabs-content .grid .box {
    background-color: white;
    border-radius: 10px;
    min-height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    font-weight: 500;
    color: #001236;
    text-align: center;
    padding: 10px 20px;
    transition: .4s ease;
}






body .single-address {
    display: block !important;
}

body .box .ques:before {
    display: none !important;
}

.box.single {
    max-width: 100% !important;
}

.eq-height {
    display: flex;
    flex-wrap: wrap;
}

.site-pop.active {
    opacity: 1;
    visibility: visible;
    transition-duration: 0.3s;
}

    .site-pop.active .site-pop-inner {
        transition-duration: 0.3s;
        transform: translateX(-50%) translateY(-50%);
    }

.site-pop {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(3, 1, 35, .5);
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition-duration: 0.3s;
    backdrop-filter: blur(10px);
}

    .site-pop .site-pop-inner {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-30%);
        width: 50%;
        max-width: 700px;
        background-color: rgba(255, 255, 255, .9);
        padding: 20px;
        border-radius: 20px;
        border: 2px solid white;
        transition-duration: 0.3s;
    }

        .site-pop .site-pop-inner .single-box {
            background: none;
            padding: 0 !important;
        }

            .site-pop .site-pop-inner .single-box .scrollable {
                max-height: 350px;
            }

                .site-pop .site-pop-inner .single-box .scrollable strong {
                    font-weight: 500;
                }

                .site-pop .site-pop-inner .single-box .scrollable ul li:before {
                    margin-right: 0;
                    position: absolute;
                    left: 0;
                    top: 2px;
                }

                .site-pop .site-pop-inner .single-box .scrollable ul li {
                    position: relative;
                    padding-left: 20px;
                }

.close-pop {
    position: absolute;
    width: 30px;
    height: 30px;
    background: rgba(0, 142, 254, 1);
    line-height: 28px;
    text-align: center;
    border-radius: 100%;
    font-weight: 300;
    font-size: 17px;
    right: -10px;
    top: -10px;
    cursor: pointer;
}

.site-pop .site-pop-inner .site-pop-header {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 10px;
    border-bottom: solid 1px rgba(0,0,0,0.1);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

    .site-pop .site-pop-inner .site-pop-header img {
        width: auto;
        height: 40px;
    }

.main-ser {
    padding: 20px;
    border-radius: 10px;
    margin-top: 30px;
    background: linear-gradient(135deg, rgba(0,142,254,0.5) 0%,rgba(4,8,41,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin-bottom: 50px;
    border: solid 1px rgba(0, 142, 254, .7);
    margin-bottom: 30px !important;
}

    .main-ser p {
        color: #fff !important;
    }

    .main-ser img {
        margin-bottom: 10px;
    }

.ser-item {
    float: left;
    width: 100%;
    height: calc(100% - 30px);
    background: linear-gradient(135deg, rgba(0,142,254,0.5) 0%,rgba(4,8,41,0.5) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-radius: 10px;
    position: relative;
    padding: 30px 30px 30px 100px;
    margin-bottom: 30px;
    border: solid 1px rgba(0, 142, 254, .7);
}

    .ser-item:hover {
        box-shadow: 0 0 15px #008efe;
    }

        .ser-item:hover .content p {
            opacity: 1;
        }

    .ser-item .icon {
        width: 60px;
        height: 60px;
        border-radius: 100%;
        background: #008efe;
        position: absolute;
        left: 20px;
        top: 20px;
    }

        .ser-item .icon img {
            width: auto;
            max-height: 35px;
            max-width: 35px;
            height: auto;
            position: absolute;
            margin: auto;
            display: block;
            filter: brightness(0) invert(1);
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }

    .ser-item .content {
        float: left;
        width: 100%;
    }

        .ser-item .content h3 {
            float: left;
            width: 100%;
            font-size: 24px;
            line-height: 30px;
            font-weight: 500;
            margin: 0 0 20px 0;
        }

        .ser-item .content p {
            opacity: .5;
            clear: both;
            margin: 0 0 10px 0;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
        }

        .ser-item .content .pop-btn {
            display: flex;
            align-items: center;
            gap: 5px;
            color: #fff;
            cursor: pointer;
        }

            .ser-item .content .pop-btn img {
                filter: brightness(0) invert(1);
                height: 10px;
                width: auto;
            }

.um-hide,
.um-faq-hide {
    display: none !important;
}

@media (min-width: 1px) and (max-width: 767px) {
    .site-pop .site-pop-inner {
        width: 90%;
    }

    .main-ser.tabs-content {
        margin-left: 0 !important;
        margin-right: 0 !important;
        max-width: 100% !important;
        padding: 20px !important;
        margin-top: 20px !important;
    }

    .ser-item {
        padding: 20px;
        height: auto;
    }

        .ser-item .icon {
            position: relative;
            float: left;
            top: auto;
            left: 0;
            margin-bottom: 15px;
        }

    #fluentform_8 .ff-t-container,
    #fluentform_8 .ff_columns_total_2 .ff-t-column-1,
    #fluentform_8 textarea,
    #fluentform_7 .ff-t-container,
    #fluentform_7 .ff_columns_total_2 .ff-t-column-1,
    #fluentform_7 textarea,
    #fluentform_1 .ff-t-container,
    #fluentform_1 .ff_columns_total_2 .ff-t-column-1,
    #fluentform_1 textarea,
    .fluentform .ff-el-form-control,
    .fluentform .ff-t-cell,
    .fluentform .ff-t-container,
    .fluentform .ff_columns_total_2 .ff-t-column-1,
    .fluentform textarea {
        margin-bottom: 10px;
        border-radius: 7px !important;
    }

    #fluentform_8 .ff-btn-submit, #fluentform_7 .ff-btn-submit, #fluentform_1 .ff-btn-submit,
    .fluentform .ff-btn-submit {
        width: 100% !important;
        border-radius: 7px !important font-size: 14px !important;
    }

    #fluentform_8 #ff_8_phone, #fluentform_7 #ff_7_phone, #fluentform_7 #ff_1_phone,
    .fluentform input[name="phone"] {
        padding-left: 56px !important;
    }


    .um-hide {
        display: flex !important;
        margin-top: 20px;
    }

    .um-faq-hide {
        display: block !important;
        margin-top: 20px;
    }

    body .mobile-ff-news-wrap.ff-news-wrap form .ff-btn-submit,
    body .ff-news-wrap form .ff-btn-submit {
        font-size: 14px !important;
    }
}

@media (min-width: 1200px) and (max-width: 1480px) {
    .ser-item {
        padding: 20px;
        height: calc(100% - 30px);
    }

        .ser-item .icon {
            position: relative;
            float: left;
            top: auto;
            left: 0;
            margin-bottom: 15px;
        }

        .ser-item .content h3 {
            font-size: 20px;
            line-height: 22px
        }
}

::selection {
    background: #008efe !important;
    color: #ffffff !important;
    text-shadow: none !important;
}

::-moz-selection {
    background: #008efe !important;
    color: #ffffff !important;
    text-shadow: none !important;
}

.iti__country-name, .iti__flag-box {
    color: #000 !important;
}
