/* Global Fonts Start */
@font-face {
    font-family: 'Futura Book';
    src: url('../../fonts/Futura/fonnts_comFutura_PT_Demi.woff') format('woff2'),
        url('../../fonts/Futura/fonnts_comFutura_PT_Demi.woff') format('woff');

    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaPT-Bold';
    src: url('../../fonts/Futura/FuturaPT-Bold.woff2') format('woff2'),
        url('../../fonts/Futura/FuturaPT-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaPT-Heavy';
    src: url('../../fonts/Futura/FuturaPT-Heavy.woff2') format('woff2'),
        url('../../fonts/Futura/FuturaPT-Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaPT-Light';
    src: url('../../fonts/Futura/FuturaPT-Light.woff2') format('woff2'),
        url('../../fonts/Futura/FuturaPT-Light.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Futura PT Book';
    src: url('../../fonts/Futura/FuturaPT-Book.woff2') format('woff2'),
        url('FuturaPT-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaPT-Light';
    src: url('../../fonts/Futura/FuturaPT-Light.woff2') format('woff2'),
        url('../../fonts/Futura/FuturaPT-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'FuturaPT-Medium';
    src: url('../../fonts/Futura/FuturaPT-Medium.woff2') format('woff2'),
        url('../../fonts/Futura/FuturaPT-Medium.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}


/* Global Fonts End */

body {
    font-family: 'Futura Book';
    color: #505050;
}

h1 {
    font-family: 'FuturaPT-Heavy';
    line-height: 80px;
}

h2 {
    line-height: 54px;
}

h3 {
    line-height: 39px;
}

h4 {
    line-height: 38px;
    font-family: 'FuturaPT-Bold';
}

h5 {
    line-height: 30px;
    font-family: 'FuturaPT-Bold';
}

p {
    line-height: 30px;
    font-family: 'Futura PT Book';
    font-size: 18px;
}

.tooltip {
    opacity: 1;
    position: relative;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
}

.compare-accordion-wrapper .accordion-item .table-bordered td,
.compare-accordion-wrapper .variation-accordion-item .table-bordered td {
    position: relative;
}

.tooltip:after {
    content: "\f05a";
    font-family: 'FontAwesome';
    font-size: 14px;
}

/* START HEADER CSS */
#t4-header .t4-megamenu ul li a,
#t4-header .t4-megamenu ul li span {
    color: #000;
    padding: 0;
    font-size: 20px;
    line-height: 2;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
    font-family: 'FuturaPT-Medium';
}

.navbar-expand-lg .navbar-nav .parent:has(li.nav-item.current.active) span.mod-menu__heading.nav-header {
    color: #123B72 !important;
}

.navbar-expand-lg .navbar-nav .parent:has(li.nav-item.current.active) span.mod-menu__heading.nav-header i.item-caret:before {
    background: url(../../../../images/Icons/joomla-dropdown-blue.svg);
    transform: rotate(180deg);
}

#t4-header .t4-megamenu ul li.nav-item.parent span {
    cursor: default;
    font-family: 'FuturaPT-Medium';
}

#t4-header .t4-megamenu .dropdown-menu .dropdown-menu-inner ul li.nav-item.current.active a,
#t4-header .t4-megamenu ul li.nav-item.current.active a {
    color: #123B72;
}

#t4-header .t4-megamenu ul li a:hover,
#t4-header .t4-megamenu ul li span:hover {
    color: #C61618;
    text-decoration: none;
}

#t4-header .t4-megamenu ul li a:hover span,
#t4-header .t4-megamenu ul li span:hover span {
    color: #C61618;
}

/*#t4-header .t4-megamenu .nav>li.active>a,
#t4-header .t4-megamenu .nav>li.active>.nav-link {
    border-bottom: 1px solid #000;
}*/

.header-container .container {
    max-width: 1500px;
    width: 100%;
}

#t4-header .t4-row.row {
    align-items: center;
}

.blog-banner-section .banner-wrapper .banner-left h2 {
    font-size: 28px !important;
    line-height: 39px;
    color: #000;
    font-weight: lighter !important;
    font-family: "Futura PT Book";
}

#t4-header {
    padding: 20px 20px;
    z-index: 99;
}

#t4-topbar {
    box-shadow: 0px 0px 11px #00000059;
    padding: 20px 20px;
}

#t4-topbar .navbar {
    padding: 0;
}

.t4-topbar .t4-col.sidebar-r {
    padding: 0;
}

#t4-header .t4-megamenu ul li {
    padding: 0 15px;
}

#t4-header .t4-megamenu ul li:last-child {
    padding-right: 0;
}

.t4-topbar .input-group {
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 21px;
    justify-content: space-between;
    flex-wrap: nowrap;
}

.t4-topbar .input-group .awesomplete>ul {
    font-size: 18px;
}

.t4-section,
.t4-section .t4-section-inner {
    z-index: auto;
}

.t4-topbar .input-group span.icon-search:before {
    content: "";
    background: url(../../../../images/Icons/Icon%20ionic-ios-search-b.svg);
    width: 18.66px;
    height: 18.66px;
    background-repeat: no-repeat;
    background-size: contain;
    border: transparent;
    position: absolute;
    top: 50%;
    left: 21px;
    transform: translateY(-50%);
}

.t4-topbar .input-group .awesomplete {
    width: 100%;
    height: auto;
    border-radius: 21px;
}

.t4-topbar .form-control {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    height: 100%;
    border-radius: 21px;
    border: 1px solid transparent;
    padding: 18px 120px 18px 47px;
    font-size: 17px;
}

.t4-topbar .form-control:focus {
    box-shadow: none;
}

.t4-topbar .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #000;
}

.t4-topbar .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #000;
}

.t4-topbar .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #000;
}

.t4-topbar .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #000;
}

.t4-topbar .input-group .awesomplete>ul>li mark {
    font-size: 17px;
}

.t4-topbar .container {
    max-width: 1500px;
    width: 100%;
}

.t4-topbar .btn-primary {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
    background: #C61618 !important;
    border: 1px solid #C61618 !important;
    border-radius: 21px;
    padding: 3px 25px 3px 25px;
    font-size: 18px;
    line-height: 38px;
}

.t4-topbar .btn-primary .icon-search {
    display: none;
}

.custom-center {
    background: #123B72;
    border: 1px solid #123B72;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    border-radius: 21px;
    padding: 11px 33px 11px 33px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.custom-center:hover {
    background: transparent;
    text-decoration: none;
    color: #123B72;
}

.email {
    background: transparent;
    border: 1px solid #123B72;
    color: #123B72;
    font-weight: 500;
    font-size: 18px;
    line-height: 38px;
    padding: 10px 31px 10px 32px;
    border-radius: 21px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.email:hover {
    background-color: #123B72;
    color: #fff;
    text-decoration: none;
}

#t4-topbar .t4-col.sidebar-r {
    border: transparent;
}

#t4-topbar .t4-col.search {
    flex: 0 0 60%;
    max-width: 60%;
}

#t4-topbar .t4-col.sidebar-r .header-btn {
    display: flex;
    align-items: center;
    gap: 10px;
}

#t4-topbar .t4-col.sidebar-r {
    flex: 0 0 40%;
    max-width: 40%;
}

#t4-topbar .custom {
    display: flex;
    justify-content: end;
}

#t4-header .navbar,
#t4-header .t4-col.mainnav,
#t4-topbar .t4-col.search,
#t4-header .t4-col.logo {
    padding: 0;
}

.t4-megamenu .nav>li>span i.item-caret:before,
.t4-megamenu .nav>li>.nav-link .item-caret::before {
    background: url("../../../../images/joomla-dropdown.svg");
    width: 14px;
    height: 8px;
    background-repeat: no-repeat;
    background-size: contain;
    border: transparent;
    margin-left: 3px;
    content: "";
    display: inline-block;
    transition: all 0.3s ease;
    margin-top: 3px;
}

.t4-offcanvas .t4-off-canvas-body .navbar .dropdown-menu .dropdown-item {
    color: #000;
}

.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle {
    background-color: transparent;
    color: #000;
}

.t4-offcanvas .t4-off-canvas-body .navbar .btn-toggle::after {
    color: #000;
}

.t4-megamenu .dropdown-menu.show,
#t4-header .t4-megamenu ul li.open .dropdown-menu {
    max-height: 650px;
    opacity: 1;
    transform: translate(-50%, 0);
    /* center and slide down */
    pointer-events: auto;
}

#t4-header .t4-megamenu ul li.nav-item.parent {
    position: relative;
}

#t4-header .t4-megamenu ul li.nav-item.parent .dropdown-menu.level1 {
    margin-left: 0px !important;
}

.t4-megamenu .dropdown-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    display: block;
    box-shadow: 0px 3px 20px #00000024 !important;
    border-radius: 15px;
    transition: max-height 0.6s ease, opacity 0.6s ease, transform 0.6s ease;
    transform: translate(-50%, -10px);
    pointer-events: none;
    min-width: 20rem;
    top: 100%;
    left: 50%;
}

.t4-megamenu .dropdown-menu .dropdown-menu-inner ul {
    padding: 24px 30px;
}

.t4-megamenu .dropdown-toggle .item-caret:before {
    transition: all 0.3s ease;
}

#t4-header .t4-megamenu ul li.nav-item.parent.open span:hover i.item-caret:before,
#t4-header .t4-megamenu ul li.nav-item.parent span:hover i.item-caret:before {
    background: url("../../../../images/Icons/joomla-dropdown.svg");
}

.t4-megamenu ul li.parent.show i.item-caret:before {
    transform: rotate(180deg);
}

#t4-header .t4-megamenu .dropdown-menu .dropdown-menu-inner ul li.nav-item {
    padding: 0;
}

#t4-header .t4-megamenu .dropdown-menu .dropdown-menu-inner ul li.nav-item a {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
    font-weight: 500;
    font-family: 'Futura Book';
}

#t4-header .t4-megamenu .dropdown-menu .dropdown-menu-inner ul li.nav-item {
    border-bottom: 1px solid #EBEBEB;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

#t4-header .t4-megamenu .dropdown-menu .dropdown-menu-inner ul li.nav-item:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

#t4-header .t4-megamenu .dropdown-menu .dropdown-menu-inner ul li.nav-item span {
    color: #505050;
    font-size: 16px;
    line-height: 26px;
    font-family: 'Futura PT Book';
}

/*.com_content .com-content-article__body > p {
    margin: 0;
}*/
/* END HEADER CSS */
/*breadcrumb*/
.t4-bread-crumb .t4-section-inner .breadcrumb {
    background: none;
    padding: 45px 0 20px;
    align-items: center;
}

.t4-bread-crumb .t4-section-inner .breadcrumb li span.icon.fa.fa-home {
    display: none;
}

.t4-bread-crumb .t4-section-inner .breadcrumb .divider {
    display: none !important;
}

.t4-bread-crumb .t4-section-inner .breadcrumb-item+.breadcrumb-item::before {
    content: ">";
    color: #505050;
    padding: 0 2px 0 5px;
    line-height: 30px;
    margin-top: 3px;
}

.t4-bread-crumb .t4-section-inner .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.t4-bread-crumb .t4-section-inner .breadcrumb li.breadcrumb-item a,
.t4-bread-crumb .t4-section-inner .breadcrumb li.breadcrumb-item span {
    color: #505050;
    font-size: 18px;
    line-height: 30px;
    text-decoration: none;
    text-transform: lowercase;
    display: inline-block;
    font-family: 'Futura PT Book';
}

.t4-bread-crumb .t4-section-inner .breadcrumb li.breadcrumb-item a:hover span {
    color: #C61618;
}

.t4-bread-crumb .t4-section-inner {
    max-width: 1530px !important;
}

/*breadcrumb*/
/*Search-section*/
.Home-page div#t4-bread-crumb {
    display: none;
}

.com_finder .t4-section .container-fluid {
    overflow: unset;
}

.search-page-container .com-finder__form>.breadcrumb {
    background: #F6F5F5;
    padding: 45px 0 40px;
    margin-top: 5px;
}

.breadcrumb nav ol {
    padding: 0px;
    background: none;
}

.breadcrumb nav ol li.active {
    display: none;
}

.breadcrumb nav ol li a span,
.breadcrumb span.breadcrumb-last {
    color: #505050;
    font-size: 18px;
    line-height: 30px;
}

.breadcrumb nav ol li a:hover {
    text-decoration: none;
    color: #C61618;
}

.breadcrumb nav ol li a:hover span {
    color: #C61618;
}

.breadcrumb span.breadcrumb-last {
    margin-left: -5px;
}

.breadcrumb .divider:before {
    content: ">";
    color: #505050;
    line-height: 30px;
}

.breadcrumb .divider {
    width: auto;
}

.view-search #t4-topbar .t4-section-inner.container {
    display: none;
}

.view-search #t4-topbar {
    padding: 0;
}

.search-page-container .search-page-content {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    padding: 0px;
}

.search-page-container .com-finder__form .form-inline {
    padding: 20px 0 50px;
    position: relative;
}

.search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced ul#finder-filter-select-dates .buttons-wrapper .btn {
    box-shadow: none;
    color: #505050;
    font-size: 16px;
}

.search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced ul#finder-filter-select-dates .buttons-wrapper .btn:hover {
    color: #C61618;
}

.search-page-container .com-finder__form form.js-finder-searchform {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 50px;
}

.search-pagination .com-finder__counter.search-pages-counter {
    display: none;
}

.search-page-container .com-finder__form {
    position: relative;
}

.search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced select#finder-filter-w1,
.search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced select#finder-filter-w2,
.search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced .filter-branch .control-group {
    display: none;
}

.search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced .filter-branch .control-group:nth-child(3) {
    display: block;
    width: 100%;
}

.search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced ul#finder-filter-select-dates input {
    display: block !important;
    height: 100%;
    border-radius: 21px;
    padding: 19px 21px 19px 25px;
}

.search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced ul#finder-filter-select-dates input:focus {
    box-shadow: none;
    outline: none;
    border-color: #ced4da;
}

.search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced ul#finder-filter-select-dates {
    gap: 0px !important;
    width: 100%;
    flex-wrap: nowrap !important;
}

.search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced ul#finder-filter-select-dates label,
.search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced div#finder-filter-window .filter-branch .control-label label {
    color: #505050;
    font-size: 18px;
    line-height: 30px;
    vertical-align: middle;
    margin-bottom: 5px;
}

.search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced li.filter-date .input-group button {
    position: absolute;
    right: 0px;
    background: #123B72 !important;
    border: 1px solid #123B72 !important;
    height: 60px;
    padding: 10px 25px;
    border-radius: 0px 21px 21px 0px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced li.filter-date .input-group button:hover {
    background: #fff !important;
    color: #123B72 !important;
    opacity: 1;
}

.search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced ul#finder-filter-select-dates input:focus {
    background: transparent;
}

.search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced ul#finder-filter-select-dates li.filter-date {
    width: 100% !important;
    max-width: 48% !important;
    display: block !important;
    margin-right: 20px;
}

.search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced div#finder-filter-window {
    display: flex;
    justify-content: space-between;
    column-gap: 0px;
}

.search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced div#finder-filter-window .filter-branch select#tax-category {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: #fff;
    padding: 8px 25px;
    border: 1px solid #ced4da;
    border-radius: 21px;
    background-image: url(../../../../images/joomla-dropdown.svg);
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 12px;
    color: #000;
    height: 60px;
    outline: none;
    box-shadow: none;
}

.search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced div#finder-filter-window .filter-branch .control-label {
    margin: 0px;
}

.search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced div#finder-filter-window .filter-branch {
    width: 46%;
}

.search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced ul#finder-filter-select-dates button span.icon-calendar {
    margin: 0;
    font-size: 20px;
}

.search-page-container div#search-results {
    padding: 0px;
    margin: 0;
}

.search-page-container div#search-results .search-result-sidebar-div {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.search-page-container div#search-results .search-result-sidebar-div .search-result-right {
    width: 26%;
    max-width: 377px;
}

.search-page-container div#search-results .search-sidebar .sidebar {
    padding: 40px 30px;
    box-shadow: 0px 3px 20px #00000024;
    border-radius: 15px;
}

.search-page-container div#search-results .search-sidebar .sidebar h3 {
    color: #505050;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 15px;
    display: block;
}

.search-page-container div#search-results .search-sidebar .sidebar .moduletable {
    border: none;
    padding: 0;
    margin: 0;
}

.search-page-container div#search-results .search-sidebar .sidebar .moduletable ul li {
    border-radius: 11px;
    padding: 0;
    color: #fff;
    margin: 0 10px 5px 0;
    ;
}

.search-page-container div#search-results .search-sidebar .sidebar .moduletable ul li a {
    color: #fff;
    line-height: normal;
    display: block;
    font-size: 16px;
    padding: 8px 25px;
    border-radius: 11px;
    background: #C61618;
}

.search-page-container div#search-results .search-sidebar .sidebar .moduletable ul li a:hover,
.search-page-container .com-finder__form .form-inline button:hover {
    opacity: 0.85;
}

.search-page-container div#search-results .search-results-container .search-result-sidebar-div .search-result-left {
    width: 100%;
}

.search-page-container div#search-results h2 {
    margin: 87px 0 59px;
    text-align: center;
    color: #000;
    font-weight: 500;
}

.com-finder__results ul#search-result-list li.result__item p.result__title a.result__title-link:hover span.result__title-text {
    text-decoration: none;
    color: #C61618;
}

.search-page-container .com-finder__form .form-inline label {
    display: none;
}

.search-page-container .com-finder__form .form-inline button.btn.btn-secondary {
    display: none;
}

.search-page-container .com-finder__form .form-inline button {
    position: absolute;
    right: 5px;
    padding: 0px 30px 5px;
    background: #C61618;
    border-radius: 21px;
    font-size: 18px;
    line-height: normal;
    top: 50%;
    height: 50px;
    transform: translateY(-50%);
    border-color: transparent;
    color: #fff;
    display: flex;
    align-items: center;
}

.search-page-container .com-finder__form .form-inline .input-group span.icon-search-s {
    position: absolute;
    left: 21px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../../../../images/Icons/Icon%20ionic-ios-search-b.svg);
    width: 18.66px;
    height: 18.66px;
    background-repeat: no-repeat;
    background-size: contain;
    border: transparent;
    display: inline-block;
}

.search-page-container .com-finder__form .form-inline .form-control {
    width: 100% !important;
    max-width: 877px !important;
    display: block !important;
    height: 100%;
    border-radius: 21px;
    border: 1px solid transparent;
    padding: 19px 21px 19px 50px;
    box-shadow: 0px 3px 20px #00000024;
    margin: 0 auto;
}

.search-page-container .com-finder__form .form-inline .input-group {
    width: 100%;
    justify-content: center;
    max-width: 877px;
    margin: 0 auto;
}

.search-page-container .com-finder__form .form-inline .input-group .awesomplete {
    width: 100%;
}

.com-finder__results ul#search-result-list li.result__item {
    box-shadow: 0px 3px 20px #00000024;
    padding: 34px 50px 22px;
    border-radius: 15px;
    background: #fff;
}

.com-finder__results ul#search-result-list li.result__item figure.result__image {
    background: #C61618;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.com-finder__results ul#search-result-list li.result__item .result__title-text {
    font-size: 24px;
    line-height: 38px;
    color: #000;
    font-weight: 600;
    margin-bottom: 18px;
}

.com-finder__results ul#search-result-list li.result__item {
    padding: 34px 50px 22px;
    border-radius: 15px;
    background: #fff;
    border: 1px solid #BDC8D8;
    margin-bottom: 30px;
}

.com-finder__results ul#search-result-list li.result__item .result__title-text {
    font-size: 24px;
    line-height: 38px;
    color: #000;
    font-weight: 600;
    margin-bottom: 18px;
    display: inline-block;
}

.com-finder__results ul#search-result-list li.result__item li.result__taxonomy-item {
    border: 1px solid #000000;
    border-radius: 11px;
    padding: 0px 25px 0px;
    color: #000;
    font-size: 16px;
    line-height: 38px;
    font-weight: 500;
    margin: 0 0 18px;
}

.com-finder__results ul#search-result-list li.result__item .result__item-container {
    display: flex;
    justify-content: flex-start;
    gap: 40px;
}

.com-finder__results ul#search-result-list li.result__item .result__item-container .result__item-container-left {
    width: 70px;
    padding-top: 6px;
}

.com-finder__results ul#search-result-list li.result__item .result__item-container .result__item-container-middle {
    width: 79%;
}

.com-finder__results ul#search-result-list li.result__item .result__item-container .result__item-container-right {
    text-align: right;
    width: 152px;
    padding-top: 6px;
}

.com-finder__results ul#search-result-list li.result__item .result__item-container .result__item-container-right p.result__read-more a.result__read-more-link {
    background: #123B72;
    border: 1px solid #123B72;
    padding: 1px 20px;
    border-radius: 11px;
    min-width: 152px;
    display: block;
    font-size: 16px;
    line-height: 38px;
    color: #FFFFFF;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.com-finder__results ul#search-result-list li.result__item .result__item-container .result__item-container-right p.result__read-more a.result__read-more-link:hover {
    background: transparent;
    text-decoration: none;
    color: #123B72;
}

.com-finder__results ul#search-result-list li.result__item .result__item-container .result__item-container-middle p.result__description {
    color: #505050;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 18px;
}

.com-finder__results ul#search-result-list li.result__item .result__item-container .result__item-container-middle p time.result__date {
    color: #123B72;
    font-size: 18px;
    line-height: 30px;
    margin-left: 6px;
}

.com-finder__results ul#search-result-list li.result__item .result__item-container .result__item-container-middle p time.result__date:after {
    display: none;
}

.com-finder__results ul#search-result-list li.result__item .result__item-container .result__item-container-middle p {
    color: #000;
    font-size: 18px;
    line-height: 30px;
    vertical-align: middle;
}

.com-finder__results ul#search-result-list li.result__item .result__item-container .result__item-container-middle p a.result__title-link {
    display: inline-block;
}

.com-finder__results ul#search-result-list li.result__item .result__item-container ul.result__taxonomy {
    margin-top: 18px;
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
}

.search-pagination .com-finder__pagination ul.pagination .page-link {
    background: #D5D5D5;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000000;
    font-size: 18px;
    line-height: 30px;
}

.search-pagination .com-finder__pagination ul.pagination .page-item.active .page-link {
    background-color: #C61618;
    border-color: #C61618;
    color: #fff;
}

.search-pagination {
    margin: 50px 0 100px;
}

.search-pagination .com-finder__pagination ul.pagination {
    justify-content: flex-start;
    gap: 15px;
}

.search-pagination .com-finder__pagination ul.pagination .page-link:hover {
    background-color: #C61618;
    border-color: #C61618;
    color: #fff;
}

.search-pagination .com-finder__pagination ul.pagination .page-link:focus {
    box-shadow: none;
}

.search-pagination .com-finder__pagination ul.pagination li:first-child {
    margin-right: 15px;
}

.search-pagination .com-finder__pagination ul.pagination li:last-child {
    margin-left: 15px;
}

.search-pagination .com-finder__pagination ul.pagination li.disabled .page-link {
    opacity: .8;
    color: #646464;
}

/*Search-section*/
/* START BODY CSS */
.banner-section.page-header {
    display: block;
}

.page-header {
    display: none;
}

.container-fluid {
    padding: 0;
    overflow: hidden;
}

.t4-mainbody.container {
    max-width: 1540px;
    padding: 0 20px;
    width: 100%;
}

.services .item-info {
    border: 1px solid #BDC8D8;
    border-radius: 15px;
    background: #fff;
    padding: 30px;
    text-align: center;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services .item-info:hover {
    box-shadow: 0px 3px 20px #00000024;
    border: 1px solid #123B72;
}

.category-module.mod-blog .mod-articles-category-title a:hover {
    text-decoration: none;
}

.services .container {
    max-width: 1320px;
    width: 100%;
    margin-inline: auto;
    padding: 0 20px;
}

.services .item-info h6,
.services .item-info h5 {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 12px !important;
}

.services .item-info h5 a {
    color: #000;
}

.category-module.mod-blog .mod-articles-category-title a {
    color: #000;
}

.services .item-info p {
    color: #505050;
    font-size: 18px;
    line-height: 30px;
}

.custom-tooltip-popup {
    position: absolute;
    top: 56px;
    right: 20px;
    z-index: 999;
    width: 260px;
    background: #fff;
    border-radius: 12px;
    padding: 14px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.2);
    display: none;
    transition: all 0.3s ease;
    font-family: 'Futura Book', sans-serif;
}

.custom-tooltip-popup::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 30px;
    border-width: 0 8px 10px 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.custom-tooltip-popup .tooltip-content {
    font-size: 14px;
    line-height: 20px;
    color: #333;
    position: relative;
}

.custom-tooltip-popup .tooltip-content img {
    max-width: 100%;
    height: auto;
    margin: 10px 0;
    display: block;
}

.custom-tooltip-popup .tooltip-content a {
    color: #123B72;
    text-decoration: none;
    font-weight: 500;
}

.custom-tooltip-popup .tooltip-content a:hover {
    text-decoration: underline;
}

.custom-tooltip-popup .tooltip-close {
    position: absolute;
    top: 0;
    right: 10px;
    background: none;
    border: none;
    font-size: 20px;
    font-weight: bold;
    color: #aaa;
    cursor: pointer;
    line-height: 1;
}

.custom-tooltip-popup .tooltip-close:hover {
    color: #C61618;
}

.tooltip-content div {
    padding-bottom: 10px;
}

.services .category-link {
    display: none;
}

.services .mod-articles-category-readmore .mod-articles-category-title {
    border: 1px solid #123B72;
    color: #123B72;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding: 14px 23px 14px 23px;
    border-radius: 21px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-bottom: 0 !important;
    width: fit-content;
    margin-inline: auto;
    height: 100%;
    display: block;
}

.mod-articles-category-introtext {
    margin-bottom: 45px;
}

.services .mod-articles-category-readmore .mod-articles-category-title:hover {
    text-decoration: none;
    background: #123B72;
    color: #fff;
}

.mod-articles-category-readmore {
    margin-bottom: 0;
}

.hoisting-wrapper .container {
    max-width: 1322px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.hosting-services .hosting-plan-sec .feature-card:nth-child(2) .plan-price p {
    color: #C61618;
}

/* END BODY CSS */
.services {
    padding-top: 120px;
    padding-bottom: 109px;
}

.hosting-services {
    background-color: #F6F5F5;
    padding: 30px 0px;
}

.hoisting-wrapper .feature-grid {
    margin: 0;
}

.hoisting-wrapper {
    padding: 120px 0;
}

/* .hoisting-wrapper .feature-card:nth-child(1) {
    width: calc(55% - 30px);
}
.hoisting-wrapper .feature-card:nth-child(2) {
    width: calc(47% - 30px);
}
.hoisting-wrapper .feature-card:nth-child(3) {
    width: calc(47% - 30px);
}
.hoisting-wrapper .feature-card:nth-child(4) {
    width: calc(55% - 30px);
} */

.hoisting-wrapper .feature-card {
    width: calc(50% - 30px);
}

.hoisting-wrapper .feature-card:nth-child(4n + 1),
.hoisting-wrapper .feature-card:nth-child(4n) {
    width: calc(55% - 30px);
}

.hoisting-wrapper .feature-card:nth-child(4n + 2),
.hoisting-wrapper .feature-card:nth-child(4n + 3) {
    width: calc(47% - 30px);
}

.hoisting-wrapper .feature-card {
    background: #F6F5F5;
    box-shadow: none;
    padding: 25px;
}

.hoisting-wrapper .feature-card h4 {
    color: #000;
    margin: 15px 0 17px 0;
}

.desc {
    color: #505050;
    font-size: 18px;
    line-height: 30px;
}

.feature-card p {
    font-size: 18px;
}

.hoisting-wrapper .feature-grid {
    display: flex !important;
    flex-wrap: wrap !important;
    margin: 0;
    gap: 30px;
    justify-content: center;
}

.hoisting-wrapper .feature-card h3 {
    margin: 15px 0 12px 0;
}


.footer-top-sec .footer-btn .hero-content {
    margin: 0px 0px !important;
    flex: 0 0 100%;
    max-width: 100%;

}

#t4-footnav .t4-section-inner.container .t4-col div#Mod134 .custom a {
    color: #DCDCDC;
    font-size: 18px;
    line-height: 40px;
    padding: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'FuturaPT-Light';
}

.custom p {
    font-family: 'FuturaPT-Light';
}

.footer-top-sec .footer-btn .hero-content h5.hero-heading {
    float: right;
}

.Advantage-section .container {
    max-width: 1430px;
    margin: 0 auto;
    padding: 0 20px;
}

.hosting-services {
    padding: 107px 0px 120px;
}

.hosting-services .container {
    width: 100%;
    max-width: 1530px;
    margin: 0 auto;
    padding: 0px;
}

.hosting-services h2.hosting-main-heading {
    text-align: center;
    margin: 0 0 8px;
    color: #000;
}

.hosting-services .hosting-plan-sec {
    gap: 34px;
    margin-bottom: 50px;
}

.hosting-services .hosting-plan-sec h3.plan-name {
    font-size: 24px;
    color: #123B72;
    margin: 0 0 0;
}

.hosting-services .hosting-plan-sec .feature-card {
    padding: 43px 38px 50px;
    /*max-width: 349px;*/
    border: 1px solid #BDC8D8;
    border-radius: 15px;
    background: #fff;
    box-shadow: none;
}

.hosting-services .hosting-plan-sec .feature-card:hover {
    box-shadow: 0px 3px 20px #00000024;
    border: 1px solid #123B72;
}

.hosting-services .hosting-plan-sec .feature-card .desc p {
    font-size: 18px;
    color: #505050;
    line-height: 30px;
    margin-bottom: 11px;
}

.hosting-services .hosting-plan-sec .feature-card .plan-price p {
    color: #123B72;
    font-size: 40px;
    font-weight: 600;
    line-height: 64px;
    margin: 0 0 24px;
    padding-bottom: 10px;
    border-bottom: 1px solid #123B7226;
}

.hosting-services .hosting-plan-sec .feature-card .plan-price p span.duration {
    font-size: 18px;
    color: #505050;
    font-weight: 400;
}

.hosting-services .hosting-plan-sec .feature-card .plan-features ul {
    padding: 0;
    margin: 0;
}

.hosting-services .hosting-plan-sec .feature-card .plan-features ul li {
    font-size: 18px;
    margin: 0 0 30px;
    line-height: 30px;
    color: #505050;
    list-style-type: none;
    font-family: 'Futura PT Book';
    display: flex;
    align-items: center;
}

.hosting-services .hosting-plan-sec .feature-card .plan-features ul li:before {
    content: "";
    background-image: url("../../../../images/Right-arrow.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
    display: inline-block;
    margin-right: 10px;
}

.hosting-services .hosting-plan-sec .feature-card a.read-more.plan-link {
    border: 1px solid #123B72;
    color: #123B72;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding: 14px 23px 14px 23px;
    border-radius: 21px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-bottom: 0 !important;
    display: block;
    width: 100%;
    margin-top: 15px;
    background: #fff;
}

.hosting-services .hosting-plan-sec .feature-card a.read-more.plan-link:hover {
    text-decoration: none;
    background: #123B72;
    color: #fff;
}

.hosting-services .hosting-plan-sec .hosting-card .hosting-ribbon p.ribbon-text {
    position: absolute;
    top: 35px;
    right: -40px;
    transform: rotate(45deg);
    background: #c00;
    color: white;
    font-size: 11px;
    padding: 0px 20px;
    font-weight: bold;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-align: center;
    width: 170px;
}

.hosting-services .hosting-plan-sec .hosting-card {
    position: relative;
    overflow: hidden;
}

.hosting-services .all-plans-link a.btn-all-plans,
.hoisting-wrapper .readmore-btn a {
    margin: 0 auto;
    text-align: center;
    display: block;
    max-width: fit-content;
    padding: 11px 25px;
    border-radius: 21px;
    font-size: 18px;
    line-height: 38px;
    background: #C61618;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.hosting-services .all-plans-link a.btn-all-plans:hover,
.hoisting-wrapper .readmore-btn a:hover {
    opacity: 0.85;
    text-decoration: none;
}

.hoisting-wrapper .readmore-btn {
    padding-top: 50px;
}

.form-wrapper .custom {
    padding: 120px 20px;
}

.form-wrapper .custom h2 {
    margin: 0 0 3px 0;
}

.form-wrapper .custom h3 {
    margin: 0 0 56px 0;
    color: #fff;
}

.t4-mainbody.container .com-content-article__body section.form-wrapper .custom {
    margin-bottom: 0;
}

.com-content-article__body section.form-wrapper .row {
    margin: 0;
}

.com-content-article__body section.form-wrapper .col-12 {
    padding: 0;
}

.form-wrapper form {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 703px;
    width: 100%;
    margin-inline: auto;
}

.domain-search button.btn:before {
    content: "";
    background: url(../../../../images/Icons/Icon%20ionic-ios-search.svg);
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    background-size: contain;
    border: transparent;
    margin-right: 10px;
}

.form-wrapper .form-control {
    height: 60px;
    max-width: 100%;
    width: 100%;
    border-radius: 21px;
    border: none;
    padding: 0 211px 0 20px;
    outline: none;
}

.form-wrapper button:hover {
    color: #fff;
}

.small-txt {
    margin: 0;
    text-align: left;
    max-width: 680px;
    width: 100%;
    margin: auto;
    margin-top: 10px;
    color: #fff;
    font-size: 18px;
    line-height: 30px;
}

.form-wrapper button {
    height: 100%;
    border-radius: 21px;
    border: none;
    background-color: #C61618;
    color: white;
    padding: 0px 39px 0 39px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 38px;
    position: absolute;
    top: 0;
    right: 0;
}

.form-wrapper button:hover {
    background-color: #a50909;
}

.pagenavigation {
    display: none;
}

.Testimonial-sec {
    padding: 120px 0;
}

.Testimonial-sec .container {
    max-width: 1238px;
    width: 100%;
    padding: 0 20px;
}

.testimonial-inner {
    display: flex;
    gap: 10px;
}

.text-content {
    width: 44%;
}

.Swiper-outer {
    width: 56%;
    padding: 20px;
    background: #fff;
    box-shadow: 0px 3px 20px #00000024 !important;
    border: 1px solid #123B72;
    border-radius: 15px;
    position: relative;
}

.testimonial-content p {
    color: #505050;
    font-size: 18px;
    line-height: 30px;
}

.testimonial-author h5 {
    margin: 0 0 2px 0;
    color: #000;
}

.testimonial-author small {
    font-size: 18px;
    line-height: 30px;
    color: #000000;
}

.text-content h2 {
    color: #000;
    max-width: 440px;
    width: 100%;
    margin: 0 0 12px 0;
}

.testimonial-meta .testimonial-photo {
    width: 62px;
    height: 62px;
    margin-right: 14px !important;
}

.Swiper-outer .testimonial-meta {
    margin: 14px 0 0 0;
}

.subheading p {
    color: #505050;
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    max-width: 460px;
    width: 100%;
}

.testimonial-section .swiper-slide {
    padding: 20px !important;
    box-shadow: none !important;
    border: transparent !important;
}

.Testimonial-sec .swiper-pagination-bullet {
    display: none;
}

.Testimonial-sec .swiper-button-prev,
.Testimonial-sec .swiper-button-next {
    width: 42px;
    height: 42px;
    background: #C61618;
    color: #fff;
    border-radius: 50%;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
}

.Testimonial-sec .swiper-button-prev:hover,
.Testimonial-sec .swiper-button-next:hover {
    background: #343434;
}

.Testimonial-sec .swiper-button-prev::after,
.Testimonial-sec .swiper-button-next::after {
    font-size: 17px;
}

.Testimonial-sec .swiper-button-prev {
    left: -20px;
}

.Testimonial-sec .swiper-button-next {
    right: -20px;
}

.hoisting-wrapper .feature-card:hover {
    transform: none;
}

.t4-palette-primary a:not(.btn) {
    color: #e9ecef
}

#back-to-top i {
    line-height: 40px;
}

#back-to-top {
    background: #C61618;
    height: 42px;
    width: 42px;
    border-radius: 100%;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    bottom: 7rem;
}

#back-to-top:hover {
    background: #c61618d6;
}

/* START FOOTER */

#t4-footer {
    background: #123B72;
    padding: 87px 0 0 0;
}

.t4-section-inner {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.t4-footer .container {
    max-width: 1500px;
    width: 100%;
}

.t4-section-inner.container {
    max-width: 1500px;
    width: 100%;
}

#t4-footnav.t4-palette-primary {
    color: #f8f9fa;
    background-color: #123b72;
    padding: 52px 0 123px 0;
}

#t4-copyright-text {
    background: #082C5D;
    text-align: center;
    padding: 25px 0;
    color: #D1D1D1;
    font-size: 18px;
    line-height: 40px;
    font-weight: 300;
}

#t4-copyright-text .t4-section-inner.container .t4-row {
    align-items: center;
}

#t4-copyright-text .social-footer-links {
    column-gap: 10px;
    justify-content: end;
}

.social-footer-links {
    column-gap: 10px;
}

.social-footer-links a {
    background: #123b72;
    padding: 10px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.social-footer-links a:hover {
    background: #C61618;
    text-decoration: none;
}

#t4-copyright-text .footer1 {
    text-align: left;
    font-family: 'FuturaPT-Light';
}

#t4-footer .t4-section-inner.container {
    padding-bottom: 57px !important;
}

#t4-footer .hero-heading {
    background: #082C5D;
    border-radius: 21px;
    text-align: center;
    width: 100%;
    max-width: 420px;
    padding: 14px 35px;
    margin-bottom: 0 !important;
    border: 1px solid #285591;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#t4-footer .hero-heading:hover {
    background: #285591;
}

#t4-footer .hero-heading a {
    color: #fff !important;
    font-size: 20px;
    line-height: 30px;
}

#t4-footer .custom P {
    margin: 0;
}

#t4-footer .hero-heading a:hover {
    text-decoration: none !important;
}

.t4-footnav .module-title {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 13px;
}

.t4-footnav .module-title span::after {
    display: none;
}

.t4-footnav .module-inner .module-ct ul.nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.module-ct ul.nav li a {
    color: #DCDCDC;
    font-size: 18px;
    line-height: 40px;
    padding: 0;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-family: 'FuturaPT-Light';
}

#t4-footnav.t4-palette-primary .t4-section-inner.container .module-ct .nav li a:hover,
#t4-footnav.t4-palette-primary .t4-section-inner.container .module-ct .custom a:hover {
    color: #fff !important;
}

#Mod135 .module-ct:after {
    display: none;
}

div#Mod134 .module-ct .custom p>span:first-child {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 13px;
    color: #fff !important;
    font-family: FuturaCyrillicMedium;
}

.module-ct ul.nav li.nav-item.current.active a {
    color: #DCDCDC;
    font-family: 'Futura Book';
    font-weight: 400;
}

#t4-footnav .t4-section-inner.container .t4-col div#Mod134 .custom a.kontakt-heading {
    font-size: 24px;
    line-height: 38px;
    margin-bottom: 13px;
    color: #fff !important;
    font-family: Futura Book;
}

/* END FOOTER */

/*Web hosting*/
section.banner-section {
    padding: 60px 0 120px 0;
}

section.banner-section .container {
    max-width: 1540px;
    padding: 0px;
}

section.banner-section .container .banner-wrapper .banner-left p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
}

section.banner-section .container .banner-wrapper .banner-left h1 p {
    font-size: inherit;
    line-height: inherit;
    margin-bottom: 0;
    font-family: 'FuturaPT-Heavy';
}

section.banner-section .container .banner-wrapper .banner-left h1 {
    margin: 0px 0 21px 0;
    color: #000;
}

section.banner-section .container .banner-wrapper .banner-left h1 p span.banner-title-b {
    color: rgb(18, 59, 114);
}

section.banner-section-glossar {
    padding: 148px 0px 117px;
}

section.banner-section-glossar .container .banner-wrapper .banner-left h1.banner-title-b {
    color: rgb(18, 59, 114) !important;
    margin: 0px 0 11px 0 !important;
}

section.banner-section-glossar .container .banner-wrapper .banner-left h3 {
    margin-bottom: 17px;
}

section.banner-section-glossar .container .banner-wrapper .banner-left p {
    color: #505050;
    width: 100%;
    max-width: 333px;
}

.banner-section .banner-wrapper {
    align-items: center;
}

.banner-section .banner-wrapper h3 {
    color: #000;
    margin: 0px;
}

section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes .info-box .info-box-icon {
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}

section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes .info-box img {
    min-width: 64px;
    width: 100%;
    max-width: 64px;
}

section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    padding: 42px 0px 0;
}

section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes .info-box {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 0 20px 0 0;
}

section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes .info-box:not(:last-child) {
    border-right: 1px solid #ccc;
}

section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes .info-box:last-child {
    padding: 0;
}

.banner-btn {
    background: #C61618;
    color: #fff;
    border-radius: 21px;
    font-size: 18px;
    line-height: 38px;
    padding: 18px 30px 19px 29px;
    margin-top: 42px;
    display: block;
    width: fit-content;
}

.banner-btn:hover {
    color: #fff;
    background: #a50909;
}

.banner-btn:hover {
    text-decoration: none;
}

/*END Web hosting*/
.domain-pricing-grid-wrapper {
    padding: 100px 0;
}

.domain-pricing-grid-wrapper .section-info h2,
.domain-pricing-grid-wrapper .section-info p {
    text-align: center;
    color: #000;
    margin: 0 0 10px;
}

.domain-pricing-grid-wrapper .section-info p {
    margin: 0 0 38px;
}

.domain-pricing-grid-wrapper .card {
    box-shadow: 0px 3px 20px #00000024;
    margin: 0 0 30px 0;
    border-radius: 15px;
    position: relative;
    flex: 1;
}

.domain-pricing-grid-wrapper .product-section .product-list {
    display: flex;
    flex-direction: column;
}

.domain-pricing-grid-wrapper .card h4 {
    margin: 0 0 12px 0;
    color: #000;
}

.domain-pricing-grid-wrapper .card p {
    color: #505050;
    font-size: 18px;
    line-height: 30px;
    margin: 0 0 13px 0;
}

.domain-pricing-grid-wrapper .card .card-prices p {
    color: #C61618;
    font-weight: 500;
    margin: 0 0 19px 0;
}

.domain-pricing-grid-wrapper .btn:hover {
    background: #123B72;
    color: #fff;
}

.domain-pricing-grid-wrapper .card .card-prices strong {
    font-size: 35px;
}

.domain-pricing-grid-wrapper .card .card-prices small {
    color: #505050;
    font-size: 16px;
    line-height: 21px;
}

.domain-pricing-grid-wrapper .card-body {
    padding: 50px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.domain-pricing-grid-wrapper .product-list .card-body p,
.domain-pricing-grid-wrapper .product-list .card-body .card-prices {
    flex-shrink: 0;
}

.domain-pricing-grid-wrapper .product-list .buttons {
    margin-top: auto;
}

.domain-pricing-grid-wrapper .btn {
    background: transparent;
    border: 1px solid #123B72;
    color: #123B72;
    font-size: 18px;
    line-height: 30px;
    width: 100%;
    border-radius: 21px;
    padding: 14px 20px 14px 20px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.web-hosting-testimonial {
    background-color: #F8F8F8;
}

.domain-pricing-grid-wrapper .container {
    max-width: 1320px;
    width: 100%;
    padding: 0 0px;
}

.domain-pricing-grid-wrapper .info-image {
    padding: 20px 20px 0px 20px;
    position: absolute;
    top: 0;
    right: 0;
}

.ribbon {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.card .ribbon p {
    position: absolute;
    display: block;
    width: 150px;
    padding: 1px 0;
    background: #C61618;
    color: #fff;
    font-weight: bold;
    font-size: 0.7rem;
    text-align: center;
    text-transform: uppercase;
    transform: rotate(-45deg);
    top: 25px;
    left: -40px;
    margin: 0;
}

.blog-banner-section {
    background: #F1F1F1;
    padding: 0 0 60px !important;
}

.blog-banner-section .banner-section.page-header h1 {
    font-size: 80px;
    margin: 0px 0 38px;
    padding-top: 49px;
    color: #000;
    text-transform: capitalize;
}

.blog-banner-section .banner-left {
    background: #fff;
    position: absolute;
    top: 110px;
    right: 20px;
    border-radius: 15px;
    padding: 94px;
    max-width: 821px;
    width: 100%;
}

.blog-banner-section .banner-wrapper.row {
    position: relative;
}

.blog-banner-section .banner-right img {
    max-width: 1000px;
    width: 100%;
}

.blog-banner-section .banner-wrapper .banner-left h3>p {
    font-size: 28px !important;
}

.blog-banner-section .container .banner-wrapper .banner-left .subtitle p {
    color: #505050 !important;
    padding-top: 16px;
}

.blog-banner-section .banner-btn {
    padding: 11px 46px 11px 45px;
}

.recent-blog-post-wrapper .latestnewsRecentBlogBox {
    list-style: none;
    padding: 100px 0;
}

.recent-blog-post-wrapper .container {
    max-width: 1310px;
    width: 100%;
    padding: 0 20px;
}

.recent-blog-post-wrapper h3 {
    display: none;
}

.recent-blog-post-wrapper p {
    color: #505050;
    font-size: 18px;
    line-height: 30px;
    margin: 34px 0 50px 0;
}

.recent-blog-post-wrapper .latestnewsRecentBlogBox p.blog-post-desc {
    color: #505050;
    font-size: 18px;
    line-height: 30px;
    margin: 34px 0 50px 0;
    display: block;
}

.blog-post-cat .com-content-article__body p,
.news-cat .com-content-article__body p {
    font-size: 20px;
}

.recent-blog-post-wrapper .latestnewsRecentBlogBox a {
    background: #123B72;
    color: #fff;
    font-size: 18px;
    line-height: 38px;
    border-radius: 21px;
    padding: 10px 45px 10px 45px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    border: 1px solid #123B72;
    display: inline-block;
}

.recent-blog-post-wrapper a:hover {
    text-decoration: none;
    background: transparent;
    color: #123B72;
}

.recent-blog-post-wrapper .post-introtext {
    display: none;
}

.blog-card {
    background: #F1F1F1;
    padding: 87px 0px 50px;
}

.blog-card .blog-news .container {
    width: 100%;
    max-width: 1540px;
    margin: 0 auto;
    padding: 0 20px;
}

.recent-blog-post-wrapper h2.blog-title-card,
.blog-card h2.blog-title-card {
    text-align: center;
    color: #000;
    margin: 0 0 37px;
}

.recent-blog-post-wrapper .moduletable {
    border: none;
    padding: 0;
    margin: 0px;
}

.blog-card .blog-news .item-info {
    margin-top: 32px;
    display: block;
}

.blog-card .blog-news .item-image {
    margin: 0px;
}

.blog-card .blog-news .blog-card-colclear,
.blog-card .blog-news .blog-card-col {
    padding-bottom: 37px;
    margin: 0;
}

.recent-blog-post-wrapper .item-info h3.mod-articles-category-title {
    display: block;
    margin-bottom: 17px;
}

.recent-blog-post-wrapper .item-info .mod-articles-category-introtext {
    margin-bottom: 0px;
}

.recent-blog-post-wrapper .item-info .mod-articles-category-introtext p {
    margin: 0 0 19px;
}

.recent-blog-post-wrapper .item-info .mod-articles-category-readmore svg {
    margin-left: 10px;
}

.recent-blog-post-wrapper .item-info .mod-articles-category-readmore a {
    margin: 0;
    font-size: 18px;
    line-height: 18px;
    color: #123B72;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.recent-blog-post-wrapper .item-info .mod-articles-category-readmore a:hover,
.recent-blog-post-wrapper .item-info .mod-articles-category-readmore a:hover svg {
    color: #C61618;
    fill: #C61618;
}

.recent-blog-post-wrapper .item-info .mod-articles-category-readmore a svg {
    fill: #123b72;
}

.recent-blog-post-wrapper .podcast-blog {
    padding: 87px 0 100px;
}

.recent-blog-post-wrapper .podcast-blog .container {
    max-width: 1279px;
    margin: 0 auto;
    padding: 0 20px;
}

.recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(1),
.recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(2) {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 35px;
    width: 100%;
    flex-direction: row-reverse;
    flex: inherit;
    max-width: 100%;
}

.recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(n+3) .item-image img {
    width: 100%;
    max-width: 140px;
}

.recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(2) {
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 83px;
}

.blog-card .blog-news .item-info span.mod-articles-category-date {
    color: #505050;
    font-size: 16px;
    line-height: 30px;
}

.blog-card .blog-news .item-info span.mod-articles-category-category {
    font-weight: 600;
    color: #888888;
}

.blog-card .blog-news .item-info span.mod-articles-category-category a {
    font-size: 16px;
    line-height: 30px;
}

.recent-blog-post-wrapper .blog-card .item-info .mod-articles-category-introtext p {
    min-height: 90px;
}

/* Ensure text does not overflow */
.recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(1) .item-info,
.recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(2) .item-info {
    max-width: calc(100% - 551px);
}

/* ====== GRID (Remaining Items) ====== */
.recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(n+3) {
    display: flex;
    padding-bottom: 13px;
    flex: inherit;
    max-width: 50%;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.blog-card .blog-news .item-image img {
    max-width: 480px;
    width: 100%;
    height: 422px;
    object-fit: cover;
}

/* Adjust text for bottom items */
.recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(n+3) .item-info {
    width: 59%;
}

.recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(n+3) .item-image {
    width: 25%;
    text-align: right;
}

.recent-blog-post-wrapper .item-info h3.mod-articles-category-title a:hover {
    color: #C61618;
}

.recent-blog-post-wrapper .item-info h3.mod-articles-category-title a {
    font-weight: 500;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(3),
.recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(5) {
    border-right: 1px solid #DFDFDF;
    padding-right: 39px;
}

.recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(4),
.recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(6) {
    padding-left: 39px;
}

.recent-blog-post-wrapper .all-blog-main {
    background-color: #F1F1F1;
    padding: 87px 0 100px;
}

.recent-blog-post-wrapper .all-blog-main .container {
    max-width: 1268px;
    margin: 0 auto;
    padding: 0 20px;
}

.recent-blog-post-wrapper .all-blog-main .container h2.blog-title-card {
    margin: 0 0 57px;
}

.recent-blog-post-wrapper .all-blog-main .item-info h3 a {
    color: #000;
}

.recent-blog-post-wrapper .all-blog-main .item-info h3.mod-articles-category-title {
    margin-top: 0;
}

.recent-blog-post-wrapper .all-blog-main .category-module .swiper-slide {
    justify-content: center;
    gap: 7%;
    display: flex;
    align-items: center;
    padding-bottom: 60px;
}

.recent-blog-post-wrapper .all-blog-main .category-module .swiper-slide .item-image {
    margin: 0;
}

.recent-blog-post-wrapper a.category-link {
    margin: 80px auto 0px;
    text-align: center;
    display: block;
    max-width: 382px;
    padding: 11px;
    border-radius: 21px;
    font-size: 18px;
    line-height: 38px;
    background: #C61618;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.recent-blog-post-wrapper a.category-link:hover {
    opacity: 0.85;
    text-decoration: none;
}

.recent-blog-post-wrapper .all-blog-main .swiper-pagination-bullet-active {
    background: #123B72;
}

.recent-blog-post-wrapper .all-blog-main .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.recent-blog-post-wrapper a.category-link i {
    vertical-align: middle;
    margin-left: 10px;
}

.service-banner .container {
    max-width: 100%;
    padding: 0;
}
.service-banner .container .banner-wrapper .services-main {
    padding: 0 20px;
}
.service-banner .container .banner-wrapper {
    height: 400px;
    background-repeat: no-repeat;
    display: inline-block;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.custom-top-bottom-spacing {
    padding: 0 0 50px 0;
}
/*.com-content-article__body {
      padding: 80px 0;
}*/
.service-banner .container .banner-wrapper .services-banner-section-content {
   position: absolute;
    top: 50%;
    transform: translateY(-50%);
    margin: 0 auto;
    background: #123B72;
    max-width: 627px;
    width: 100%;
    border-radius: 16px;
    padding: 25px;
}
.custom-top-bottom-spacing h2, .custom-top-bottom-spacing h3 {
    color: #000;
}

.service-banner .container .banner-wrapper .services-banner-section-content h1 {
    color: #fff;
    margin: 0 0 0;
    font-size: 65px;
    line-height: 75px;
}
.service-banner .container .banner-wrapper .services-banner-section-content .subtitle p span {
    color: #fff !important;
    padding-top: 10px;
    display: block;
}
.service-banner .container .banner-wrapper .services-banner-section-content h2 {
    color: #fff;
    margin: 0 0 15px;
    font-size: 28px;
    line-height: 39px;
}

.com-content-article__body h2 {
    color: #123B72;
}

.com-content-article__body h2 {
    color: #333;
}



.service-banner .container .banner-wrapper .services-banner-section-content .banner-info-boxes .info-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.service-banner .container .banner-wrapper .services-banner-section-content .banner-info-boxes .info-box .info-box-icon {
    width: 40px;
}

.service-banner .container .banner-wrapper .services-banner-section-content .banner-info-boxes .info-box .info-box-text {
    width: 88%;
}

.service-banner .container .banner-wrapper .services-banner-section-content .banner-info-boxes .info-box p {
    margin: 0;
    color: #fff;
    font-size: 18px;
}

.service-banner .container .banner-wrapper .services-banner-section-content .subtitle p {
    color: #fff;
    max-width: 544px;
    font-size: 18px;
    margin: 0;
}

.service-banner .container .banner-wrapper .services-banner-section-content h1 p {
    line-height: normal;
}

.service-banner .container .banner-wrapper .services-main {
    max-width: 1500px;
    margin: 0 auto;
}

.com-content-categories .container {
    max-width: 1320px;
    padding: 0 20px;
}

.com-content-categories .container .com-content-categories__list {
    margin-bottom: 40px;
}

.com-content-categories .container .com-content-categories__list .content-item-wrap {
    border: 1px solid #BDC8D8;
    border-radius: 15px;
    background: #fff;
    padding: 42px 33px 30px;
    text-align: center;
    height: 100%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.com-content-categories .container .com-content-categories__list .content-item-wrap:hover {
    box-shadow: 0px 3px 20px #00000024;
    border: 1px solid #123B72;
}

.com-content-categories .container .com-content-categories__list .content-item-wrap .com-content-categories__item-title a {
    font-size: 24px;
    line-height: 38px;
    color: #000000;
    font-weight: bold;
}

.com-content-categories .container .com-content-categories__list .content-item-wrap .com-content-categories__description.category-descs>p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    color: #000;
}

.com-content-categories.categories-list {
    background: #F6F5F5;
    padding: 100px 0;
}

.content-category .category-glosssar-temp {
    padding: 100px 0;
}

.content-category .category-glosssar-temp .container h1.banner-heading {
    color: #123B72 !important;
    margin: 0 0 11px !important;
}

.content-category .category-glosssar-temp h3.banner-sub-heading {
    margin: 0 0 17px;
}

.content-category .category-glosssar-temp p {
    margin: 0;
    font-size: 18px;
    color: #000;
    width: 100%;
    max-width: 340px;
    display: block;
}

.content-category .category-glosssar-temp p.banner-desc {
    margin: 0;
}

.banner-details-right {
    background: #F6F5F5;
    padding: 79px 100px 94px;
}

.content-category .category-glosssar-temp .row {
    align-items: center;
}

.content-category .com-content-category__articles {
    background: #F6F5F5;
    padding: 100px 20px;
}

.content-category .com-content-category__articles .glossar-bottom-section {
    max-width: 1228px;
    margin: 0 auto;
    border: none;
    background: #fff;
}

.content-category .com-content-category__articles .glossar-bottom-section tr:last-child .blog-glossar-list {
    border: none;
}

.content-category .com-content-category__articles .glossar-bottom-section .blog-glossar-list {
    display: flex;
    align-items: center;
    gap: 80px;
    flex-wrap: wrap;
    border-bottom: 1px solid #DFDFDF;
    margin-bottom: 57px;
    padding-bottom: 50px;
}

.content-category .com-content-category__articles .glossar-bottom-section .blog-glossar-list .featured-image {
    width: 25%;
    max-width: 290px;
}

.content-category .com-content-category__articles .glossar-bottom-section .blog-glossar-list .blog-glossar-details {
    width: 69%;
}

.content-category .com-content-category__articles .glossar-bottom-section th.list-title {
    background: #F6F5F5;
    border: none;
    padding: 0;
}

.content-category .com-content-category__articles .glossar-bottom-section .blog-glossar-list a {
    font-size: 28px;
    line-height: 39px;
    color: #000000;
    margin-bottom: 16px;
    display: block;
    font-weight: 500;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.content-category .com-content-category__articles .glossar-bottom-section .blog-glossar-list a:hover {
    text-decoration: none;
    color: #C61618;
}

.content-category .com-content-category__articles .glossar-bottom-section .blog-glossar-list p.intro-text {
    font-size: 18px;
    line-height: 30px;
    color: #505050;
    font-weight: 400;
    margin-bottom: 19px;
}

.content-category .com-content-category__articles .glossar-bottom-section .blog-glossar-list a.readmore-link {
    font-size: 18px;
    margin: 0;
    color: #123B72;
    line-height: normal;
    display: inline-block;
    position: relative;
    webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.content-category .com-content-category__articles .glossar-bottom-section .blog-glossar-list a.readmore-link svg {
    fill: #123b72;
    margin-left: 5px;
}

.content-category .com-content-category__articles .glossar-bottom-section .blog-glossar-list a.readmore-link:hover {
    color: #C61618;
    text-decoration: none;
}

.content-category .com-content-category__articles .glossar-bottom-section .blog-glossar-list a.readmore-link:hover svg {
    fill: #C61618;
}

.faq-section h2 {
    text-align: center;
    color: #000;
    margin: 0 0 38px;
}

.faq-section h3.faq-subtitle {
    color: #000;
    text-align: center;
    margin: 0 0 30px;
}

.faq-section {
    margin: 0 0 0rem !important;
    padding: 97px 0;
}

.faq-section .faq_content ul li.faq-brdr {
    border-bottom: 1px solid #CECECE;
    margin-bottom: 50px;
}

.faq-section .faq_content ul {
    padding: 0;
    margin: 0;
}

.faq-section .faq_content ul li.faq-brdr h4.faq_cat_qa {
    margin: 0;
    position: relative;
}

.faq-section .faq_content ul li.faq-brdr h4.faq_cat_qa a {
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    text-decoration: none;
    display: block;
    position: relative;
    padding: 0 60px 40px 0px;
}

.faq-section .faq_content ul li.faq-brdr h4.faq_cat_qa span.icon {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: #123B72;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: -5px;
}

.faq-section .faq_content ul li.faq-brdr h4.faq_cat_qa span.icon:after {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 21px;
    background: rgb(255 255 255);
}

.faq-section .faq_content ul li.faq-brdr h4.faq_cat_qa span.icon:before {
    display: block;
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 21px;
    height: 2px;
    background: rgb(255 255 255);
}

.faq-section .faq_content ul li.faq-brdr:last-child {
    margin-bottom: 0px;
    border-bottom: none;
}

.faq-section .faq_content ul li.faq-brdr .faq_cat_ans {
    padding-bottom: 35px;
}

.faq-section .faq_content ul li.faq-brdr h4.faq_cat_qa.active span.icon:after {
    width: 0;
}

.faq-section .faq_content ul li.faq-brdr .faq_cat_ans p {
    color: #505050;
    font-size: 18px;
    line-height: 30px;
}

body {
    overflow-x: hidden;
}

.hosting-services:before,
.services.home:before,
.form-wrapper .custom:before,
.faq-section:before,
.recent-blog-post-wrapper .all-blog-main:before,
.blog-card:before,
.blog-banner-section:before,
.com-content-categories.categories-list:before,
.content-category .com-content-category__articles:before,
.service-banner:before,
.FAQ-w-section:before,
.web-hosting-testimonial:before,
.style3.services-section-p:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    z-index: -1;
}

.hosting-services,
.services.home,
.faq-section,
.recent-blog-post-wrapper .all-blog-main,
.blog-card,
.blog-banner-section,
.com-content-categories.categories-list,
.content-category .com-content-category__articles,
.FAQ-w-section,
.web-hosting-testimonial {
    position: relative;
    z-index: 2;
}

.services.home:before,
.hosting-services:before,
.com-content-categories.categories-list:before,
.content-category .com-content-category__articles:before {
    background-color: #f6f5f5;
}

.recent-blog-post-wrapper .all-blog-main:before,
.blog-card:before,
.blog-banner-section:before {
    background: #F1F1F1;
}

.faq-section:before,
.FAQ-w-section:before,
.web-hosting-testimonial:before {
    background: #F8F8F8;
}

.style3.services-section-p:before {
    background: linear-gradient(163deg, rgba(198, 22, 24, 0.06) 0%, rgba(18, 59, 114, 0.06) 35%, rgba(198, 22, 24, 0.06) 100%);
}

#t4-mainbody .service-banner,
.form-wrapper {
    position: relative;
    width: 100vw;
    /* span full screen width */
    margin-left: calc(-50vw + 50%);
    /* cancel parent .container */
    margin-right: calc(-50vw + 50%);
}

.services.home .home-services .feature-sec-heading h2 {
    margin-bottom: 37px;
}

.style5.product-details-card-explain .services-box .product-card-content .content {
    width: 100%;
    padding: 0;
}

.style5.product-details-card-explain .services-box .product-card-content {
    text-align: center;
}

.services.home .home-services .style5.product-details-card-explain .services-box {
    margin-bottom: 30px;
}

/* background image styles */
#t4-mainbody .service-banner .banner-wrapper,
.form-wrapper .custom {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.feature-sec-heading {
    text-align: center;
}

.feature-sec-heading h2 {
    margin: 0;
    color: #000;
}

.glossar-cat h1 {
    font-size: 45px;
    line-height: 1.2;
    color: #123B72;
}

.glossar-cat p {
    font-size: 24px;
    line-height: normal;
}

.glossar-cat h2,
.glossar-cat h3 {
    font-size: 28px;
}

.glossar-cat form {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    max-width: 600px;
}

.glossar-cat input.text {
    flex: 1;
    padding: 10px 12px;
    font-size: 16px;
    border: 2px solid #123B72;
    border-radius: 8px;
    outline: none;
    transition: 0.3s;
}

.glossar-cat input.text:focus {
    border-color: #0f2f5b;
    box-shadow: 0 0 6px rgba(18, 59, 114, 0.3);
}

.glossar-cat select {
    padding: 10px;
    font-size: 16px;
    border: 2px solid #123B72;
    border-radius: 8px;
    background: #fff;
    color: #123B72;
    cursor: pointer;
}

.glossar-cat button.btn {
    background-color: #123B72;
    color: #fff;
    font-size: 16px;
    padding: 10px 18px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.glossar-cat button.btn:hover {
    background-color: #0f2f5b;
}

.domcheckBGHome {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.com-contact.contact {
    padding-top: 50px;
}

.com-contact ul.fields-container {
    display: none;
}

.com-contact .com-contact__container {
    float: left;
    width: 32%;
}

.com-contact .com-contact__form.contact-form {
    width: 68%;
    float: left;
    margin-bottom: 50px;
}

.com-contact.contact .service-banner {
    margin-bottom: 50px;
}

.com-contact .com-contact__miscinfo {
    background: #f6f5f5;
    border: none;
    margin-bottom: 50px;
}

.com-contact .com-contact__miscinfo dl.dl-horizontal span.contact-misc h2,
.com-contact .com-contact__miscinfo dl.dl-horizontal span.contact-misc h3 {
    margin: 0 0 10px;
    color: #000;
}

.com-contact .com-contact__miscinfo dl.dl-horizontal span.contact-misc p {
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
}

.com-contact .com-contact__container .com-contact__info dd span,
.com-contact .com-contact__container .com-contact__info dd span a {
    font-size: 18px;
    color: #000000;
    margin-bottom: 0;
}

.com-contact h2 {
    color: #000;
    margin: 0 0 40px;
}

.com-contact .com-contact__form.contact-form .form-validate fieldset .control-group {
    margin: 0 0 15px !important;
    width: 50%;
    padding: 0 15px;
    float: left;
    display: inline-block !important;
}

.com-contact .com-contact__form.contact-form .form-validate fieldset {
    margin: 0 -15px !important;
}

.com-contact .com-contact__form.contact-form .form-validate fieldset .control-group .control-label label {
    font-size: 18px;
    color: #000;
}

.com-contact .com-contact__form.contact-form .form-validate legend {
    display: none;
}

.com-contact .com-contact__form.contact-form .form-validate .control-group .controls {
    margin-left: 0;
}

.com-contact .com-contact__form.contact-form .form-validate .control-group .controls {
    margin-left: 0 !important;
}

.com-contact .com-contact__form.contact-form .form-validate .control-group .controls input,
.com-contact .com-contact__form.contact-form .form-validate .control-group .controls textarea {
    height: 60px;
    max-width: 100%;
    width: 100%;
    border-radius: 21px;
}

.com-contact .com-contact__form.contact-form .form-validate .control-group .controls textarea {
    height: auto;
}

.com-contact .com-contact__form.contact-form .form-validate .control-group.field-spacer {
    display: none !important;
}

.com-contact .com-contact__form.contact-form .form-validate>.control-group .btn.btn-primary {
    margin: 0px !important;
    text-align: center;
    display: block;
    min-width: 382px;
    padding: 11px;
    border-radius: 21px;
    font-size: 18px;
    line-height: 38px;
    background: #C61618 !important;
    color: #fff;
    border-color: #C61618 !important;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.com-contact .com-contact__form.contact-form .form-validate>.control-group {
    margin: 0px !important;
}

.com-contact .com-contact__form.contact-form .form-validate>.control-group .btn.btn-primary:hover {
    opacity: 0.85;
    text-decoration: none;
}

.com-contact .com-contact__form.contact-form .form-validate fieldset .control-group:last-child {
    width: 100%;
}

.com-contact .com-contact__form.contact-form .form-validate fieldset .control-group:nth-child(5) {
    width: 100%;
}

.com-contact .com-contact__container .com-contact__info dd span.contact-telephone:before {
    content: "\f095";
}

.com-contact .com-contact__container .com-contact__info dd span.contact-telephone:before,
.com-contact .com-contact__container .com-contact__info dd span.contact-mobile:before,
.com-contact .com-contact__container .com-contact__info dd span.contact-webpage a:before {
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.com-contact .com-contact__container .com-contact__info dd span.contact-mobile:before {
    content: "\f1ac";
}

.com-contact .com-contact__container .com-contact__info dd span.contact-webpage a:before {
    content: "\f015";
}

.form-control:focus,
.inputbox:focus {
    box-shadow: none;
    border-color: unset;
}

.banner-section .banner-wrapper .banner-buttons {
    display: flex;
    gap: 12px;
}

.style1 .testimonial-section.style-1 .Swiper-outer {
    border: none;
}

.style1 .testimonial-section.style-1 .Swiper-outer .testimonial-swiper-box .testimonial-meta {
    display: block;
    margin: 0;
}

.style1 .testimonial-section.style-1 .Swiper-outer .testimonial-swiper-box .testimonial-meta img.testimonial-photo {
    width: auto;
    height: auto;
    margin-right: 0px !important;
}

.style1 .testimonial-section.style-1 .testimonial-inner {
    align-items: center;
}

.style1 .testimonial-section.style-1 .testimonial-inner .service-text ul {
    list-style-type: none;
    padding: 0;
}

.style1 .testimonial-section.style-1 .testimonial-inner .service-text ul li:before {
    content: "";
    display: inline-flex;
    min-width: 30px;
    height: 30px;
    background-image: url(../../../../images/Icons/righticon.svg);
    background-repeat: no-repeat;
    background-size: 30px;
}

.style1 .testimonial-section.style-1 .Swiper-outer .testimonial-swiper-box .testimonial-meta h5 {
    font-size: 28px;
    padding-top: 20px;
    margin-bottom: 0px;
}

.style1 .testimonial-section.style-1 .testimonial-inner .service-text ul li {
    font-size: 22px;
    padding-bottom: 17px;
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    color: #505050;
}

.style1 .testimonial-section.style-1 .testimonial-inner .text-content h2 {
    margin-bottom: 25px;
}

.style3.services-section-p .services-box .content {
    border: none;
    background: none;
    position: relative;
}

.style3.services-section-p .services-box .content:hover {
    box-shadow: none;
    border: none;
}

.style3.services-section-p .services-box {
    padding-top: 195px;
    margin-bottom: 0px;
}

.style3.services-section-p .services-box:first-child {
    padding-top: 85px;
}

.style3.services-section-p .services-box .content .feature-index {
    font-weight: bold;
    font-size: 100px;
    -webkit-text-stroke: 1px #bfbebe;
    color: transparent;
    position: absolute;
    z-index: -1;
    left: 50%;
    top: 0px;
    transform: translateX(-50%);
}

.style3.services-section-p .services-box .content h2 {
    color: rgb(18, 59, 114);
    margin-bottom: 20px;
}

.style3.services-section-p .container {
    max-width: 100%;
    padding: 0;
}

.style3.services-section-p .services-box .content a.read-more {
    background: #C61618 !important;
    border-color: #C61618 !important;
    color: #fff;
}

.style3.services-section-p .services-box .content a.read-more:hover {
    opacity: 0.85;
}

section#packge-sec {
    padding-bottom: 130px;
    position: relative;
    z-index: 2
}

section#packge-sec .container {
    max-width: 100%;
    padding: 0;
}

section#packge-sec .container .packge-wrap {
    display: flex;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #123b72;
    display: flex;
    justify-content: space-between;
    border-radius: 60px;
    padding: 50px 50px 50px;
}

.style3.services-section-p {
    padding-top: 130px;
    padding-bottom: 429px;
    position: relative;
    margin-bottom: -238px;
    position: relative;
}

#packge-sec .container .packge-wrap .packge-img {
    position: relative;
    width: 36%;
}

#packge-sec .container .packge-wrap .packge-content {
    width: 64%;
    text-align: center;
}

#packge-sec .container .packge-wrap .packge-content h2 {
    display: block;
    max-width: 274px;
    margin: auto;
    color: #fff;
}

#packge-sec .container .packge-wrap .packge-content ul {
    display: flex;
    flex-wrap: wrap;
    text-align: left;
    padding-top: 32px;
    padding-left: 0px;
}

#packge-sec .container .packge-wrap .packge-content ul li {
    width: 50%;
    color: var(--white);
    font-size: 18px;
    display: flex;
    align-items: center;
    padding-bottom: 20px;
    position: relative;
}

#packge-sec .container .packge-wrap .packge-content ul li:before {
    content: "";
    display: inline-flex;
    width: 30px;
    height: 30px;
    background-image: url(../../../../images/Icons/righticon.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    margin-right: 6px;
}

#packge-sec .container .packge-wrap .packge-content a.secondary-btn {
    background: #C61618 !important;
    border-color: #C61618 !important;
    color: #fff;
    margin: 0;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    padding: 14px 23px 14px 23px;
    border-radius: 21px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    margin-bottom: 0 !important;
    display: block;
    width: 100%;
    margin-inline: auto;
    max-width: 210px;
    text-decoration: none;
    margin-top: 20px;
}

#packge-sec .container .packge-wrap .packge-content a.secondary-btn:hover {
    opacity: .85;
}

#packge-sec .container .packge-wrap .packge-content p {
    font-size: 18px;
    margin-top: 20px;
    line-height: 22px;
    color: #fff;
}

#packge-sec .container .packge-wrap .packge-img span.packege-price {
    display: block;
    width: 197px;
    position: absolute;
    top: -42px;
    left: 19px;
}

#packge-sec .container .packge-wrap .packge-img span.packege-price .price-box {
    width: 225px;
    height: 170px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#packge-sec .container .packge-wrap .packge-img span.package-info-vat {
    position: absolute;
    right: -15px;
    top: 44px;
    width: 35px;
    height: 33px;
    z-index: 2;
    cursor: pointer;

}

#packge-sec .container .packge-wrap .packge-img span.packege-price .price-box span.price-text {
    position: absolute;
    font-size: 25px;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: normal;
    text-align: center;
    font-weight: 600;
}

#packge-sec .container .packge-wrap .packge-img span.package-info-vat .package-popup.active {
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all .5s ease-in-out;
}

.package-popup {
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    transition: all .5s ease-in-out;
}

.package-popup.active {
    z-index: 9999999;
    opacity: 1;
    visibility: visible;
}

.package-popup.active .package-popup-overlay {
    display: inline-block;
}

.packege_price_popup_active {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

.packege_price_popup_active:after {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    content: '';
    background-color: #040405A6;
    z-index: 1;
    overflow: hidden;
    opacity: 1;
    transition: all .3s ease-in-out;
}

.package-popup .package-popup-content {
    overflow-y: auto;
    max-width: 1140px;
    max-height: 600px;
    position: relative;
    cursor: default;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999;
    padding: 0 20px;
}

.web-hosting-testimonial.style1 .container {
    padding: 0;
}

.package-popup .package-popup-content button.package-popup-close {
    position: absolute;
    top: 25px;
    right: 30px;
    background: #ffffff;
    border-radius: 50%;
    padding: 0;
    width: 30px;
    height: 30px;
    font-size: 25px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
    border: none;
}

.package-popup-inner {
    width: 100%;
    background-color: #123b72;
    padding: 80px 50px 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    color: #fff;
}

.package-popup-inner h4 {
    margin-bottom: 30px;
    color: #fff;
}

.package-popup-inner p {
    font-size: 18px;
    color: #fff;
}

.package-popup .package-popup-content button.package-popup-close:hover {
    background: #C61618;
    color: #Fff;
}

.imprint-page {
    padding: 50px 0;
    color: #123b72;
    font-size: 18px;
}

.imprint-page h6 {
    color: #123b72;
    font-weight: bold;
    margin: 0px 0px 10px;
    font-size: 18px;
}

.imprint-page section h2#redaktion {
    font-weight: 500;
}

.imprint-page span.contact-fax:before {
    content: "\f1ac";
    font-family: 'FontAwesome';
    margin-right: 10px;
    content: "\f095";
}

.imprint-page span.timing:before {
    content: "\f017";
}

.imprint-page span.e-mail-contact:before {
    content: "\f0e0";
}

.imprint-page span.contact-mobile:before {
    content: "\f1ac";
}

.imprint-page section span:before {
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.imprint-page section.company-details {
    padding-top: 30px;
}

.imprint-page section span.e-mail-contact {
    margin-bottom: 20px;
}

.imprint-page section span {
    display: block;
    margin-bottom: 10px;
}

.imprint-page section span a,
.imprint-page p a,
.imprint-page section a {
    color: #123b72;
}

.imprint-page p {
    margin-bottom: 0px;
}

.imprint-page section span.content-writer {
    margin: 10px 0px;
}

.imprint-page address {
    font-size: 18px;
}

/*CMS-page*/
.com-content-article__body .cms-page-artical,
.blog-post-cat .com-content-article__body,
.news-cat .com-content-article__body,
.knowhow-cat .com-content-article__body,
.podcast-cat .com-content-article__body,
.glossar-cat .com-content-article__body,
.glossar-a-cat .com-content-article__body {
    max-width: 1200px;
    margin: 0 auto 50px;
    display: block;
}

.cms-page-artical h2 {
    color: #123b72;
    font-size: 28px;
    line-height: 39px;
}

.cms-page-artical {
    padding: 80px 0;
    display: inline-block;
}

.cms-page-artical p {
    font-size: 24px;
    color: #123b72;
    margin-bottom: 10px;
    display: block;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space: normal;
}

.cms-page-artical h1,
.cms-page-artical h2 {
    color: #123b72;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space: normal;
}

.cms-page-artical a {
    color: #a61a22;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space: normal;
}

.cms-page-artical ul {
    color: #123b72;
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space: normal;
}

.cms-page-artical ul li {
    word-break: normal;
    overflow-wrap: break-word;
    hyphens: auto;
    white-space: normal;
}

/*CMS-page*/
/*.variation-product*/
.variation-product {
    max-width: 1000px;
    width: 100%;
    margin: 50px auto 0px;
}

.variation-product .sec-heading h2 {
    text-align: center;
    color: #000;
    margin: 0 0 37px;
}

.variation-product .plan-info-box,
.variation-product .important-features {
    box-shadow: 0px 3px 20px #00000024;
    padding: 50px 40px;
    border-radius: 15px;
    margin-bottom: 50px;
    overflow-x: auto;
}

.variation-product div#features {
    margin-bottom: 120px;
}

.variation-product .plan-info-box h3,
.variation-product .important-features h3,
.variation-product div#features h3 {
    margin-top: 0;
}

.variation-product .important-features h3,
.variation-product div#features h3 {
    margin-bottom: 20px;
}

.variation-product .plan-info-box .description {
    font-size: 20px;
    margin-bottom: 20px;
    display: block;
    white-space: normal;
    word-break: keep-all;
}

.variation-product table {
    width: 100%;
    text-align: center;
    border: 1px solid #DFDFDF;
}

.variation-product div#features .table-responsive table.compare-table {
    margin-bottom: 0;
}

.variation-product table tr th {
    font-size: 24px;
    background: #fff;
    line-height: 36px;
    font-weight: 500;
    vertical-align: middle;
    color: #123B72 !important;
    padding: .75rem;
}

.variation-product table tr td {
    font-size: 18px;
    line-height: 30px;
    vertical-align: middle;
    color: #000000;
    font-weight: 500;
    padding: .75rem;
    white-space: nowrap;
}

.variation-product .buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-bottom: 50px;
}

.variation-product .buttons a.btn {
    text-align: center;
    display: block;
    padding: 11px 20px;
    border-radius: 21px;
    font-size: 18px;
    line-height: 38px;
    background: #C61618 !important;
    border-color: #C61618 !important;
    color: #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.variation-product .buttons a.btn:hover {
    opacity: 0.85;
    text-decoration: none;
}

.variation-product .buttons a.btn.btn-outline-secondary {
    background: #123B72 !important;
    border: 1px solid #123B72 !important;
}

.variation-product .buttons a.btn.btn-outline-secondary:hover {
    background: transparent !important;
    text-decoration: none;
    color: #123B72;
}

.content-category .cat-children>h3 {
    display: none;
}

.content-category .cat-children .com-content-category__children {
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    border-bottom: none;
    border: 1px solid #BDC8D8;
    border-radius: 15px;
    background: #fff;
    padding: 11px 20px;
    text-align: center;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-color: transparent;
}

.content-category .cat-children .com-content-category__children h3.page-header.item-title {
    display: block;
    margin: 0;
}

.content-category .cat-children .com-content-category__children:last-child {
    margin: 0;
}

.content-category .cat-children {
    display: inline-block;
    width: 100%;
    padding: 50px 0px;
    border: none;
}

.content-category .cat-children .child-cat-title h2.child-title {
    text-align: center;
    color: #000;
    margin: 0 0 37px;
}

.content-category .cat-children .child-cat-title {
    border: none;
}

.content-category .cat-children .com-content-category__children:hover {
    box-shadow: 0px 3px 20px #00000024;
    border: 1px solid #123B72;
    background-color: #123B72 !important;
}

.content-category .cat-children .com-content-category__children:hover a {
    color: #fff;
    text-decoration: none;
}

.variation-product div#features .accordion-item button.variation-accordion-toggle {
    width: 100%;
    text-align: left;
    padding: 20px 30px 20px;
    background-color: #fff;
    position: relative;
    outline: none;
    font-size: 28px;
    line-height: 39px;
    color: #000;
    font-weight: 500;
    border: 1px solid #E2E2E2;
}

.variation-product div#features .accordion-item {
    border: 1px solid #E2E2E2;
    background: #fff;
    margin-bottom: 30px;
}

.variation-product div#features .accordion-item button.variation-accordion-toggle span.variation-accordion-icon {
    position: absolute;
    right: 40px;
    color: #fff;
    z-index: 14;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    line-height: 40px;
    font-size: 30px;
    font-weight: 300;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #123B72;
    border-radius: 50%;
}

.compare-accordion-wrapper .accordion-item button.variation-accordion-toggle {
    width: 100%;
    border: none;
    text-align: left;
    padding: 24px 50px 25px;
    background-color: #fff;
    position: relative;
    outline: none;
    font-size: 28px;
    line-height: 39px;
    color: #000;
    font-weight: 500;
    border: 1px solid #E2E2E2;
}

.variation-product div#features .accordion-item:last-child {
    margin-bottom: 0;
}

.notfound-cat section.style-2.service-banner {
    display: none;
}

.notfound-cat .custom {
    background-color: #f5f5f5;
    padding: 50px 0px;
    border-radius: 20px;
}

/* 404 Hero Section */
.t4-mainbody.container .acm-hero {
    margin-top: 40px;
}

.t4-mainbody.container .acm-hero .hero-heading {
    font-size: 120px;
    font-weight: 700;
    color: #222;
    margin-bottom: 30px;
    animation: fadeInDown 0.8s ease-in-out;
}

.t4-mainbody.container .acm-hero .hero-intro {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Search form */
.t4-mainbody.container .mod-finder.form-search {
    gap: 8px;
    flex-wrap: wrap;
    margin: 25px 0 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 703px;
    width: 100%;
    margin-inline: auto;
}

.t4-mainbody.container .mod-finder__search.input-group {
    display: flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0px 0px 10px #00000029;
    border-radius: 21px;
}

.t4-mainbody.container .mod-finder__search input[type="text"] {
    padding: 10px 15px;
    border: 1px solid #ccc;
    font-size: 14px;
    outline: none;
    transition: border 0.3s ease;
    height: 60px;
    max-width: 100%;
    width: 100%;
    border-radius: 21px;
}

.t4-mainbody.container .mod-finder__search input[type="text"]:focus {
    border-color: #2c3e91;
}

.t4-mainbody.container .mod-finder__search .btn.btn-primary {
    height: 100%;
    border-radius: 21px;
    border: none;
    background-color: #C61618 !important;
    color: white;
    padding: 0px 39px 0 39px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    line-height: 38px;
    position: absolute;
    top: 0;
    right: 0;
}

.t4-mainbody.container .mod-finder__search .btn.btn-primary:hover {
    background-color: #1a2764;
}

/* Custom Product Links Section */
.t4-mainbody.container .t4-mainbody.container .custom {
    background-color: #f3f4f6;
    border-radius: 12px;
    padding: 30px 20px;
    margin: 40px auto 0;
    max-width: 700px;
}

.t4-mainbody.container .t4-mainbody.container .custom h3 {
    margin-bottom: 10px;
}

.t4-mainbody.container .custom a {
    color: #000;
    text-decoration: none;
    font-weight: 500;
    margin: 0 6px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
}

.t4-mainbody.container .custom a:hover {
    color: #C61618;
    text-decoration: none;
}

.t4-mainbody.container .acm-hero p {
    font-size: 24px;
}

.t4-mainbody.container .custom p.text-gray-600.mb-4 {
    max-width: 700px;
    font-size: 24px;
    margin: 0 auto;
}

.t4-mainbody.container .mod-finder__search.input-group span.icon-search {
    display: none;
}

.t4-mainbody.container .mod-finder__search.input-group .awesomplete {
    display: block;
    width: 100%;
}

.t4-mainbody.container .com-content-article.item-page.notfound-cat {
    box-shadow: 0px 0px 10px #00000029;
    background: #fff;
    padding: 30px 40px;
    border-radius: 20px;
    margin-bottom: 40px;
}

/* search Result Page */
li.result__taxonomy-item.result__taxonomy--type,
.result__taxonomy-item.result__taxonomy--author {
    display: none;
}

/* Hide all children of .filter-branch */
.filter-branch>* {
    display: none !important;
}

/* Show only the 3rd child (1st = 1, 2nd = 2, 3rd = 3) */
.filter-branch>*:nth-child(3) {
    display: block !important;
    /* use "flex" or "grid" if the original display was different */
}

.custom-dynamic-table {
    text-align: center;
    margin-bottom: 50px;
}

.custom-dynamic-table .accordion-item {
    border: 1px solid #E2E2E2;
    background: #fff;
}

.custom-dynamic-table .accordion-item .variation-accordion-content table.compare-table {
    margin-bottom: 0;
}

.mod-breadcrumbs__item.breadcrumb-item.active a {
    pointer-events: none;
    cursor: default;
}

.com-content-article__body h2 {
    font-size: 28px;
    line-height: 39px;
}

.die-rolle-outer h2 {
    font-size: 18px;
    line-height: 30px;
    color: #505050;
}

.custom-h1 h2 {
    font-size: 45px;
    line-height: 1.2;
    color: #123B72;
}

.banner-heading {
    color: #123B72;
}
.custom-tag-size {
    color: #123b72 !important;
    font-size: 70px !important;
    line-height: 80px !important;
}
.glosser-cart-tag {
    font-size: 45px !important;
    line-height: 1.2 !important;
    color: #123B72 !important;
}
/* .com-content-article__body span:empty:not([class]),
.com-content-article__body p:empty,
.com-content-article__body h1:empty,
.com-content-article__body h2:empty,
.com-content-article__body h3:empty,
.com-content-article__body h4:empty,
.com-content-article__body h5:empty,
.com-content-article__body h6:empty {
  display: none !important;
}

.com-content-article__body p:empty,
.com-content-article__body h1:empty,
.com-content-article__body h2:empty,
.com-content-article__body h3:empty,
.com-content-article__body h4:empty,
.com-content-article__body h5:empty,
.com-content-article__body h6:empty {
  display: none !important;
} */
#t4-copyright-text .t4-col.section-6.col-sm {
    text-align: left;
}
.table-scroll {
    overflow-x: auto;
}
.table-scroll tbody tr td {
    white-space: nowrap;
}
.custom-color h3 {
    color: #000;
}  
/* Responsive design */

/*.variation-product*/
@media(max-width:1500px) {

    #t4-header .t4-megamenu ul li.nav-item.parent:last-child .dropdown-menu.level1,
    #t4-header .t4-megamenu ul li.nav-item.parent:nth-last-child(2) .dropdown-menu.level1 {
        left: auto;
        transform: translate(0%, 0);
        right: 0;
    }

    .service-banner .container .banner-wrapper .services-banner-section-content h1 {
        padding-left: 0;
    }

    section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes .info-box img {
        min-width: 48px;
        width: 100%;
        max-width: 48px;

    }
}

@media(max-width:1366px) {

    .custom-center,
    .email {
        font-size: 16px;
        line-height: 30px;
        border-radius: 12px;
        padding: 8px 22px 8px 22px;
    }

    #t4-header .t4-megamenu ul li {
        padding: 0 10px;
    }

    #t4-header .t4-megamenu ul li a,
    #t4-header .t4-megamenu ul li span {
        font-size: 18px;
    }

    #t4-footer .hero-heading a {
        font-size: 17px;
        line-height: 30px;
    }

    #t4-footnav.t4-palette-primary {
        padding: 52px 0 90px 0;
    }

    .services .category-module.mod-blog .col-lg-4 {
        padding-top: 0;
        padding-bottom: 0;
    }

    .hosting-services .hosting-plan-sec .feature-card {
        padding: 35px 35px 35px;
    }

    .hosting-services .hosting-plan-sec {
        grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
        gap: 20px;
    }

    .hosting-services .hosting-plan-sec .feature-card .plan-features ul li {
        margin: 0 0 20px;
    }

    .testimonial-inner {
        justify-content: center;
    }

    .text-content {
        width: 35%;
    }

    .Swiper-outer {
        width: 60%;
    }

    .testimonial-inner {
        gap: 22px;
    }

    section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes .info-box {
        padding: 0 15px 0 0;
    }

    section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes {
        gap: 20px;
    }

    .content-category .com-content-category__articles .glossar-bottom-section .blog-glossar-list {
        gap: 60px;
    }
    .hosting-services .hosting-plan-sec .hosting-card .hosting-ribbon p.ribbon-text{
        line-height: 21px;
    }
}
@media(max-width:1200px){
    .hosting-services .hosting-plan-sec h3.plan-name {
        font-size: 20px;
        margin: 5px 0 0;
    }
    .hosting-services .hosting-plan-sec .hosting-card .hosting-ribbon p.ribbon-text{
        line-height: 21px;
    }
}

@media(max-width:1199px) {
    section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes .info-box .info-box-text p {
        font-size: 16px;
        line-height: 20px;
    }

    section.banner-section .container .banner-wrapper .banner-left h1 {
        font-size: 50px !important;
        line-height: normal;
    }

    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(3),
    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(5) {
        padding-right: 30px;
    }

    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(4),
    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(6) {
        padding-left: 30px;
    }

    .blog-banner-section .banner-right img {
        max-width: 900px;
    }

    .blog-banner-section .banner-left {
        top: 80px;
        padding: 74px;
        right: 20px;
    }

    .content-category .com-content-category__articles .glossar-bottom-section .blog-glossar-list {
        gap: 60px;
    }

    section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes .info-box img {
        min-width: 45px;
        width: 100%;
        max-width: 45px;

    }
}

@media(max-width:1024px) {

    .services,
    .form-wrapper .custom,
    .hoisting-wrapper,
    .hosting-services,
    .Testimonial-sec,
    .domain-pricing-grid-wrapper,
    .recent-blog-post-wrapper .latestnewsRecentBlogBox,
    section.banner-section,
    .com-content-categories.categories-list,
    section.banner-section-glossar,
    .content-category .category-glosssar-temp,
    .banner-details-right,
    .faq-section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .banner-details-right {
        padding-right: 50px;
        padding-left: 50px;
    }

    .variation-product div#features {
        margin-bottom: 80px;
    }

    section#packge-sec {
        padding-bottom: 80px;
    }

    .style3.services-section-p .services-box,
    .style3.services-section-p .services-box:first-child {
        padding-top: 30px;
    }

    .content-category .com-content-category__articles {
        padding: 80px 20px;
    }

    section.banner-section {
        padding: 80px 0px;
    }

    .services .item-info {
        padding: 20px;
    }

    .services .mod-articles-category-introtext {
        margin-bottom: 25px;
    }

    .services .mod-articles-category-readmore .mod-articles-category-title {
        font-size: 17px;
        line-height: 20px;
        padding: 14px 15px 14px 15px;
        border-radius: 10px;
    }

    .services .item-info p {
        font-size: 17px;
        line-height: 25px;
    }

    .hoisting-wrapper .feature-grid {
        gap: 20px;
    }

    .hoisting-wrapper .feature-card:nth-child(1) {
        width: calc(55% - 20px);
    }

    .hoisting-wrapper .feature-card:nth-child(2) {
        width: calc(47% - 30px);
    }

    .hoisting-wrapper .feature-card:nth-child(3) {
        width: calc(47% - 30px);
    }

    .hoisting-wrapper .feature-card:nth-child(4) {
        width: calc(55% - 30px);
    }

    .hosting-services .hosting-plan-sec {
        grid-template-columns: 1fr 1fr;
    }

    .hosting-services .hosting-plan-sec .feature-card {
        max-width: 100%;
    }

    .hosting-services .hosting-plan-sec {
        margin-bottom: 40px;
    }

    #t4-footer {
        padding: 80px 0 0 0;
    }

    #t4-footnav.t4-palette-primary {
        padding: 52px 0 80px 0;
    }

    .footnav-1 {
        flex: 0 0 25%;
        max-width: 25%;
    }

    .footnav-4 {
        padding-bottom: 25px;
    }

    section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes .info-box {
        width: 33.33%;
        text-align: center;
        flex-direction: column;
    }

    .domain-pricing-grid-wrapper .card-body {
        padding: 40px 20px;
    }

    section.banner-section .container .banner-wrapper .banner-left h1 {
        font-size: 40px !important;
        line-height: normal;
    }

    section.banner-section .container .banner-wrapper .banner-left h1 br {
        display: none;
    }

    .recent-blog-post-wrapper .podcast-blog,
    .recent-blog-post-wrapper .all-blog-main {
        padding: 80px 0px;
    }

    .blog-card {
        padding: 80px 0px 50px
    }

    .blog-card .blog-news .item-image img {
        height: 260px;
    }

    .com-content-categories .container .com-content-categories__list .content-item-wrap {
        padding: 32px 23px 20px;
    }

    .style3.services-section-p .services-box .content .feature-index {
        font-size: 70px;
    }

    #packge-sec .container .packge-wrap .packge-content ul li {
        width: 100%;
    }

    #packge-sec .container .packge-wrap .packge-img {
        width: 45%;
    }

    #packge-sec .container .packge-wrap .packge-content {
        width: 54%;
    }

    section#packge-sec .container .packge-wrap {
        padding: 25px;
        align-items: center;
    }

    #packge-sec .container .packge-wrap .packge-img span.packege-price {
        left: 0px;
        top: -60px;
    }

    section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes .info-box img {
        min-width: 84px;
        width: 100%;
        max-width: 84px;

    }
    .hosting-services .all-plans-link a.btn-all-plans, .hoisting-wrapper .readmore-btn a {
        font-size: 16px;
        line-height: 25px;
    }
}

@media(max-width:992px) {
    h1 {
        font-size: 50px !important;
        line-height: normal;
    }

    h2 {
        font-size: 35px !important;
        line-height: normal;
    }

    h3 {
        font-size: 25px !important;
        line-height: normal;
    }

    h4 {
        font-size: 20px !important;
        line-height: normal;
    }

    h5 {
        font-size: 18px !important;
        line-height: normal;
    }

    .t4-offcanvas-toggle i {
        color: #123B72;
    }

    .t4-bread-crumb .t4-section-inner .breadcrumb {
        padding: 35px 0px 20px;
    }

    .t4-offcanvas .t4-off-canvas-header {
        background-color: #f8f8f8;
    }

    .t4-offcanvas .t4-off-canvas-header .close span {
        color: #fff;
        margin-top: 0;
        width: auto;
        height: auto;
        vertical-align: middle;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .t4-offcanvas .t4-off-canvas-header .close:hover {
        background: #C61618;
        opacity: 1;
    }

    .t4-offcanvas .t4-off-canvas-header .close {
        color: #fff;
        background: #123B72;
        opacity: 1;
        width: 40px;
        height: 40px;
    }

    .t4-offcanvas .t4-off-canvas-header {
        padding: 20px;
    }

    .t4-offcanvas .t4-off-canvas-body .navbar .nav-item.active>.nav-link {
        color: #123B72;
    }

    #t4-topbar .sidebar-r {
        margin-top: 0;
    }

    .t4-offcanvas .t4-off-canvas-body .t4-module .module-inner .module-ct ul.nav {
        flex-direction: column;
    }

    .t4-offcanvas .t4-off-canvas-body .t4-module .module-inner .module-ct ul.nav>li.nav-item>a,
    .t4-offcanvas .t4-off-canvas-body .t4-module .module-inner .module-ct ul.nav>li.nav-item>span {
        color: #343a40;
        padding: 12px 0px;
        display: block;
        font-size: 18px;
        position: relative;
    }

    .t4-offcanvas .t4-off-canvas-body .t4-module .module-inner .module-ct ul.nav li.nav-item ul.mod-menu__sub {
        display: none;
    }

    .t4-offcanvas .t4-off-canvas-body .t4-module .module-inner .module-ct ul.nav li.nav-item ul.mod-menu__sub li a {
        color: #000;
        padding-left: 0;
        font-weight: 500;
    }

    .t4-offcanvas .t4-off-canvas-body .t4-module .module-inner .module-ct ul.nav li.nav-item ul.mod-menu__sub li {
        border-bottom: 1px solid #EBEBEB;
        padding-bottom: 10px;
        margin-bottom: 10px;
        padding-left: 15px;
    }

    .t4-offcanvas .t4-off-canvas-body .t4-module .module-inner .module-ct ul.nav>li.nav-item.current.active a,
    .t4-offcanvas .t4-off-canvas-body .t4-module .module-inner .module-ct ul.nav li.nav-item ul.mod-menu__sub li.nav-item.current.active a {
        color: #123B72;
    }

    .t4-offcanvas .t4-off-canvas-body .t4-module .module-inner .module-ct ul.nav li.nav-item ul.mod-menu__sub li span.menu-note {
        color: #505050;
        font-size: 16px;
        line-height: 26px;
    }

    .t4-offcanvas .t4-off-canvas-body .t4-module .module-inner .module-ct ul.nav li.nav-item ul.mod-menu__sub li br {
        display: none;
    }

    .t4-offcanvas .t4-off-canvas-body .t4-module .module-inner .module-ct ul.nav>li.nav-item.parent span.mod-menu__heading i.item-caret:before {
        background: url(../../../../images/joomla-dropdown.svg);
        width: 14px;
        height: 8px;
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        display: inline-block;
        transition: all 0.3s ease;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .t4-offcanvas .t4-off-canvas-body .t4-module .module-inner .module-ct ul.nav>li.nav-item.parent.open i.item-caret:before {
        transform: translateY(-50%) rotate(180deg) !important;
    }

    .t4-offcanvas .t4-off-canvas-body .t4-module .module-inner .module-ct ul.nav li.nav-item ul.mod-menu__sub li a:before {
        display: none;
    }

    #t4-footnav .t4-section-inner.container .t4-col {
        flex: 0 0 33%;
        max-width: 33%;
        margin-bottom: 20px;
    }

    section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes {
        padding: 20px 0px 0;
    }

    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(1) .item-info,
    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(2) .item-info {
        max-width: calc(100% - 350px);
    }

    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(1),
    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(2) {
        padding-bottom: 25px;
    }

    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(2) {
        margin-bottom: 60px;
    }

    .blog-banner-section .banner-left {
        position: unset;
        max-width: calc(100% - 30px);
        padding: 25px 15px;
        background: #fff;
        margin: 0 auto 30px;
    }

    section.banner-section .container .banner-wrapper {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .blog-banner-section .banner-section.page-header h1 {
        font-size: 50px !important;
        line-height: normal;
        margin: 0px 0 20px;
        padding-top: 35px;
    }

    .blog-banner-section {
        padding: 0 0 35px !important;
    }

    .blog-banner-section .banner-right img {
        max-width: 100%;
    }

    .com-finder__results ul#search-result-list li.result__item {
        padding: 30px 30px 12px;
    }

    .search-page-container div#search-results .search-result-sidebar-div {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .search-page-container div#search-results .search-results-container .search-result-sidebar-div .search-result-left,
    .search-page-container div#search-results .search-result-sidebar-div .search-result-right {
        width: 100%;
        max-width: 100%;
    }

    .search-page-container div#search-results h2 {
        margin: 56px 0 39px;
    }

    .search-page-container .com-finder__form>.breadcrumb {
        padding: 35px 0 30px;
    }

    .search-pagination {
        margin: 40px 0 80px;
    }

    .content-category .com-content-category__articles .glossar-bottom-section .blog-glossar-list {
        gap: 40px;
        margin-bottom: 37px;
        padding-bottom: 30px;
    }

    .content-category .com-content-category__articles .glossar-bottom-section .blog-glossar-list a {
        font-size: 25px;
        line-height: normal;
    }

    .service-banner .container .banner-wrapper .services-banner-section-content {
        width: auto;
        left: 0;
        padding: 20px;
        right: 0;
        margin: 0 20px;
        height: auto;
    }
    .service-banner .container .banner-wrapper .services-banner-section-content h1 {
        line-height: 45px;
        font-size: 35px !important;
    }
    .service-banner .container .banner-wrapper .services-banner-section-content .subtitle p span {
        font-size: 19px;
        line-height: 25px;
    }
}

@media(max-width:767px) {
    h1 {
        font-size: 40px !important;
    }

    h2 {
        font-size: 30px !important;
    }

    h3 {
        font-size: 20px !important;
    }

    h4 {
        font-size: 18px !important;
    }

    h5 {
        font-size: 17px !important;
    }

    #t4-topbar .custom {
        justify-content: flex-start;
        padding-top: 20px;
    }

    .t4-bread-crumb .t4-section-inner .breadcrumb {
        padding: 20px 0px;
    }

    #t4-footer .t4-section-inner.container {
        padding-bottom: 40px !important;
    }

    #t4-topbar .t4-col.sidebar-r,
    #t4-topbar .t4-col.search {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .t4-topbar .btn-primary {
        padding: 7px 25px 6px 25px;
        font-size: 15px;
        line-height: 30px;
    }

    .footer-top-sec .footer-btn .hero-content h5.hero-heading {
        float: left;
    }

    .banner-btn {
        border-radius: 12px;
        font-size: 17px;
        line-height: 20px;
        padding: 15px 20px 15px 20px;
        margin-top: 25px;
    }

    .services,
    .form-wrapper .custom,
    .hoisting-wrapper,
    .hosting-services,
    .Testimonial-sec,
    .domain-pricing-grid-wrapper,
    .recent-blog-post-wrapper .latestnewsRecentBlogBox,
    section.banner-section,
    .com-content-categories.categories-list,
    section.banner-section-glossar,
    .content-category .category-glosssar-temp,
    .faq-section,
    .cms-page-artical {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    .variation-product div#features {
        margin-bottom: 50px;
    }

    section#packge-sec {
        padding-bottom: 50px;
    }

    .style3.services-section-p .services-box,
    .style3.services-section-p .services-box:first-child {
        padding-top: 50px;
    }

    .banner-details-right {
        padding: 15px;
    }

    .content-category .com-content-category__articles {
        padding: 50px 20px;
    }

    .domain-pricing-grid-wrapper .card p {
        font-size: 16px;
        line-height: normal;
    }

    section.banner-section {
        padding: 50px 0px;
    }

    #t4-footer {
        padding: 50px 0 0 0;
    }

    #t4-footnav .t4-section-inner.container .t4-col {
        flex: 0 0 100%;
        max-width: 100%;
    }

    #Mod135 .nav .nav-item:first-child a,
    div#Mod134 .module-ct .custom p>span:first-child {
        font-size: 20px;
    }

    .com-contact .com-contact__form.contact-form .form-validate>.control-group .btn.btn-primary {
        min-width: 250px;
    }

    #t4-footnav.t4-palette-primary {
        padding: 50px 0 50px 0;
    }

    .services .category-module.mod-blog .col-md-6 {
        margin-bottom: 20px;
    }

    .domain-pricing-grid-wrapper .card {
        margin: 0 0 20px 0;
    }

    .form-wrapper .custom h3 {
        margin: 0 0 35px 0;
    }

    .domain-pricing-grid-wrapper .card .ribbon p {
        font-size: 12px;
    }

    .hosting-services .hosting-plan-sec .feature-card a.read-more.plan-link {
        width: fit-content;
        font-size: 16px;
        line-height: 21px;
        padding: 12px 16px 12px 19px;
        border-radius: 13px;
    }

    .form-wrapper .custom h3 {
        font-size: 17px !important;
        line-height: 25px;
    }

    .form-wrapper button {
        padding: 0px 20px 0 20px;
        font-size: 16px;
        line-height: 30px;
    }

    .hoisting-wrapper .feature-card:nth-child(1),
    .hoisting-wrapper .feature-card:nth-child(2),
    .hoisting-wrapper .feature-card:nth-child(3),
    .hoisting-wrapper .feature-card:nth-child(4) {
        width: 100%;
    }

    .service-banner .container .banner-wrapper .services-banner-section-content .banner-info-boxes .info-box p {
        font-size: 16px;
        line-height: 20px;
    }

    .service-banner .container .banner-wrapper .services-banner-section-content .banner-info-boxes .info-box .info-box-icon img {
        width: 25px;
    }

    .service-banner .container .banner-wrapper .services-banner-section-content .banner-info-boxes .info-box .info-box-icon {
        width: 35px;
    }

    .hoisting-wrapper .feature-card {
        padding: 20px;
    }

    .hosting-services .hosting-plan-sec {
        grid-template-columns: 1fr;
    }

    .hoisting-wrapper .readmore-btn {
        padding-top: 30px;
    }

    .text-content,
    .Swiper-outer {
        width: 100%;
    }

    .testimonial-inner {
        flex-wrap: wrap;
    }

    .Swiper-outer {
        padding: 15px;
    }

    .testimonial-section .swiper-slide {
        padding: 15px !important;
    }

    .testimonial-content p {
        font-size: 16px;
        line-height: 28px;
    }

    .Testimonial-sec .swiper-button-prev,
    .Testimonial-sec .swiper-button-next {
        width: 35px;
        height: 35px;
    }

    .Testimonial-sec .swiper-button-prev::after,
    .Testimonial-sec .swiper-button-next::after {
        font-size: 14px;
    }

    .Testimonial-sec .swiper-button-next {
        right: -13px;
    }

    .Testimonial-sec .swiper-button-prev {
        left: -13px;
    }

    .hosting-services .hosting-plan-sec .feature-card .plan-features ul li {
        margin: 0px 0 10px;
        font-size: 15px;
    }

    .hosting-services .hosting-plan-sec .feature-card .plan-price p {
        font-size: 30px;
    }

    .hosting-services .hosting-plan-sec .feature-card {
        padding: 35px 35px 35px;
    }

    .hosting-services .all-plans-link a.btn-all-plans {
        font-size: 14px;
        line-height: 30px;
        border-radius: 14px;
    }

    .footnav-1,
    .footnav-2,
    .footnav-3,
    .footnav-4,
    .footnav-5 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .footnav-4 {
        padding-bottom: 0;
    }

    .t4-row.row .sidebar-l,
    .t4-row.row .footer {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .t4-row.row .footer {
        padding-top: 25px;
    }

    #t4-footer .hero-heading {
        padding: 17px 11px;
    }

    #t4-footer .hero-heading a {
        font-size: 14px;
        white-space: nowrap;
    }

    #t4-copyright-text {
        padding: 15px 0;
        font-size: 15px;
        line-height: 25px;
    }

    #t4-footnav .t4-section-inner.container .t4-col div#Mod134 {
        margin-top: 20px;
    }

    .t4-footnav .module-title,
    #Mod135 .nav .nav-item:first-child a {
        margin-bottom: 0px;
    }

    #t4-copyright-text .t4-section-inner.container .t4-row {
        flex-direction: column;
        gap: 15px;
    }

    #t4-copyright-text .footer1 {
        text-align: center;
    }

    #t4-copyright-text .social-footer-links {
        justify-content: flex-start;
    }

    section.banner-section .container .banner-wrapper .banner-left h1 {
        font-size: 30px !important;
        line-height: normal;
    }

    .banner-section .banner-wrapper h3 {
        line-height: normal;
    }

    section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes {
        padding: 21px 0 0px;
    }

    section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes .info-box img {
        min-width: 60px;
        width: 100%;
        max-width: 60px;
    }

    section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes {
        gap: 10px;
    }

    section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes .info-box {
        padding: 0 10px 0 0;
    }

    .faq_wrapper .faq-section-main .faq_content .faq_cat_list .faq_cat_ans .faq_cat_ans_inner ol,
    .faq_wrapper .faq-section-main .faq_content .faq_cat_list .faq_cat_ans .faq_cat_ans_inner ul {
        padding-left: 20px;
    }

    .recent-blog-post-wrapper .podcast-blog,
    .blog-card,
    .recent-blog-post-wrapper .all-blog-main {
        padding: 50px 0px;
    }

    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(3),
    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(5) {
        padding-right: 15px;
    }

    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(4),
    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(6) {
        padding-left: 30px;
    }

    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(n+3) {
        max-width: 100%;
    }

    .recent-blog-post-wrapper h2.blog-title-card,
    .recent-blog-post-wrapper .all-blog-main .container h2.blog-title-card,
    .blog-card h2.blog-title-card {
        margin: 0 0 20px;
    }

    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(4),
    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(6) {
        padding-left: 15px;
    }

    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(2) {
        margin-bottom: 30px;
    }

    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(1),
    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(2) {
        padding-bottom: 15px;
    }

    .blog-card .blog-news .blog-card-colclear,
    .recent-blog-post-wrapper .blog-news .blog-card-col {
        padding-bottom: 15px;
    }

    .blog-card .blog-news .item-info {
        margin-top: 20px;
    }

    .recent-blog-post-wrapper .item-info h3.mod-articles-category-title {
        margin-bottom: 10px;
    }

    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(3),
    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(5) {
        border-right: none;
    }

    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(1),
    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(2) {
        max-width: 50%;
        flex-direction: column;
        justify-content: unset;
    }

    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(1) .item-info,
    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(2) .item-info {
        max-width: 100%;
    }

    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(2),
    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(1) {
        border-bottom: 1px solid #DFDFDF;
        margin-bottom: 15px;
    }

    .recent-blog-post-wrapper a.category-link {
        margin: 40px auto 0px;
    }

    .recent-blog-post-wrapper .latestnewsRecentBlogBox p.blog-post-desc {
        line-height: 28px;
        font-size: 16px;
        margin: 15px 0 30px;
    }

    .blog-banner-section .banner-section.page-header h1 {
        font-size: 40px !important;
    }

    .blog-banner-section .container .banner-wrapper .banner-left .subtitle p {
        padding-top: 10px;
    }

    .com-finder__results ul#search-result-list li.result__item .result__item-container {
        flex-wrap: wrap;
        gap: 30px;
    }

    .com-finder__results ul#search-result-list li.result__item {
        padding: 25px;
    }

    .com-finder__results ul#search-result-list li.result__item li.result__taxonomy-item:last-child {
        margin-bottom: 0;
    }

    .com-finder__results ul#search-result-list li.result__item .result__item-container .result__item-container-right {
        margin-left: 100px;
        padding-top: 0;
    }

    .com-finder__results ul#search-result-list li.result__item li.result__taxonomy-item {
        padding: 0px 20px 0px;
    }

    .com-finder__results ul#search-result-list li.result__item .result__item-container .result__item-container-middle p.result__description {
        font-size: 17px;
        line-height: 25px;
    }

    .com-finder__results ul#search-result-list li.result__item .result__title-text,
    .com-finder__results ul#search-result-list li.result__item .result__item-container .result__item-container-middle p,
    .com-finder__results ul#search-result-list li.result__item .result__item-container .result__item-container-middle p {
        font-size: 17px;
    }

    .com-finder__results ul#search-result-list li.result__item .result__title-text,
    .com-finder__results ul#search-result-list li.result__item .result__item-container .result__item-container-middle p.result__description {
        margin-bottom: 0px;
    }

    .com-finder__results ul#search-result-list li.result__item .result__item-container ul.result__taxonomy {
        margin-top: 10px;
    }

    .search-page-container div#search-results h2 {
        margin: 30px 0 30px;
    }

    .search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced div#finder-filter-window {
        flex-direction: column;
    }

    .search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced ul#finder-filter-select-dates {
        gap: 20px !important;
        ustify-content: space-between;
    }

    .search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced ul#finder-filter-select-dates li.filter-date {
        max-width: 50% !important;
        display: block !important;
        margin-right: 0;
    }

    .search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced div#finder-filter-window .filter-branch {
        width: 100%;
    }

    .search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced ul#finder-filter-select-dates {
        flex-direction: column;
        margin-bottom: 20px !important;
    }

    .search-page-container .com-finder__form form.js-finder-searchform .com-finder__advanced ul#finder-filter-select-dates li.filter-date {
        max-width: 100% !important;
    }

    .search-pagination {
        margin: 40px 0px;
    }

    .search-page-container .com-finder__form>.breadcrumb {
        padding: 30px 0 20px;
    }

    .search-pagination .com-finder__pagination ul.pagination .page-link {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .search-pagination .com-finder__pagination ul.pagination li:last-child {
        margin-left: 0px;
    }

    .search-pagination .com-finder__pagination ul.pagination {
        gap: 10px;
    }

    .search-pagination .com-finder__pagination ul.pagination li:first-child {
        margin-right: 0px;
    }

    .search-page-container .com-finder__form .form-inline {
        padding: 2px 0 15px;
    }

    .search-page-container div#search-results .search-sidebar .sidebar {
        padding: 25px;
    }

    .com-content-categories .container .com-content-categories__list .content-item-wrap {
        padding: 25px 23px 9px;
    }

    .com-content-categories .container .com-content-categories__list {
        margin-bottom: 25px;
    }

    .content-category .com-content-category__articles .glossar-bottom-section .blog-glossar-list .featured-image,
    .content-category .com-content-category__articles .glossar-bottom-section .blog-glossar-list .blog-glossar-details {
        width: 100%;
    }

    .content-category .com-content-category__articles .glossar-bottom-section tr:last-child .blog-glossar-list {
        gap: 30px;
        margin-bottom: 27px;
        padding-bottom: 20px;
    }

    .content-category .com-content-category__articles .glossar-bottom-section .blog-glossar-list a,
    .content-category .com-content-category__articles .glossar-bottom-section .blog-glossar-list p.intro-text {
        margin-bottom: 10px;
    }

    .content-category .category-glosssar-temp p,
    section.banner-section-glossar .container .banner-wrapper .banner-left p {
        max-width: 100%;
    }

    .content-category .com-content-category__articles .glossar-bottom-section .blog-glossar-list a {
        font-size: 20px;
    }

    .service-banner .container .banner-wrapper {
        height: 300px;
    }

    .faq-section .faq_content ul li.faq-brdr h4.faq_cat_qa span.icon {
        width: 35px;
        height: 35px;
        top: 0px;
    }

    .faq-section .faq_content ul li.faq-brdr h4.faq_cat_qa span.icon:before {
        width: 11px;
    }

    .faq-section .faq_content ul li.faq-brdr h4.faq_cat_qa span.icon:after {
        height: 11px;
    }

    .com-contact .com-contact__container,
    .com-contact .com-contact__form.contact-form {
        width: 100%;
    }

    .com-contact .com-contact__container,
    .com-contact .com-contact__form.contact-form {
        margin-bottom: 30px;
    }

    .com-contact h2 {
        margin: 0 0 20px;
    }

    .style3.services-section-p {
        padding: 50px 0;
        margin: 0px;
    }

    section#packge-sec .container .packge-wrap {
        flex-direction: column;
        padding: 90px 20px 35px;
        border-radius: unset;
    }

    #packge-sec .container .packge-wrap .packge-img {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }

    #packge-sec .container .packge-wrap .packge-content {
        width: 100%;
    }

    #packge-sec .container .packge-wrap .packge-content ul {
        padding-top: 10px;
    }

    .package-popup-inner {
        padding: 70px 30px 40px;
    }

    #packge-sec .container .packge-wrap .packge-img span.packege-price .price-box span.price-text {
        font-size: 22px;
    }

    .com-contact .com-contact__form.contact-form .form-validate fieldset .control-group {
        width: 100%;
    }

    .hoisting-wrapper .feature-card {
        width: 100%;
    }

    .hoisting-wrapper .feature-card:nth-child(4n + 1),
    .hoisting-wrapper .feature-card:nth-child(4n) {
        width: 100%;
    }

    .hoisting-wrapper .feature-card:nth-child(4n + 2),
    .hoisting-wrapper .feature-card:nth-child(4n + 3) {
        width: 100%;
    }

    .t4-mainbody.container .acm-hero .hero-heading {
        font-size: 80px;
    }

    .t4-mainbody.container .custom {
        padding: 20px;
    }

    .t4-mainbody.container .mod-finder__search input[type="text"] {
        height: 50px;
    }

    .t4-mainbody.container .com-content-article.item-page.notfound-cat {
        padding: 20px 30px;
    }

    .faq-section .faq_content ul li.faq-brdr .faq_cat_ans {
        padding-bottom: 15px;
    }

    .faq-section .faq_content ul li.faq-brdr h4.faq_cat_qa a {
        padding: 0 60px 20px 0px;
    }

    .faq-section .faq_content ul li.faq-brdr {
        margin-bottom: 30px;
    }
    .custom-tag-size {
        font-size: 40px !important;
        line-height: normal !important;
    }
    .glosser-cart-tag {
        font-size: 40px !important;
        line-height: normal !important;
    }
}

@media(max-width:600px) {
    .form-wrapper .form-control {
        padding: 0 150px 0 20px;
    }

    .form-wrapper button {
        font-size: 13px;
    }

    .testimonial-meta {
        flex-wrap: wrap;
        gap: 5px;
    }

    .domain-search button.btn:before {
        width: 14px;
        height: 14px;
        margin-right: 5px;
    }
}

@media(max-width:575px) {

    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(1),
    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(2),
    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(n+3) .item-image img {
        max-width: 100%;
    }

    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(2),
    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(1) {
        border-bottom: none;
    }

    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(n+3) .item-image {
        width: 100%;
        text-align: left;
    }

    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(n+3) .item-info,
    .recent-blog-post-wrapper .all-blog-main .category-module .swiper-slide .item-image {
        width: 100%;
    }

    .recent-blog-post-wrapper .podcast-blog .category-module.mod-blog .row>div:nth-child(n+3),
    .recent-blog-post-wrapper .all-blog-main .category-module .swiper-slide {
        flex-direction: column;
    }

    .recent-blog-post-wrapper .all-blog-main .category-module .swiper-slide {
        gap: 0px;
    }

    .recent-blog-post-wrapper .all-blog-main .category-module .swiper-slide .item-info {
        margin-top: 15px;
    }

    .recent-blog-post-wrapper .latestnewsRecentBlogBox .two-col-s:first-child {
        margin-bottom: 30px;
    }

    .blog-card .blog-news .item-image img {
        height: auto;
    }

    #t4-footer .t4-section-inner.container .footer-btn {
        margin-top: 30px;
    }

    .footer-top-sec .footer-btn .hero-content h5.hero-heading {
        float: left;
    }
}

@media(max-width:580px) {
    section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes {
        flex-direction: column;
    }

    section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes .info-box {
        width: 100%;
    }

    section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes .info-box:not(:last-child) {
        border-right: none;
    }

    section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes .info-box {
        flex-direction: row;
        padding: 0;
    }

    section.banner-section .container .banner-wrapper .banner-left .banner-info-boxes .info-box .info-box-text p {
        text-align: left;
    }

    .com-finder__results ul#search-result-list li.result__item .result__item-container .result__item-container-right {
        margin-left: 0px;
        width: 100%;
    }

    .com-finder__results ul#search-result-list li.result__item .result__item-container .result__item-container-right p.result__read-more a.result__read-more-link {
        min-width: 100%;
    }

    .com-finder__results ul#search-result-list li.result__item figure.result__image {
        width: 60px;
        height: 60px;
    }

    .com-finder__results ul#search-result-list li.result__item .result__item-container .result__item-container-left {
        width: 60px;
        padding-top: 0px;
    }

    .com-finder__results ul#search-result-list li.result__item .result__item-container {
        gap: 10px;
    }

    .com-finder__results ul#search-result-list li.result__item li.result__taxonomy-item {
        padding: 0px 20px 0px;
    }

    .com-finder__results ul#search-result-list li.result__item .result__item-container ul.result__taxonomy {
        flex-direction: column;
        text-align: center;
    }

    .com-finder__results ul#search-result-list li.result__item .result__item-container .result__item-container-middle {
        width: 100%;
    }

    .social-footer-links a {
        width: 40px;
        height: 40px;
    }

    #t4-topbar {
        padding: 10px 20px 10px;
    }

    #t4-header {
        padding: 15px 20px;
    }

    .t4-topbar .form-control {
        padding: 10px 120px 10px 47px;
    }

    .t4-topbar .input-group span.icon-search:before {
        width: 15.66px;
        height: 15.66px;
    }

    .t4-topbar .btn-primary {
        padding: 5px 25px 5px 25px;
        line-height: 25px;
    }

    #t4-topbar .custom {
        padding-top: 15px;
    }

    .custom-center,
    .email {
        padding: 5px 22px 5px 22px;
    }

    /* section.banner-section {
        padding: 0px 0px 0px;
    } */

    section.banner-section .container .banner-wrapper .banner-left h1 {
        font-size: 25px !important;
        margin-bottom: 10px;
    }

    .banner-btn {
        margin-top: 10px;
    }
}