/* alter css */

/* header width down */

.header .fullwidthhead {
    display: flex;
    align-items: center;
    height: 34px;
}
#fullwidth .headbutonlar {
    margin-top: 9px;
}

/* End header width down  */

#group_hosting .product-billingcycle-section{
    display: block;
    margin-bottom: 30px;
}

/* all page billing cycle tab  */
#changeBillingCycleDropdown {
    width: 100%;
    max-width: 100px;
    /* margin-left: 10px; */
    border-bottom: unset;
}
label.billingcycle-label {
    font-size: 17px;
    color: #88aec1;
}

 .product-billingcycle-section {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 0 auto;
    justify-content: center;
}

/* all page billing cycle tab  */
body .cd-top {
    right: 50px;
    bottom: 30px !important;
}
.footer{
    border-top: 5px solid #88aec1;
}
#corporatemenu #kurumsalmenulinks h3 {
    font-size: 15px;
    padding-bottom: 5px !important;
    font-weight: normal;
    font-family: 'Titillium Web', sans-serif;
    padding: 0px;
    line-height: 35px;
    background: none;
    border :unset !important;
    font-weight: 500;
}
#corporatemenu #kurumsalmenulinks h3 span {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
#corporatemenu #kurumsalmenulinks h3:first-child{
    border-bottom: 1px solid #607d8b36 !important;
}
.header .fullwidthhead{
    background-image: unset;
    background-color :#FABB5C;
    padding: 0;
    /* background-color :#000 */

}
#fullwidth .headbutonlar a{
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    border: 0;
}
#fullwidth .headbutonlar .borderedbtn {
    border: unset !important;
}
.custom-currency-changer {
    width: 80px;
    height: 40px;
    /* background: #000; */
    padding: 0;
    color: #fff;
    margin-left: 10px;
    margin-right: -10px;
    border-bottom-color: #000 !important;
    appearance: none;
    text-align: center;
}
.custom-currency-changer {
    text-align: left;
    margin-left: 5px;
}
#fullwidth .headbutonlar #headicon {
    margin: 5px;
    margin-right: 0px;
}
.custom-currency-changer  {
    background: #88aec1 ;
}
.custom-currency-changer  {
    background: #88aec1 ;
    cursor: pointer;
}

/*currency */
.headbutonlar .currency-dropdown .currency-menu a {
    text-transform: capitalize !important;
}
.currency-dropdown {
    height: 34px;;
    position: relative;
    display: inline-block;
    /*min-width: 200px;*/
}

.currency-button {
    padding: 9px 15px;
    /* background: #000; */
    cursor: pointer;
    font-weight: bold;
    color: #fff;
    font-size: 13px;
}

.currency-menu {
    display: none;
    position: absolute;
    background: #88aec1;
    /* border: 1px solid #ccc; */
    z-index: 1000;
    min-width: 210px;
    top: 33px;
}
.headbutonlar i.fa {
    font-size: 13px;
}
.currency-menu a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
}

  .currency-menu a:hover{   
        color:#fff !important; 
        background: rgba(0, 0, 0, 0.3) !important;
}

.currency-dropdown:hover .currency-menu {
    display: block;
}
.currency-menu a {
    float: left !important;
    text-align: left !important;
}
body .currency-menu a {
    /* width: fit-content; */
    border-radius: 0 !important;
    background: unset !important;
    /* border-bottom: 1px solid #607d8b36; */
    border-bottom: 1px solid #929ca2 !important;
    width: 84%;
    margin: 0 !important;
}
#fullwidth .headbutonlar a:hover {
    background: unset;
    text-decoration: none;
    color: #000;
}
.currency-button:hover {
    color: #000;
}

/* #fullwidth .headbutonlar .currency-menu a:hover {
    background: unset !important;
} */
 /* shared hosting Tech specs packages */
.top-product-link .top-package-product-link {
    background: #4CAF50;
    text-decoration: none;
}

  /* End shared hosting Tech specs packages */

@media(max-width: 1024px ){
    #fullwidth .logo {
        margin-top: 6px;
    }
    #corporatemenu #kurumsalmenulinks h3 span {
        width: 100%;
        display: block;
        color: #88aec1;
        border-bottom: 1px solid #607d8b36 !important;
        margin-bottom: 0;
        padding-bottom: 0;
    }
    #corporatemenu #kurumsalmenulinks h3 br {
        display: none;
    }
        #corporatemenu #kurumsalmenulinks h3{
        border-bottom: 1px solid #607d8b36 !important;
        margin-bottom: 0px;
        padding-bottom:0px;
    }
        #fullwidth #mobmenu  #corporatemenu .padding30 {
        padding: 10px 5px;
    }
}

