@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Black.eot');
    src: url('../fonts/GothamPro-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamPro-Black.woff2') format('woff2'), url('../fonts/GothamPro-Black.woff') format('woff'), url('../fonts/GothamPro-Black.ttf') format('truetype'), url('../fonts/GothamPro-Black.svg#GothamPro-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Bold.eot');
    src: url('../fonts/GothamPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamPro-Bold.woff2') format('woff2'), url('../fonts/GothamPro-Bold.woff') format('woff'), url('../fonts/GothamPro-Bold.ttf') format('truetype'), url('../fonts/GothamPro-Bold.svg#GothamPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Medium.eot');
    src: url('../fonts/GothamPro-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamPro-Medium.woff2') format('woff2'), url('../fonts/GothamPro-Medium.woff') format('woff'), url('../fonts//GothamPro-Medium.ttf') format('truetype'), url('../fonts/GothamPro-Medium.svg#GothamPro-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro-Light.eot');
    src: url('../fonts/GothamPro-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamPro-Light.woff2') format('woff2'), url('../fonts/GothamPro-Light.woff') format('woff'), url('../fonts/GothamPro-Light.ttf') format('truetype'), url('../fonts/GothamPro-Light.svg#GothamPro-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Gotham Pro';
    src: url('../fonts/GothamPro.eot');
    src: url('../fonts/GothamPro.eot?#iefix') format('embedded-opentype'), url('../fonts/GothamPro.woff2') format('woff2'), url('../fonts/GothamPro.woff') format('woff'), url('../fonts/GothamPro.ttf') format('truetype'), url('../fonts/GothamPro.svg#GothamPro') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

body,
html {
    /*
      max-width: 100%;
      max-height: 100%;
      height: 100%;
      overflow-y: auto;
*/
    font-family: 'Gotham Pro';
}

.container {
    max-width: 1480px;
}

h1,
h2,
h3,
h4,
h5,
h6,
li,
span {
    font-family: 'Gotham Pro';
    padding: 0;
    margin: 0;
}

button:focus {
    outline: 1px dotted;
    outline: none;
}

p {
    color: #000;
    font-size: 20px;
    line-height: 32px;
    font-weight: 400;
    font-family: 'Gotham Pro';
    padding: 0;
    margin: 0;
}

a:hover {
    color: #ff6d07;
    text-decoration: none;
    transition: 0.3s;
}

.section {
    padding: 140px 0 0 0;
}

.BigBets {
    padding: 0;
}


/* 
  .logonavbar-inner, .hero-content-sec, .navigation-inner, .overview-inner, .overview-box, .Methodology, .BigBets-inner1, .BigBets-inner2, .Resources-inner, .bg-footer-inner, .copyright{
    position: relative;
width: 100%;
padding-right: 15px;
padding-left: 15px;
} */

.tata-logo-1 {
    padding-top: 25px;padding-left: 15px;
}
.tata-logo-2 {
    padding-right: 15px;
  }
  .logonavbar {
    padding: 8px 0;
  }
.tata-logo-1 img {
    width: 300px;
}

.tata-logo-2 img {
    width: 70px;
}

.navbar-light .navbar-brand {
    cursor: auto;
}

.hero-section {
    background-image: url("../images/bfsi-option-2-banner.svg");
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 720px;
    display: flex;
    align-items: center;
    background-position: center;
}

.hero-text {
    padding: 0px 10px 0px 45px;
}

.hero-text h1 {
    font-size: 68px;
    line-height: 85px;
    color: #3d86c6;
    font-weight: 800;
    margin-bottom: 35px;
}

.hero-text p {
    font-size: 32px;
    line-height: 50px;
    color: #000;
    font-weight: 400;
}

.top-download-btn {
    margin-top: 25px;
}

#downloadBtn {
    opacity: 0;
    -webkit-transition: opacity 600ms, visibility 600ms;
    transition: opacity 600ms, visibility 600ms;
}

.logonavbar {
    border-bottom: 1px solid #DFDFDF;
}

.hero-img-sec {
    padding: 0;
}

.wow {
    visibility: hidden;
}

.hero-btn {
    transform: rotate(270deg);
    position: fixed;
    right: -83px;
    top: 25%;
    z-index: 1000;
    left: auto;
}

.logonavbar .navbar {
    width: 100%;
    padding: 0.5rem 0;
}

a {
    color: #EA7926;
    text-decoration: none;
    background-color: transparent;
}

.arrow {
    padding: 0 5px 0 5px;
}


/*=================================================================
  Navigation
==================================================================*/

.navigation {
    margin-top: 20px;
    background-color: #fff;
    width: 100%;
    z-index: 99;
    margin-bottom: 0;
    /*padding: 10px 0;*/
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}

.navbar-brand {
    display: none;
}

.navigation .navbar {
    padding: 0;
}

.navbar-nav {
    width: 100%;
}

.navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
}

.navigation .logo {
    padding: 0;
    height: auto;
    margin-top: 0;
}

.navigation .logo img {
    height: auto;
    width: 140px;
}

.navigation .navigation-menu li a.active {
    color: #3d86c6 !important;
    color: #3d86c6 !important;
    border-bottom: 2px solid #EA7926;
    font-weight: 500;
}

.active {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    line-height: 50px;
}

.navigation .navigation-menu a {
    padding: 25px 0 25px 0 !important;
    font-size: 20px;
    color: #000000 !important;
    line-height: 27px;
    font-weight: 400;
    font-family: 'Gotham Pro';
}

.Methodology a {
    font-weight: 500;
}

.navigation .navigation-menu a:hover,
.navigation .navigation-menu a:focus {
    background: transparent;
    color: #ff6d07 !important;
    font-weight: 500;
}

.navbar-toggle {
    border: 1px solid #fff;
    border-radius: 0;
}

.navbar-toggle span {
    background: #fff;
}


/*=================================================================
  Navigation  end
==================================================================*/


/*=================================================================
  OVERVIEW START
==================================================================*/

.overview-content {
    padding-bottom: 40px;
}

.CXO-div {
    display: flex;
    align-items: center;
}

.CXO_space {
    padding: 90px 0;
}

.CXO_space3 {
    padding: 90px 0 0 0;
}


/* .CXO-img img{
  width: 80%;
} */

.txt1,
.txt3 {
    padding-left: 13%;
}

.txt2 {
    padding-right: 13%;
}

.slider-div2 {
    padding: 50px 63px 50px 0 !important;
}

.section.methodology-sec {
    padding-top: 100px;
}

.text-big {
    color: #000;
    font-size: 100px;
    font-weight: 500;
    font-family: 'Gotham Pro'
}

.cxo-para {
    font-size: 36px;
    line-height: 52px;
}

.CXO-cotent h1 {
    color: #000;
    font-size: 56px;
    line-height: 72px;
    font-weight: 400;
}

.overview-content h1 {
    color: #000;
    font-size: 56px;
    line-height: 72px;
    margin-bottom: 25px;
    font-weight: 400;
}

.overview-card img {
    padding-bottom: 30px;
}

.arrow {
    width: 30px;
}


/*=================================================================
  OVERVIEW END
==================================================================*/


/*  Hover block css start*/

.BigBets-content {
    padding-bottom: 80px;
}

.BigBets-content p {
    font-size: 32px;
    line-height: 45px;
    color: #000;
    font-weight: 400;
}

.BigBets-content h1 {
    color: #000;
    font-size: 56px;
    line-height: 72px;
    margin-bottom: 20px;
    font-weight: 400;
}

.block-gallery {
    margin: 2.4rem 0
}

a:hover {
    color: #fb7c1e;
    text-decoration: none;
}

@media (min-width:767px) {
    .block-gallery {
        margin: 4.8rem 0
    }
}

.block-gallery__inner {
    display: flex;
    flex-direction: column
}

.block-gallery__inner {
    flex-direction: row;
    flex-wrap: wrap;
    margin: -2rem
}

.block-gallery__group {
    flex-shrink: 0;
    margin: .4rem 0
}

.block-gallery__group {
    flex-basis: calc(50% - 4rem);
    flex-grow: 1;
    margin: 2rem
}

.block-gallery__group--landscape {
    display: flex;
    flex-direction: column
}

.block-gallery__group--landscape-full {
    flex-basis: calc(100% - 4rem)
}

.block-gallery__group-item img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.block-gallery__group-item+.block-gallery__group-item {
    margin-top: .8rem
}

.block-gallery__group-item+.block-gallery__group-item {
    margin-top: 4rem
}

.block-intro-text {
    margin: 3.2rem 0
}

@media (min-width:767px) {
    .block-intro-text {
        margin: 8rem 0
    }
}

@media (min-width:1367px) {
    .block-intro-text {
        margin: 12rem 0
    }
}

.block-intro-text .anchor-clone,
.block-intro-text a,
.block-intro-text p {
    font-size: inherit;
    line-height: inherit;
    color: #151515
}

.block-intro-text a {
    position: relative;
    white-space: nowrap;
    display: inline-block
}

.block-intro-text a:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #b73b7d;
    position: absolute;
    bottom: 2px;
    left: 0;
    z-index: -1
}

.block-stats {
    margin: 4rem 0
}

.block-stats {
    margin: 6.4rem 0
}

.block-stats__item {
    padding-left: 3rem;
    position: relative
}

.block-stats__item {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 0
}

.block-stats__item:before {
    content: "";
    display: block;
    width: .6rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #b73b7d
}

.block-stats__item:before {
    transform: translateX(-4.8rem)
}

.block-stats__item+.block-stats__item {
    margin-top: 1.6rem
}

.block-stats__item+.block-stats__item {
    margin-top: 2.4rem
}

.block-stats__item-description,
.block-stats__item-value {
    font-family: Rubik, sans-serif;
    font-weight: 400
}

.block-stats__item-description,
.block-stats__item-value {
    flex: 50% 0 0
}

.block-stats__item-value {
    font-size: 6rem;
    line-height: 1em;
    color: #151515
}

.block-stats__item-value {
    font-size: 12rem
}

.block-whats-new {
    color: #fff;
    /* padding: 4.8rem 0;
  margin: 2.4rem 0 */
}


/* @media (min-width:767px) {
  .block-whats-new {
      padding: 8rem 0;
      margin: 6rem 0
  }
} */

.block-whats-new__title {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.block-whats-new__title h2 {
    color: #fff
}

.block-whats-new__cta {
    display: none
}

.block-whats-new__cta {
    display: block;
    color: #fff
}

.block-whats-new__post-item {
    display: block;
    color: #fff
}

.block-whats-new__post-item:first-of-type {
    padding-bottom: 3.2rem
}

.block-whats-new__post-item:first-of-type {
    padding-bottom: 0
}

.block-whats-new__post-item:last-of-type {
    display: none
}

.block-whats-new__post-item:last-of-type {
    display: block
}

@media (hover:hover) {
    .block-whats-new__post-item {
        transition: background-color .8s cubic-bezier(.23, 1, .32, 1);
        background-color: hsla(0, 0%, 76.9%, 0)
    }
    .block-whats-new__post-item.x {
        transition: opacity 1.2s cubic-bezier(.215, .61, .355, 1) .25s, transform 1.2s cubic-bezier(.215, .61, .355, 1) .25s, background-color .8s cubic-bezier(.23, 1, .32, 1)
    }
}

.block-whats-new__post-item-inner {
    display: flex;
    flex-direction: column;
    position: relative
}

.block-whats-new__post-item-inner {
    flex-direction: row-reverse;
    justify-content: space-between
}

.block-whats-new__post-item-inner:after,
.block-whats-new__post-item-inner:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    background-color: #DFDFDF
}

.block-whats-new__post-item.x.x--slide-up .block-whats-new__post-item-inner:after,
.block-whats-new__post-item.x.x--slide-up .block-whats-new__post-item-inner:before {
    transform-origin: left;
    transform: scaleX(0);
    transition: transform 1.2s cubic-bezier(.215, .61, .355, 1) .6s
}

.block-whats-new__post-item.x.x--slide-up.x--in-view .block-whats-new__post-item-inner:after,
.block-whats-new__post-item.x.x--slide-up.x--in-view .block-whats-new__post-item-inner:before {
    transform: scaleX(1)
}

.block-whats-new__post-item-inner:before {
    bottom: 100%
}

.block-whats-new__post-item-inner:after {
    display: none;
    top: 100%
}

.block-whats-new__post-item.x.x--slide-up .block-whats-new__post-item-inner:after {
    transition-delay: .8s
}

.block-whats-new__post-item:last-child .block-whats-new__post-item-inner:after {
    display: block
}

.block-whats-new__post-image {
    width: 100%;
    margin-bottom: 1.2rem;
    flex-shrink: 0
}

.block-whats-new__post-image {
    width: 24%;
    height: auto;
    margin-bottom: 0
}

@media (hover:hover) {
    .block-whats-new__post-image {
        transition: width 1s cubic-bezier(.23, 1, .32, 1)
    }
    .block-whats-new__post-item:hover .block-whats-new__post-image {
        width: 44%;
        transition-delay: .2s ease-in;
    }
}

.block-whats-new__post-image-inner {
    width: 100%;
    height: 0;
    min-height: 100%;
    padding-bottom: 66.77%;
    position: relative
}

.block-whats-new__post-image-inner {
    padding-bottom: 72.02%
}

.block-whats-new__post-image-inner img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.block-whats-new__post-copy {
    display: flex
}

.block-whats-new__post-copy {
    padding-right: 4rem
}

.block-whats-new__post-copy {
    width: 66%;
    padding: 26px 40px 34px 0;
}

.block-whats-new__post-title {
    margin-bottom: 0;
    /* display: -webkit-box; */
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-size: 26px;
    line-height: 31px;
    transition: font-size 600ms;
}

.block-whats-new__post-type {
    color: #3D86C6;
    font-size: 60px;
    margin-right: 50px;
    transition: font-size 600ms;
    position: absolute;
    left: 30px;
    top: 12px;
}

.block-whats-new__post-item-inner {
    border-left: 4px solid transparent;
}

.block-whats-new__post-item:hover .block-whats-new__post-item-inner {
    border-left: 4px solid #fb7c1e;
}

.block-whats-new__post-item:hover .block-whats-new__post-type {
    color: #EA7926;
    font-size: 80px;
    padding-bottom: 0;
    font-weight: 600;
}

.block-whats-new__post-date {
    color: #c5c5c5
}

.block-whats-new__post-date {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.15s ease-out;
}

.block-whats-new__post-item:hover .block-whats-new__post-date {
    opacity: 1;
    animation: fade 1s;
    margin-top: 20px;
    max-height: 100%;
    transition: max-height 0.15s ease-in;
    min-height: 160px;
}

.block-whats-new__post-date {
    color: #000 !important;
    font-size: 20px;
    line-height: 32px;
}

.block-whats-new__date-and-title {
    position: relative;
    padding-left: 100px;
}

.block-whats-new__post-item:hover .block-whats-new__post-title {
    color: #3D86C6;
    font-size: 40px;
    font-weight: 500;
    text-decoration: none;
    line-height: 48px;
}

@keyframes fade {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}


/*  Hover block css end*/


/*  horizental slider css start*/

.vertical-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sticky-container main {
    overflow-x: hidden;
    display: flex;
    position: sticky;
    top: 0;
    height: 100vh;
    align-items: center;
}

h1 {
    margin: 0;
    padding: 0;
}

.sticky-container section {
    min-width: 33.3%;
    max-width: 33.3%;
    min-height: auto;
    display: flex;
    justify-content: center;
    height: 60%;
}

.finding-sec.sticky-text-sec {
    align-items: flex-start;
    padding: 10px;
}

.finding-text {
    text-transform: uppercase;
    font-size: 25px;
    color: #EA7926;
    padding: 20px 0px 14px;
    letter-spacing: 2px;
}

.finding-sec h2 {
    font-size: 56px;
    font-weight: 400;
    color: #000;
    line-height: 68px;
    padding-top: 56px;
    padding-left: 20px;
}

.finding-sec h1 {
    color: #3D86C6;
    font-size: 250px;
    line-height: 200px;
}

img {
    width: 100%;
}

.finding-head {
    color: #000;
    font-size: 32px;
    line-height: 42px;
}

.finding-con {
    padding: 20px;
}


/*  horizental slider css end*/


/* owl carousel start============================ */

.owl-nav button {
    position: absolute;
    top: 25%;
    background-color: #000;
    color: #fff;
    margin: 0;
    transition: all 0.3s ease-in-out;
}

.owl-nav button.owl-prev {
    left: 0;
}

.owl-nav button.owl-next {
    right: 0;
}

.owl-dots {
    text-align: center;
}

.owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    background: #ccc;
    margin: 0 3px;
}

.owl-dots button.owl-dot.active {
    background-color: #000;
}

.owl-dots button.owl-dot:focus {
    outline: none;
}

.owl-nav button {
    position: absolute;
    top: 23%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.38) !important;
}

.owl-prev span,
.owl-next span {
    font-size: 55px;
    position: relative;
    top: -5px;
    color: #fff;
}


/* span {
    font-size: 70px;    
    position: relative;
    top: -5px;
} */

.owl-nav button:focus {
    outline: none;
}


/* owl carousel end============================ */


/*=================================================================
 Resources section start
==================================================================*/

.resource .BigBets {
    padding: 0 0 110px 0;
}

.Resources-content h1 {
    color: #000;
    font-size: 56px;
    line-height: 72px;
    margin-bottom: 25px;
    font-weight: 400;
}


/* .Resources-content{
  padding-bottom: 40px;
} */

.resource-card-1 {
    padding: 0 22px 0 0;
}

.resource-card-2 {
    padding: 0 10px 0 10px;
}

.resource-card-3 {
    padding: 0 0 0 22px;
}

.p-small {
    font-size: 16px;
    line-height: 27px;
    color: #EA7926;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
    letter-spacing: 2px;
}

.resource-content h4 {
    color: #000;
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
    font-weight: 400;
}

.resource-content {
    padding: 25px;
}

.resource-card-inner:hover {
    position: relative;
    border-radius: 7px;
    box-shadow: 0px 0px 15px 2px rgb(72 73 121 / 15%);
    transition: all 0.5s ease-in-out 0s;
    cursor: pointer;
}

.resource-card-inner:hover .resource-content h4 {
    color: #3D86C6;
}

.finding-con:hover .finding-text::after,
.mobile-slider-box .item:hover .finding-text::after {
    width: 100%;
}

.finding-text,
.mobile-slider-box .item .finding-text {
    position: relative
}

.finding-text::after,
.mobile-slider-box .item .finding-text::after {
    background-color: #f97b1e;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: 0;
    transition: all 600ms ease 0s;
    width: 0;
    opacity: 1;
}


/*=================================================================
 Resources section start
==================================================================*/


/*=================================================================
 bg footer section start
==================================================================*/

.bg-footer {
    background-image: url(../images/bg-footer.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 160px 0;
    background-position: center;
}

.bg-footer h1 {
    color: #fff;
    font-size: 56px;
    line-height: 72px;
    margin-bottom: 40px;
    font-weight: 400;
}

.btn-orange {
    color: #fff;
    background-color: #EA7926;
    border: 0px;
    padding: 15px 25px;
    font-size: 20px;
    border-radius: 2px;
}

.btn-orange:hover {
    background-color: #df6612;
    transition: 0.3s;
    color: #fff;
}


/*=================================================================
 bg footer section end
==================================================================*/


/* footer start======================== */

.footer {
    padding: 20px 0;
    background-color: #fff;
    color: gray;
    text-align: center;
}

.copyright p {
    margin: 0;
    font-size: 17px;
    color: #000;
}


/* footer end ======================== */


/* vertical slider start *********************/


/* methodology popup start======================== */

.modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
}

.custome-width {
    max-width: 50%;
    margin: 1.75rem auto;
}

.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto;
    position: absolute;
    right: 25px;
    font-size: 50px;
}

.modal-header,
.modal-footer {
    border-bottom: none;
    border-top: none;
}

.model-card-1 h1,
.model-card-2 h1,
.model-card-3 h1 {
    font-size: 30px;
    line-height: 36px;
    color: #3D86C6;
    font-weight: 500;
    margin-bottom: 10px;
}

.methodology-box {
    border: 1px solid #CBC8C8;
    margin-bottom: 50px;
}

.slot-1 {
    padding-right: 0;
    border-right: 1px solid #CBC8C8;
}

.slot1_top {
    padding: 25px 25px 36px 25px;
}

.slot1_bottom {
    padding: 25px 25px 10% 25px;
    border-top: 1px solid #CBC8C8;
}

.slot1_bottom h5 {
    color: #EA7926;
    font-size: 80px;
    line-height: 102px;
    font-weight: 400;
}

.slot-2 {
    padding-left: 0;
    padding-right: 0;
}


/* .model-card-2{
  padding: 25px;
  border-bottom: 1px solid #CBC8C8;
} */

.model-card-2 span {
    color: #EA7926;
}

.model-card-2 {
    padding: 25px 40px 25px 40px;
    border-bottom: 1px solid #CBC8C8;
}

.model-card-2:nth-child(2) {
    border-bottom: 1px solid #CBC8C8;
}

.model-card-2:nth-child(3) {
    border-bottom: none;
}

.slot-3 {
    padding-left: 0;
}

.model-card-3 {
    padding: 25px 25px 36px 60px;
    border-left: 1px solid #CBC8C8;
}

.model-card-3 h5 {
    color: #3d86c6;
    font-size: 25px;
    line-height: 37px;
    font-weight: 400;
    margin-bottom: 10px;
}

.model-card-3 span {
    color: #EA7926;
}

.slot-3-top {
    padding-bottom: 25px;
}


/* methodology popup end============================== */


/* download popup start */

.modal-content {
    border-radius: 0;
    padding: 0 55px;
}

.model-box {
    padding: 0 35px 30px 35px
}

.mobile-slider,
.mobile-link {
    display: none !important;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #ACACAC;
    background-color: #F4F4F4;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
}

option[value=""][disabled] {
    display: none;
}

.form-control:focus {
    color: #495057;
    background-color: #f4f4f4;
    border: 1px solid #ea7926;
    outline: 0;
    box-shadow: none;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: black;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
    font-family: 'Gotham Pro';
}

.form-check-label {
    color: black;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

::-webkit-input-placeholder {
    /* Edge */
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #ACACAC;
}

:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #ACACAC;
}

::placeholder {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #ACACAC;
}

.model-btn1 {
    background-color: #EA7926;
    color: #fff;
    border: 0px;
    padding: 7px 10px;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #EA7926;
    width: 100%;
}

.model-btn1:hover {
    background-color: #df6612;
    transition: 0.3s;
    color: #fff;
}

.model-btn2 {
    background-color: #fff;
    color: #EA7926;
    border: 0px;
    padding: 7px 10px;
    width: 100%;
    font-size: 16px;
    border-radius: 0;
    border: 1px solid #C4C4C4;
}

.model-btn2:hover {
    background-color: #df6612;
    transition: 0.3s;
    color: #fff;
}

.top-margin {
    margin-top: 35px;
}

.block-whats-new__post-image.mobile-show {
    display: none;
}


/* download popup end */

.explore-content {
    text-align: center;
}

.explore-text {
    text-align: center;
    font-size: 40px;
    line-height: 60px;
    margin-bottom: 40px;
}

.explore-content {
    text-align: center;
    padding: 80px 0;
}

.overview-card img {
    width: auto;
    height: 70px;
}

.block-whats-new__post-item,
.finding-con a {
    pointer-events: unset;
    cursor: auto;
}

.CXO-inner {
    border-top: 1px solid #DFDFDF;
    padding-top: 120px;
}

#BigBets {
    padding-top: 40px;
}

.nextPrev-wrap #wait-wrap {
    font-size: 16px;
    background: url(../images/loader.gif) no-repeat;
    background-size: 30px;
    position: absolute;
    top: 10px;
    left: 0;
    min-height: 30px;
    min-width: 30px;
    padding: 6px 0 0 35px;
    color: #000;
    display: none;
}

.contact-wrap .form-error {
    color: red;
    display: block;
    text-align: left;
    font-size: 14px;
}

small,
.small {
    font-size: 80%;
    font-weight: normal;
    display: block;
}

.req_txt {
    color: red;
    font-size: 80%;
    font-weight: normal;
}