﻿
.section-block-grey {
    padding: 0px 0px 90px 0px;
    background-color: #f9f9f9;
}

.serv-section-2 {
    position: relative;
    border: 1px solid #eee;
    background: #fff;
   
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;
    margin-top: 30px;
}
.single-hosting-content {
    box-shadow: none;
    border-radius: 10px;
   
}
.serv-section-2:before {
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 0;
    content: " ";
    width: 120px;
    height: 120px;
    background: #f5f5f5;
    border-bottom-left-radius: 136px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2-icon {
    position: absolute;
    top: 18px;
    right: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center;
}

    .serv-section-2-icon i {
        color: #091a36;
        font-size: 35px;
        line-height: 65px;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
    }

.serv-section-desc {
    position: relative;
}

.serv-section-2 h4 {
    color: #4487f5;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
}

.serv-section-2 h5 {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
    letter-spacing: normal;
}

.section-heading-line-left {
    content: '';
    display: block;
    width: 100px;
    height: 3px;
    background: #4487f5;
    border-radius: 25%;
    margin-top: 15px;
    margin-bottom: 5px;
}

.serv-section-2 p {
    margin-top: 25px;
    padding-right: 50px;
}

.serv-section-2:hover .serv-section-2-icon i {
    color: #fff;
}

.serv-section-2:hover:before {
    background: #7aa6ee;
}

.varun {
    margin: -5% 0;
}


nav > .nav.nav-tabs {
    border: none;
    color: #fff;
    background: #272e38;
    border-radius: 0;
}

nav > div a.nav-item.nav-link {
    border: none;
    padding: 18px 25px;
    color: #fff;
    background: #091a36;
    border-radius: 0;
    height: auto;
}

    nav > div a.nav-item.nav-link.active {
       border: none;
    padding: 18px 25px;
    color: #091a36;
    background: #ffffff;
    border-radius: 0;
    font-size: 25px;
    font-weight: 700;
    cursor:default;
    }

        /*nav > div a.nav-item.nav-link.active:after {
            content: "";
            position: relative;
            bottom: -57px;
            left: -20%;
            border: 15px solid transparent;
            border-top-color: #e95402;
        }
*/
.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    margin-bottom: 30px;
/*    border-top: 5px solid #e95402;*/
    padding: 0 !important;
}

/*nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus {
    border: none;
    background: #e95402;
    color: #fff;
    border-radius: 0;
    transition: background 0.20s linear;
}*/

.single-hosting-content h6 a {
    padding: 0 20px;
}


.single-service p{
    text-align:justify;
}

.single-service ul li i {
    padding-right: 10px;
    color: #4487f5;
    font-size: 20px !important;
}

.single-service ul li a {
    color: #058cf5;
}

@media only screen and (max-width:800px) {
    nav > div a.nav-item.nav-link.active {
        padding: 50px 0 20px 0;
        font-size: 23px;
    }
}


.slideshow-container {
    position: relative;
    margin: 0px 14px;
}

/* Slides */
.mySlides {
    display: none;
    text-align: center;
}

.kkt {
    width: 100%;
    padding: 70px 4px;
}

.kkt ul li {
    margin: 20px -27px;
    padding: 10px;
    text-decoration: none;
    list-style: none;
    border: 1px solid #8c97a5;
    background: #ffffff;
    border-radius: 15px;
    color: #fff;
}
.kkt ul li.active {
    background: #a5bde5;
    color: #ffffff;
    border: 1px solid #a5bde5;
}
.kkt ul li.active a {
    color: #ffffff;
}
.kkt ul li:hover {
    background: #a5bde5;
    color: #ffffff;
    border: 1px solid #a5bde5;
}
.kkt ul li:hover a {
    color: #ffffff;
}

.kkt ul li a {
    padding: 5px 5px;
    font-size: 16px;
    font-weight: 500;
    display: block;
    color: #4487f5;
}

.kkt ul li:first-child {
    margin-top: 0;
}

.kkt ul li a:hover {
    color: #ffffff;
}
@media only screen and (max-width: 1199px) {
    .kkt ul li {
        padding: 10px 5px;
    }
    .kkt ul li a {
        padding: 5px 3px;
        font-size: 14px;
    }
    .kkt ul{
        padding-left:0;
    }
}

@media only screen and (max-width: 767px) {
    .kkt {
        margin: 5% -5% 0 -7%;
    }
    .kkt ul li a {
        padding: 5% 26%;
    }
    .terms-condition-wrap .kkt ul li a {
        padding: 1% 5%;
    }
    .terms-condition-wrap .kkt {
        margin: 0;
    }
    .hosting-type-area .single-service {
        padding: 25px 0px 20px 0px;
    }
}
