/*
Tab Css
 */
.doptionContainer {
    height: 400px;
}
.doptionContainer .tab {
    display: flex;
    justify-content: space-evenly;
}
.doptionContainer .tab button {
    color:#fff;
}
.doptionContainer .tab button.active {
    color:#572c6c;
}
.dpt-container {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.tablinks {
    background-color: #572c6c !important;
    border-radius: 10px;
    width: 255px;
    font-size: 12px;
    line-height: 1;
    padding: 10px 20px;
    border: 2px solid #572c6c;
    text-align: center;
    font-weight: 800;
}
.rangeContent p {

    margin-bottom: 0;
    margin-left: 20px;
}
.active {
    background-color: transparent !important;
    border: 2px solid #572c6c;
}
.tabcontent {
    display: none;
    animation: fadeEffect 1s;
}
.msb-content.transclass {
    margin-top: 133px;
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

/*
price css
 */

* {
    box-sizing: border-box;
}
.dpt-container {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
#switch {
    width: 0;
    height: 0;
    visibility: hidden;
}
#switchLabel {
    width: 160px;
    height: 40px;
    display:block;
    background-color: #ffffff;
    border-radius: 100px;
    position: relative;
    cursor: pointer;
    transition: 0.5s;
    box-shadow: 0 0 20px #477a8550;
}
#switchLabel::after {
    content: "";
    width: 40px;
    height: 40px;
    background-color: #ffffff;
    border:1px solid #794492;
    position: absolute;
    border-radius: 70px;
    top: -1px;
    left: 0px;
    transition: 0.3s;
}

#switch:checked + #switchLabel:after {
    left: calc(100% - 1px);
    transform: translateX(-100%);
}

#switch:checked + #switchLabel {
    background-color: #794492;

}

#switchLabel:active:after {
    width: 160px;
}
.checkBoxContainer {
    max-width: 1071px;
    margin: 30px auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;


}
.msb-content {
    position: relative;

}
.rangeLimit,.rangeText {
    margin-top:auto;
}
.rangeText {
    font-size: 13px;
    text-align: center;
}
.rangeText span {

    color:#ffffff;
    z-index: 1;
    font-weight: 600;
}
.rangeText span::after {
    content: 'i';
    text-align: center;
    background-color: #A743D7;
    padding: 2px 8px;
    border-radius: 100%;

}
.rangePrice {
    margin-top: 20px;
    font-weight:800;
    font-size:20px;
	text-transform:uppercase
}
.rangeButton {
    margin-top: auto;
    margin-bottom:5px
}
.rangeButtontext {
    font-size: 12px;
    margin-bottom: auto;
}
.aylikContent,.yillikContent {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
}
.msbCol25.rangePriceContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;

}
.msbCol15 {
    width: 15%;
    height: 100%;
    display: flex;
    align-items: center;
}
.rangeButton button, .rangeButton a {
    background-color: #9E6EB7;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size:18px;
    font-weight:700;
    margin-bottom:5px;

}
.yillikContent {

    z-index: -1;
}
.aylikContent {

}

/* irs  */

.irs-single {
    display: none !important;
}
.irs--round .irs-handle {
    background-color: #9E6EB7 !important;
    border:none !important;
}
.irs--round .irs-bar {
    background-color: #9E6EB7 !important;
}
.irs--round .irs-line {
    height:6px !important;
    background-color: #DDE3FD !important;
}

.msb-container {
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1070px;
    margin: 20px auto;
    border: 4px solid #D4D2D2;
    padding: 20px;
    border-radius: 7px;
    height: 230px;
}
.msbCol25 {
    width: 25%;
    height: 100%;
}
.msbCol15 {
    width: 15%;
    height: 100%;
}
.msbCol60 {
    width: 60%;
    height: 100%;
}
.rangeContent {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;



}
.rangePriceContainer {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding-left: 10px;
    font-size: 15px;
}
#aylikMail, #yillikMail {
    margin-right: 5px;
}
#mailcount {
    margin-right: 5px;
}
.bla {margin-left:4px; display:block;}


.msb-heading  {
	text-align:center;
   margin:50px auto 20px auto ;
	width:100%;
}

@media screen and (max-width: 740px) {
    .msbCol15,.msbCol60,.msbCol25 {
        width: 100%;
    }
    .msb-container {
        height: auto;   ;
    }
    .msb-content {


        margin-bottom: 450px;
    }
    .rangeContent {

        flex-direction: column;
    }
    .rangeLimit,.rangeText, .yillikMail,.rangeButton{
        margin-top:20px;



    }
}
