/*
Theme Name: Arthost Child
Template: arthost
*/
/* -- :: Custom */
.py-80 {
    padding: 80px 0;
}

.py-80-40 {
    padding: 80px 0 40px;
}

/* -- :: Section Head */
.section-head {
    margin-bottom: 65px;
    text-align: center;
}

.section-head h5 {
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    color: #653fc5;
}

.section-head h2 {
    position: relative;
    display: inline-block;
    font-size: 38px;
    font-weight: bold;
    line-height: 52px !important;
    color: #2f1c6a;
}

.section-head p {
    font-size: 15px !important;
    font-weight: 400;
    color: #828282 !important;
    max-width: 760px;
    line-height: 2 !important;
}

.cicle {
    margin-bottom: 65px;
}
@media (max-width: 767.98px) {
    /* :: Header */
    header h1 {
        font-size: 32px;
        line-height: 51px !important;
    }
    /* -- :: Section I */
    .se-i .table-body > li {
        display: block;
        width: 100%;
        margin: 0 auto 30px;
        float: none !important;
    }
    .se-i .table-body > li .card-name h3 {
        font-size: 20px
    }
    /* -- :: Section IV */
    .se-iv table thead tr th span.header {
        font-size: 18px;
    }
    .se-iv table tbody tr th, .se-iv table tbody tr td {
        font-size: 14px;
    }
}
/* ------------------------------- */
@media (max-width: 767.98px) {
    /* -- :: Custom */
    .py-80 {
        padding: 70px 0;
    }

    .py-80-40 {
        padding: 60px 0 20px;
    }

    /* -- :: Section Head */
    .section-head {
        margin-bottom: 55px;
    }

    .section-head h2 {
        font-size: 22px;
        line-height: 35px !important;
    }
}

@media (max-width: 991.98px) {
    /* -- Section I */
    .se-i .table-body > li {
        min-width: calc(50% - 15px)!important;
        margin-bottom: 30px;
        box-shadow: 0 8px 16px rgba(47, 85, 212, .03);
    }
    .se-i .table-body > li.card-1 {
        border-right-width: 1px !important;
        border-radius: 5px !important;
    }
    .se-i .table-body > li.card-3 {
        border-left-width: 1px !important;
        border-radius: 5px !important;
    }
    .se-i .table-body > li.card-4 {
        border-left-width: 1px !important;
        border-radius: 5px !important;
        margin-left: auto !important;
        float: right;
    }
    .se-i .table-body .hot-card {
        float: right;
        padding: 48px 20px !important;
    }
}
@media (min-width: 991.98px) and (max-width: 1143.98px){
    .se-i .table-body > li {
        padding: 40px 20px;
        min-width: 120px !important;
    }}
/* -- :: Section I */
.se-i .table-body > li {
    padding: 50px 20px;
    border: 1px solid #A5B8C5;
    border-radius: 5px;
    position: relative;
    min-width: 282px;
    background: #fff;
}

.se-i .table-body > li.card-1 {
    border-right-width: 0;
    border-radius: 5px 0 0 5px;
}

.se-i .table-body > li.card-3 {
    border-left-width: 0;
    border-radius: 0 5px 5px 0;
}

.se-i .table-body .ribbon {
    position: absolute;
    color: #fff;
    font-size: 14px;
    padding: 7px 14px;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #f40076;
    border-radius: 2px;
}

/* card name */
.se-i .table-body > li .card-name h3 {
    font-size: 20px;
    font-weight: 700;
    height: 50px;
    margin-bottom: 25px;
    color: #161C2D
}

/* offer */
.se-i .table-body > li .offer {
    margin-bottom: 25px;
}

.se-i .table-body > li .offer .old-price {
    font-size: 16px;
    line-height: 27px;
    font-weight: 400;
    color: #6c757d;
    text-decoration: line-through;
    margin-right: 5px;
}

.se-i .table-body > li .offer .save {
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    background: #6441c1;
    border-radius: 40px;
    padding: 6px 12px;
    opacity: .5;
}

/* card price */
.prince-total {
    margin-bottom: 30px;
}

.se-i .table-body > li .card-price .currency {
    font-size: 19px;
    line-height: 42px;
    font-weight: 500;
    margin-top: 15px;
    color: #161C2D;
}

.se-i .table-body > li .card-price .amount {
    font-size: 65px;
    line-height: 84px;
    font-weight: 500;
    color: #161C2D;
}

.se-i .table-body > li .card-price .amount-sub {
    font-weight: 500;
    top: 1.3em;
    margin-right: -14px;
    position: relative;
}
.se-iii .c-table .card-price .amount-sub {
    font-weight: 500;
    top: -0.3em;
    margin-right: -20px;
    position: relative;
    font-size: 16px;
}
.se-i .table-body > li .card-price .duration {
    font-size: 10px;
    line-height: 65px;
    font-weight: 400;
    color: #161C2D;
}

/* card features */
.se-i .table-body > li .card-features {
    margin-bottom: 25px;
}

.se-i .table-body > li .card-features li {
    font-size: 16px;
    line-height: 38px;
}

.se-i .table-body > li .card-features li i {
    color: #91dc5a;
    font-size: 20px;
}

/* hot card */
.se-i .table-body .hot-card {
    padding: 55px 20px 70px 20px;
    border: 2px solid #f40076;
}

.se-i .table-body > li.hot-card .offer .save {
    background: #f40076;
}

/* ------------------------------- */
.th-btn {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    outline: none;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    padding: 12px 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.th-btn-fill-primary {
    background: #653fc5;
    color: #fff !important;
    border: 1px solid #653fc5;
    /* box-shadow: 0 10px 15px 0 rgba(47,85,212,.3); */
}

.th-btn-fill-primary:hover {
    background: #492d94;
    border-color: #492d94;
}

.th-btn-fill-warning {
    background: #f40076;
    color: #fff !important;
    border: 1px solid transparent;
}

.th-btn-fill-warning:hover {
    background: #dc006a;
    border-color: #dc006a;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 45px !important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #eee;
    border-radius: 4px;
}

.cicle .form-control {
    border: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group-addon:first-child, .input-group-btn:first-child >
.btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.input-group.input-group-lg:before {
    content: "";
    width: 0;
    height: 0;
    margin-left: 5px;
    border-style: solid;
    border-width: 7px;
    border-color: #555555 transparent transparent transparent;
    position: absolute;
    top: 50%;
    margin-top: -7px;
    right: 12px;
    z-index: 2;
    pointer-events: none;
}
.child-mb-6 > * {
    margin-bottom: 90px;
}
.th-btn-outline-primary {
    color: #FFFFFF;
    border: 1px solid #f40076;
    background: #f40076;
}
.section-head a:hover{
    color: #ffffff !important;
    border: 1px solid #6441c1;
    background: #6441c1;
}
.th-btn {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    white-space: nowrap;
    outline: none;
    font-size: 13px;
    font-weight: 500;
    border-radius: 100px;
    padding: 12px 30px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

/* -- :: Section III */
.se-iii .c-table table {
    border: none;
    margin: 0;
}
/* H Table */
.h-table.sticky-active {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 555;
  background-color: #fff;
  box-shadow: 0 16px 32px 0 rgba(0, 0, 0, .04), 0 24px 64px 0 rgba(0, 0, 0, .06);
  transition: transform 0.3s ease;
  display: table;
  table-layout: fixed;
}

.se-iii .h-table thead tr td {
    padding: 15px 20px;
}
/* Table Head */
.se-iii .c-table thead tr th {
    width: 35%;
    text-align: left;
    border: none;
}
.se-iii .c-table .h-table thead tr td {
    border-top: 1px solid #E3E9ED;
    min-width: 135px;
}
.se-iii .c-table thead tr td:last-child {
    border-right: 1px solid #E3E9ED;
}
.se-iii .c-table thead tr td {
    width: 15.8%;
    font-weight: bold;
    font-size: 20px;
    color: #161C2D;
    border: none;
    border-left: 1px solid #E3E9ED;
    border-bottom: 1px solid #E3E9ED;
}
.se-iii .c-table thead tr td .name {
    margin-bottom: 15px;
    display: block;
    line-height: normal;
    font-size: 16px;
}
.se-iii .c-table thead tr td button {
    border-radius: 4px;
    background: #6441c1;
    padding: 8px 12px;
    margin-top: 18px;
    text-transform: capitalize;
    border: 0;
    font-size: 13px;
    font-weight: 400;
    cursor: pointer;
    color: #fff;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
}
.se-iii .c-table thead tr td button:hover {
    background: #492d94
}
.se-iii .c-table thead tr td.hot button {
    background: #f40076;
}
.se-iii .c-table thead tr td.hot button:hover {
    background: #dc006a;
}
.se-iii .c-table .card-price .currency {
    font-size: 15px;
    line-height: 12px;
    font-weight: 700;
    margin-top: 7px;
    color: #161C2D;
}
.se-iii .c-table .card-price .amount {
    font-size: 40px;
    line-height: 36px;
    font-weight: 700;
    color: #161C2D
}
.se-iii .c-table .card-price .duration {
    align-self: flex-end;
    color: #161C2D;
    font-size: 10px;
    font-weight: 400;
}
.se-iii .c-table th,
.se-iii .c-table td {
    padding: 25px;
    vertical-align: middle;
    text-align: center;
    color: #161C2D;
}
.se-iii .c-table th i {
    font-size: 10px;
    color: #5d1e99;
    opacity: 0.4;
    cursor: help;
}
.se-iii .c-table td i {
    font-size: 20px;
    color: #6441c1;
}
/* Table Body */
.se-iii .c-table tbody tr th {
    border-left: none;
    font-weight: 600;
    font-size: 15px;
    color: #161C2D;
    border-color: #E3E9ED;
}
.se-iii .c-table tbody tr td {
    border-right: none;
    min-width: 135px;
    font-size: 16px;
    color: #161C2D;
    border-color: #E3E9ED;
}
.se-iii .c-table tbody tr td:last-child {
    border-right: 1px solid #E3E9ED;
}

/* -- :: Media Query */
@media (max-width: 1199.98px) {
    /* -- Section I */
    .se-i .table-body > li {
        padding: 40px 20px;
        min-width: 33.333%;
    }
    .se-i .table-body > li .card-name h3 {
        height: 20px;
        font-size: 17px;
    }
    .se-i .table-body > li .offer {
        margin-bottom: 20px;
    }
    .se-i .table-body > li .card-price .amount {
        font-size: 74px;
        line-height: 76px;
    }
    .se-i .table-body > li .card-price {
        margin-bottom: 20px;
    }
}
@media (max-width: 991.98px) {
    /* -- :: Header */
    header {
        background: -webkit-gradient(linear, left top, right top, from(var(--thBlue)), to(var(--thBlue2)));
        background: linear-gradient(to right, var(--thBlue), var(--thBlue2));
    }
    header h1 {
        font-size: 40px;
        line-height: 74px !important;
    }
}
@media (max-width: 767.98px) {
    /* :: Header */
    header h1 {
        font-size: 32px;
        line-height: 51px !important;
    }
    /* -- :: Section I */
    .se-i .table-body > li {
        display: block;
        width: 100%;
        margin: 0 auto 30px;
        float: none !important;
    }
    .se-i .table-body > li .card-name h3 {
        font-size: 20px
    }
    /* -- :: Section III */
    .se-iii .c-table thead tr td .name {
        font-size: 18px;
    }
    .se-iii .c-table .card-price .amount {
        font-size: 36px;
        line-height: 30px;
    }
    .se-iii .c-table thead tr td button {
        letter-spacing: 0;
        margin-top: 18px;
    }
    .se-iii .h-table thead tr td {
        padding: 10px 10px 15px;
    }
}
@media (max-width: 575.98px) {
    /* -- :: Section III */
    .se-iii .c-table .h-table thead tr td,
    .se-iii .c-table tbody tr td {
        min-width: 160px;
    }
    .se-iii .c-table tbody tr td {
        padding: 15px 0;
    }
    .big-text {
    font-size: 38px !important;
    width: 350px !important;
    }
   .hurrytimer-campaign-1638 .hurrytimer-button-wrap{
       float:none !important;
   }
}
.btn-compare{
    margin: 50px 0 -65px 0;
}
a.th-btn.th-btn-outline-primary.mt-5 {
    font-size: 18px;
    padding: 7px 50px;
}
.btn-compare .fas.fa-angle-double-down {
    margin-left: 10px;
}
.i-c img {
    width: 400px;
}
#hostiko-domain-layout19 #wdc-style #Search {
    background: transparent;
    height: 40px !important;
    padding-left: 20px;
    font-size: 14px;
    letter-spacing: 1px;
	top: 4px;
}
#wdc-style .input-group {
    background: #f0f8fb;
    border-radius: 32px !important;
    padding: 5px 10px;
}
#wdc-style #Search {
    border: none !important;
    box-shadow: none;
}
#hostiko-domain-layout19 #wdc-style .input-group button#Submit {
    border-top-right-radius: 10px!important;
    border-bottom-right-radius: 10px!important;
    padding: 14px 53px 13px 26px !important;
    border: none!important;
    font-size: 13px!important;
    line-height: 13px!important;
    font-weight: 600!important;
    position: relative;
    border-radius: 32px!important;
    text-transform: uppercase!important;
    background: #5c43bc!important;
    color: #fff!important;
    height: auto;
    font-family: 'Work Sans',sans-serif;
    transition: .5s ease-in-out;
}
#hostiko-domain-layout19 #wdc-style .input-group button#Submit:hover {
    background: #3f228a !important;
}
#Submit:before {
    width: 30px;
    height: 30px;
    background: #fff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    content: "\f054";
    right: 7px;
    position: absolute;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #5c43bc;
    top: 8px;
    padding-top: 9px;
    padding-left: 3px;
    font-size: 10px;
}
#wdc-style .input-group .input-group-btn {
    background: none;
    border-radius: 0;
}
#wdc-style .input-group {
    border: none !important;
}
.bb_custom_1536908449138 .bbhd-menu > ul > li > a {
    text-transform: none!important;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}
.menu-icon a.user {
    margin-left: 15px;
}
 .menu-icon a {
     color: #fff;
     font-size: 18px;
     display: inline-block;
 }
.menu-icon .vc_btn3-container {
    margin-bottom: 0;
}
a:hover, a:focus, a:active {
    color: #ff0079!important;
}
.dropdown-toggle::after {
    display: none;
}
.bbhd-menu li a .bb-caret {
    font-size: 16px !important;
}
.PGseguro {
    margin: 30px 0 0 -27px;
}
.fa-facebook:before {
    content: "\f09a" !important;
}
.footer-inst {
    font-weight: 300;
    font-size: 14px;
}
h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.widget {
    margin-top: 30px;
    background: #fff;
    padding: 30px;
    float: left;
    width: 100%;
    /*-webkit-box-shadow: 0 1px 5px rgb(0 0 1 / 5%);*/
    /*-moz-box-shadow: 0 1px 5px rgba(0,0,1,.05);*/
    /*box-shadow: 0 1px 5px rgb(0 0 1 / 5%);*/
}
.breadcrumb_hostiko {
    margin: 0 auto;
}
#waveline .wave-line {
    text-align: center !important;
}
.se-iv table {
    background: #fff;
}
.se-iv table tbody tr th, .se-iv table tbody tr td {
    position: relative;
    padding: 17px 20px;
    font-size: 14px;
    font-weight: 400;
    color: #161c2d;
    min-width: 200px;
}
.se-iv table tbody tr td:nth-child(even) {
    background: rgba(14,30,37,.02);
}
.se-iv table tbody tr:nth-child(odd) {
    background: rgba(14,30,37,.02);
}
.se-iv table thead tr th:nth-child(3) {
    border: 2px solid #f40076;
    border-bottom: 0;
}
.se-iv table tbody tr td:nth-child(3) {
    border-right: 2px solid #f40076;
    border-left: 2px solid #f40076;
}
.se-iv table tbody tr:last-child td:nth-child(3) {
    border-bottom: 2px solid #f40076;
}
.se-iv table thead tr th span.header {
    font-size: 20px;
    color: #161c2d;
}
.se-iv table thead tr th {
    padding: 17px 20px;
}
.se-iv .table-contain {
    box-shadow: 0 0 0 1px rgb(255 255 255 / 10%), 0 2px 4px 0 rgb(14 30 37 / 12%);
    border-radius: 8px;
    overflow: hidden;
}
.table-contain th {
    text-align: left;
}
.se-iv table tbody tr td span.text i.fa-check {
    color: #69e781;
}
.se-iv table tbody tr td span.text i.fa-times {
    color: #ff4546;
}
.hurrytimer-timer-block {
    border: 1px solid #fff;
    border-radius: 6px;
    font-size: 24px;
    font-weight: 100;
    height: 64px;
    justify-content: center;
    width: 64px;
}
.hurrytimer-timer-sep {
    font-weight: 100;
    margin: 0 1.5px;
}
.slider-list span {
    font-size: 15px;
}
.slider-list ul li i {
    color: #00af8f;
}
.big-text {
    position: relative;
    font-size: 80px;
    line-height: 1;
    font-weight: 700;
    width: 350px;
    text-transform: uppercase;
}
.big-text span {
    position: absolute;
    font-size: 16px;
    top: -25px;
}