.study-in{
    padding:50px 0px;
    height:auto;
    display:flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.study-in .title{
  
    font-size: 30px;
    font-weight: bold;
    position: relative;
    line-height: 1;
    text-align: center;
    margin-bottom: 20px;
}
.my-flip-image img {
    width: 100%;
    height: 100%;
    background-blend-mode: screen;
    object-fit: cover;
}
.my-flip-image {
    height: 18rem;
    background-blend-mode: screen;
  
}
.course .course-details {
    position: relative;
    background-color: #ffffff;
    color: #353535;
    box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    padding:10px;
}
.course .course-details .author-thumb {
    left: 120px;
    position: absolute;
    right: 0;
    top: -22px;
 
}
.course .course-thumb img {
    border-radius: 5px 5px 0 0;
    border: 1px solid #b0b0b3;
}
.course h3 {
    font-size: 17px;
    font-weight: 600;
    text-align: center;
    padding-top: 20px;
}
.course  a{
    text-decoration: none;
    color:none;
    color: var(--black);
}
.study-in .course{
   margin-bottom: 25px;
}
.study-usa{
    display: flex;
    justify-content: center;
    align-items: center;
    height:auto;
    padding:50px 0px;
}
.study-usa h2{
font-size: 30px;
font-weight: bold;
text-align: center;
text-transform:capitalize;
margin-bottom:20px;
}
.study-usa .usa-text h5{
    margin:25px 0px;
    color:#fb3748;
    font-size: 20px;
    font-weight: bold;
}
.study-usa .usa-text p{
    font-size: 16px;
    text-align: justify;
    line-height: 28px;
}
.cost td{
    border: 1px solid #000;
    padding: 8px;

}
.cost th{
    border: 1px solid #000;
    font-weight: bold;
    padding: 8px;
  
}

.slider {
    width: 80%;
    margin: 0 auto;
}
.slider img {
    width: 100%;
    height: auto;
}
.universities h2 {
    font-size: 20px;
    text-align: center;
    margin: 26px 0px;
    color: #fb3748;
}
.uni-img{
    border:1px solid #fb3748;
    margin:10px;
}
.slick-next, .slick-prev {
    background-color: #fb3748;
}
 .slick-prev:hover{
    background-color: #fb3748;
}
.slick-next:hover{
    background-color: #fb3748;
}
.cost table{
    width:50%;
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: #fb3748;
    outline: 0; 
    background: #fb3748;
}
@media(max-width:1366px){
.course .course-details .author-thumb {
    left: 104px;
}
.my-flip-image {
    height: 15rem;
}
.study-in .title {
    font-size: 28px;
}
.study-usa .usa-text p {
    font-size: 14px;
    text-align: justify;
    line-height: 25px;
}
.study-usa .usa-text h5 {
    margin: 15px 0px;

    font-size: 18px;
}
.study-usa .usa-text li{
    font-size: 14px;
}
.cost th {
    font-size: 16px;
}
.cost td{
    font-size: 14px;
}
.universities h2 {
    font-size: 18px;
    margin:15px 0px;
}
.study-usa h2 {
    font-size: 18px;
}
}
@media(max-width:1199px){
.course h3 {
    font-size: 16px;
}
.my-flip-image {
    height: 12rem;
}
.course .course-details .author-thumb {
    left: 82px;
}

}
@media(max-width:991px){
.my-flip-image {
    height: 18rem;
}
.course .course-details .author-thumb {
    left: 136px;
}
.usa-img img{
    width:100%;
    margin-bottom: 10px;
}
.cost table{
    width:100%;
    text-transform: capitalize;
}

}
@media(max-width:767px){
.my-flip-image {
    height: 14rem;
}
.course .course-details .author-thumb {
    left: 97px;
}
}
@media(max-width:540px){
.my-flip-image {
    height: 22rem;
}
.study-in .title {
    font-size: 28px;
}
.course .course-details .author-thumb {
    left: 235px;
}
.study-usa .usa-text h5 {
    margin: 15px 0px;
    font-size: 16px;
}
}
@media(max-width:492px){
.course .course-details .author-thumb {
    left: 205px;
}
}
@media(max-width:432px){
.course .course-details .author-thumb {
    left: 180px;
}
}
@media(max-width:414px){
.course .course-details .author-thumb {
    left: 171px;
}
}
@media(max-width:400px){
.course .course-details .author-thumb {
    left: 163px;
}
}
@media(max-width:393px){
.my-flip-image {
    height: 19rem;
}
}
@media(max-width:385px){
.course .course-details .author-thumb {
    left: 155px;
}
}
@media(max-width:360px){
.course .course-details .author-thumb {
    left: 142px;
}
}
@media(max-width:320px){
.course .course-details .author-thumb {
    left: 121px;
}
}