body {
    margin: 0;
    background: #F6f6f6;
    font-family: proxima-nova,sans-serif;
}
.sports-wrapper {
    display: flex;
    gap: 20px;
    margin: 0 auto;
    max-width: 1140px;

    .additional-links {
        margin-top: 40px;
        width: 28%;
       .full-sidebar {
            border-bottom: 1px solid #d6d6d6;
            position: relative; 
            padding-bottom: 20px;
            margin-top: 0;
            .full-sidebar-inner {
                h5 {
                    text-transform: capitalize;
                    margin: 20px 0;
                    font-weight: 700;
                    font-size: 14px;

                    span {
                        font-size: 30px;    
                    }
                }
                ul {
                    margin-top: 30px;
                    padding: 0;
                    list-style-type: none;

                    li {
                        a {
                            line-height: normal;
                            font-size: 14px;
                            text-decoration-line: underline;
                            color: #ba298a;
                        }
                        }
                    }
                }
            }
            .football-img, .kabaddi-img, .cricket-img {
                width: 120px;
                position: absolute;
                bottom: 10px;
                left: 130px;

                img {
                    width: 100px;
                    height: 100px;
                }
            }

       }
    }

.football-starter-wrapper {
    margin-bottom: 60px;
    .starter-container {
        .title-block {
            display: flex;
            padding-bottom: 20px;
            border-bottom: 1px solid #d6d6d6;
            margin-bottom: 20px;
            > div {
                flex: 0.5;
                img {
                    width: 100%;
                }
            }
            h1 {
                flex: 0.5;
                line-height: normal;
                font-size: 40px;
                font-weight: 800;
                margin-bottom: 20px;
                margin-top: 25px;
                color: #181818;
                position: relative;
                letter-spacing: 0;
            }
           
        }
       // max-width: 34%;
       // margin: 0 auto;
        background: #ffffff;
        box-shadow: 0 0 3px rgba(0,0,0,.2);
        padding-top: 20px;
        padding-left: 40px;
        padding-right: 40px;
        margin-top: 40px;
        padding-bottom: 40px;
        height: max-content;

        .all-apis {
            display: flex;

            h5 {
                font-size: 15px;
                color: #9b9b9b;
                font-weight: 700;
                margin: 10px 0;
            }

            >div {
                flex: 1;
                >div {
                    margin-bottom: 30px;
                }
            }
        }

        .football-access-list {
            list-style: none;
            padding: 0;

            .football-plan-text {
                font-size: 14px;
                color: #181818;
                padding: 5px 0 5px 25px;
                position: relative;
                font-family: proxima-nova,sans-serif;
                padding-bottom: 5px;   
                a {
                    color: inherit;
                }
                .bullet-arrow {
                    position: absolute;
                    left: 0;
                    width: 14px;
                    height: 15px;
                    top: 8px;
                    fill: #194A9F;
                }
            }
        }

        .price-block {
            display: flex;
            gap: 30px;
            background: #eaf2fa;
            margin-top: 30px;
            padding: 35px 20px;
            justify-content: space-between  ;

            .all-prices {
                flex: 0.8;
                >div {
                    p {
                        &:first-child {
                            font-size: 16px;
                            font-style: inherit;
                            margin-bottom: 10px;
                        }
                    }
                }
            }

            .actions {
                display: block;
                h4 {
                    line-height: 18px;
                    font-size: 18px;
                    font-weight: 700;
                    margin-top: 0;
                    margin-bottom: 10px;
                    color: #181818;
                    display: block;
                }

                .button-block {
                    display: flex;
                    flex-direction: column;
                    gap: 8px;
                }

                a {
                  background: #2393ed;
                  border: 1px solid #2393ed;
                  font-weight: 500;  
                  font-size: 16px;
                  color: #ffffff;
                  padding: 10px;
                  display: block;
                  text-align: center;
                  cursor: pointer;
                  width: 200px;
                  border-radius: 4px;

                  &:hover {
                    text-decoration: none;
                    background-color: #147fd5;
                    border: 1px solid #147fd5;
                  }

                }

                .plan-button-wrapper {
                    &:last-child {
                        a {
                            background-color: transparent;
                            color: #2393ed;

                            &:hover {
                                background-color: transparent;
                                border-color: #147fd5;
                                color: #0f4570;
                            }   
                              
                        }
                    }
                }

            }

            >div {
                display: flex;
                justify-content: space-between;

                &:last-child {
                    width: 100%;
                    justify-content: space-around;
                }
            }

            .price-info {
                span {
                    font-size: 30px;
                    color: #181818;
                    font-weight: 800;
                }
            }
        }
       
    }
}

.contact-box-outer {
    .contact-box-inner {
        &.other-page  {
            display: flex; 
            >div {
                float: none;
                padding: 0;
                flex: 1;
                width: unset;
                h4 {
                  font-size: 26px; 
                }  
            }
        }
        .col-sm-4 {
            width: 100%;
        }
    }
}


.home-currency-outer {
	position: relative;
	&.plans {
		.currency-block-outer {
			top: 50px;
		}
	}
}

.footer-outer {
    font-family: inherit;
}

