@font-face { font-family: Cabin-Regular; src: url('/fonts/Cabin-Regular.ttf'); } 
@font-face { font-family: Cabin-Bold; src: url('/fonts/Cabin-Bold.ttf'); } 
@font-face { font-family: Circular; src: url('/fonts/circular.woff2'); } 

html {
    position: relative;
    height: 100%;
    scroll-behavior: smooth;
}
body{
    font-family: Cabin-Regular;
    width: 100%;
    overflow-x: hidden;
    padding: 0px;
    margin: 0px;
    background-color: #ffff;
    color: #000;
    font-size: 15px;
    min-height: 100vh;
    position: relative;
    padding-bottom: 320px;
}
.footer{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 9;
}
.nopadding{
    padding: 0px !important;
}
.sec-pad{
    padding: 40px 0px; 
}
a, a:hover{
    color: inherit;
    text-decoration: none;
}
p{
    font-size: 15px;
    line-height: 25px;
    color: #808080;
}
.regular{
    font-family: Cabin-Regular;
}
.bold{
    font-family: Cabin-Bold;
}
.theme-color{
    color: #f86c68!important;
}
.pink-color{
    color: #ff4264!important;
}
.orange-color{
    color: #ff4743!important;
}
.text-black{
    color: #000!important;
}
.grey-bg{
    background-color: #f8f8f8;
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
    }
}

.arrow-orange{
	font-size: 72px;
	line-height: 55px;
	color: #f45;
	margin-top: -3px;
}

.light-bg{
    background: linear-gradient(to bottom, #eaeaea , #fff, #fff);
}
.top-header{
    padding-top: 30px;
}
.headver2 .top-header{
    padding-bottom: 5px;
	padding-top: 5px;
	background-color: #4c4d4c;
}
.top-header .text-links li {
    margin-right: 15px;
    margin-bottom: 0px;
}
.top-header .text-links li .dropdown-menu li{
    display: block;
    margin-right: 0px;
}
.top-header .text-links li p{
    color: #979797;
    font-size: 14px;
}
.top-header .text-links .dropdown-menu{
    transform: translate(0px, 50px)!important;
}
.top-header .theme-btn{
    border-radius: 50px;
    min-width: auto;
    padding: 6px 20px;
    background: #ff5744;
}
.headver2 .top-header .theme-btn{
    padding: 0px 20px;
}
.header{
    background-color: transparent;
    padding: 5px 0px;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    transition: all ease 300ms;
    z-index: 999;
}
.headver2 .header{
    padding: 20px 0px 20px;
	border-bottom: 1px solid #cccccc8a;
	background-color: #fff !important;
}
.header .navbar{
    padding-top: 0px;
    padding-bottom: 0px;
}
.logo{
    height: 38px;
    width: auto;
}
#navbar-hamburger.show{
    display: block;
}
#navbar-hamburger, #navbar-close{
    display: none;
}
#navbar-close.show{
    display: block;
}
.header.sticky-bar{
    position: fixed;
    padding: 15px 0px;
    background-color: #f9f9f9;
    box-shadow: 0px 3px 15px #afafaf1a;
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgb(0 0 0 / 6%);
}
.header.sticky-bar .logo{
    max-height: 60px;
}
.header .dropdown-toggle::after {
    font-size: 10px!important;
    content: "\f0d7";
    position: absolute;
    bottom: 16px;
}
.dropdown-toggle::after {
    display: inline-block;
    content: "\f107";
    font: normal normal normal 23px/1 FontAwesome;
    margin-left: 10px;
    /* vertical-align: 0.255em; */
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
    position: absolute;
}
.header .dropdown-menu{
    top: 115%!important;
}
.dropdown-menu{
    top: 100%;
    border: 0px;
    border-radius: 15px;
    padding: 0px 10px;
    min-width: 100%;
    box-shadow: 0px 3px 15px #8d8d8d5e;
    background-color: #f7f7f7!important;
    /*position: relative;*/
    /*overflow: hidden;*/
}
.dropdown-menu::after{
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #f7f7f7;
    position: absolute;
    top: -4px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.dropdown-item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 10px;
    border-bottom: 1px solid #dedede!important;
    clear: both;
    font-weight: 400;
    color: #000;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: #f7f7f7!important;
    border: 0;
    font-family: Cabin-Bold;
    font-size: 14px;
    position: relative;
    overflow: hidden;
}
.dropdown-menu li:last-child .dropdown-item{
    border-bottom: none!important;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #f86c68;
}
.dropdown-item.active, .dropdown-item:active {
    color: #f86c68;
    text-decoration: none;
}
.nav-link:hover::before, .nav-item.active .nav-link::before, .nav-link.active::before {
    transform: scale3d(1,1,1);
}
.nav-link::before, .nav-item.active .nav-link::before {
    content: "";
    width: 100%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0px;
    margin: auto;
    bottom: 1px;
    transition: 0.5s transform ease;
    transform: scale3d(0,1,1);
    transform-origin: 50% 50%;
    background: linear-gradient(to right, #ff416c, #ff4b2b);
}
.nav-link:hover, .nav-link:hover, .nav-link:focus{
    color: #0e1c2c!important;
} 
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    text-decoration: none;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
    font-family: Cabin-Bold;
    font-size: 16px;
    color: #000!important;
    position: relative;
}
.chat-icon::after {
    display: inline-block;
    content: "\f0e5";
    font: normal normal normal 23px/1 FontAwesome;
    margin-left: 10px;
    position: absolute;
    bottom: 13px;
    font-size: 14px!important;
    font-weight: 600;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px;
    padding-left: 0px;
    margin-right: 30px;
    margin-left: 30px;
}
}
.navbar-toggler:focus{
    box-shadow: none;
    outline: 0;
}
.carousel-item {
  transition: transform 0s ease-in-out;
}
.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  transition: opacity 0s 0s;
}
.hero-sec .carousel-inner{
    overflow: initial;
}
.hero-image{
    max-width: 130%;
}
.hero-image-3x{
    max-width: 110%;
}
.slider-content{
    padding-bottom: 90px;
    padding-top: 40px;
}
.slider-content h1{
    font-family: Cabin-Bold;
    font-size: 48px;    
}
.slider-content p{
    font-size: 30px;
    line-height: 38px;
    color: #000;
}
.theme-btn{
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    border-radius: 10px;
    border: none;
    color: #fff!important;
    font-size: 16px;
    font-family: Cabin-Bold;
    min-width: 150px;
    text-align: center;
    padding: 7px 25px;
    display: inline-block;
    transition: all ease .5s;
    overflow: hidden;
    position: relative;
}
.theme-btn:after {
    background: #fff;
    content: "";
    height: 155px;
    left: -75px;
    opacity: .2;
    position: absolute;
    top: -50px;
    transform: rotate(35deg);
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
    width: 30px;
    z-index: 99;
}
.theme-btn:hover:after {
    left: 120%;
    transition: all 2s cubic-bezier(0.19, 1, 0.22, 1);
}
.btn:focus{
    box-shadow: none;
    outline: 0;
}
.carousel-indicators [data-bs-target] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 10px;
    margin-left: 10px;
    opacity: 1;
    background-color: #dfdfdf;
}
.carousel-indicators .active {
    opacity: 1;
    background-color: #4b4b4b;
}
.carousel-indicators {
    margin-right: 0px;
    margin-left: 60%;
}
.sec-bg{
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bg-min-height{
    min-height: 400px;
    display: flex;
    align-items: center;
}
.girl-side-img {
    position: absolute;
    left: -300px;
    top: -80px;
    max-width: 450px;
}
.social-line{
    display: flex;
    justify-content: center;
    padding-top: 1.5rem;
}
.page-item.active .page-link{
	background-color: #ff4743;
	border-color: #ff4743;
}
.page-link, .page-link:hover, .page-link:focus{
	color: #ff4743;
	box-shadow:none;
}
.dataTables_info,.dataTables_length,.dataTables_filter{
	color: #808080;
}
.social-line p{
    margin: 0px 10px;
}
.social-line img{
    margin-top: -3px;
}
.facebook-color{
    color: #2b6ab1!important;
}
.instagram-color{
    color: #dd3863!important;
}
hr{
    background-color: #e5e5e5;
    opacity: 1;
}
.icon{
    max-width: 23px;
    height: auto;
}
.title{
    font-size: 30px;
    font-family: Cabin-Bold;
    margin-bottom: 40px;
}
.services-item{
    padding: 20px 10px 0px;
}
.services-box-margin{
    margin-bottom: 40px;
}
.services-box{
    background-color: #fff;
    border-radius: 10px;
    padding: 25px 30px 75px;
    position: relative;
    overflow: hidden;
    /* box-shadow: 0px 3px 10px rgb(1 1 1 / 15%); */
    box-shadow: 0px 4px 7px rgb(1 1 1 / 10%);
    height: 100%;
    transition: all ease .5s;
    cursor: pointer;
}
.services-box:hover{
    transform: translateY(-10px);
}
.services-title{
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}
.services-icon{
    height: 65px;
    width: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 30px;
}
.services-title img {
    max-height: 65px;
    max-width: 65px;
}
.services-title .title{
    color: #000;
    transition: all ease .5s;
}
.services-box:hover .services-title .title{
    color: #ff4264;
}
.services-box p{
    margin-bottom: 0px;
}
.services-content{
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.services-link{
    background-image: linear-gradient(to right, #ff416c, #ff4b2b);
    color: #fff!important;
    font-size: 16px;
    font-family: Cabin-Bold;
    text-align: center;
    display: block;
    padding: 10px 20px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.owl-carousel .owl-item img {
    width: auto;
    display: inline-block;
}
.owl-carousel .owl-stage{
    display: flex;
}
.owl-carousel .item {
    display: flex;
    height: 100%;
}
.owl-carousel .owl-nav , .owl-theme .owl-dots{
    margin: 0px;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    font-size: 45px;
    color: #fff;
    height: 20%;
    position: absolute;
    top: 40%;
    background-color: transparent!important;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover {
    background-color: transparent!important;
}
.owl-carousel .owl-nav button.owl-next{
    right: -40px;
}
.owl-carousel .owl-nav button.owl-prev{
    left: -40px;
}
.owl-theme .owl-dots .owl-dot span{
    background-color: #dfdfdf;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
    opacity: 1;
    background-color: #4b4b4b;
}
.testimonial-box{
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    padding: 25px 30px 135px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 0px 15px rgb(1 1 1 / 15%);
    margin: 0px 20px;
    cursor: pointer;
}
.testimonial-box p{
    line-height: 21px;
    margin-bottom: 0px;
}
.testimonial-title{
    margin-bottom: 15px;
}
.testimonial-title h3{
    font-size: 18px;
    line-height: 24px;
    font-family: Cabin-Bold;
    margin-bottom: 0px;
    color: #000;
    transition: all ease .5s;
}
.testimonial-box:hover .testimonial-title h3{
    color: #ff4264;
}
.testimonial-title p{
    color: #000;
}
.testimonial-footer{
    position: absolute;
    bottom: 5px;
    left: 0px;
    right: 0px;
    display: block;
}
ul.star li{
    list-style: none;
    display: inline-block;
    margin: 0px 4px;
}
ul.star li img{
    max-height: 35px;
    width: auto;
}
.badge-div{
    display: flex;
    align-items: center;
    justify-content: center;
}
.badge-div img{
    max-height: 30px;
    width: auto;
    margin-right: 10px;
    max-width: 30px;
}
.news-box{
    background-color: #fff;
    border-radius: 10px;
    padding: 12px 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0px 3px 10px rgb(1 1 1 / 15%);
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    cursor: pointer;
}
.news-box p{
    font-size: 16px;
    margin-bottom: 0px;
    margin-right: 40px;
}
.news-date{
    min-width: 60px;
    text-align: right;
    display: inline-block;
    font-family: Cabin-Bold;
    color: #ff4264;
    white-space: nowrap;
}
.news-desc{
    width: 100%;
    color: #000;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.grey-btn{
    background: linear-gradient(to right, #e3e3e3, #e3e3e3);
    /*background: #e3e3e3;*/
    border-radius: 10px;
    color: #909090;
    font-size: 16px;
    font-family: Cabin-Bold;
    min-width: 150px;
    text-align: center;
    padding: 7px 20px;
    display: inline-block;
    white-space: nowrap;
}
.grey-btn:hover{
    color: #fff;
    background: linear-gradient(to right, #ff416c, #ff4b2b);
}
.news-box:hover .grey-btn{
    color: #fff;
    background: linear-gradient(to right, #ff416c, #ff4b2b);
}
.footer{
    background-color: #f2f2f2;
}
.listing li{
    list-style: none;
}
.listing li p{
    line-height: 21px;
    margin-bottom: 0px;
}
.listing li p a:hover{
    color: #f86c68;
}
.payment-icons li{
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    margin-bottom: 10px;
}
.payment-icons li img{
    height: 18px;
    width: auto;
}
.text-links li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 5px;
}
.text-links li p{
    margin-bottom: 0px;
}
.text-links li p a:hover{
    color: #f86c68;
}
.msform a{
    color: #ff416c;
}
.msform a:hover{
    color: #ff416c;
}
.form-group{
    margin-bottom: 1rem;
}
.modal .form-control{
    text-align: center;
}
.form-control{
    border: 2px solid #d9d9d9;
    padding: 14px 20px;
    border-radius: 10px;
    font-size: 15px;
    color: #000;
}
.form-control::placeholder{
    color: #b3b3b3;
}
.form-control:focus{
    box-shadow: none;
    outline: 0;
    border-color: #ff416c;
}
.form-select.form-control , .form-check.form-control{
    background-color: #fff!important;
    border: none;
}
.theme-btn.input-btn {
    padding: 12px 25px;
    margin-bottom: 1rem;
}
.appsicons .theme-btn.input-btn {
    padding: 10px 10px;
    margin-bottom: 0.6rem;
}
.theme-btn.white-btn{
    border: 2px solid #d9d9d9;
    background: #fff;
    color: #b3b3b3!important;
}
.theme-btn.white-btn:hover{
    border-color: #ff416c;
}
.topbtn-modal-div{
    max-width: 270px;
    margin: auto;
    text-align: center;
}
.a-link{
    color: #ff416c;
}
.a-link:hover{
    color: #ff416c;
    text-decoration: underline;
}
.modal .modal-body {
    padding: 5rem 1rem 3rem;
}
.status-round{
    height: 13px;
    width: 13px;
    display: inline-block;
    border-radius: 50%;
}
.status-round.bg-success{
    background-color: #2ad42e!important;
}
.modal .btn-close{
    background: none;
    opacity: 1;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    font-family: Cabin-Bold;
    position: absolute;
    right: 30%;
    top: 10px;
    z-index: 99;
}
.modal .btn-close:focus{
    box-shadow: none;
    outline: 0;
}
.modal .btn-close svg{
    width: 20px;
    height: auto;
    margin-left: 10px;
    font-weight: 600;
}
.german_hosting_green_energy_icon{
    width: 79px;
    height: 79px;
}
.tablet-info-section{
    display: none;
}
.dasktop-info-section{
    display: block;
}


/*inner pages*/

.mini-title{
    font-size: 24px;
    font-family: Cabin-Bold;
    margin-bottom: 20px;
}
.domain-white-box .mini-title{
    font-size: 23px;
}
.domain-white-box p{
    font-size: 19px!important;
}
.reg-text p{
    font-size: 18px;
    line-height: 26px;
    color: #404040;
    margin-bottom: 8px;
}
.check-green-color{
    color: #0de3ac;
}
.hero-image-position{
    display: inline-flex;
    position: relative;
    align-items: center;
}
.price-round{
    position: absolute;
    left: 0px;
    margin-top: 50px;
    width: 170px;
    height: 170px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: #f6af62;
    border-radius: 50%;
    color: #fff;
    font-family: Cabin-Bold;
}
.price-round span.one{
    font-size: 16px;
    line-height: 21px;
}
.price-round span.two{
    font-size: 46px;
    line-height: 41px;
}
.price-round span.three{
    font-size: 27px;
    line-height: 25px;
}
.breadcrumb {
    position: absolute;
    top: 15px;
    z-index: 2;
}
.breadcrumb-item {
    opacity: .5;
    font-size: 12px;
    font-family: Cabin-Bold;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: #000;
    opacity: .5;
    content: '\f105';
    font-family: FontAwesome;
}
.breadcrumb-item:hover {
    color: #ff4264;
    opacity: 1;
}
.breadcrumb-item.active , .breadcrumb-item.active:hover {
    color: #000;
    opacity: .5;
}
.title-icon{
    position: absolute;
    bottom: -10px;
    right: -8px;
}
.side-text-min-height{
    min-height: 300px;
    display: flex;
    align-items: center;
}
.a-link-orange{
    color: #ff4b2b;
}
.a-link-orange:hover{
    text-decoration: underline;
    color: #ff4b2b;
}
.caret-icon{
    font-size: 10px;
}
.golden-color{
    color: #c8b274!important;
}
.star-link p{
    font-size: 13px;
}
.star-link .star li span{
    font-size: 13px;
}
.star-link .star li{
    margin: 0px 1px;
}
.white-shade-box-margin{
    margin-bottom: 30px;
}
.white-shade-box{
    height: 100%;
    padding: 25px 20px;
    background: linear-gradient(to top, #f9f9f9, #fff, #fff);
    border-radius: 15px;
    text-align: center;
}
.white-shade-box .mini-title{
    color: #ff4264;
}
.white-shade-box p{
    line-height: 21px;
    margin-bottom: 0px;
}
.side-bootm-absolute-image{
    position: absolute;
    top: -130px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.theme-btn.bg-white-btn{
    font-size: 12px;
    letter-spacing: 1;
    background: rgb(255 255 255 / 11%);
}
.p-inlines p{
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 5px;
    color: #47ac28;
}
.p-inlines p span.fa{
    font-size: 21px;
    margin-right: 5px;
}
.font-22{
    font-size: 22px;
}
.font-18{
    font-size: 18px;
}
.font-16{
    font-size: 16px;
}
.accordion-item{
    border-radius: 15px!important;
    overflow: hidden;
    border: 0px;
    box-shadow: 0px 3px 10px rgb(1 1 1 / 15%);
}
.accordion-button{
    background-image: linear-gradient(to right, #ff416c, #ff4b2b);
    border: none;
    box-shadow: none;
    font-size: 18px;
    font-family: Cabin-Bold;
    color: #fff!important;
    padding: 24px;
    display: block;
    text-align: center;
    justify-content: center;
    border-radius: 15px!important;
}
.accordion-button::after{
    display: none;
}
.accordion-button:focus{
    box-shadow: none;
    outline: 0;
}
.accordion-button .close-text{
    display: none;
}
.accordion-button.collapsed .close-text{
    display: inline-block;
}
.accordion-button .open-text{
    display: inline-block;
}
.accordion-button.collapsed .open-text{
    display: none;
}
.accordion-button .arrow-icon{
    transform: rotate(180deg);
}
.accordion-button.collapsed .arrow-icon{
    transform: rotate(0deg);
}
.arrow-icon{
    display: inline-block;
    margin-left: 20px;
    margin-top: 0px;
    font-weight: bolder;
    font-size: 30px;
    line-height: 15px;
    vertical-align: middle;
}
.accordion-body tr td , .accordion-body tr th {
    font-size: 14px!important;
}
.table {
    color: #808080!important;
    border-color: #dee2e6!important;
}
.table tr td , .table tr th {
    padding: 0.6rem 0.5rem;
    font-size: 15px;
    border-color: inherit!important;
    vertical-align: middle;
}
.table tr th{
    font-size: 16px;
    font-weight: 500;
    font-family: Cabin-Bold;
}
.table-striped tbody tr:nth-of-type(odd){
    --bs-table-accent-bg: #fafafa;
    color: #808080!important;
}
.table tr td:first-child , .table tr th:first-child{
    padding-left: 2rem;
}
/*.table tr td:last-child , .table tr th:last-child{
    padding-right: 1.5rem;
}*/
.table thead tr th , .table tfoot tr th {
    border-color: inherit!important;
    background-color: #f2f2f2;
    padding: 0.8rem 0.5rem 0.7rem;
}
.tbl thead tr th ,.tbl tfoot tr th {
    background-color: #dedede;
}
.table tfoot tr th{
    border-bottom: none!important;
}
.tabletrhead th{
	--bs-table-accent-bg: #e0e0e0!important;
    color: #ffffff!important;
    font-weight:bolder!important;
}
.round-corder-table{
    border-radius: 15px;
    overflow: hidden;
    border: 1px solid #dee2e6;
    border-spacing: 0;
    border-collapse: initial;
}
.tbl{
    border-radius: 8px!important;
    border: none;
}
.price-box-margin{
    margin-bottom: 30px;
    padding-top: 35px;
}
.price-box{
    text-align: center;
    border-radius: 15px!important;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(1 1 1 / 15%);
    position: relative;
}
.center-box{
    z-index: 9;
}
.center-box.active-box{
    z-index: 99;
    margin-top: -35px;
}
.price-header{
    padding: 10px 5px 35px;
    background-color: #fbfbfb;
    min-height: 120px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.active-flash-line{
    position: absolute;
    width: 100%;
    left: 0px;
    right: 0px;
    top: 20px;
}
.small-price-box .active-flash-line{
    top: 10px;
}
.active-box .price-header{
    min-height: 155px;
    background-image: linear-gradient(to right, #ff416c, #ff4b2b);
}
.active-box .price-header .mini-title , .active-box .price-header p{
    color: #fff;
}
.flame-icon{
    height: 35px;
    width: auto;
    margin-top: -10px;
}
.price-header .mini-title{
    color: #404040;
}
.price-header .mini-title span .icon{
    margin-top: -5px;
}
.price-header p{
    font-size: 14px;
    line-height: 17px;
}
.price-footer{
    padding: 20px 5px;
    padding-bottom: 40px;
}
.main-price{
    color: #ff483f;
}
.price-box p{
    margin-bottom: 0px;
}
.desc-list{
    color: #000;
    padding: 0px 10px;
    font-size: 15px;
    line-height: 18px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.desc-list-dom{
    min-height: 35px;
    justify-content: inherit;
}
.desc-list:nth-of-type(even){
    background-color: #fafafa;
}
.text-success{
    color: #47ac28!important;
}
.text-primary{
    color: #83c0fd!important;
}
.mini-text , .desc-arrow{
    color: #808080;
    font-size: 12px;
}
.pricing-section{
    position: relative;
    margin: 155px 0px 230px;
}
.pricing-section .price-box{
    position: absolute;
    top: -120px;
    width: 100%;
}
.price-desc.price-title-desc .desc-list{
    background: linear-gradient(to left, #ffffff26, #ffffff14 , #fff0)!important;
    margin-bottom: 5px;
    min-height: 45px;
    color: #fff;
    justify-content: flex-start;
}
.section-scroll{
    padding-top: 130px;
    margin-top: -130px;
}
.news-collapse-box{
    background-color: #fff;
    padding: 12px 15px;
    box-shadow: 0px 3px 10px rgb(1 1 1 / 15%);
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}
.news-collapse-box .news-box{
    background-color: #fff;
    padding: 0px;
    box-shadow: none;
    border-radius: 0px;
    margin-bottom: 0px;
}
.news-collapse-box .card{
    border: none;
    border-radius: 0px;
    padding: 20px 0px 0px;
}
.news-collapse-box .card .mini-title{
    font-size: 18px;
    margin-bottom: 10px;
}
.white-shadow-box{
    background-color: #fff;
    box-shadow: 0px 3px 10px rgb(1 1 1 / 15%);
    border-radius: 10px;
    padding: 20px 10px;
}
.tooltip-inner {
    background-color: #ff4264;
    box-shadow: 0px 0px 5px rgb(1 1 1 / 15%);
    opacity: 1 !important;
}
.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #ff4264 !important;
}
.tooltipbestell .tooltip-inner {
	font-size:13px !important;
	max-width:400px !important;
	text-align:left !important;
	padding:15px !important;
}
.transform-text {
    transform: rotate(-10deg);
}
.round-text{
    font-size: 28px;
    line-height: 36px;
}
.domain-white-box{
    background-color: #fff;
    box-shadow: 0px 3px 10px rgb(1 1 1 / 15%);
    border-radius: 10px;
    padding: 12px 15px;
    margin-bottom: 30px;
}
.theme-btn.small-btn{
    font-size: 10px;
    padding: 3px 10px;
    min-width: auto;
}
.theme-btn.table-btn{
    font-size: 14px;
    padding: 3px 12px;
    min-width: auto;
    white-space: nowrap;
}
.theme-btn.big-btn{
    padding: 10px 25px;
    font-size: 18px;
    min-height: 70px;
    display: inline-flex;
    justify-content: center;
    align-items: center; 
}
.hand-icon{
    height: 50px;
    width: auto;
    margin-top: -3px;
    transform: rotate(-20deg);
}
.yellow-btn{
    background: #ffcb2c;
    color: #000!important; 
}
.black-transperent-box{
    background: rgb(1 1 1 / 15%);
}
.site-img-div{
    width: 100%;
    height: 160px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    border-radius: 15px;
}
.support-border-box{
    border: 5px solid #ff4264;
    background-color: #fff;
    border-radius: 10px;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 50px;
    background-image: url('/img/individual-solutions/support-bg.png');
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
}
.domain-info{
    border: 1px solid #cfcfcf;
    min-height: inherit;
    padding: 10px 50px;
}
.bestellinfo{
    padding: 0px 50px;
}
.support-border-box span{
    min-width: 51px;
}
.support-border-box .content{
    padding: 20px 50px; 
}
.support-border-box .theme-btn{
    white-space: nowrap;
    min-width: 260px;
}
.comment-up-box{
    background-color: #f2f2f2;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    position: relative;
}
.comment-up-box::after{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f2f2f2;
    position: absolute;
    top: -8px;
    left: 0px;
    right: 0px;
    margin: auto;
}
.services-box .white-shadow-box p{
    margin-bottom: 12px;
}
.services-box .white-shadow-box p:last-child{
    margin-bottom: 0px;
}
.grey-gradient{
    background: linear-gradient(to right, #ecedea, #d3d3d3);
    color: #808080!important;
}
.green-gradient{
    background: linear-gradient(to right, #43ea80, #7bff7b);
    color: #1c8f3f!important;
}
.big-icon-margin{
    margin-top: -10px;
}
.text-gradient{
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.grey-bg-box{
    background: #ebebeb;
    padding: 40px 20px;
}
.text-number{
    font-family: Cabin-Bold;
    text-transform: uppercase;
    display: inline-block;
}
.first-text{
    font-size: 51px;
    line-height: 40px;
}
.second-text{
    font-size: 72px;
    line-height: 64px;
}
.third-text{
    font-size: 37px;
    line-height: 39px;
}
.forth-text{
    font-size: 29px;
    line-height: 33px;
}
.moretext {
  display: none;
}
.cursor-pointer{
    cursor: pointer;
}
span.support-chat-icon{
    color: #ff416c;
    min-width: auto;
    font-size: 45px;
    font-weight: bolder;
}
.img-max-width{
    max-width: 320px;
}
.img-max2-width{
    max-width: 450px;
    width:100%;
}
.templates-img-div{
    width: 100%;
    height: 220px;
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
.img-boxes-div .grey-bg-box , .img-boxes-div .transperent-bg-box{
    padding: 12px 10px;
    height: 100%;
}
.img-boxes-div .grey-bg-box p , .img-boxes-div .transperent-bg-box p{
    margin-bottom: 0px;
}
.img-boxes-div .grey-bg-box .icon, .img-boxes-div .transperent-bg-box .icon {
    width: auto;
    height: 60px;
    max-width: initial;
    margin-bottom: 5px;
}
.check-li-listing p{
    margin-bottom: 1rem;
    font-size: 18px;
    color: #000;
    display: flex;
    align-items: flex-start;
}
.context p, .context li{
	-webkit-font-smoothing:antialiased!important;
	-moz-osx-font-smoothing:grayscale!important;
	color:#4a4949;
}
.context .order-process-box{
	padding: 30px 30px;
}
a.anchorPos {
    display: block;
    position: relative;
    top: -130px;
    visibility: hidden;
}
.right-arrow-icon{
    max-width: 50px;
    height: auto;
    margin-top: -3px;
}
.icon-inline-list img{
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 30px;
}
.success-item.accordion-item{
    border: 1px solid #4aaf54;
    background: #4aaf54;
}
.warning-item.accordion-item{
    border: 1px solid #cbbe0a;
    background: #cbbe0a;
}
.primary-item.accordion-item{
    border: 1px solid #4a6baf;
    background: #4a6baf;
}
.success-item .accordion-button{
    background: #4aaf54;
}
.warning-item .accordion-button{
    background: #cbbe0a;
}
.primary-item .accordion-button{
    background: #4a6baf;
}
.success-item .accordion-collapse{
    background: #fff;
    border-radius: 15px;
}
.warning-item .accordion-collapse{
    background: #fff;
    border-radius: 15px;
}
.primary-item .accordion-collapse{
    background: #fff;
    border-radius: 15px;
}
.text-center .item img{
    margin: auto;
}
.brand-slider.owl-carousel .owl-nav button.owl-next, .brand-slider.owl-carousel .owl-nav button.owl-prev{
    font-size: 30px;
    line-height: 20px;
    height: auto;
    color: #808080!important;
    top: 15%;
}
.news-list{
    display: block;
    width: 100%;
    padding: 45px 0px;
    border-bottom: 1px solid #f2f2f2;
}
.news-list:first-child{
    padding-top: 0px;
}
.news-list:last-child{
    border-bottom: none;
}
.inline-blocks-list p{
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 8px;
}
.inline-blocks-list p .fa-icon{
    font-size: 20px;
}
.news-year-list{
    background-color: #fff;
    box-shadow: 0px 3px 10px rgb(1 1 1 / 15%);
    border-radius: 10px;
    padding: 50px 20px 25px;
    max-width: 280px;
    margin: auto;
    position: sticky;
    top: 80px;
}
.news-year-list p{
    font-size: 24px;
    font-family: Cabin-Bold;
    margin-bottom: 25px;
    opacity: .5;
    position: relative;
    padding-left: 40px;
    cursor: pointer;
    transition: all ease .5s;
}
.news-year-list p::before{
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
    display: inline-block;
    position: absolute;
    left: 5px;
    top: 12px;
    transition: all ease .5s;
}
.news-year-list p.active , .news-year-list p:hover{
    opacity: 1;
}
.news-year-list p.active::before{
    background-color: #ff4552;
}
.small-price-box{
    display: inline-block;
    padding: 0px;
    overflow: hidden;
    min-width: 280px;
    margin-bottom: 30px;
}
.small-price-box .price-header {
    padding: 10px 5px 10px;
    min-height: 80px;
}
.small-price-box .active-box .price-header {
    min-height: 80px;
    background-image: linear-gradient(to right, #ff416c, #ff4b2b);
}
.live-config-image{
    margin-top: -80px;
}
.support-border-box.transperent-box{
    background: none;
    border-color: #fff;
    align-items: flex-start;
}
.support-border-box.transperent-box .theme-btn{
    background: #fff!important;
}
.support-border-box.transperent-box .theme-btn , .support-border-box.transperent-box .support-chat-icon{
    margin-top: 30px;
}
.shadow-input-form label{
    font-size: 16px;
    padding-top: 18px;
    padding-bottom: 8px;
    font-family: Cabin-Bold;
    color: #ff4264!important;
}
.shadow-input-form .form-control{
    box-shadow: inset 3px 3px 10px rgb(1 1 1 / 12%);
    border: none;
    background-color: #f8f8f8;
    padding: 18px 25px;
    font-size: 16px;
}
.shadow-input-form .form-control::placeholder{
    color: #cecece!important;
}
.order-process-box{
    padding: 30px 40px;
}
.btn-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    padding: 0px 12px;
}
.form-control.grey-input , .form-select.form-control.grey-input, .form-check.form-control.grey-input{
    background-color: #f2f2f2!important;
    border: 1px solid #f2f2f2;
    padding: 12px 20px;
    color: #808080;
}

.form-control.grey-border-input{
    border: 1px solid #d9d9d9;
    padding: 12px 20px;
    color: #808080;
}
.white-shadow-box-padding{
    padding: 20px;
}
.form-side-img{
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.order-div-table.table-striped tbody tr:nth-of-type(odd){
    --bs-table-accent-bg: #f2f2f2;
}
.order-div-table tr th , .order-div-table tr td{
    border: none;
    padding: 0.35rem 0.5rem!important;
}
.table.order-div-table tr td{
    font-size: 14px;
}
.table.order-div-table thead tr th {
    font-size: 18px;
    background-color: #fff;
}
.table.order-div-table tr td:first-child, .table.order-div-table tr th:first-child {
    padding-left: 2rem!important;
}
.table.order-div-table tr th.title{
    font-size: 30px;
}
.table.order-div-table tr.bg-white {
    --bs-table-accent-bg: #fff!important;
}
.product-desc-box{
    background-color: #fff;
    border: 4px solid #e5e5e5;
    border-radius: 10px;
    padding: 12px 20px;
    text-align: center;
    position: relative;
    display: inline-block;
    margin: 20px auto;
}
.title-caption{
    background-color: #ff5744;
    font-size: 12px;
    color: #fff;
    border-radius: 50px;
    padding: 1px 20px;
    display: inline-block;
    position: absolute;
    right: 10px;
    bottom: -12px;
}
tr.total-price-line th{
    background-color: #fff!important;
    vertical-align: top;
    border-top: 3px solid;
    margin-top: 10px;
}
.table tfoot tr.total-price-line th{
    border-color: #f2f2f2!important;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.custom {
  margin-bottom: 1rem;
}
.custom.checkbox label,
.custom.radio label {
  position: relative;
  cursor: pointer;
  padding-left: 32px;
  font-size: 15px;
  color: #808080;
}
.custom input[type="checkbox"],
.custom input[type="radio"] {
  position: relative;
  margin-left: -26px;
  margin-right: 12px;
  cursor: pointer;
}
.custom input[type="checkbox"]:after,
.custom input[type="radio"]:after {
  content: "";
  position: absolute;
  top: -5px;
  left: -4px;
  width: 22px;
  height: 22px;
  background: #fff;
  border: 1px solid #c2c2c2;
  cursor: pointer;
}
.custom input[type="checkbox"]:before {
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: rotate(-45deg) scale(0, 0);
  content: "";
  position: absolute;
  left: 0px;
  z-index: 1;
  width: 14px;
  height: 8.5px;
  border: 2px solid #ff5744;
  border-top-style: none;
  border-right-style: none;
}
.custom input[type="checkbox"]:checked:before {
  transform: rotate(-45deg) scale(1, 1);
}
.custom input[type="checkbox"]:after {
  border-radius: 2px;
}
.custom input[type="radio"]:before {
  transition: transform 0.4s cubic-bezier(0.45, 1.8, 0.5, 0.75);
  transform: scale(0, 0);
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 1;
  width: 12px;
  height: 12px;
  background: #ff5744;
  border-radius: 50%;
}
.custom input[type="radio"]:checked:before {
  transform: scale(1, 1);
}
.custom input[type="radio"]:after {
  border-radius: 50%;
  top: -3px;
}
.grey-order-details-box{
    background-color: #f2f2f2;
    border-radius: 15px;
    padding: 20px;
}

.payment-border-box-outer input[type="radio"] {
  opacity: 0.011;
  z-index: 100;
}

.payment-border-box-outer input[type="radio"]:checked + .payment-border-box {
 
  border-radius: 4px;
   opacity: 1;
}
.payment-border-box-outer input{
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
      width: 100%;
    height: 100%;
    cursor: pointer;
}
.payment-border-box-outer{
    position: relative;
}
.payment-border-box{
    background-color: #fff;
    border: 4px solid #e5e5e5;
    border-radius: 10px;
    padding: 6px 20px;
    text-align: center;
    display: block;
    color: #808080;
    font-size: 16px;
    margin-bottom: 10px;
    min-height: 68px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: .3;
    cursor: pointer;
      position: relative;
}
.payment-border-box.active{
    opacity: 1;
}
.payment-border-box img{
    height: 40px;
    width: auto; 
}
.without-title-side-sec{
    margin-top: 50px;
}
.btn-toggle {
  margin: 0 6rem;
  padding: 0;
  position: relative;
  border: none;
  height: 1.5rem;
  width: 3rem;
  border-radius: 1.5rem;
  color: #6b7381;
  background: #e5e5e5;
}
.serv-toggle {
  margin: 0 8rem;
  height: 3rem;
  width: 6rem;
}
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
  outline: none;
}
.btn-toggle:before,
.btn-toggle:after {
  line-height: 1.5rem;
  width: 6rem;
  text-align: center;
  font-size: 15px;
  position: absolute;
  bottom: 0;
  transition: opacity 0.25s;
}
.serv-toggle:before,
.serv-toggle:after {
  line-height: 3rem;
  width: 6rem;
  font-size: 24px;
}
.btn-toggle:before {
  content: 'Privatperson';
  left: -6rem;
}
.serv-toggle:before {
  content: 'Root vServer'!important;
  left: -10rem;
  width: 10rem;
}
.btn-toggle:after {
  content: 'Unternehmen';
  right: -6rem;
  opacity: 0.5;
}
.serv-toggle:after {
  content: 'Managed vServer'!important;
  right: -12rem;
  width: 12rem;
}
.btn-toggle .handle {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1.125rem;
  height: 1.125rem;
  border-radius: 1.125rem;
  background: #ff5744;
  transition: left 0.25s;
}

.serv-toggle .handle {
  top: 0.375rem;
  left: 0.375rem;
  width: 2.25rem;
  height: 2.25rem;
}

.btn-toggle.active > .handle {
  left: 1.6875rem;
  transition: left 0.25s;
}
.serv-toggle.active > .handle {
  left: 3.375rem;
}
.btn-toggle.active:before {
  opacity: 0.5;
}
.btn-toggle.active:after {
  opacity: 1;
}
.btn-toggle:before,
.btn-toggle:after {
  color: #6b7381;
}
.datepicker-dropdown {
    min-width: auto;
    border-radius: 8px;
}
.datepicker td, .datepicker th {
    width: 25px;
    height: 25px;
}
.datepicker th{
    font-weight: 500;
    font-family: Cabin-Bold;
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
    background-image: linear-gradient(to right, #ff416c, #ff4b2b);
}
.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #ff416c;
}
.datepicker-dropdown:before , .datepicker-dropdown::after{
    display: none;
}
.icon-input{
    position: relative;
}
.calendar-icon {
    font-size: 18px;
    color: #808080;
    display: inline-block;
    z-index: 9;
    position: absolute;
    right: 14px;
    bottom: 15px;
}
.input-icon{
    color: #808080;
    display: inline-block;
    z-index: 9;
    position: absolute;
    right: 14px;
    bottom: 14px;   
}
.second-step-min-height{
    min-height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.step-boxes{
    display: flex;
    margin-bottom: 30px;
}
.step-boxes li{
    list-style: none;
    width: calc(25% + 30px);
    background-color: #f5f5f5;
    color: #808080;
    font-size: 16px;
    padding: 7px 20px;
    padding-left: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: -30px;
    cursor: pointer;
}
.step-boxes li span.fa{
    font-size: 10px;
}
.step-boxes li.active{
    background-color: #ff5744!important;
    color: #fff;
}
.step-boxes li:nth-child(1){
    background-color: #e0e0e0;
    margin-left: 0px;
    padding-left: 25px;
    z-index: 4;
}
.step-boxes li:nth-child(2){
    background-color: #e5e5e5;
    z-index: 3;
}
.step-boxes li:nth-child(3){
    background-color: #ededed;
    z-index: 2;
}
.step-boxes li:nth-child(4){
    background-color: #f5f5f5;
    z-index: 1;
}
.min-width-auto{
    min-width: auto;
}
.onclick-grey{
    background: #f2f2f2!important;
    color: #808080!important;
}
 .msform fieldset {
    background: white;
    border: 0 none;
    border-radius: 0rem;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-bottom: 0px;
    position: relative
}
.msform fieldset:not(:first-of-type) {
    display: none
}
.step1-sec2{
    display: none;
}
.banner-img{
    display: block;
    margin-bottom: 30px;
}
.banner-logo {
    height: 38px;
    width: auto;
}
.theme-bg-img{
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: end;
    background-repeat: no-repeat;
    color: #fff;
}
.theme-bg-img p{
    color: #fff;
}
.theme-bg-img .carousel-indicators {
    margin-right: 0px;
    margin-left: 0%;
}
.theme-bg-img .hero-sec .theme-btn {
    background: #fff;
    color: #000!important;
}
.theme-bg-img .carousel-indicators [data-bs-target] {
    background-color: #d93b4b;
}
.theme-bg-img .carousel-indicators .active {
    background-color: #fff;
}
.hero-image.max-w-100{
    max-width: 100%!important;
}
.theme-bg-img .header.sticky-bar {
    background: linear-gradient(to right, #ff416c, #ff4b2b);
}
.theme-bg-img .nav-link {
    color: #fff!important;
}
.theme-bg-img .nav-link::before, .theme-bg-img .nav-item.active .nav-link::before {
    background: #ffff;
}
.theme-bg-img .top-header {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
    background-color: rgb(0 0 0 / 15%);
}
.theme-bg-img .top-header .text-links li p a{
    color: #fff!important;
}
.theme-bg-img .top-header .theme-btn {
    background: transparent;
    color: #fff;
    padding: 0px;
    position: relative;
    padding-right: 10px;
    overflow: initial;
}
.theme-bg-img .top-header .theme-btn::after{
    display: none;
}
.theme-bg-img .top-header .theme-btn.dropdown-toggle::before {
    display: inline-block;
    content: "\f107";
    font: normal normal normal 23px/1 FontAwesome;
    margin-left: 10px;
    /* vertical-align: 0.255em; */
    border-top: 0em solid;
    border-right: 0em solid transparent;
    border-bottom: 0;
    border-left: 0em solid transparent;
    position: absolute;
}
.theme-bg-img .top-header .theme-btn.dropdown-toggle::before {
    font-size: 10px!important;
    content: "\f0d7";
    position: absolute;
    bottom: 7px;
    right: 0px;
}
.theme-bg-img .navbar-toggler{
    color: #fff;
}
.top-white-line{
    background-color: #fff;
    padding: 8px 0px;
}
.top-white-line p{
    font-family: 12px;
    margin-bottom: 0px;
    display: inline-block;
}
.top-white-line .theme-btn.small-btn {
    font-size: 12px;
    margin-right: 10px;
}
.topline-close{
    color: #808080;
    font-family: 15px;
}
.new-services-box-margin{
    margin-bottom: 40px;
}
.new-services-box{
    background: linear-gradient(to bottom , #f8f8f6, #f8f8f6, #dcdbd8);
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    display: flex;
    height: 170px;
}
.new-services-content{
    padding: 10px 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.new-services-content .mini-title{
    margin-bottom: 8px;
}
.new-services-content .services-content {
    -webkit-line-clamp: 3;
    line-height: 20px;
    margin-bottom: 8px;
}
.new-services-icon{
    height: 100%;
    min-width: 95px;
    width: 95px;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom right, #ff416c, #ff4b2b);
}
.services-title img {
    max-height: 65px;
    max-width: 65px;
}
.sticky-sidebar{
    display: inline-block;
    position: sticky;
    top: 80px;
    min-width: 280px;
}
.lr-padding{
    padding: 0px 20px;
}
.sidebar-p-listing li{
    list-style: none;
    display: block;
    padding: 2px 20px;
    color: #808080;
    cursor: pointer;
}
.sidebar-p-listing li a{
    display: block;
}
.sidebar-p-listing li:hover , .sidebar-p-listing li.active{
    background-color: #f2f2f2;
}
.sidebar-p-listing ul li{
    padding-left: 40px;
}
:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
     outline: none !important;
}
a:-webkit-any-link:focus-visible {
    outline-offset: 0px;
     outline: none !important;
}
#navbar-hamburger svg{
    fill:  #000 !important;
}

.hero-image-3x{
        max-width: 121%;
}

.timeline {
    position: relative;
    padding: 20px 0 20px;
    list-style: none;
}

.timeline:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 3px;
    margin-left: -1.5px;
    background-color: #c8c7c7;
}

.timeline > li {
    position: relative;
    margin-bottom: 20px;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-panel {
    float: left;
    position: relative;
    width: 46%;
    padding: 20px;
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 6px rgba(0,0,0,0.175);
    box-shadow: 0 1px 6px rgba(0,0,0,0.175);
    background-color: #fff;
}

.timeline > li > .timeline-panel:before {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 26px;
    right: -15px;
    border-top: 15px solid transparent;
    border-right: 0 solid #ccc;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #ccc;
}

.timeline > li > .timeline-panel:after {
    content: " ";
    display: inline-block;
    position: absolute;
    top: 27px;
    right: -14px;
    border-top: 14px solid transparent;
    border-right: 0 solid #fff;
    border-bottom: 14px solid transparent;
    border-left: 14px solid #fff;
}

.timeline > li > .timeline-badge {
    z-index: 100;
    position: absolute;
    top: 16px;
    left: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    border-radius: 50% 50% 50% 50%;
    text-align: center;
    font-size: 1.4em;
    line-height: 50px;
    color: #fff;
    background-color: #999999;
}

.timeline > li.timeline-inverted > .timeline-panel {
    float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}

.timeline > li.timeline-inverted > .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

.timeline .timeline-panel.nopadding .timeline-heading {
   	padding: 0 20px;
}

.timeline .timeline-panel.nopadding .timeline-body {
   	padding: 0 20px 20px 20px;
}

.ratelight {
	font-size: 10px!important;
	background: rgba(255, 172, 172, 0.11)!important;
}

#timelinebg {
	background-image: url("/img/news/background.svg");
  	background-repeat: repeat;
  	background-size: 600px;
}

.hero-overflow {
	display: inline-flex;
} 

.progress {
    height: 20px;
    line-height: 20px;
    flex: 1;
}
.progress-bar {
    height: 20px;
    line-height: 20px;
	text-align: right;
	padding-right: 5px;
    color: white;
}
.bar {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.bar span {
	width: 30%;
    font-weight: bold;
    white-space: nowrap;
}

.counter-box {
    display: block;
    border-radius: 10px;
    /*background: #f6f6f6;*/
    padding: 40px 20px 37px;
    text-align: center
}

.counter-box p {
    margin: 5px 0 0;
    padding: 0;
    color: #909090;
    font-size: 18px;
    font-weight: 500
}

.counter-box i {
    font-size: 60px;
    margin: 0 0 15px;
    color: #d2d2d2
}

.counter {
    display: block;
    font-size: 32px;
    font-weight: 700;
    color: #666;
    line-height: 28px
}

.counter-box.colored {
    /*background: #3acf87*/
}

.counter-box.colored p,
.counter-box.colored i,
.counter-box.colored .counter {
    color: #fff
}

#simple-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    text-align: center;
}

#slb-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    top: 0;
    left: 0;
    cursor: pointer;
}

#slb-img {
    position: absolute;
    max-width: 90%;
    max-height: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
}

.slb-nav {
    position: absolute;
    top: 50%;
    font-size: 50px;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    transform: translateY(-50%);
    user-select: none;
}

#slb-prev { left: 20px; }
#slb-next { right: 20px; }

.slb-nav:hover {
    color: #ccc;
}

.zoom-wrapper {
    position: relative;
    display: inline-block;
}

.zoom-wrapper .zoom-simple {
    display: block;
}

.zoom-wrapper::after {
    content: "🔍";
    font-size: 28px;
    color: rgba(255,255,255,0.9);
    text-shadow: 0 0 5px rgba(0,0,0,0.6);
    position: absolute;
    bottom: 10px;
    right: 10px;
    opacity: 0;
    transition: 0.25s ease;
    pointer-events: none;
}

.zoom-wrapper:hover::after {
    opacity: 1;
}

@media(max-width:767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        top: 16px;
        left: 15px;
        margin-left: 0;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

    ul.timeline > li > .timeline-panel:before {
        right: auto;
        left: -15px;
        border-right-width: 15px;
        border-left-width: 0;
    }

    ul.timeline > li > .timeline-panel:after {
        right: auto;
        left: -14px;
        border-right-width: 14px;
        border-left-width: 0;
    }
}