.vertical_tab {

    position: relative;

    background-color: #2b2d42;

    width: 100%;



    height: 634px;

    border-radius: 7px;

    overflow: hidden;

}



.tab {

    float: left;

    background-color: #2b2d42;

    width: 24%;

    height: 635px;

}



.tab a {

    display: block;

    background-color: #8d99af;

    color: #fff;

    width: 100%;

    font-size: 15px;

    margin-bottom: 1px;

    height: 126px;

    text-align: left;

    padding: 0px 30px;

    line-height: 126px;

    cursor: pointer;

    position: relative;

    transition: 1s all cubic-bezier(0.075, 0.82, 0.165, 1);

}



.tab a:hover {

    background-color: #2b2d42;

}



.tab a.active {

    background-color: #2b2d42;

}



.tabcontent {

    padding: 0px 0px 0px 12px;

    width: 76%;

    border-left: none;

    height: 100%;

    background-color: #2b2d42;

    color: #fff;

    display: flex;

    flex-direction: row;

    align-items: center;

}



.tab_content_img {

    display: flex;

    width: 60%;

    height: auto;

    padding: 60px;

}



.tab_content_img img {

    border-radius: 7px;

    width: 100%;

    height: 100%;

}



.tab_content_text {

    width: 40%;

    margin: 0px 12px;

    padding: 0px 30px;

}



.tab_content_title {

    color: #fff;

    font-size: 20px;

    font-weight: 700;

    line-height: 35px;

    margin-bottom: 30px;

    margin-top: 0px;

}



.tab_content_text .main-white-button a {

    width: 100%;

    text-align: center;

}



.main-white-button a {

    display: inline-block;

    font-size: 15px;

    font-weight: 400;

    color: #fff;

    text-transform: capitalize;

    padding: 12px 25px;

    border-radius: 7px;

    letter-spacing: 0.25px;

    transition: all .3s;

    text-decoration: none !important;

}



.main-white-button a i {

    margin-right: 10px;
    
    background: #fff;

    width: 22px;

    height: 22px;

    color: #3498db;

    border-radius: 50%;

    display: inline-block;

    text-align: center;

    font-size: 12px;

    line-height: 22px;

}



.tab_content_text p {

    color: #fff;

    margin-bottom: 30px;

    margin-top: 0px;

    font-size: 15px;

    line-height: 30px;

    text-align: justify;

}



.tablinks .tab_icon {

    display: inline-block;

    width: 66px;

    height: 66px;

    border-radius: 50%;

    text-align: center;

    line-height: 62px;

    color: #8d99af;

    background-color: #fff;

}



.tablinks .tab_icon img {

    max-width: 27px;

    width: 100%;

    overflow: hidden;

}



.hizli_güvenilir {

    margin-top: 0px !important;

}



.tab_icon_title {

    margin-left: 15px;

}



@media (min-width: 990px) {

    .accordion_tab {

        display: none;

    }

}



@media (max-width:1372px) {

    .tab_icon_title {

        display: none;

    }

}



@media (max-width:1372px) {

    .tab a {

        display: flex;

        align-items: center;

        justify-content: center;

    }

}



.grid .row {

     --bs-gutter-x: 0;

     --bs-gutter-y: 0;



}



/* mobile görünüm */

.accordion_tab {

    position: relative;

    background-color: #2b2d42;

    /* width: 94%; */

    height: 100%;

    border-radius: 7px;

    overflow: hidden;

}



.accordion {

    background-color: #8d99af;

    color: #fff;

    cursor: pointer;

    padding: 18px;

    width: 100%;

    outline: none;

    font-size: 15px;

    transition: 0.4s;

    height: 126px;

    display: flex;

    align-items: center;

    justify-content: center;

    border-bottom: 1px solid #2b2d42;

}


.accordion:last-child {
    
    border-bottom: none !important;
}


.accordion_tab .active,

.accordion:hover {

    background-color: #2b2d42;

}



.accordion .tab_icon {

    display: inline-block;

    width: 66px;

    height: 66px;

    border-radius: 50%;

    text-align: center;

    line-height: 62px;

    color: #8d99af;

    background-color: #fff;

}



.accordion .tab_icon img {

    max-width: 27px;

    margin-bottom: -10px;

    width: 100%;

    overflow: hidden;

}



.panel {

    padding: 0px;

    display: none;

    background-color: #2b2d42;

    overflow: hidden;

    color: #fff;

}



.panel_flex {

    display: flex;

    flex-direction: column;

    align-items: center;

}



.accordion_content_text {

    width: 100%;

    padding: 30px;

}



.accordion_content_text h4 {

    color: #fff;

    font-size: 20px;

    font-weight: 700;

    line-height: 35px;

    margin-bottom: 30px;

    margin-top: 0px;

    text-align: center;

}



.accordion_content_text p {

    color: #fff;

    margin-bottom: 30px;

    margin-top: 0px;

    font-size: 15px;

    line-height: 30px;

    text-align: center;

}



.accordion_button a {

    width: 100%;

    text-align: center;

    display: inline-block;

    background-color: #3498db;

    font-size: 15px;

    font-weight: 400;

    color: #fff;

    text-transform: capitalize;

    padding: 12px 25px;

    border-radius: 7px;

    letter-spacing: 0.25px;

    transition: all .3s;

    text-decoration: none !important;

}



.accordion_button a i {

    margin-right: 10px;

    width: 22px;

    height: 22px;

    background-color: #fff;

    color: #3498db;

    border-radius: 50%;

    display: inline-block;

    text-align: center;

    font-size: 12px;

    line-height: 22px;

}



.accordion_content_img {

    width: 100%;

    text-align: center;

    padding-bottom: 30px;

}




.accordion_content_img img {
    
     height: 250px;

     margin-bottom: 0px;

     width: auto;

     overflow: auto;
     
     border-radius: 7px;

}





@media (max-width: 989px) {

    .vertical_tab {

        display: none;

    }

}



