/*Write your custom style or CSS code here*/

.sec-p-tb{
    padding: 60px 0;
}
.text_head{
    font-size: 38px;
    font-weight: 700;
    line-height: 1.4em;
    margin-bottom: 40px;
}
figure.ico-container {
    min-height: 40px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.bg-dmn-search{
    background-color: #115baa;
}
.home-domain-search .input-group-wrapper .btn-primary{
    background-color: #007aff;
    border: 1px solid #007aff;
}
.home-domain-search .input-group-wrapper .btn-success{
    background-color: #18b35c;
    border: 1px solid #18b35c;
}
.tt-read-more{
    color: #007aff;
}
.tt-account{
    margin-bottom: 0;
}
.tt-cta-img{
    margin-top: 0;
    padding-top: 30px;
}

.get_encourage_offers{
    background-color: #E9F4FF;
    position: relative;
}
.get_encourage_offers::after {
    position: absolute;
    content: '';
    background-image: url("/templates/kohost/img/new_img/offers-bg-shape-rt.svg");
    background-repeat: no-repeat;
    right: 0px;
    top: 0;
    width: 300px;
    height: 100%;
    z-index: 1;
}
.get_encourage_offers::before {
    position: absolute;
    content: '';
    background-image: url("/templates/kohost/img/new_img/offers-bg-shape-lb.svg");
    background-repeat: no-repeat;
    left: 0px;
    bottom: 0;
    width: 300px;
    height: 100%;
    z-index: 1;
    background-position: bottom;
}

.encrg-offers-cnt h2{
    font-size: 30px;
    font-weight: 600;
    color: #28282a;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}
.encrg-box-email {
    display: flex;
    margin: 25px 0;
    width: 80%;
}
.encrg-box-email input#email {
    width: 100%;
}
.encrg-box-email input#email {
    width: 100%;
    padding: 8px 20px;
    border-radius: 40px;
    border: 1px solid #455576;
    color: #28282a;
    background: transparent;
    font-size: 14px;
    font-weight: 600;
}
.encrg-box-email .btn-submit {
    background-color: #455576;
    margin-left: -35px;
    border-radius: 40px;
    padding: 8px 15px;
    border: 1px solid #455576;
}
.encrg-box-email .btn-submit i{
    color: #fff;
}
.encrg-offers-cnt, .encrg-offers-img{
    position: relative;
    z-index: 11;
}
.encrg-offers-img{
    display: flex;
    justify-content: center;
}
.encrg-offers-box {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.encrg-offers-box input#check-remember {
    margin-right: 10px;
}
.encrg-offers-box input[type=checkbox]{
    width: 30px;
    height: 30px;
}
.encrg-offers-box label{
    font-size: 14px;
    font-weight: 500;
    color: #0F1A30;
}
.encrg-box-email input#email::placeholder {
    color: #a8a8a8;
    font-size: 14px;
    font-weight: 500;
}
.home-domain-search h2{
    text-transform: capitalize;
}
.support-sec h2{
    font-size: 28px;
    font-weight: 600;
}
.support-sec h2 {
    font-size: 38px;
    font-weight: 700;
    margin-bottom: 20px;
}
.tt-service-info{
    background-color: #007aff;
}



.home_bnnr_24{
    background-image: url("/templates/kohost/img/new_img/home_bnnr_BG.svg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* footer-s */

footer {
    background-color: #000008;
    color: white;
    padding: 40px 0;
    text-align: center;
}

.footer-links {
    list-style: none;
    padding: 0;
    text-align: left;
}

.footer-links li {
    display: block;
    font-size: 14px;
    font-weight: 400;
}
.footer-links h6 {
    font-size: 16px;
    font-weight: 500;
    color: #c0cfff;
    margin-bottom: 20px;
    position: relative;
}
.footer-links h6::after {
    position: absolute;
    content: '';
    width: 50px;
    height: 2px;
    background-color: #27d457;
    left: 0;
    bottom: -8px;
    border-radius: 40px;
}
.footer-links a {
    color: #b8b8b8;
    text-decoration: none;
    transition: 0.6s;
}
.footer-links a:hover {
    color: #fff;
}
.footer-content{
    text-align: left;
    display: flex;
    flex-direction: column;
}
footer .accordion {
    background-color: #444;
    color: white;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}


.social-icon-main {
    margin: 20px 0;
}
.social-icon-box  {
    position: relative;
}
.social-icon-box a {
    font-size: 18px;
    font-weight: 600;
    color: #007aff;
    transition: 0.6s;
}
.social-icon-box a:hover{
    color: #fff;
}
.social-icon-box li{
    display: inline-block;
    margin: 12px;
}
.footer-btm-cnt a{
    font-size: 14px;
    font-weight: 400;
    color: #fff;
}
.footer-btm-cnt p{
    font-size: 12px;
    font-weight: 400;
    color: #c6c6c6;
}
.dv-hst p {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

/* Responsive styling */

@media only screen and (min-width: 998px) {
    
.social-icon-box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 38%;
    height: 1px;
    background-color: #0558b2;
    bottom: 0;
    margin: auto;
}
.social-icon-box::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 38%;
    height: 1px;
    background-color: #0558b2;
    bottom: 0;
    margin: auto;
}
}









footer .accordion-content {
    display: none;
}

footer .accordion-toggle {
    cursor: pointer;
}
footer .accordion-toggle {
    cursor: pointer;
    position: relative;
    padding-right: 20px; /* Adjust as needed */
}

footer .accordion-toggle::after {
    content: '\f078'; /* Unicode for right-pointing triangle */
    position: absolute;
    font-family: FontAwesome;
    right: 0;
    transition: transform 0.3s ease-out;
}
footer h6.accordion-toggle.text-white.active::after {
    transform: rotate(-180deg);
}
footer .accordion-content.show + footer .accordion-toggle::after {
    transform: translateY(-50%) rotate(90deg); /* Rotate arrow for open state */
}
@media (max-width: 992px) { /* Adjust this breakpoint as needed */
    footer .accordion-toggle, footer ul.footer-links.accordion-content{
        margin: 10px 15px;
    }
    .footer-btm-cnt p, .dv-hst{
        margin: 10px 0;
    }    
}
@media (min-width: 992px) { /* Adjust this breakpoint as needed */
    footer .accordion-content {
        display: block;
    } 
    footer .accordion-toggle::after{
        display: none;
    }
}

/* footer-e */




/* media-query-s */

@media only screen and (max-width: 1024px) {
    .tt-rt-info p{
        font-size: 14px;
    }
    .tt-account{
        padding: 20px 15px;
        margin: 10px 0;
    }
}
@media only screen and (max-width: 767px) {
    .get_encourage_offers::before, .get_encourage_offers::after{
        display: none;
    }
    .encrg-offers-cnt {
        margin-top: 30px;
    }
    .encrg-box-email{
        width: 100%;
    }
    .support-sec h2{
        font-size: 28px;
    }
}


/* media-query-e */
/* store-plan-box-s */

.tt-single-product{
    border: 1px dashed #888 !important;
}
.tt-product-name {
    border-bottom: 1px solid #007aff;
    padding-bottom: 10px;
}
.tt-product-name h5 {
    color: #007aff;
}
.tt-product-price .price {
    color: #28282a !important;
}
.tt-product-price .tt-cycle, .tt-product-price small {
    font-size: 13px;
    font-weight: 900;
}
.btn-order-now{
    background-color: #007aff !important;
    border: 1px solid #007aff !important;
}
/* store-plan-box-e */


.tt-form-wrap .tt-form-container{
    display: inline-block !important;
}