.services-page {
padding-bottom: 30px;
padding-top: 30px;
}

.services-page .container {
box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
}

.services-page .video-box img {
padding: 15px 0;
}

.services-page .section-title p {
text-align: left;
font-style: italic;
color: #666;
}

.services-page .services-page-content {
padding: 40px;
}

.services-page .icon-box+.icon-box {
margin-top: 40px;
}

.services-page .icon-box .icon {
float: left;
display: flex;
align-items: center;
justify-content: center;
width: 72px;
height: 72px;
background: #f1f7fb;
border-radius: 6px;
transition: 0.5s;
}

.services-page .icon-box .icon i {
color: #19335d;
font-size: 32px;
}

.services-page .icon-box:hover .icon {
background: #19335d;
}

.services-page .icon-box:hover .icon i {
color: #fff;
}

.services-page .icon-box .title {
margin-left: 95px;
font-weight: 700;
margin-bottom: 10px;
font-size: 18px;
text-transform: uppercase;
}

.services-page .icon-box .title a {
color: #343a40;
transition: 0.3s;
text-decoration: none !important;
}

.services-page .icon-box .title a:hover {
color: #19335d;
}

.services-page .icon-box .description {
margin-left: 95px;
line-height: 24px;
font-size: 14px;
}

.services-page .video-box {
position: relative;
}

.services-page .play-btn {
width: 94px;
height: 94px;
background: radial-gradient(#19335d 50%, rgba(66, 139, 202, 0.4) 52%);
border-radius: 50%;
display: block;
position: absolute;
left: calc(50% - 47px);
top: calc(50% - 47px);
overflow: hidden;
}

.services-page .play-btn::after {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-40%) translateY(-50%);
width: 0;
height: 0;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 15px solid #fff;
z-index: 100;
transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.services-page .play-btn::before {
content: "";
position: absolute;
width: 120px;
height: 120px;
animation-delay: 0s;
animation: pulsate-btn 2s;
animation-direction: forwards;
animation-iteration-count: infinite;
animation-timing-function: steps;
opacity: 1;
border-radius: 50%;
border: 5px solid rgba(66, 139, 202, 0.7);
top: -15%;
left: -15%;
background: rgba(198, 16, 0, 0);
}

.services-page .play-btn:hover::after {
border-left: 15px solid #19335d;
transform: scale(20);
}

.services-page .play-btn:hover::before {
content: "";
position: absolute;
left: 50%;
top: 50%;
transform: translateX(-40%) translateY(-50%);
width: 0;
height: 0;
border: none;
border-top: 10px solid transparent;
border-bottom: 10px solid transparent;
border-left: 15px solid #fff;
z-index: 200;
animation: none;
border-radius: 0;
}

@keyframes pulsate-btn {
0% {
    transform: scale(0.6, 0.6);
    opacity: 1;
}

100% {
    transform: scale(1, 1);
    opacity: 0;
}
}

/*--------------------------------------------------------------
# services-page Lists
--------------------------------------------------------------*/
.services-page-lists {
padding: 40px;
}

.services-page-lists .row {
overflow: hidden;
}

.services-page-lists .content-item {
padding: 40px;
border-left: 1px solid #d9e8f4;
border-bottom: 1px solid #d9e8f4;
margin: -1px;
}

.services-page-lists .content-item span {
display: block;
font-size: 24px;
font-weight: 400;
color: #9eccf4;
}

.services-page-lists .content-item h4 {
font-size: 28px;
font-weight: 400;
padding: 0;
margin: 20px 0;
}

.services-page-lists .content-item p {
color: #aaaaaa;
font-size: 15px;
margin: 0;
padding: 0;
}

@media (max-width: 768px) {
    .services-page-lists .content-item {
        padding: 40px 0;
    }

    .university-data {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .university-logo, .university-name {
        margin: 10px 30% !important;
    }

    .drop-list {
        display: none !important;
    }

    .apply-hero {
        height: 320px !important;
    }

    .apply-hero .university-logo {
        width: 85px;
        max-height: 60px;
        margin-left: 10px;
    }
}

@media (max-width: 1098px) {
    .img-col {
        margin-right: 0px;
        padding-right: 0px;
    }
}

.university-logo {
    width: 85px;
    max-height: 75px;
    margin-left: 15px;
}

.uni-details {
    margin-top: 2px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
}

.apply-hero {
    width:100%;
    height:220px;
    background-color:#5c768d;
    color:white;
    padding-top: 40px;
}

.sub-hero-title {
    width: 65%;
    margin-bottom: 10px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

.iti {
    width: 100% !important;
    font-size: 14px !important;
}

.form-group select {
    font-size: 14px;
    padding: 10px 15px;
}

.package-div {
    border: 1px solid #5c768d;
    border-radius: 4rem;
    margin: 15px;
    margin-bottom: 25px;
    padding: 20px;
}

.package-div:hover {
    cursor: pointer;
    background-color: #53c3c4;
    border: 1px solid #53c3c4;
    box-shadow: 0px;
}

.package-div-active {
    background-color: #53c3c4;
    border: 1px solid #53c3c4;
    box-shadow: 0px;
}

.uni-actions {
    text-align: center;
    display: flex;
    padding-bottom: 30px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
}
  