.turn-around-times {
    padding: 100px 0 0px;
    margin: 110px 0 190px;
    position: relative;
}
.turn-around-times:before {
    content: '';
    width: 120%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #EBF1FB;
    border-radius: 80%/ 20%;
    position: absolute;
    -webkit-transform: translateX(-5%);
    -moz-transform: translateX(-5%);
    transform: translateX(-5%);
}
.turn-around-times-card {
    overflow: hidden;
    border-radius: 10px;
    /* margin-left: 50%;
    transform: translateX(-50%); */
}
.turn-around-times-card img, .turn-around-times-card video {
    border-radius: 10px;
    height: 290px;
    object-fit: cover;
    margin-bottom: 25px;
}
.play-video {
    cursor: pointer;
}
.turn-around-times-card video {
    /* object-fit: cover;
    border-radius: 10px;
    margin-bottom: 25px; */
    margin-left: 50%;
    transform: translateX(-50%);
}
.turn-around-times-content {
    margin-top: 25px;
    margin-bottom: 80px;
}
.turn-around-times-content .tat-toggle.active {
    display: block;
}
.turn-around-times-content .tat-toggle {
    display: none;
}
.turn-around-times-button-anchor-group {
    align-items: center;
    margin: 30px 0 50px;
    border-radius: 50px;
    text-align: center;
}
.turn-around-times-button-anchor-group li {
    display: inline-block;
    padding: 20px 15px;
    margin-right: -8px;
}
.turn-around-times-button-anchor-group li:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
.turn-around-times-button-anchor-group li:not(:last-child) a:after {
    color: #9F9CC8;
    content: "\f111";
    font-family: 'FontAwesome' !important;
    position: absolute;
    font-size: 10px;
    top: 50%;
    right: -30px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-text-stroke: 0px !important;
}
.turn-around-times-button-anchor-group li:not(:last-child) a {
    margin-right: 25px;
}
.turn-around-times-button-anchor-group li a {
    font-family: 'Work Sans';
    font-weight: bold;
    padding: 8px 25px;
    color: #9F9CC8 !important;
    font-size: 22px !important;
    position: relative;
    border-radius: 50px;
}
.turn-around-times-button-anchor-group a:hover, 
.turn-around-times-button-anchor-group a.active {
    background-color: var(--color-aqua);
    color: var(--color-darkblue) !important;
}
.tat-nav {
    color: #73709A;
}
.turn-around-times .circle-button-aqua {
    margin-bottom: -60px;
}
.phtat_drpdwndivinner,
.phtat_drpdwndivinner button {
    width: 100%;
}
.phtat_drpdwndivinner button {
    border-radius: 50px;
    padding: 10px 50px 8px 25px;
    min-width: 120px;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    background: #fff;
    color: var(--color-pink);
    font-size: 25px;
    font-weight: bold;
    line-height: 1;
}
.phtat_drpdwnmenu {
    width: auto;
    border-radius: 16px;
    border: none;
    margin-top: 0px;
    padding: 20px;
    width: 100%;
    text-align: center;
    border: 1px solid #dedede;
}
.phtat_drpdwnmenu .show {
    -webkit-transform: translate3d(0px, 45px, 0px) !important;
    -moz-transform: translate3d(0px, 45px, 0px) !important;
    transform: translate3d(0px, 45px, 0px) !important;
}
.phtat_menuItems .dropdown-item {
    padding: 5px 0px;
    color: var(--color-darkblue);
    font-size: 20px;
    cursor: pointer;
}
.phtat_drpdwndivinner button::after {
    content: url(../svg/ico-drpdownarrow.svg);
    border: none;
    vertical-align: -3%;
    margin-left: 20px;
}
@media screen and (max-width: 991px) {
    .turn-around-times-content .tat-toggle .col-md-6:not(last-child) {
        margin-bottom: 50px;
    }
    .tat-nav {
        flex-direction: column;
        flex-wrap: wrap;
    }
    .tat-nav > p {
        margin-right: 0 !important;
        margin-top: 30px;
    }
    .turn-around-times-button-anchor-group {
        margin-top: 0;
    }
    .turn-around-times:before {
        border-radius: 150% / 15%;
    }
    .turn-around-times {
        margin: 70px 0 120px;
    }
}
@media screen and (max-width: 767px) {
    .turn-around-times {
        margin: 0px 0 120px;
        padding: 70px 0 0px;
    }
    .turn-around-times:before {
        border-radius: 200% / 5%;
    }
    .turn-around-times-card img, .turn-around-times-card video {
        height: 400px;
        width: 100%;
    }
    .turn-around-times-content {
        margin-bottom: 0;
    }
    .turn-around-times .circle-button-aqua {
        margin-bottom: -45px;
    }
}
@media screen and (max-width: 475px) {
    .turn-around-times-card img, .turn-around-times-card video {
        height: 350px;
    }
}