@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('./responsive.css');

a {
    text-decoration: none;
    color: inherit;
    display: inline;
}

    a:hover {
        color: #EF9255;
    }

    a.hlink {
        display: inline;
        position: relative;
        overflow: hidden;
    }

        a.hlink:hover {
            color: #EF9255
        }

    a.active {
        color: #EF9255
    }

    a.hlink:before {
        content: "";
        position: absolute;
        z-index: -1;
        right: 0;
        width: 0;
        bottom: -5px;
        background: #EF9255;
        height: 4px;
        transition-property: width;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
    }

    a.hlink:hover:before, a.hlink:focus:before, a.hlink:active:before {
        left: 0;
        right: auto;
        width: 100%;
    }

ul, li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

html {
    font-size: 17px;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    font-family: 'Montserrat', Medium;
    color: #000;
}

.progress, .progress-stacked {
    background-color: #A29980;
}

/* Bg gradient */
.bg-g-purple {
    background: rgb(216,216,216);
    background: linear-gradient(270deg, rgba(216,216,216,1) 45%, rgba(244,123,61,1.1601015406162464) 100%);
}
/*.bg-g-purple-2 {background: rgb(206,200,194);background: linear-gradient(90deg, rgba(206,200,194,1) 0%, rgba(81,63,183,0.21332282913165268) 100%);}*/
.bg-g-orange {
    background: rgb(230, 179, 136);
    background: linear-gradient(270deg, rgba(230, 179, 136,1) 0%, rgb(20, 125, 132,0.30) 100%);
}

.bg-opacity-white {
    background-color: #ffffff91;
}

.bg-opacity-white2 {
    background-color: #e1e1e175;
}


/*Background */
.bg-pink {
    background-color: #FFF0F4;
}

.bg-gray-2 {
    background-color: #fbfbfb;
}

.bg-orange {
    background-color: #D8D8D8;
}

.bg-orange-2 {
    background-color: #EF7632 !important;
}

.button-orange {
    background-color: #EF7632 !important;
    color: white !important;
}

    .button-orange:hover {
        background-color: #6D026D;
        color: white;
    }

.bg-orange-3 {
    background-color: #F5D3C0;
}

.bg-cyan-1 {
    background-color: #F5F5F5;
}

.bg-cyan-2 {
    background-color: #F5F5F5;
}

.bg-blue {
    background-color: #D9DCF5;
}

.bg-cyan-2-transparent {
    background: linear-gradient(to bottom, #ee7632 50%, transparent 50%);
}

.bg-blue-2-transparent {
    background: linear-gradient(to bottom, #3B3866 50%, transparent 50%);
}

.bg-blue-1 {
    background-color: #F5F5F5;
}

.bg-blue-2 {
    background-color: #F5F5F5;
}

.bg-blue-3 {
    background-color: #B7CBEB;
}

.bg-blue-4 {
    background-color: #E2E4F1;
}

.bg-blue-5 {
    background-color: #C4DCF8;
}

.bg-gray {
    background-color: #F5F5F5;
}

.bg-gray-2 {
    background-color: #DFDFDF;
}

.bg-camel {
    background-color: #D8D8D8
}

.bg-camel-2 {
    background-color: #D3CDC3
}

.bg-camel-3 {
    background-color: #F2E6DC
}

.bg-camel-4 {
    background-color: #FFF9EB
}

.bg-camel-5 {
    background-color: #CFCAD0
}

.bg-camel-6 {
    background-color: #F6EAD9
}

.bg-camel-7 {
    background-color: #CB8E85
}

.bg-purple-3 {
    background-color: #9d96c0;
}

.bg-camel-2-transparent {
    background: linear-gradient(to bottom, #B98F69 50%, transparent 50%);
}

.bg-gray-transparent {
    background: linear-gradient(to bottom, #d1d1d1 50%, transparent 50%);
}

.bg-green-1 {
    background-color: #E9EAE4;
}

.bg-purple-camel {
    background: rgb(206,200,194);
    background: linear-gradient(318deg, rgba(206,200,194,1) 0%, rgba(206,200,194,1) 27%, rgba(81,63,183,0.21052170868347342) 100%);
}

.bg-purple {
    background: rgb(244,123,61,1);
    background: linear-gradient(270deg, rgba(216,216,216,1.1601015406162464) 45%, rgba(244,123,61,1) 100%);
}

.bg-cyan-orange {
    background: rgb(176,205,205);
    background: linear-gradient(90deg, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 55.8%, rgba(216,216,216,1) 55.8%, rgba(216,216,216,1) 100%);
}

.bg-cyan-orange-2 {
    background: rgb(176,205,205);
    background: linear-gradient(30deg, rgba(176,205,205,1) 40%, rgba(250,177,135,1) 80%);
}

/* Buttons */
.btn-orange {
    color: #fff;
    background-color: #EF7632;
    border-color: #EF7632;
}

.btn-secondary1 {
    color: #fff;
    background-color: #3E3E3E;
    border-color: #3E3E3E;
}

    .btn-secondary1:hover, .btn-secondary1:active, .btn-secondary1:focus, .btn-secondary1.active {
        background: #EF7632 !important;
        color: #fff !important;
        border-color: #EF7632 !important;
    }

.btn-orange:hover, .btn-orange:active, .btn-orange:focus, .btn-orange.active {
    background: #3E3E3E !important;
    color: #fff !important;
    border-color: #3E3E3E !important;
}

.btn-light:hover, .btn-light:active, .btn-light:focus, .btn-light.active {
    background: #fff !important;
    color: #EF7632 !important;
    border-color: #EF7632 !important;
}

.btn-outline-black {
    color: #fff;
    background-color: transparent;
    border: 1px solid #000 !important;
    color: #000;
}

    .btn-outline-black:hover, .btn-outline-black:active, .btn-outline-black:focus, .btn-outline-black.active {
        color: #fff;
        background: rgba(0, 0, 0, 0.308) !important;
        color: #000 !important;
        border-color: #000 !important;
    }


.btn-outline-black {
    color: #fff;
    background-color: transparent;
    border: 1px solid #000 !important;
    color: #000;
}

    .btn-outline-black:hover, .btn-outline-black:active, .btn-outline-black:focus, .btn-outline-black.active {
        color: #fff;
        background: rgba(255, 255, 255, 1) !important;
        color: #000 !important;
        border-color: #000 !important;
    }





.btn-secondary {
    background-color: #3E3E3E;
}

.btn-outline-orange {
    color: #fff;
    background-color: transparent;
    border: 1px solid #EF7632 !important;
    color: #EF7632;
}

    .btn-outline-orange:hover, .btn-outline-orange:active, .btn-outline-orange:focus, .btn-outline-orange.active {
        color: #fff;
        background: #EF7632 !important;
        color: #fff !important;
        border-color: #EF7632 !important;
    }

.btn-default-orange {
    color: #fff;
    background-color: transparent;
    border: 1px solid #d1d1d1 !important;
    color: #000;
}

    .btn-default-orange:hover, .btn-default-orange:active, .btn-default-orange:focus, .btn-default-orange.active {
        color: #fff;
        background: #EF7632 !important;
        color: #fff !important;
        border-color: #EF7632 !important;
    }

.btn-white {
    color: #000000;
    background-color: #FFFFFF;
    border-color: #707070;
}

    .btn-white:hover, .btn-white:active, .btn-white:focus, .btn-white.active {
        background: transparent !important;
        color: #000 !important;
        border-color: #707070 !important;
    }

.orange-active.active {
    color: #EF7632;
}

.feature-boxed .icon-box {
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .feature-boxed .icon-box img {
        max-height: 100%
    }

.discount-tag {
    width: 35px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-weight: bold;
    color: #FF646E;
    font-size: 11px;
}

    .discount-tag img {
        max-width: 100%;
    }

.border-orange {
    border-color: #EF7632 !important;
}

.border-orange-2 {
    border-color: #FAB187 !important;
}

.border-bottom-orange {
    border-bottom-color: #EF7632 !important;
}

.border-bottom-5 {
    border-bottom-width: 5px !important;
}

.scroll-bar-options {
    height: 100px;
    position: relative;
}

.tab-orange-border {
}

    .tab-orange-border .nav.nav-tabs {
        border-bottom-color: #EF7632;
    }

        .tab-orange-border .nav.nav-tabs .nav-item .nav-link {
            text-decoration: none;
            font-weight: 500;
            color: #000;
        }

            .tab-orange-border .nav.nav-tabs .nav-item .nav-link.active {
                border-top-color: #EF7632;
                border-left-color: #EF7632;
                border-right-color: #EF7632;
                color: #EF7632;
            }

            .tab-orange-border .nav.nav-tabs .nav-item .nav-link:hover {
                border-color: #EF7632;
                border-bottom-color: #ee;
                color: #EF7632;
            }

    .tab-orange-border .tab-content {
        border-color: #EF7632;
        border-width: 1px;
        border-style: solid;
        border-top: none;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 20px;
    }

.tab-content {
    position: relative;
}

    .tab-content #nextBtn {
        position: absolute;
        background: none;
        border: none;
        right: -50px;
        font-size: 25px;
        top: 0px;
        bottom: 0px;
        margin: auto 0px;
    }

    .tab-content #prevBtn {
        position: absolute;
        background: none;
        border: none;
        left: -50px;
        font-size: 25px;
        top: 0px;
        bottom: 0px;
        margin: auto 0px;
    }

input[type="radio"] {
    position: relative;
    width: 16px;
    height: 16px;
}

    input[type="radio"]::before {
        content: ""; /*background-color: #fff;*/
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid #000;
    }

    input[type="radio"]:checked:before {
        content: "✓";
        background-color: #EF7632;
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid #EF7632;
        color: #fff;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

input[type="checkbox"] {
    position: relative;
    width: 24px;
    height: 24px;
}

    input[type="checkbox"]::before {
        background-color: #fff;
        position: absolute;
        width: 100%;
        height: 100%;
    }

    input[type="checkbox"]:checked:before {
        content: "✓";
        background-color: #EF7632;
        position: absolute;
        width: 100%;
        height: 100%;
        border: 1px solid #EF7632;
        color: #fff;
        font-size: 16px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.editor-area {
    font-size: 16px;
}


.domain-list {
    display: flex;
    flex: 0 1 auto;
    flex-direction: inherit;
    flex-wrap: wrap;
    gap: 15px 15px;
    justify-content: center;
}

    .domain-list li {
        border-radius: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-basis: 6.33333333%;
        height: 80px;
    }

/** pagination **/
.pagination {
}

    .pagination .page-link {
        border-color: #FAB187;
        font-size: 14px;
        color: #3E3E3E;
        border-radius: 2px !important;
        font-weight: 500;
    }

/* Font-Size */
.fs-8 {
    font-size: 0.90rem;
}

.fs-9 {
    font-size: 0.80rem;
}

.fs-10 {
    font-size: 0.70rem;
}

/* Owl Carousel 
.owl-carousel {position: relative;}
.owl-carousel .owl-nav {position: absolute;width: 100%;height: 100%;display: inline-flex;align-items: center;justify-content: space-between;top: 0px;padding: 0px 50px;}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {display: inline-block;font-size: 62px;}*/

/* Owl Carousel*/

.cursor-pointer {
    cursor: pointer;
}

/* Min Heights */
.h-1 {
    min-height: 26.95rem;
}

.h-2 {
    min-height: 11rem;
}

/* Text */
.text-black {
    color: #3E3E3E !important;
}

.text-hover-white:hover {
    color: #fff;
}

.text-g-yellow {
    background: -webkit-linear-gradient(0deg, rgba(254,212,45,1) 50%, rgba(252,191,41,1) 50%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-g-orange {
    background: -webkit-linear-gradient(142deg, rgba(254,150,45,1) 45%, rgba(252,179,41,1) 73%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.text-brown {
    color: #331B00;
}

.text-blue {
    color: #002850;
}

table.domains-table {
    border-collapse: separate;
    border-spacing: 0 15px;
}

    table.domains-table tr {
        border-color: #ffaf7a;
    }

        table.domains-table tr td {
            vertical-align: middle !important;
            border-width: 0;
            border-color: #e5762c;
            border-top-width: 1px;
            border-bottom-width: 1px;
        }

            table.domains-table tr td:first-child {
                border-left-width: 1px;
            }

            table.domains-table tr td:last-child {
                border-right-width: 1px;
            }

/* Tech Para */
.tech-para-progress {
    position: relative;
    padding-bottom: 47px;
}

    .tech-para-progress .progress {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
    }

    .tech-para-progress ul {
        width: 100%;
        position: absolute;
        display: inline-flex;
        justify-content: end;
        padding: 0px;
        margin: 0px;
        top: -15px;
        column-gap: 70px;
    }

        .tech-para-progress ul li {
            display: inline-flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            padding: 0px;
            margin: 0px;
        }

            .tech-para-progress ul li p {
                margin: 0px;
            }

                .tech-para-progress ul li p.icon {
                    background: #fff9eb;
                    width: 60px;
                    text-align: center;
                }

                .tech-para-progress ul li p img {
                    max-height: 50px;
                }

                .tech-para-progress ul li p i {
                    font-size: 40px;
                }

/* Form */
.form-control {
    z-index: 1;
}

.custom-form-check input {
    background-color: white;
    border-color: #000;
    border-radius: 4px !important;
    outline: none;
    box-shadow: none;
    float: none !important;
}

.custom-form-check .form-check-input:checked {
    background-color: #000;
    outline: none;
    box-shadow: none;
    border-color: #000;
}

.custom-form-check .form-check-input:focus {
    box-shadow: none;
}

.input-group > .form-control:focus, .input-group > .form-floating:focus-within, .input-group > .form-select:focus {
    z-index: 0;
    outline: none;
    box-shadow: none;
}

.form-control.custom-control {
    border-color: #000;
    border-radius: 0px;
    font-weight: 500;
    padding: 15px;
}

select.form-control.custom-control {
    background-image: url('../images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: center right 15px;
    background-size: 10px;
}

select.form-control {
    background-image: url('../images/select-arrow.png');
    background-repeat: no-repeat;
    background-position: top 16px right 15px;
    background-size: 10px;
}

/* Border */
.border-end-5 {
    border-right-width: 0.6rem;
    border-right-style: solid;
}

.rounded-s-e {
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
    display: inline-block;
}

.link-icons {
    width: 40px;
    height: 40px;
    font-size: 17px;
    display: inline-flex;
    align-items: center;
    justify-content: center; /*background: #000*/
    ;
    border-radius: 100px;
    color: #fff;
}

.list-style-dot {
    padding-left: 20px;
}

    .list-style-dot > li {
        list-style-type: circle !important;
    }

ul.border-bottom-list {
    width: 100%;
}

    ul.border-bottom-list li {
        width: 100%;
        border-bottom: 1px solid #00000036;
        box-sizing: border-box;
        padding: 10px 15px;
        font-weight: 500;
    }

/* Text Color */
.text-c-gray {
    color: #3e3e3eb8 !important;
}

.text-c-orange {
    color: #EF7632 !important;
}

.text-orange {
    color: #EF9255 !important;
}

a:hover > .text-c-gray {
    color: #EF7632 !important;
}

/* Accordion */
.accordion .accordion-button:not(.collapsed) {
    background-color: #efefef;
    color: #EF7632;
    font-weight: bold;
    outline: none;
    border-radius: 0px;
}

.accordion .accordion-button {
    background-color: #efefef;
    color: #000;
    font-weight: bold;
    outline: none;
    font-size: 0.79rem;
}

.accordion-item:first-of-type {
    border-radius: 0px;
}

.accordion-item .accordion-body {
    font-size: 0.8rem;
}

/* Table */
.table-comparison thead th {
    padding: 5px;
    font-size: 17px;
}

.table-comparison tbody td {
}

.table-comparison td, .table-comparison th {
    padding: 15px !important;
    font-size: 15px;
}

/* Panel Header */
.panel-header-dropdown {
}

    .panel-header-dropdown .dropdown-menu {
        border-radius: 0px;
        border: none;
        margin: 13px 0px 0px 0px !important;
        box-shadow: 0px 0px 10px #0000001c;
        padding: 15px;
        min-width: 250px;
        transform: translate(-40px, 28px) !important;
    }

        .panel-header-dropdown .dropdown-menu ::after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 12px 15px 12px;
            border-color: transparent transparent #ffffff transparent;
            top: -15px;
            margin: 0px auto;
            left: 0%;
            right: 0%;
            z-index: 2;
        }

        .panel-header-dropdown .dropdown-menu li {
            padding: 0px;
        }

            .panel-header-dropdown .dropdown-menu li span {
                border-bottom: 1px solid #000;
                font-size: 15px;
                width: 100%;
                display: inline-block;
                font-weight: 500;
                padding: 1px;
            }

        .panel-header-dropdown .dropdown-menu .dropdown-item {
            font-size: 14px;
            padding: 1px;
        }

            .panel-header-dropdown .dropdown-menu .dropdown-item:hover, .panel-header-dropdown .dropdown-menu .dropdown-item:active, .panel-header-dropdown .dropdown-menu .dropdown-item:focus {
                color: #ffaf7a;
                background: none;
            }

/* Panel Liste Dropdown */
.panel-liste-dropdown {
}

    .panel-liste-dropdown .dropdown-menu {
        border-radius: 0px;
        border: none;
        margin: 13px 0px 0px 0px !important;
        box-shadow: 0px 0px 10px #0000001c;
        padding: 15px; /*transform: translate(calc(-50% + 12px), calc(100% + 15px)) !important;*/
    }

        .panel-liste-dropdown .dropdown-menu ::after { /*content:"";*/
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 12px 15px 12px;
            border-color: transparent transparent #ffffff transparent;
            top: -15px;
            margin: 0px auto;
            left: 0%;
            right: 0%;
            z-index: 2;
        }

        .panel-liste-dropdown .dropdown-menu li {
            padding: 0px;
        }

            .panel-liste-dropdown .dropdown-menu li span {
                border-bottom: 1px solid #000;
                font-size: 15px;
                width: 100%;
                display: inline-block;
                font-weight: 500;
                padding: 1px;
            }

        .panel-liste-dropdown .dropdown-menu .dropdown-item {
            font-size: 14px;
            padding: 1px;
        }

            .panel-liste-dropdown .dropdown-menu .dropdown-item:hover, .panel-header-dropdown .dropdown-menu .dropdown-item:active, .panel-header-dropdown .dropdown-menu .dropdown-item:focus {
                color: #ffaf7a;
                background: none;
            }

/* Panel Content Dropdown */
.panel-content-dropdown {
}

    .panel-content-dropdown .dropdown-menu {
        width: 50vw;
        align-items: center;
        border-radius: 0px;
        border: none;
        margin: 13px 0px 0px 0px !important;
        box-shadow: 0px 0px 10px #0000001c;
        padding: 15px;
        transform: translate(calc(-100% + 70px), calc(100% + 15px)) !important;
        background-color: #F4F4F4;
    }

        .panel-content-dropdown .dropdown-menu ::after {
            content: "";
            position: absolute;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 12px 15px 12px;
            border-color: transparent transparent #F4F4F4 transparent;
            top: -15px;
            margin: 0px auto;
            left: 0%;
            right: calc(-100% + 30px);
            z-index: 2;
        }

        .panel-content-dropdown .dropdown-menu .content ul {
            display: flex;
            align-items: center;
            flex-wrap: wrap;
        }

        .panel-content-dropdown .dropdown-menu li {
            padding: 0px;
            margin: 12px 25px;
        }

            .panel-content-dropdown .dropdown-menu li span {
                border-bottom: 1px solid #000;
                font-size: 15px;
                width: 100%;
                display: inline-block;
                font-weight: 500;
                padding: 1px;
            }

        .panel-content-dropdown .dropdown-menu .dropdown-item {
            font-size: 14px;
            padding: 1px;
        }

            .panel-content-dropdown .dropdown-menu .dropdown-item:hover, .panel-header-dropdown .dropdown-menu .dropdown-item:active, .panel-header-dropdown .dropdown-menu .dropdown-item:focus {
                color: #ffaf7a;
                background: none;
            }

/* Panel Sidebar */
.panel-sidebar .user-profile-box {
    padding: 40px 0px 100px 0px !important;
}

.panel-sidebar .user-profile-container {
    min-height: 50px;
}

.panel-sidebar .user-image-box {
    width: 160px;
    height: 160px;
    position: absolute;
    margin: -80px auto 0px;
    left: 0px;
    right: 0px;
}

    .panel-sidebar .user-image-box .image-container {
        width: 100%;
        height: 100%;
        overflow: hidden;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
    }

        .panel-sidebar .user-image-box .image-container img {
            max-height: 100%;
        }

.panel-page-title {
    width: 100%;
    height: auto;
    background-color: #EF7632;
}

.panel-tab {
    border-color: #FAB187;
}

    .panel-tab .nav-link {
        border-radius: 0px;
        text-decoration: none !important;
        font-size: 15px;
        padding: 15px 25px;
        color: #0c0c0c !important;
    }

        .panel-tab .nav-link.active {
            border-color: #FAB187;
            border-bottom-color: #fff;
            font-weight: 600;
        }

.panel-tab-content {
    background-color: #fff;
    min-height: auto;
    padding: 15px 10px;
    border: 1px solid #FAB187;
    border-top: none;
}

.panel-content {
    background-color: #fff;
    min-height: auto;
    padding: 15px 10px;
    border: 1px solid #FAB187;
}

.table-panel-custom thead tr th {
    font-size: 14px;
    font-weight: 600;
    border-right: 1px solid #d1d1d1;
}

    .table-panel-custom thead tr th:last-child {
        border-right: none;
    }

.table-panel-custom tbody tr td {
    font-size: 15px;
    border-right: 1px solid #d1d1d1;
}

    .table-panel-custom tbody tr td:last-child {
        border-right: none;
    }

/* Datatable */
.datatable {
    width: 100%;
}

.dataTables_length {
    height: 100%;
    padding: 5px 10px;
    font-size: 13px;
}

    .dataTables_length label {
        width: 100%;
        display: inline-flex;
        align-items: center;
        height: 100%;
    }

        .dataTables_length label .form-select-sm {
            width: auto;
            margin-left: 10px;
        }

.dataTables_filter {
    height: 100%;
    padding: 0px;
}

    .dataTables_filter label {
        width: 100%;
        display: inline-flex;
        align-items: center;
        height: 100%;
        justify-content: flex-end;
    }

        .dataTables_filter label .form-control-sm {
            width: auto;
            margin-left: 10px;
            border-radius: 0px !important;
            outline: none !important;
            box-shadow: none !important;
        }

.paginate_button.page-item.active > .page-link {
    background-color: #EF7632;
    color: #fff;
}

.dataTables_info {
    font-size: 12px;
}

.datatable tr td {
    font-size: 14px;
}

.datatable tr th {
    font-size: 14px;
    font-weight: normal;
}

.os-selected a.active {
    background-color: #ef7d32;
    color: #fff;
}

.os-selected input {
    display: none;
}

ul.user-profile-menu {
    width: 100%
}

    ul.user-profile-menu li {
        width: 100%;
    }

        ul.user-profile-menu li a {
            width: 100%;
            padding: 8px 0px;
            font-size: 15px;
            display: inline-flex;
            align-items: center;
            font-weight: 500;
            color: #565656;
        }

    ul.user-profile-menu > li:hover > a, ul.user-profile-menu > li > a.show {
        color: #EF9255
    }

    ul.user-profile-menu li > .dropdown-menu li:hover > a, ul.user-profile-menu li > .dropdown-menu li a.show {
        color: #EF9255
    }

    ul.user-profile-menu li a i {
        font-size: 26px;
        margin-right: 10px;
        color: #000;
    }

    ul.user-profile-menu .dropdown > a {
        position: relative;
    }

        ul.user-profile-menu .dropdown > a::after {
            content: "";
            position: absolute;
            background: url('../images/select-arrow.png') center right no-repeat;
            right: 0px;
            top: 0px;
            bottom: 0px;
            margin: auto 0px;
            width: 14px;
            height: 8px;
        }

        ul.user-profile-menu .dropdown > a.show::after {
            transform: rotate(-180deg);
            transition: all 0.2s;
        }

        ul.user-profile-menu .dropdown > a.dropdown-toggle::after {
            border: none !important;
        }

    ul.user-profile-menu .dropdown .dropdown-menu {
        position: relative !important;
        transform: none !important;
        padding: 0px 0px 0px 35px;
        background: none;
        border: none;
    }

    ul.user-profile-menu .dropdown > .dropdown-menu li a {
        font-size: 14px !important;
    }

/* Tab */
.nav.bordered-tab {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
}

    .nav.bordered-tab .nav-item {
        display: inline-flex;
        width: auto;
        width: 25%;
    }

        .nav.bordered-tab .nav-item .nav-link {
            border: 1px solid #D8D8D8;
            width: 100%;
            border-radius: 0px;
            color: #919191;
            text-decoration: none;
            font-weight: 500;
        }

            .nav.bordered-tab .nav-item .nav-link.active {
                border-bottom: 4px solid #FAB187;
            }

.triangle-left, .triangle-bottom, .triangle-right, .triangle-top {
    position: relative;
}

    .triangle-left::after {
        left: -16px;
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7.5px 15px 7.5px 0;
        border-color: transparent #ef7d32 transparent transparent;
        margin: auto 0px;
        top: 0%;
        bottom: 0%;
        z-index: 2;
    }

.btn:hover.triangle-left::after {
    border-color: transparent;
    border-right-color: inherit;
}

.triangle-right::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7.5px 0 7.5px 15px;
    border-color: transparent transparent transparent #ef7d32;
    top: 0%;
    bottom: 0%;
    right: -16px;
    margin: auto 0;
    z-index: 2;
}

.triangle-bottom::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 12px 0 12px;
    border-color: #ef7d32 transparent transparent transparent;
    margin: 0px auto;
    left: 0%;
    right: 0%;
    bottom: -16px;
    z-index: 2;
}

.triangle-top::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 12px 15px 12px;
    border-color: transparent transparent #ef7d32 transparent;
    top: -16px;
    margin: 0px auto;
    left: 0%;
    right: 0%;
    z-index: 2;
}

.table-middle tr th, .table-middle tr td {
    vertical-align: middle;
}

.table-text-center tr th, .table-middle tr td {
    text-align: center;
}

.nav .nav-link.active {
    text-decoration: underline;
}

.tab-options .nav-tabs {
    align-items: flex-end;
}

    .tab-options .nav-tabs .nav-item .nav-link {
        background-color: #fff;
        border-radius: 0px;
        padding: 20px 30px;
        border-left: 2px solid #F5F5F5;
        text-decoration: none;
        color: #898989;
        font-weight: 500;
    }

        .tab-options .nav-tabs .nav-item .nav-link:hover {
            border-top: 2px solid #EF7632
        }

        .tab-options .nav-tabs .nav-item .nav-link.active {
            border-top: 2px solid #EF7632;
            padding: 30px 30px;
            border-right: none;
            color: #EF7632;
        }

    .tab-options .nav-tabs .nav-item:first-child .nav-link {
        border-left: none;
    }

.tab-options .tab-content {
    background-color: #fff;
}

/* Modal */
.modal .btn-close {
    position: absolute;
    right: 15px;
    top: 15px;
    background: #000;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    opacity: 1;
    color: #fff;
    font-size: 22px;
    z-index: 10;
}

.modal .modal-content {
    border-radius: 0px;
    background-color: #ffffffef;
}

.modal-backdrop {
    background-color: #00000026;
}

/*  Border */
.border-secondary {
    border-color: #D4D4D4 !important;
}

/* Fatures Table */
.features-table tr td {
    padding: 10px 15px;
}

.features-table tr th {
    padding: 10px 20px;
    text-align: center;
    font-size: 13px;
}

.features-table tr td:first-child {
    text-align: left;
}

.features-table tr td {
    padding: 10px 20px;
    text-align: center;
}

.features-table tr th:first-child {
    text-align: left;
}

.features-table tr td:first-child {
    min-width: 400px;
}

.features-table tbody tr td:first-child {
    font-size: 14px;
    font-weight: 400;
}

    .features-table tbody tr td:first-child i {
        font-size: 11px;
    }

.features-table tbody tr td {
    font-size: 14px;
    font-weight: bold;
}

.features-table tfoot tr td:first-child {
    padding: 20px;
    min-width: 400px;
}

    .features-table tfoot tr td:first-child i {
        font-size: 65px;
        color: #ffbc00;
        margin-right: 15px;
    }

.features-table tfoot tr td {
    padding: 10px 10px;
}

.table-domain tr td, .table-domain tr th {
    font-size: 0.8rem;
}

header {
    min-width: 132px;
    border-bottom: 0px;
    background-color: #fff;
}
    /*header {min-width:132px;border-bottom:0px;background-color: #0000;}
*/ header .header-logo {
        max-height: 65px;
    }

    header ul.header-nav {
        display: flex;
        flex-direction: column;
        list-style-type: none;
        margin: 0px;
        padding: 0px;
        justify-content: flex-start;
    }

        header ul.header-nav li {
            width: 100%;
            padding: 1.8rem 0rem;
        }

            header ul.header-nav li a {
                padding: 0.55rem 0.75rem;
                font-size: 18px;
                font-weight: 500;
            }

                header ul.header-nav li a i {
                    font-size: 1.3rem;
                }

            header ul.header-nav li .dropdown-menu {
                background-color: #fff;
                width: 100%;
                min-height: 350px;
                position: absolute;
                left: 0px;
                right: 0px;
                border-radius: 0px;
                border: 1px solid #000;
                border-left: none;
                border-right: none;
                margin: 29px 0px 0px 0px !important;
                padding: 0px 0px;
                background-position: bottom right;
                background-repeat: no-repeat;
                background-size: contain;
            }

            header ul.header-nav li ul.header-sub-menu {
                width: auto; /*border-right: 1px solid #707070;*/
                width: auto;
                float: left;
                box-sizing: border-box;
                margin-right: 5%;
                min-width: 15%;
                padding-right: 5%;
            }

                header ul.header-nav li ul.header-sub-menu li {
                    box-sizing: border-box;
                    padding: 0px 0px;
                }

                    header ul.header-nav li ul.header-sub-menu li a {
                        box-sizing: border-box;
                        padding: 10px;
                        display: inline-block;
                        font-size: 16px;
                    }

                header ul.header-nav li ul.header-sub-menu:last-child {
                    border: none;
                }

    header .basket-counter {
        position: absolute;
        width: 20px;
        height: 20px;
        background-color: #e5762c;
        font-size: 12px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        color: #fff;
        font-weight: 700;
        top: 0px;
        right: 0px;
    }

    header ul.header-nav li .dropdown-menu {
        display: none;
    }

    header ul.header-nav li:hover .dropdown-menu {
        display: block;
    }

#domain-list-carousel {
    width: 100%;
}

    #domain-list-carousel .item {
        display: flex;
        justify-content: center;
    }

        #domain-list-carousel .item::before {
            content: "";
            position: absolute;
            right: 0px;
            background: #fff;
            width: 1px;
            height: 40%;
            margin: auto 0px;
            top: 30%;
            bottom: 30%;
        }

        #domain-list-carousel .item p {
            margin: 0px;
            padding: 0px;
            color: #3E3E3E;
        }

#service-list-carousel {
}

    #service-list-carousel .item-service .img-box {
        width: 150px;
        height: 150px;
    }

        #service-list-carousel .item-service .img-box img {
            max-height: 100%;
        }

    #service-list-carousel .item-service .service-view {
        background-color: #ee7633;
        width: 199px;
        height: 51px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        font-weight: 600;
    }

.carousel-indicators {
}

    .carousel-indicators .active {
        background-color: #EF7632 !important;
    }

    .carousel-indicators [data-bs-target] {
        border-color: #EF7632;
        width: 15px;
        height: 15px;
        border: 2px solid #EF7632;
        border-radius: 100px;
        background-color: transparent;
    }

table.table tr th, table.table tr td {
    vertical-align: middle;
}

table.table-camel tr th, table.table-camel tr td {
    border-color: #dfcab8;
}

footer {
    min-height: 200px;
    background: url('../images/footer-effetct-logo.png') left -50% top no-repeat #2a2a2a;
}

    footer .footer-info-bar {
        width: 100%;
        background-color: #707070;
    }

    footer .bg-icolor {
        background-color: #707070;
    }

header .mobile-menu {
    width: 100%;
    background: #fff;
    overflow: auto;
    height: 100%;
}

    header .mobile-menu ul li {
        width: 100%;
        box-sizing: border-box;
        padding: 0px;
        background: #707070;
        font-size: 15px;
        margin-bottom: 10px;
        font-weight: 500;
        color: #fff;
        height: 100%;
    }

        header .mobile-menu ul li a {
            padding: 15px 15px;
            display: inline-block;
            font-size: 15px;
            width: 100%;
            position: relative;
        }

        header .mobile-menu ul li ul {
            display: none;
        }

            header .mobile-menu ul li ul.dropdown-menu {
                position: relative !important;
                transform: none !important;
                background: none;
                border: none;
                background: #e5762c;
                border-radius: 0px;
                color: #fff;
                box-sizing: border-box;
                padding: 0px;
            }

                header .mobile-menu ul li ul.dropdown-menu li {
                    background: none;
                    margin: 0px;
                }

                    header .mobile-menu ul li ul.dropdown-menu li a {
                        padding: 10px 10px;
                        display: inline-block;
                        width: 100%;
                        border-bottom: 1px solid #ffffff47;
                    }

header .mobile-menu-button {
    width: 50px;
    height: 50px;
    /*background-color: #000000;*/
    justify-content: center;
    align-items: center;
    color: #000;
}

header .mobile-cart-button {
    width: 50px;
    height: 50px;
    /*  background-color: #000000;*/
    justify-content: center;
    align-items: center;
    color: #fff;
}

header .mobile-menu .dropdown-toggle::after {
    position: absolute;
    right: 15px;
    top: 24px;
}



.show-password {
    z-index: 99999;
}

.icon-box {
    max-height: 170px;
}

    .icon-box img {
        max-height: 200px;
    }

#PackageTab {
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
}

    #PackageTab .nav-item {
        width: auto;
        white-space: nowrap
    }

.collapsing {
    -webkit-transition: none;
    transition: none;
    display: none;
}

.login-bar {
    border: 1px solid #000
}

/* Counter */
.counter input {
    border: none;
    width: auto;
    padding: 0px;
}

.counter a {
    border: 1px solid #000;
    padding: 3px 5px;
    margin: 0px 5px;
}

.title-line-bottom {
    position: relative;
    margin-bottom: 70px;
}

    .title-line-bottom::after {
        margin: 0px auto;
        left: 0px;
        right: 0px;
        top: 130%;
        position: absolute;
        content: "";
        width: 2px;
        height: 50px;
        background-color: #000;
    }

.title-line-top {
    position: relative;
    margin-top: 70px;
}

    .title-line-top::after {
        margin: 0px auto;
        left: 0px !important;
        right: 0px;
        bottom: 130%;
        position: absolute;
        content: "";
        width: 2px;
        height: 50px;
        background-color: #000;
        left: 100%;
    }

.custom-position {
    position: relative;
    right: -57%
}

.isimtescil {
    background-image: url('../images/isimtescil-icon.png');
    width: 20px;
    height: 19px;
    display: inline-block;
    background-size: contain;
}

.circle-check {
    width: 15px;
    height: 15px;
    border: 1px solid #EF7633;
    border-radius: 100px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0px;
    margin: 0px;
}

    .circle-check.active::after {
        content: "";
        width: 7px;
        height: 7px;
        background-color: #e5762c;
        display: inline-block;
        border-radius: 100px;
    }

ul.whois-list {
    width: 100%;
    height: auto;
}

    ul.whois-list li {
        width: 100%;
        height: auto;
        margin-bottom: 10px;
        float: left;
    }

        ul.whois-list li span {
            min-width: 50%;
            display: inline-block;
            float: left;
            font-weight: 700;
            font-size: 15px;
        }

            ul.whois-list li span:first-child {
                font-weight: 500;
            }

ul.categories-list {
    width: 100%;
    height: auto;
}

    ul.categories-list li {
        width: 100%;
        height: auto;
    }

        ul.categories-list li a i {
            margin-right: 5px;
            font-size: 12px;
        }

        ul.categories-list li a {
            width: 100%;
            display: inline-flex;
            align-items: center;
            font-size: 16px;
            padding: 7px 15px;
        }

            ul.categories-list li a:hover, ul.categories-list li a.active {
                background-color: #F9EAE2;
                color: #000
            }

ul.features-list {
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
}

    ul.features-list li {
        width: 20%;
    }

.line-search-box {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 100%;
}

    .line-search-box > .form-control {
        border: none;
        border-bottom: 1px solid #e5762c;
        outline: none;
        box-shadow: none;
        font-size: 15px;
        padding: 16px 5px 16px 30px;
        width: 100%;
    }

    .line-search-box > i {
        position: absolute;
        z-index: 9999;
        margin: auto 0px;
    }

.web-card {
    width: auto;
    margin-bottom: 15px;
}

    .web-card .web-top {
        width: 100%;
        background-color: #DEDEDE;
        display: inline-flex;
        height: 17px;
        align-items: center;
        padding: 0px 7px;
        gap: 5px;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

        .web-card .web-top .dot {
            width: 7px;
            height: 7px;
            background-color: #fff;
            display: inline-flex;
            border-radius: 100px;
        }

    .web-card .web-content {
        height: 200px;
        width: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

        .web-card .web-content img {
            max-height: 100%;
        }

    .web-card .web-footer {
        width: 100%;
        background-color: #DEDEDE;
        border-bottom-left-radius: 7px;
        border-bottom-right-radius: 7px;
        display: inline-flex;
        align-items: center;
        justify-content: space-between;
        padding: 7px 10px;
        font-size: 15px;
    }

        .web-card .web-footer .web-name {
            margin: 0px;
            font-weight: 500;
        }

.w-pagination {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 25px
}

    .w-pagination li a.active {
        font-weight: bold;
    }

    .w-pagination li a:hover {
        font-weight: bold;
    }

.mobile-user-menu-button {
    position: absolute;
    left: 0px;
}

@media screen and (max-width: 990px) {
    .big-font-size {
        font-size: 12rem !important;
        text-align: center;
        width: 100%;
    }

    .info-box {
        z-index: -1;
        display: none !important;
    }
}

@media screen and (max-width: 1199px) {

    .categories-list {
        width: 100% !important;
        overflow: auto;
    }

        .categories-list li {
            width: auto !important;
            float: left;
            margin-right: 5px;
            margin-bottom: 6px;
        }

            .categories-list li a {
                font-size: 12px !important;
                border: 1px solid #e5e5e5;
            }

    .nav.bordered-tab .nav-item {
        width: 100%;
    }

    ul.features-list li {
        width: 100%;
    }

    .w-pagination {
        flex-wrap: wrap;
        padding: 10px;
    }

    .border-xs-none {
        border: none;
    }

    .tab-options .nav-tabs {
        flex-direction: column;
    }

        .tab-options .nav-tabs .nav-item {
            width: 100%;
        }

            .tab-options .nav-tabs .nav-item .nav-link {
                width: 100%;
            }

    .nav {
        flex-direction: column;
    }

    .nav-tabs .nav-item {
        width: 100%;
    }

    body {
        font-size: 0.900rem;
        text-align: center;
    }

    header ul.header-nav li a {
        font-size: 14px;
    }

    header ul.header-nav li .dropdown-menu {
        margin-top: 14px !important;
    }

    header ul.header-nav li ul.header-sub-menu li a {
        font-size: 13px;
    }

    .h1, h1 {
        font-size: calc(1.375rem + 0.7vw);
    }

    .fs-4 {
        font-size: calc(1.275rem + .0vw) !important;
    }

    .fs-1 {
        font-size: calc(0.8rem + .0vw) !important;
    }

    .fs-9 {
        font-size: calc(0.8rem + .0vw) !important;
    }

    .h-1 {
        min-height: 16.95rem;
    }

    .fs-7 {
        font-size: 16px;
    }

    header .header-logo {
        max-height: 50px;
    }

    header {
        padding: 0px;
        background-color: #fff
    }


    .tab-content #nextBtn {
        display: none;
    }

    .tab-content #prevBtn {
        display: none;
    }

    .tab-orange-border .nav.nav-tabs .nav-item .nav-link {
        width: 100%;
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

        .tab-orange-border .nav.nav-tabs .nav-item .nav-link.active {
            width: 100%;
            border-bottom-width: 1px !important;
            border-bottom-style: solid !important;
            border-bottom-color: #EF7632;
        }

    .domain-search-input {
        position: relative !important;
    }

    .domain-list {
        display: flex;
        flex: 0 1 auto;
        flex-direction: row-reverse;
        flex-wrap: wrap-reverse;
        gap: 15px 15px;
        justify-content: center;
    }

        .domain-list li {
            border-radius: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-basis: 46%;
            height: 53px;
            font-size: 19px !important;
        }

    .position-none-absolute {
        position: relative !important;
    }


    .custom-position {
        position: relative;
        right: 0px;
        text-align: right !important;
    }

    .title-line-top::after {
        margin: 0px 0px;
        right: 0px;
        left: 100% !important
    }

    .bg-cyan-orange {
        background: rgb(176,205,205);
    }
}

.kk-card {
    height: 200px;
}

    .kk-card img {
        height: 30px;
    }

.loading-box {
    width: 100%;
    max-width: 500px;
    height: 50px;
    position: relative;
}

    .loading-box p {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
    }

.campain-box {
    width: 100%;
    height: 200px;
    display: block;
    position: relative;
}

    .campain-box .img-box {
        width: 100%;
        height: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        border-radius: 10px;
        box-sizing: border-box;
    }

        .campain-box .img-box img {
            max-width: 100%;
        }

    .campain-box .action-box {
        position: absolute;
        bottom: 0px;
        background-color: #000;
        width: 100%;
        display: inline-flex;
        justify-content: space-between;
        left: 0px;
        right: 0px;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

        .campain-box .action-box a {
            color: #fff;
            width: 100%;
            text-align: center;
            padding: 6px;
            font-size: 15px;
            font-weight: 500;
        }

            .campain-box .action-box a:hover {
                color: #ffbc00;
            }


.h-463 {
    max-height: 463px !important;
}

.big-font-size {
    font-size: 26rem;
    color: #fff;
    font-weight: bold;
    line-height: normal;
    text-shadow: 0px 0px 30px #fff;
}

.info-box {
    position: relative;
    display: flex;
    align-items: end;
    height: 100%;
}

    .info-box img {
        position: absolute;
    }

    .info-box p {
        position: absolute;
        color: #fff;
        width: 539px;
        height: 286px;
        left: 45px;
        bottom: 27px;
        margin: 0px;
        padding: 20px;
        font-size: 122px;
        font-weight: bold;
        line-height: 123px;
    }



.mobile-title {
    font-size: 24px !important;
}
