@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    /* font-family: 'Roboto', sans-serif; */
    font-family: Arial, Helvetica, sans-serif;
}

/* STYLING NAVIGATION GOES HERE */

nav {
    width: 100%;
    height: 90px;
    background-color: #212529 !important;
    padding: 15px 10px;
    position: fixed;
    z-index: 1;
    top: 0;
}

.sm_nav_bar {
    display: none;
}

.show_sm_nav {
    display: block;
}

.logo {
    color: #ffffff;
    font-size: 2rem;
    font-weight: bold;
    line-height: 60px;
    padding-left: 50px;
}

.api {
    color: #ffc107;
}

nav ul {
    float: right;
    list-style-type: none;
    margin-right: 50px;
}

nav ul li {
    display: inline-block;
    line-height: 60px;
    margin: 0 20px;
}

nav ul li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    width: 150px;
}

nav ul li a:hover,
.active {
    color: #ffc107;
    border-bottom: 1px solid #ffc107;
    transition: all 0.1s;
}

#check {
    color: #ffffff;
    float: right;
    position: relative;
    top: 35px;
    display: none;
}

.checkbtn {
    color: #ffffff;
    font-size: 24px;
    float: right;
    margin-right: 30px;
    line-height: 80px;
    display: none;
    cursor: pointer;
}

/* STYLING HERO SECTION GOES HERE */

.hero_section {
    width: 100%;
    display: block;
    height: 600px;
    margin: auto;
    background-color: #000 !important;
    margin-top: 90px;
}

.banner_overlay_main {
    width: 100%;
    height: auto;
    background-color: aqua;
}

.overlay_items {
    width: 85%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0px
}

.overlay_items h1 {
    color: #ffffff;
    font-size: 58px;
    font-weight: bold;
}

.overlay_items p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

.button {
    width: 200px;
    height: 56px;
    background: none;
    color: white;
    border: 1px solid #ffffff;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    background: transparent;
    margin-top: 16px;
}

.button:hover {
    background-color: #ffc107;
    color: #000;
    transition: 0.3s;
}

/* WELCOME TO BETFAIR SECTION STYLING GOES HERE  */

.welcome_to_betfair_container {
    width: 100%;
    padding: 50px;
}

.welcome_to_betfair_content {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    text-align: center;
}

.welcome_to_betfair_content h2 {
    font-size: 38px;
    font-weight: bold;
    word-spacing: 4px;
    color: #091a2e;
}

.live_streaming_main {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.live_streaming_left {
    width: 50%;
    height: auto;
}

.live_streaming_left img {
    width: 100%;
    height: 100%;
}

.live_streaming_right {
    width: 50%;
    height: auto;
    display: block;
    text-align: center;
    padding: 0 50px;
    text-align: justify;
}

.live_streaming_right h3 {
    font-size: 26px;
    font-weight: 600;
    padding: 0 20px;
}

.live_streaming_right p {
    font-size: 18px;
    color: #737268;
}

.link_text a {
    color: #000;
}

.link_text a:hover {
    color: #000;
}

.link_two {
    color: #000;
}

.betfair_banner_center {
    width: 100%;
    margin: auto;
    margin: 100px 0 !important;
}

/* BEST API PROVIDER SECTION GOES HERE */

.best_api_provider_section {
    width: 100%;
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
}

.best_api_text_left {
    width: 50%;
    display: block;
    padding-right: 20px;
}

.best_api_text_left h3 {
    font-size: 26px;
    font-weight: 600;
    text-align: justify;
}

.best_api_text_left p {
    text-align: justify;
    font-size: 18px;
    color: #737268;
}

.best_api_image_right {
    width: 50%;
    padding: 0 30px;
}

.best_api_image_right img {
    width: 100%;
    height: 400px;
    display: block;
}

.bold {
    color: #000;
}

.button_bg {
    width: 200px;
    height: 56px;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    background: transparent;
    margin-top: 20px;
}

.button_bg:hover {
    background-color: #ffc107;
    border: 1px solid #ffffff;
}

/* MOST TRUSTED API PROVIDER STYLING GOES HERE */

.most_trusted_api_provider_main {
    width: 100%;
    margin-top: 50px;
    display: flex;
}

.white_lebel_betting_left {
    width: 50%;
    height: auto;
    display: block;
    text-align: center;
    padding: 20px 30px;
    position: relative;
}

.trusted_betfair_api_right {
    width: 50%;
    height: auto;
    display: block;
    padding: 20px;
    text-align: center;
}

.most_trusted_api_provider_main p {
    font-size: 18px;
    color: #737268;
    padding: 16px 0;
    text-align: justify;
}

.most_trusted_api_provider_main h4 {
    word-spacing: 1px;
    line-height: 32px;
    text-align: justify;
}

#button_center {
    position: absolute;
    bottom: 20px;
    right: 250px;
}

/* MOST TRUSTED API PROVIDER SECTION STYLING GOES HERE */

.trusted_betfair_section h2 {
    color: #091a2e;
    font-size: 38px;
    font-weight: bold;
    word-spacing: 3px;
    text-align: center;
}

.name_is_the_brand_left h5 {
    text-align: justify;
    font-size: 24px;
    font-weight: 600;
}

.name_is_the_brand_left p {
    color: #737268;
    font-size: 18px;
    padding: 10px 0;
    text-align: justify;
}

.green_text {
    color: #969915;
}

.green_text a {
    color: #969915;
}

.green_text a:hover {
    color: #969915;
}

.betfair_right_with_text {
    margin-top: 0;
}

.betfair_right_with_text h2 {
    font-size: 24px;
    font-weight: bold;
}

.betfair_right_with_text p {
    font-size: 20px;
    color: #737268;
    line-height: 32px;
    padding: 5px 0;
    text-align: justify;
    padding-right: 100px;
}

.button_bg_center {
    width: 200px;
    height: 56px;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    background: transparent;
    margin-top: 20px;
}

.button_bg_center:hover {
    background-color: #ffc107;
    color: #000;
    border: 1px solid #ffffff;
}

/* BETFAIR ODDS API SECTION GOES HERE */

.betfair_odds_api h2 {
    color: #091a2e;
    font-size: 34px;
    font-weight: bold;
}

.betfair_odds_api h3 {
    text-align: justify;
    font-size: 26px;
    font-weight: 600;
}

.betfair_odds_api p {
    font-size: 20px;
    color: #737268;
    text-align: justify;
}

.odds_api h3 {
    padding: 20px 0;
    font-size: 28px;
}

.odds_api p {
    padding-right: 20px;
}

.what_is_betfair h3 {
    padding: 20px 20px;
    font-size: 28px;
}

.what_is_betfair p {
    padding-left: 20px;
}

.quality_logo_right {
    margin-top: 16px !important;
}

/*----- BETFAIR API PROVIDER IMPORTANT FACTOR SECTION STYLING GOES HERE----*/

.bg_grey {
    width: 100%;
    height: auto;
    padding: 50px;
    background-color: #f4f4f8;
    margin: auto;
}

.important_factor_contents h2 {
    color: #091a2e;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    word-spacing: 5px;
    letter-spacing: 1px;
}

.betfair_important_factor_description {
    width: 100%;
    height: 370px;
    overflow: scroll;
    padding: 15px;
    background-color: #ffffff;
}

.betfair_important_factor_description h3,
h4 {
    font-size: 28px;
}

.betfair_important_factor_description p {
    font-size: 18px;
    color: #737268;
}

/* BETFAIR FREQUENTLLY ASKED QUESTION SECTION STYLING GOES HERE */

.bg_white {
    width: 100%;
    height: auto;
    padding: 50px;
    background-color: #ffffff;
}

.frequently_asked_content_main h2 {
    font-size: 2rem;
    color: #091a2e;
    font-weight: bold;
}

.questions {
    text-align: justify;
    margin-bottom: 150px;
}

/* ACCORDIAN  */

.accordion-header {
    height: 80px;
}

.accordion-button {
    font-size: 3rem;
}

/* WHY CHOOSE OUR BETFAIR ODDS SECTION */

.why_choose_content h2 {
    font-size: 2rem;
    color: #091a2e;
    font-weight: bold;
    text-align: center;
    padding-bottom: 16px;
}

/* BANNER TWO SECTION STYLING GOES HERE */

.banner_two {
    width: 100%;
    height: 300px;
    position: relative;
}

.banner_two img {
    width: 100%;
    height: 100%;
}

.banner_two h2 {
    position: absolute;
    top: 30%;
    left: 18%;
    color: #f4f4f8;
    font-size: 34px;
    font-weight: bold;
}

.button_bg_banner_two {
    width: 200px;
    height: 56px;
    color: #f4f4f8;
    border: 1px solid #f4f4f8;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    background: transparent;
    margin-top: 20px;
    position: absolute;
    bottom: 40%;
    left: 45%;
    bottom: 28%;
}

.button_bg_banner_two:hover {
    background-color: #ffc107;
    color: #000;
}

/* MORE IMFORMATION ON BETFAIR SECTION */

.more {
    display: none;
}

.more_imformation_on_betfair_section {
    width: 100%;
    height: auto;
}

.more_imformation_about_betfair_contents {
    width: 100%;
    height: auto;
    padding: 30px;
}

.more_imformation_about_betfair_contents h2 {
    font-size: 32px;
    color: #091a2e;
    font-weight: bold;
    text-align: center;
}

.what_is_betfair-left {
    background-color: #737268;
    border-radius: 5px;
}

.what_is_betfair_left p {
    text-align: justify;
    padding: 14px 14px;
}

#more {
    display: none;
}

.question {
    height: 20px;
}

.question1 h3 {
    line-height: 1px;
    padding: 50px 0;
    font-size: 20px;
}

#myBtn {
    background-color: #ffffff;
    border: none;
    color: #323232;
    font-weight: bold;
    font-size: 17px;
    /* border: 1px solid #ccc; */
}

.read_more {
    display: block;
    align-items: flex-start;
}

.read_more p {
    text-align: justify;
}

.question h3 {
    padding: 50px 0;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
}

.show_span span {
    display: block !important;
}

/* STYLING TRUSTED PROVIDED SECION GOES HERE */

.trusted_provider_content h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
    text-shadow: 2px 2px 4px #000000;
    text-align: center;
}

/* FOOTER */

.footer {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    background-color: #1C2D44;
    color: #ffffff;
    padding: 24px 0;
}

.footer p {
    text-align: center;
}

/* .bordered {
    border-bottom: 1px solid #ffffff;
    width: 50%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
} */

._none {
    display: block !important;
}

/*----------------SPORTS API PAGE TWO STYLING GOES HERE----------------*/

.main_content {
    margin-top: 150px !important;
}

.hero_section {
    width: 100%;
    display: block;
    height: 600px;
    margin: auto;
    background-color: #000 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.left {
    width: 50%;
    height: 450px;
}

.left img {
    width: 100%;
    height: 100%;
}

.banner_overlay_main {
    width: 100%;
    height: auto;
    background-color: aqua;
}

.overlay_items {
    width: 85%;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0;
}

.overlay_items h1 {
    color: #ffffff;
    font-size: 58px;
    font-weight: bold;
}

.overlay_items p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}

.button {
    width: 200px;
    height: 56px;
    background: none;
    color: white;
    border: 1px solid #ffffff;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    background: transparent;
    margin-top: 16px;
}

.button:hover {
    background-color: #ffc107;
    color: #000;
    transition: 0.3s;
}

/* WELCOME TO BETFAIR SECTION STYLING GOES HERE  */

.welcome_to_betfair_container {
    width: 100%;
    padding: 50px;
}

.welcome_to_betfair_content {
    display: block;
    width: 100%;
    height: auto;
    padding: 20px;
    text-align: center;
}

.welcome_to_betfair_content h2 {
    font-size: 38px;
    font-weight: bold;
    word-spacing: 4px;
    color: #000;
}

.wrap_main p {
    text-align: left;
    font-weight: 400;
    padding: 10px 20px;
    color: rgb(64, 64, 64);
    margin-bottom: 0 !important;
}

.wrap_main h4 {
    padding: 5px 20px;
}

.wrap_main a {
    text-decoration: none;
    color: unset;
}

.wrap_main a:hover {
    color: unset;
    text-decoration: underline;
}

.image_top {
    margin-bottom: 10px;
}

.wrap_main {
    border: 1px solid rgb(222, 218, 218);
    border-radius: 8px;
    text-align: justify;
    overflow: hidden;
    /* height: 530px; */
}

.wrap_main:hover {
    -webkit-box-shadow: -1px -1px 20px -1px rgba(115, 113, 115, 1);
    -moz-box-shadow: -1px -1px 20px -1px rgba(115, 113, 115, 1);
    box-shadow: -1px -1px 20px -1px rgba(115, 113, 115, 1);
    transition: 0.3s ease;
}

.live_streaming_main {
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.live_streaming_left {
    width: 50%;
    height: 450px;
}

.live_streaming_left img {
    width: 100%;
    height: 100%;
}

.live_streaming_right {
    width: 50%;
    height: auto;
    display: block;
    text-align: center;
    padding: 0 50px;
    text-align: justify;
}

.live_streaming_right h3 {
    font-size: 26px;
    font-weight: 600;
}

.live_streaming_right p {
    font-size: 18px;
    color: #737268;
}

.link_text a {
    color: #000;
}

.link_text a:hover {
    color: #000;
}

.link_two {
    color: #000;
}

/* BEST API PROVIDER SECTION GOES HERE */

.best_api_text_left {
    width: 50%;
    display: block;
    padding-right: 20px;
}

.best_api_text_left h4 {
    font-size: 24px;
    font-weight: 300;
    text-align: justify;
}

.best_api_image_right {
    width: 50%;
    padding: 0 30px;
}

.best_api_image_right img {
    width: 100%;
    height: 400px;
    display: block;
}

.bold {
    color: #000;
}

.button_bg {
    width: 200px;
    height: 56px;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    background: transparent;
    margin-top: 20px;
}

.button_bg:hover {
    background-color: yellow;
    border: 1px solid #ffffff;
    transition: 0.3s ease;
}

.button_bg2 {
    width: 200px;
    height: 56px;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    background: transparent;
    margin-top: 20px;
}

.button_bg2:hover {
    background-color: #ffc107;
    border: 1px solid #ffffff;
    transition: 0.3s ease;
}

/* MOST TRUSTED API PROVIDER STYLING GOES HERE */

.most_trusted_api_provider_main {
    width: 100%;
    margin-top: 50px;
    display: flex;
}

.white_lebel_betting_left {
    width: 50%;
    height: auto;
    display: block;
    text-align: center;
    padding: 20px 30px;
    position: relative;
}

.trusted_betfair_api_right {
    width: 50%;
    height: auto;
    display: block;
    padding: 20px;
    text-align: center;
}

.most_trusted_api_provider_main p {
    font-size: 18px;
    color: #737268;
    padding: 16px 0;
    text-align: justify;
}

.most_trusted_api_provider_main h4 {
    word-spacing: 1px;
    line-height: 32px;
    text-align: justify;
}

#button_center {
    position: absolute;
    bottom: 20px;
    right: 250px;
}

/* MOST TRUSTED API PROVIDER SECTION STYLING GOES HERE */

.trusted_betfair_section h2 {
    color: #000;
    font-size: 38px;
    font-weight: bold;
    word-spacing: 3px;
    text-align: center;
}

.name_is_the_brand_left h5 {
    text-align: justify;
    font-size: 24px;
    font-weight: 600;
}

.name_is_the_brand_left p {
    color: #737268;
    font-size: 18px;
    padding: 10px 0;
    text-align: justify;
}

.green_text {
    color: #969915;
}

.green_text a {
    color: #969915;
}

.green_text a:hover {
    color: #969915;
}

.betfair_right {
    width: 50%;
    height: 450px;
}

.betfair_right img {
    width: 100%;
    height: 100%;
}

.betfair_right_with_text {
    margin-top: 0;
}

.betfair_right_with_text h2 {
    font-size: 24px;
    font-weight: bold;
}

.button_bg_center {
    width: 200px;
    height: 56px;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    background: transparent;
    margin-top: 20px;
}

.button_bg_center:hover {
    background-color: #ffc107;
    color: #000;
    border: 1px solid #ffffff;
}

/* BETFAIR ODDS API SECTION GOES HERE */

.betfair_odds_api h2 {
    color: #000;
    font-size: 34px;
    font-weight: bold;
}

.betfair_odds_api h3 {
    text-align: justify;
    font-size: 26px;
    font-weight: 600;
}

.betfair_odds_api p {
    font-size: 18px;
    color: #737268;
    text-align: justify;
}

.odds_api h3 {
    padding: 20px 0;
    font-size: 28px;
}

.odds_api p {
    padding-right: 20px;
}

.what_is_betfair h3 {
    padding: 20px 20px;
    font-size: 28px;
}

.what_is_betfair p {
    padding-left: 20px;
}

/*----- BETFAIR API PROVIDER IMPORTANT FACTOR SECTION STYLING GOES HERE----*/

.betfair_api_provider h2 {
    color: #091a2e;
    font-size: 34px;
    font-weight: bold;
}

.bg_grey {
    width: 100%;
    height: auto;
    padding: 50px;
    background-color: #f4f4f8;
    margin: auto;
}

.important_factor_contents h2 {
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    word-spacing: 5px;
    letter-spacing: 1px;
}

.betfair_important_factor_description {
    width: 100%;
    height: 370px;
    overflow: scroll;
    padding: 15px;
    background-color: #ffffff;
}

.betfair_important_factor_description h3,
h4 {
    font-size: 28px;
}

.betfair_important_factor_description p {
    font-size: 18px;
    color: #737268;
}

/* BETFAIR FREQUENTLLY ASKED QUESTION SECTION STYLING GOES HERE */

.bg_white {
    width: 100%;
    height: auto;
    padding: 50px;
    background-color: #ffffff;
}

.frequently_asked_content_main h2 {
    font-size: 2rem;
    color: #091a2e;
    font-weight: bold;
}

.frequently_asked_content_main p {
    font-size: 18px;
}

.questions {
    text-align: justify;
}

/* ACCORDIAN  */

.accordion-header {
    height: 80px;
}

.accordion-button {
    font-size: 1.2rem !important;
    color: #737268;
}

/* WHY CHOOSE OUR BETFAIR ODDS SECTION */

.why_choose_our_betfair_section {
    width: 100%;
    height: auto;
    padding: 50px 10px;
    background-color: #f4f4f8;
}

.why_choose_content h2 {
    font-size: 2rem;
    color: #091a2e !important;
    font-weight: bold;
    text-align: center;
}

.why_choose_content p {
    font-size: 18px;
    text-align: justify;
    padding: 5px 10px;
    /* color: #737268; */
}

.why_choose_content h4 {
    padding: 16px 15px !important;
    font-size: 24px;
}

/* BANNER TWO SECTION STYLING GOES HERE */

.banner_two {
    width: 100%;
    height: 300px;
}

.banner_two img {
    width: 100%;
    height: 100%;
}

/* MORE IMFORMATION ON BETFAIR SECTION */

.more_imformation_on_betfair_section {
    width: 100%;
    height: auto;
}

.more_imformation_about_betfair_contents {
    width: 100%;
    height: auto;
    padding: 30px;
}

.more_imformation_about_betfair_contents h2 {
    font-size: 32px;
    color: #000;
    font-weight: bold;
    text-align: center;
}

.what_is_betfair-left {
    background-color: #737268;
    border-radius: 5px;
}

.what_is_betfair_left p {
    text-align: justify;
    padding: 14px 14px;
}

#more {
    display: none;
}

.question {
    height: 20px;
}

.question1 h3 {
    line-height: 1px;
    padding: 50px 0;
    font-size: 20px;
}

#myBtn {
    background-color: #ffffff;
    border: none;
    font-weight: bold;
    font-size: 16px;
}

.read_more {
    display: block;
    align-items: flex-start;
}

.read_more p {
    text-align: justify;
    font-size: 18px;
    color: #737268;
}

.question h3 {
    padding: 50px 0;
    font-size: 20px;
    display: flex;
    flex-wrap: wrap;
}

.show_span span {
    display: block !important;
}

/* STYLING TRUSTED PROVIDED SECION GOES HERE */

.trusted_provider_section {
    width: 100%;
    height: auto;
    padding: 50PX;
    background-color: #ffc107;
}

.trusted_provider_content h2 {
    color: #ffffff;
    font-size: 36px;
    font-weight: bold;
}

.wrap_main p {
    /* padding-top: 16px; */
    text-align: justify;
    font-size: 18px;
}

/* FOOTER */

.footer {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #ffffff;
    padding: 14px;
}

.footer p {
    text-align: center;
}

._none {
    display: block !important;
}

.available_api_section {
    width: 100%;
    height: auto;
    margin: auto;
    text-align: center;
    margin-top: 50px;
    padding: 50px 0;
}

.available_api_section h2 {
    color: #091a2e;
    font-size: 34px;
    font-weight: bold;
}

/*----------------BETTING EXCHANGE PAGE THREE GOES HGERE----------------*/

/* AVAILABLE API GOES HERE */

.sports_betting_api {
    width: 100%;
    height: auto;
}

.sports_betting_provider {
    margin-top: 150px !important;
}

.left img {
    width: 100%;
    height: 100%;
}

.right {
    display: block;
    padding: 0 20px;
    position: relative;
}

.right h3 {
    padding: 0px 35px;
}

.right p {
    font-size: 18px;
    padding: 10px 40px;
    text-align: justify;
}

.available_api_section {
    width: 100%;
    height: auto;
    padding: 50px;
    margin: auto;
}

.wrap {
    flex-wrap: wrap;
}

.available_api_contenet h2 {
    color: #000;
    font-size: 36px;
    font-weight: bold;
}

.odds_api h3 {
    font-size: 24px;
    font-weight: 500;
    padding: 16px 0;
    text-align: left;
}

.odds_api p {
    text-align: justify;
    padding: 20px 0;
}

.button {
    width: 200px;
    height: 56px;
    background: none;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: bold;
    background: transparent;
    margin-left: 40px;
}

.button:hover {
    background-color: #ffc107;
    color: #000;
    transition: 0.3s;
}

.button_bg {
    width: 200px;
    height: 56px;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    background: transparent;
    margin: 10px 40px;
}

.button_bg:hover {
    background-color: #ffc107;
    border: 1px solid #ffffff;
}

.tv_api h3 {
    font-size: 24px;
    font-weight: 500;
    padding: 16px 0;
}

.tv_api p {
    padding: 20px 0;
    text-align: justify;
}

.fancy_session_api h3 {
    font-size: 24px;
    font-weight: 500;
    padding: 16px 0;
}

.fancy_session_api p {
    text-align: justify;
    padding: 20px 0;
}

.top_image img {
    width: 100%;
    height: 100%;
}

.soprts_betfair_apis {
    width: 100%;
    /* padding: 50px; */
    height: auto;
    margin: auto;
}

/* BETFAIR API PROVIDER */

.betfair_api_provider {
    width: 100%;
    height: auto;
    padding: 30px 0;
}

.betfair_api_provider h2 {
    color: #1C2D44;
    font-size: 34px;
    font-weight: bold;
}

.betfair_left h4 {
    text-align: left;
}

.betfair_left p {
    text-align: justify;
    padding-right: 50px;
    font-size: 18px;
}

.betfair_right h4 {
    text-align: left;
}

.betfair_right img {
    text-align: justify;
}

.betfair_right img {
    width: 100%;
    height: 100%;
}

footer {
    width: 100%;
    margin: auto;
    background-color: #1C2D44;
    padding: 50px;
}

.border {
    border: 1px solid #ffffff;
    margin: auto;
    margin: 10px 0;
}

footer {
    width: 100%;
    margin: auto;
    background-color: #1C2D44;
    padding: 50px;
}

.border {
    border: 1px solid #ffffff;
    margin: auto;
    margin: 10px 0;
}

._none {
    display: block !important;
}

/*--------------CONTACT US PAGE FOUR GOES HERE-------------*/

/* STYLING HERO SECTION GOES HERE */

.hero_section {
    width: 100%;
    display: block;
    height: 600px;
    margin: auto;
    background-color: #000 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main_content {
    margin-top: 50PX;
}

.banner_overlay_main {
    width: 100%;
    height: auto;
}

.overlay_items {
    width: 85%;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0;
}

.overlay_items h1 {
    color: #ffffff;
    font-size: 58px;
    font-weight: bold;
    padding-bottom: 16px;
}

.overlay_items p {
    color: #ffffff;
    font-size: 20px;
    font-weight: 400;
}

.contact_us_api_section {
    width: 100%;
    height: auto;
    text-align: center;
}

.contact_us_api_section h2 {
    color: #091a2e;
    font-size: 34px;
    padding: 10px;
    font-weight: bold;
}

.checked_items ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.checked_items ul li {
    margin: 20px;
}

.checked_items ul li a {
    text-decoration: none;
    color: grey;
    font-size: 18px;
    font-weight: 500;
}

.checked_items ul li a:hover {
    color: #ffc107;
    transition: all 0.2s;
}

.fa-circle-check {
    margin-right: 10px;
    cursor: pointer;
}

.list_items {
    margin-top: 50px;
}

.login_section {
    width: 100%;
    height: auto;
    padding: 30px;
    margin: auto;
}

form {
    width: 100%;
}

input {
    width: 100%;
    padding: 14px;
    background-color: #f4f4f8;
    color: grey;
    border: none;
}

#interested {
    width: 100%;
    margin-top: 16px;
    background-color: #f4f4f8;
    height: 100px;
    color: grey;
    border: none;
    padding: 10px 16px;
}

.button_bg {
    width: 200px;
    height: 56px;
    color: #000;
    border: 1px solid #000;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    background: transparent;
    /* margin-top: 50px; */
}

.button_bg:hover {
    background-color: #ffc107;
    border: 1px solid #ffffff;
}

/* FOOTER */

.footer {
    width: 100%;
    display: block;
    align-items: center;
    justify-content: center;
    background-color: #000;
    color: #ffffff;
    padding: 14px;
}

.footer p {
    text-align: center;
}

.bordered {
    /* border-bottom: 1px solid #ffffff; */
    width: 50%;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.button {
    width: 200px;
    height: 56px;
    background: none;
    color: white;
    border: 1px solid #ffffff;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    background: transparent;
    margin-top: 16px;
}

.button:hover {
    background-color: #ffc107;
    color: #000;
    transition: 0.3s;
}

._none {
    display: block !important;
}

.looking_for_sports_betting_section {
    width: 100%;
    height: auto;
    margin: auto;
    margin: 50px 0;
}

.text_contents {
    width: 100%;
    height: auto;
    padding: 30px;
}

.text_contents p {
    padding: 8px 0;
    color: grey;
    font-size: 18px;
}

.text_contents h5 {
    font-size: 24px;
    padding-bottom: 16px;
    font-weight: 600;
}

.button_blue {
    width: 320px;
    height: 64px;
    background-color: #1C2D44;
    color: white;
    border-radius: 30px;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: bold;
    margin-top: 18px;
    border: none;
    line-height: 66px;
}

.button_blue:hover {
    background-color: #ffc107;
    color: #000;
    transition: 0.3s;
}

.button_blue img {
    width: 35px;
    height: 35px;
    margin: 5px;
}

/*---------------STYLING BLOGS PAGE FIVE GOES HERE-----------*/

.hero_banner_section {
    width: 100%;
    height: 400px;
    margin-top: 90px;
}

.hero_banner_section img {
    width: 100%;
    height: 100%;
}

/* .blog_hero_section {
    width: 100%;
    display: block;
    height: 600px;
    margin: auto;
    background-image: url(../images/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-top: 90px;
}
 */

.blogs_and_article_section {
    width: 100%;
    padding: 20px;
    margin: auto;
}

.blogs_and_article_main {
    width: 100%;
    padding: 10px;
    display: block;
    flex-wrap: wrap;
    text-align: center;
    margin-top: -120px;
}

.blogs_and_article_main h1 {
    color: #000;
    font-size: 36px;
    font-weight: bold;
    word-spacing: 5px;
}

.continue_reading a {
    text-decoration: none;
    color: #000;
    font-size: 16px;
}

.continue_reading a:hover {
    text-decoration: none;
    color: #ebc03f;
}

.show_more {
    margin: 20px 0 !important;
    text-align: center;
}

.show_more_btn {
    background-color: transparent;
    border: none;
    outline: none;
    padding: 10px;
    color: #000000;
    border-radius: 8px;
    transition: background-color 200ms ease-in-out;
    display: inline-block;
}

.show_more_btn:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

.show_more_btn span {
    font-size: 22px;
    display: inline-block;
    margin-right: 10px;
}

/* CONTINUE READING SECTION GOES HERE */

.blogs_and_article_section {
    width: 100%;
    padding: 50px;
    margin: auto;
    margin-top: 90px;
}

.blogs_and_article_section p {
    text-align: justify;
}

.all_post_description_main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px;
}

.live_streaming_left {
    width: 50%;
    display: block;
}

.live_streaming_left img {
    width: 100%;
}

.live_streaming_left h2 {
    font-size: 28px;
    padding-top: 20px;
    font-weight: 400;
}

.whatsapp_now a {
    color: #ebc03f;
    font-size: 16px;
    font-weight: 600;
}

.whatsapp_now a:hover {
    color: #000;
    transition: all 0.4s;
}

.fa-facebook {
    font-size: 24px;
    color: #000000;
    margin-left: 6px;
}

.fa-square-twitter {
    font-size: 24px;
    color: #000000;
    margin-left: 6px;
}

.recent_post_right {
    width: 50%;
    display: block;
    padding: 0 70px;
}

.post_one_top {
    display: flex;
    margin-top: 30px;
}

.left_image {
    width: 50%;
}

.left_image img {
    width: 100%;
}

.text_right {
    width: 50%;
    padding: 0 16px !important;
}

.text_right a {
    text-decoration: none;
    color: #000;
}

.text_right a:hover {
    text-decoration: none;
    color: #000;
}

.bottom {
    width: 100%;
    padding: 50px;
    color: red;
}

.top_image {
    width: 100%;
}

.top_image img {
    width: 100%;
    height: 250px;
}

/* MEDIA QUERY  */

/* MEDIA QUERY WHEN MAX WIDTH IS 376PX */

@media screen and (max-width:3000px) {
    nav .sm_nav_bar {
        display: block;
    }
}

@media screen and (max-width:1080px) {
    nav ul {
        margin-right: 0;
    }
    /* .hero_section{
padding-top: 50px;
    } */
}

@media screen and (max-width:576px) {
    nav .sm_nav_bar {
        display: none;
    }
    p {
        font-size: 16px;
    }
    .logo {
        font-size: 1.4rem;
        width: 60%;
        padding: 0;
        line-height: 60px;
    }
    nav ul {
        position: fixed;
        top: 90px;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        left: 0;
        padding-left: 0 !important;
    }
    nav ul li {
        display: block;
        margin-right: 0;
        line-height: 60px;
    }
    nav ul li a {
        color: #000;
        font-size: 16px;
    }
    nav ul li a:hover,
    .active {
        color: #1C2D44;
        border-bottom: 1px solid #1C2D44;
        font-weight: bold;
        transition: all 0.1s;
    }
    .checkbtn {
        line-height: 60px;
        display: block;
        margin-left: 70px !important;
        margin-right: 0;
    }
    #check:checked~ul {
        left: 0;
    }
    .overlay_items {
        width: 85%;
        position: absolute;
        top: 47%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        padding: 0px
    }
    .overlay_items h1 {
        font-size: 36px;
    }
    .welcome_to_betfair_container {
        padding: 0;
    }
    .welcome_to_betfair_content {
        padding: 0;
        margin-top: 20px;
    }
    .welcome_to_betfair_content h2 {
        font-size: 24px;
    }
    .live_streaming_main {
        flex-direction: column;
        margin-top: 30px;
    }
    .live_streaming_left {
        width: 100%;
    }
    .live_streaming_right {
        width: 100%;
        padding: 44px 2px;
    }
    .live_streaming_right p {
        padding: 0 5px;
    }
    .best_api_provider_section {
        flex-direction: column;
        margin-top: 0;
    }
    .best_api_text_left {
        width: 100%;
        padding-right: 0;
    }
    .best_api_image_right {
        width: 100%;
        margin-top: 50px;
    }
    .best_api_image_right img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .most_trusted_api_provider_main {
        flex-direction: column;
    }
    .white_lebel_betting_left {
        padding: 20px 0;
    }
    .white_lebel_betting_left {
        width: 100%;
    }
    .trusted_betfair_api_right {
        width: 100%;
        margin-top: 40px;
        padding: 0;
    }
    #button_center {
        position: absolute;
        top: 325px;
        right: 177px;
        display: none;
    }
    .betfair_image_left {
        margin-top: 20px !important;
    }
    .betfair_image_left img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .what_is_betfair {
        display: block;
    }
    .what_is_betfair h3 {
        padding: 0;
        font-size: 28px;
    }
    .what_is_betfair p {
        padding-left: 0;
    }
    .bg_grey {
        padding: 0;
        margin-top: 20px;
    }
    .bg_grey h2 {
        font-size: 1.3rem;
        text-align: left;
        padding-top: 20px;
    }
    .bg_white {
        padding: 0;
    }
    .question {
        margin-bottom: 80px;
        text-align: justify;
    }
    .why_choose_content h2 {
        font-size: 1.4rem;
    }
    .trusted_betfair_section h2 {
        font-size: 1.6rem;
    }
    .odds_api p {
        padding: 5px !important;
    }
    .frequently_asked_content_main h2 {
        font-size: 1.4rem;
    }
    .betfair_right_with_text {
        position: relative;
    }
    .betfair_right_with_text p {
        padding-right: 0;
        font-size: 18px;
    }
    .button_bg_center {
        position: absolute;
        left: 100px;
        top: 270px;
    }
    .button_bg_ _two {
        position: absolute;
        bottom: 40%;
        left: 26%;
        bottom: 24%;
    }
    .banner_two h2 {
        position: absolute;
        top: 18%;
        left: 2%;
        font-size: 28px;
        text-align: center;
    }
    .fa-circle-check {
        margin-right: 0 !important;
    }
    .button_bg_center {
        display: none;
    }
    .button {
        margin-left: 0 !important;
    }
    .why_choose_our_betfair_section {
        margin-top: 0 !important;
    }
    /*------------ PAGE TWO GOES HERE----------- */
    /* HERE SECTION */
    p {
        font-size: 16px;
    }
    .left {
        width: 50%;
        height: 350px;
    }
    .left img {
        width: 100%;
        height: 100%;
    }
    .right {
        margin-top: 30px !important;
    }
    .right p,
    h3 {
        padding: 5px 5px !important;
        font-size: 18px;
        line-height: 24px;
    }
    .betfair_left p {
        padding-right: 0 !important;
    }
    .betfair_api_provider {
        padding: 10px !important;
    }
    .available_api_section {
        width: 100%;
        height: auto;
        margin: auto;
        text-align: center;
        margin-top: 70px;
        padding: 0;
    }
    .available_api_section h2 {
        font-size: 26px;
        font-weight: 600;
    }
    .button_bg {
        margin: 20px 5px;
    }
    /*----------------Betting EXCHANGE PAGE THREE GOES HERE---------*/
    .right p {
        font-size: 18px !important;
        padding: 10px 5px !important;
    }
    .betfair_api_provider h2 {
        font-size: 22px !important;
    }
    .betfair_api_provider p {
        padding-right: 0 !important;
    }
    .right {
        display: block;
        margin-top: 20px;
    }
    .right h3 {
        padding: 0 35px;
    }
    .right p {
        font-size: 20px;
        padding: 10px 40px;
        text-align: justify;
    }
    /*-----------------------CONTACT US PAGE FOUR GOES HERE---------------------*/
    .overlay_items h1 {
        font-size: 36px;
    }
    .welcome_to_betfair_container {
        padding: 0;
    }
    .welcome_to_betfair_content {
        padding: 0;
        margin-top: 20px;
    }
    .welcome_to_betfair_content h2 {
        font-size: 28px;
    }
    .live_streaming_main {
        flex-direction: column;
        margin-top: 30px;
    }
    .live_streaming_left {
        width: 100%;
    }
    .live_streaming_right {
        width: 100%;
        padding: 30px 2px;
    }
    .best_api_provider_section {
        flex-direction: column;
    }
    .best_api_text_left {
        width: 100%;
        padding-right: 0;
    }
    .best_api_text_left p {
        padding: 0 5px;
    }
    .best_api_image_right {
        width: 100%;
        margin-top: 25px;
    }
    .best_api_image_right img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .most_trusted_api_provider_main {
        flex-direction: column;
        margin-top: 20px;
    }
    .most_trusted_api_provider_main h4 {
        padding: 0 5px;
    }
    .most_trusted_api_provider_main p {
        padding: 0 5px;
    }
    .white_lebel_betting_left {
        padding: 20px 0;
    }
    .white_lebel_betting_left {
        width: 100%;
    }
    .trusted_betfair_api_right {
        width: 100%;
        margin-top: 0;
        padding: 0;
    }
    #button_center {
        position: absolute;
        top: 325px;
        right: 177px;
        display: none;
    }
    .betfair_image_left img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .what_is_betfair {
        display: block;
    }
    .what_is_betfair p {
        padding: 0 10px !important;
    }
    .bg_grey {
        padding: 0;
        margin-top: 20px;
    }
    .bg_grey h2 {
        font-size: 1.3rem;
        text-align: left;
        padding-top: 20px;
    }
    .bg_white {
        padding: 0;
        margin-top: 50px;
    }
    .question1 {
        margin-bottom: 70px;
    }
    .why_choose_content h2 {
        font-size: 1.4rem;
    }
    .trusted_betfair_section h2 {
        font-size: 1.6rem;
    }
    .odds_api p {
        padding-right: 10px;
    }
    .frequently_asked_content_main h2 {
        font-size: 1.4rem;
    }
    .contact_us_api_section h2 {
        font-size: 22px;
        padding: 0 15px;
    }
    .contact_us_api_section h5 {
        font-size: 20px;
        padding: 10px 20px;
        color: #000;
        text-align: center;
    }
    .text_contents p {
        padding-left: 15px !important;
        text-align: justify;
        font-size: 18px;
    }
    .text_contents h5 {
        padding: 15px;
        font-size: 24px;
        color: #000;
        font-weight: 600;
        text-align: justify;
    }
    .checked_items ul li {
        margin: 20px 0 !important;
    }
    .checked_items ul li a {
        font-size: 15px;
        padding: 0 10px;
    }
    .betfair_odds_api h2 {
        font-size: 24px;
    }
    .button_blue {
        width: 260px;
        height: 64px;
    }
    .trusted_provider_section {
        padding: 50px 10px !important;
    }
    .trusted_provider_content h2 {
        text-align: center;
        font-size: 30px;
    }
    .betfair_right_with_text h2 {
        padding: 0 5px !important;
    }
    .quality_logo_right {
        margin-top: 0 !important;
    }
    .betfair_right_with_text p {
        padding: 0 5px !important;
    }
    /* BLOGS AND ARTICLES SECTION PAGE FIVE */
    .blogs_and_article_section {
        padding: 0;
    }
    .blogs_and_article_section h1 {
        font-size: 32PX;
    }
    /* CONTINUE READING SECTION */
    .blogs_and_article_section {
        margin-top: 140px;
    }
    .recent_post_right {
        width: 100%;
        display: block;
        padding: 0;
    }
    .recent_post_right {
        margin-top: 770px;
    }
    .text_right {
        width: 50%;
        padding: 0 8px !important;
    }
    .blogs_and_article_section h1 {
        font-size: 32px;
    }
    .footer {
        margin-top: 69px !important;
    }
}

/* MEDIA QUERY WHEN MIN WIDTH IS 577px AND MAX WIDTH IS 768PX */

@media screen and (min-width:577px) and (max-width:768px) {
    nav .sm_nav_bar {
        display: none;
    }
    nav ul {
        padding: 10px 10px !important;
        position: fixed;
        top: 90px;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        left: 0;
        padding-left: 0 !important;
    }
    nav ul li a:hover,
    .active {
        color: #1C2D44;
        border-bottom: 1px solid #1C2D44;
        font-weight: bold;
        transition: all 0.1s;
    }
    nav ul li {
        display: block;
        margin-right: 0;
        line-height: 60px;
    }
    nav ul li a {
        color: #000;
        font-size: 18px;
    }
    .logo {
        line-height: 70px;
        padding-left: 0;
    }
    #check {
        display: none;
    }
    .checkbtn {
        color: #ffffff;
        font-size: 24px;
        float: right;
        margin-right: 10px;
        line-height: 70px;
        display: block;
        cursor: pointer;
    }
    #check:checked~nav ul {
        left: 0;
    }
    .overlay_items h1 {
        font-size: 48px;
    }
    .welcome_to_betfair_container {
        padding: 20px 0;
        margin-top: 50px;
    }
    .welcome_to_betfair_content {
        padding: 0;
    }
    .welcome_to_betfair_content h2 {
        font-size: 28px;
    }
    .quality_logo_right {
        margin-top: 0 !important;
    }
    .live_streaming_main {
        flex-direction: column;
        margin-top: 30px;
    }
    .live_streaming_left {
        width: 100%;
        margin-top: 20px;
    }
    .live_streaming_right {
        width: 100%;
        padding: 44px 2px;
    }
    .live_streaming_right p {
        padding-top: 10px;
    }
    .best_api_provider_section {
        flex-direction: column;
        margin-top: 5px !important;
    }
    .best_api_text_left {
        width: 100%;
        padding-right: 0;
    }
    .best_api_text_left p {
        font-size: 18px;
        padding-top: 10px;
    }
    .best_api_image_right {
        width: 100%;
        margin-top: 50px;
    }
    .best_api_image_right img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .most_trusted_api_provider_main {
        flex-direction: column;
    }
    .white_lebel_betting_left {
        width: 100%;
        padding: 20px 0;
    }
    .trusted_betfair_section h2 {
        font-size: 30px;
    }
    .trusted_betfair_api_right {
        width: 100%;
        margin-top: 40px;
        padding: 20px 0;
    }
    #button_center {
        position: absolute;
        top: 250px;
        right: 210px;
    }
    .betfair_image_left {
        margin-top: 30px !important;
    }
    .betfair_image_left img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .what_is_betfair h3 {
        padding: 0;
        font-size: 28px;
    }
    .what_is_betfair p {
        padding-left: 0;
    }
    .bg_grey {
        padding: 0;
        margin-top: 20px;
    }
    .bg_grey h2 {
        font-size: 1.2rem;
        text-align: center;
    }
    .bg_white {
        padding: 0;
        margin-top: 40px;
    }
    .bg_white h2 {
        font-size: 1.8rem;
    }
    .question1 {
        margin-bottom: 70px;
    }
    .button_bg_banner_two {
        position: absolute;
        bottom: 40%;
        left: 40%;
        bottom: 30%;
    }
    .banner_two h2 {
        position: absolute;
        top: 20%;
        left: 2%;
        font-size: 28px;
        text-align: center;
    }
    .right h3 {
        padding-top: 30px !important;
        padding-left: 0;
    }
    .right p {
        padding: 10px 0;
    }
    .button_bg {
        margin-left: 0 !important;
    }
    .wrap {
        margin: 0 0 auto;
        width: 100% !important;
        margin-left: 0;
    }
    .why_choose_content h4 {
        padding: 16px 15px !important;
        font-size: 24px;
    }
    .betfair_api_provider h2 {
        font-size: 31px;
    }
    .checked_items ul li {
        margin-right: 100px;
    }
    .betfair_left p {
        padding-right: 0 !important;
    }
    /* CONTINUE FEADING SECTION */
    .recent_post_right {
        width: 100%;
        display: block;
        padding: 0;
    }
    .recent_post_right {
        margin-top: 500px;
    }
    .footer {
        margin-top: 0 !important;
    }
}

@media screen and (min-width:769px) and (max-width:992px) {
    nav .sm_nav_bar {
        display: none;
    }
    p {
        font-size: 16px;
    }
    .logo {
        font-size: 1.4rem;
        width: 60%;
        padding: 0;
        line-height: 60px;
    }
    nav ul {
        position: fixed;
        top: 90px;
        width: 100%;
        height: 100%;
        background-color: #ffffff;
        left: 0;
        padding-left: 0 !important;
    }
    nav ul li {
        display: block;
        margin-right: 0;
        line-height: 60px;
    }
    nav ul li a {
        color: #000;
        font-size: 18px;
    }
    nav ul li a:hover,
    .active {
        color: #1C2D44;
        border-bottom: 1px solid #1C2D44;
        font-weight: bold;
        transition: all 0.1s;
    }
    .checkbtn {
        line-height: 60px;
        display: block;
        margin-left: 70px !important;
        margin-right: 0;
    }
    #check:checked~ul {
        left: 0;
    }
    .overlay_items h1 {
        font-size: 36px;
    }
    .welcome_to_betfair_container {
        padding: 0;
    }
    .welcome_to_betfair_content {
        padding: 0;
        margin-top: 20px;
    }
    .welcome_to_betfair_content h2 {
        font-size: 24px;
    }
    .live_streaming_main {
        flex-direction: column;
        margin-top: 30px;
    }
    .live_streaming_left {
        width: 100%;
    }
    .live_streaming_right {
        width: 100%;
        padding: 44px 2px;
    }
    .best_api_provider_section {
        flex-direction: column;
    }
    .best_api_text_left {
        width: 100%;
        padding-right: 0;
    }
    .best_api_image_right {
        width: 100%;
        margin-top: 50px;
    }
    .best_api_image_right img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .most_trusted_api_provider_main {
        flex-direction: column;
    }
    .white_lebel_betting_left {
        padding: 20px 0;
    }
    .white_lebel_betting_left {
        width: 100%;
    }
    .trusted_betfair_api_right {
        width: 100%;
        margin-top: 40px;
        padding: 0;
    }
    #button_center {
        position: absolute;
        top: 325px;
        right: 177px;
        display: none;
    }
    .betfair_image_left img {
        width: 100%;
        height: 100%;
        display: block;
    }
    .what_is_betfair {
        display: block;
    }
    .what_is_betfair h3 {
        padding: 0;
        font-size: 28px;
    }
    .what_is_betfair p {
        padding-left: 0;
    }
    .bg_grey {
        padding: 0;
        margin-top: 20px;
    }
    .bg_grey h2 {
        font-size: 1.3rem;
        text-align: left;
        padding-top: 20px;
    }
    .bg_white {
        padding: 0;
    }
    .question1 {
        margin-bottom: 70px;
    }
    .why_choose_content h2 {
        font-size: 1.4rem;
    }
    .trusted_betfair_section h2 {
        font-size: 1.6rem;
    }
    .odds_api p {
        padding-right: 0;
    }
    .frequently_asked_content_main h2 {
        font-size: 1.4rem;
    }
    #button_center {
        position: absolute;
        bottom: 30px;
        right: 117px;
    }
}

@media screen and (min-width:993px) and (max-width:1320px) {
    #button_center {
        position: absolute;
        bottom: 20px;
        right: 117px;
    }
    .betfair_right_with_text {
        position: relative;
    }
    .betfair_right_with_text h2 {
        padding: 0 5px !important;
    }
    .button_bg_center {
        position: absolute;
        left: 380px;
        top: 185px;
    }
    nav ul li a:hover {
        color: #1C2D44;
        border-bottom: 1px solid #1C2D44;
    }
    .logo {
        padding-left: 0 !important;
    }
    .banner_two h2 {
        font-size: 28px;
        left: 11%;
    }
    .button_bg_banner_two {
        left: 41%;
    }
    .why_choose_our_betfair_section {
        margin-top: 0 !important;
    }
    .footer {
        margin-top: 500px !important;
    }
}

.showSpanDiv span {
    display: block !important;
}

.read_more p span {
    display: none;
}