/* !!!!!!!!!!!!!!!!!!! Fonts integration start here !!!!!!!!!!!!!!!!!!! */
@font-face {
    font-family: ProductSans-Bold;
    src: url(./asset/google-sans-font/ProductSans-Bold.ttf);
}

@font-face {
    font-family: ProductSans-Regular;
    src: url(./asset/google-sans-font/ProductSans-Regular.ttf);
}

@font-face {
    font-family: ProductSans-Medium;
    src: url(./asset/google-sans-font/ProductSans-Medium.ttf);
}

/* !!!!!!!!!!!!!!!!!!! Fonts integration end here !!!!!!!!!!!!!!!!!!!  */

/* !!!!!!!!!!!!!!!!!!! Global styles start here !!!!!!!!!!!!!!!!!!!  */
* {
    font-family: ProductSans-Bold;
}

p {
    margin: 0;
}

a,
a:hover {
    text-decoration: none !important;
}

body {
    background-image: url('./asset/bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    min-height: 100vh;
}

.indexbody {
    /* background-image: none !important; */
}

.fixed-position {
    position: fixed;
}

.topmargin4rem {
    margin-top: 60px !important;
}

.bottommargin {
    padding-bottom: 40px !important;
}

.btndisabled {
    /* background: #8f8f8fc7 !important; */
    background: #E0E0E0 !important;
    cursor: not-allowed;
}

#playstorelink, #appstorelink {
    cursor: pointer;
}

.black {
    background: rgba(0, 0, 0, 0.8) !important;
    z-index: 1000 !important;
    /* Firefox */
    -moz-transition: all 0.5s ease-in;
    /* WebKit */
    -webkit-transition: all 0.5s ease-in;
    /* Opera */
    -o-transition: all 0.5s ease-in;
    /* Standard */
    transition: all 0.5s ease-in;
}

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}

.commonTagline {
    padding-top: 20px;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px #00000029;
    font-size: 16px !important;
    padding-left: 3rem;
    font-family: ProductSans-Bold !important;
}

.predictiontagline {
    padding-bottom: 40px;
}

@media only screen and (max-width: 768px) {
    .commonTagline {
        text-align: center;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

/* !!!!!!!!!!!!!!!!!!! Global styles end here !!!!!!!!!!!!!!!!!!!  */

/* !!!!!!!!!!!!!!!!!!! Common nav start here !!!!!!!!!!!!!!!!!!! */
.nav-fixed {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
}

.common-nav {
    /* background: red; */
    background: rgba(0, 0, 0, 0.2);
    position: relative;
    padding-left: calc(30px + 10px);
    padding-right: 40px;

    /* Firefox */
    -moz-transition: all 0.5s ease-in;
    /* WebKit */
    -webkit-transition: all 0.5s ease-in;
    /* Opera */
    -o-transition: all 0.5s ease-in;
    /* Standard */
    transition: all 0.5s ease-in;
}

.common-nav .navbar-toggler {
    border: none !important;
    margin-top: 6px;
}

.common-nav .navbar-toggler:focus:not(:focus-visible),
.common-nav .navbar-toggler:focus,
.common-nav .navbar-toggler-icon:focus-visible,
.common-nav .navbar-toggler:focus-visible {
    outline: 0 !important;
    box-shadow: none !important;
}

.common-nav .navbar-brand {
    position: absolute;
}

.common-nav .nav-item {
    padding-bottom: 0.5rem;
}

.common-nav .nav-link {
    color: #fff;
    font-size: 16px;
    font-family: ProductSans-Regular;
}

.common-nav .active {
    border-bottom: 4px solid #fff;
}

.common-nav .active .nav-link {
    font-family: ProductSans-Bold;
}

.common-nav .navbar-toggler-icon {
    width: 30px;
    height: 17px;
    background-image: none;
    position: relative;
    border-bottom: 4px solid #fff;
    transition: all 300ms linear;
}

.common-nav .collapsed .navbar-toggler-icon:before {
    top: -8px !important;
}

.common-nav .navbar-toggler-icon:after,
.common-nav .navbar-toggler-icon:before {
    width: 30px;
    position: absolute;
    height: 4px;
    background-color: #fff;
    top: -6px;
    left: 0;
    content: '';
    z-index: 2;
    transition: all 300ms linear;
}

.common-nav .navbar-toggler-icon:after {
    top: 2px !important;
}

.common-nav .collapsed .navbar-toggler-icon:after {
    top: 3px !important;
}

.common-nav .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
    transform: rotate(45deg);
}

.common-nav .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
    transform: translateY(8px) rotate(-45deg);
}

.common-nav .navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
    border-color: transparent;
}

.common-nav .downloadicons {
    position: absolute;
    right: 37px;
    top: 10px;
}

.common-nav .downloadicons li {
    display: inline-block;
    list-style: none;
    margin-right: 15px;
}

.common-nav .downloadicons p {
    font-size: 16px;
    font-family: ProductSans-Medium;
    color: #FFFFFF;
    text-shadow: 0px 2px 4px #00000029;
}

.dividerline {
    display: none;
}

@media only screen and (max-width: 768px) {
    .common-nav {
        opacity: 0.8;
        backdrop-filter: blur(40px);
        background: #000000;
    }

    .common-nav .downloadicons {
        position: static;
        text-align: center;
        padding-top: 20px !important;
    }

    .dividerline {
        display: block;
        width: 200px;
        height: 1px;
        background: #FFFFFF;
        opacity: 0.2;
    }

    .common-nav .downloadicons li:first-child {
        display: block;
        margin-bottom: 25px;
        margin-right: 0;
    }

    .common-nav .navbar-brand {
        position: static !important;
    }

    .common-nav .navbar-nav {
        margin-top: 30px;
    }

    .common-nav .active {
        border-bottom: none !important;
    }

    .common-nav .active .nav-link {
        color: #1890ff !important;
        /* color: #096dd9 !important; */
    }

    .common-nav .nav-link {
        font-family: ProductSans-Medium !important;
    }

    .common-nav .nav-item {
        text-align: center;
    }
}

/* !!!!!!!!!!!!!!!!!!! Common nav end here !!!!!!!!!!!!!!!!!!! */

/* !!!!!!!!!!!!!!!!!!! Common footer start here !!!!!!!!!!!!!!!!!!! */
.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.common-footer {
    background: rgba(0, 0, 0, 0.2) no-repeat padding-box;
    color: #fff;
}

.common-footer .left {
    padding-left: 2.5rem !important;
}

.common-footer .right {
    padding-right: 2.5rem !important;
}

.common-footer p {
    padding: 0.625rem 0;
    font-size: 0.875rem;
    font-family: ProductSans-Regular;
}

.common-footer p span {
    font-family: ProductSans-Regular;
    margin-left: 20px;
    padding-left: 20px;
    border-left: 1px solid #ffffff1a;
    /* border-opacity: 0.2; */
}

.common-footer ul {
    margin: 0.625rem 0;
}

.common-footer ul li {
    display: inline;
}

.common-footer ul li:first-child {
    padding-right: 10px;
}

.common-footer ul li:last-child {
    padding-left: 10px;
}

.common-footer ul li a {
    color: #fff;
    text-decoration: none;
    font-family: ProductSans-Regular;
    font-size: 14px;
}

.common-footer ul li .divider {
    color: #fff;
    opacity: 0.2;
}

@media only screen and (max-width: 1430px) {
    .common-footer .left {
        padding-left: 1.25rem !important;
    }

    .common-footer .right {
        padding-right: 1.25rem !important;
    }

    .common-footer p {
        padding: 0.625rem 0;
        font-size: 0.875rem;
    }

    .common-footer ul {
        margin: 0.625rem 0;
    }
}

@media only screen and (max-width: 575px) {
    .common-footer .left {
        padding-left: 0 !important;
    }
}

@media only screen and (max-width: 768px) {
    .common-footer .left p span.default {
        display: none !important;
    }

    .common-footer .left p span {
        border: none;
        padding: 0;
        margin: 0;
    }

    .common-footer {
        background: rgba(0, 0, 0, 0.8) !important;
        /* opacity: ; */
    }

    .commonTaglinediv,
    .games-body-section,
    .predictions-body-section,
    .aboutus-body-section,
    .contactus-body-section {
        background: rgba(0, 0, 0, 0.4) !important;
    }

    .homepredict {
        background: none !important;
    }

    .predictiontaglinediv {
        background: none !important;
    }
}

/* !!!!!!!!!!!!!!!!!!! Common footer end here !!!!!!!!!!!!!!!!!!! */

/* ************************************* Home page styles start here ************************************* */
.mainsection .logodiv {
    background: #fff;
    margin: 1.875rem 0;
}

.mainsection .logodiv img {
    width: 13.25rem;
    height: 7.625rem;
    margin: 1.25rem 0;
}

.mainsection .logoimg {
    width: 18.75rem;
    margin: 5rem 0 2.5rem 0;
    min-width: 18.75rem;
}

.mainsection .contentdiv {
    background: rgba(0, 0, 0, 0.2) no-repeat padding-box;
    color: #fff;
}

.mainsection .contentdiv {
    margin-bottom: 5.6875rem;
}

.mainsection .contentdiv span {
    display: block;
}

.mainsection .contentdiv .maintitle {
    font-size: 3.75rem;
    padding: 1.25rem 0 0.625rem 0;
    margin: 0 !important;
}

.mainsection .contentdiv .quotestitle {
    font-size: 1.25rem;
}

.mainsection .contentdiv .briefsubtitle {
    font-size: 1.25rem;
    margin: 2.5rem 0;
}

.mainsection .contentdiv .subtitle {
    font-size: 1.25rem;
    padding-bottom: 1.25rem;
}

.mainsection .contentdiv .briefsubtitle span {
    font-family: ProductSans-Regular;
    display: inline-block;
}

.mainsection .socialmediadiv .left {
    padding-left: 2.5rem !important;
}

.mainsection .socialmediadiv .right {
    padding-right: 2.5rem !important;
}

.mainsection .socialmediadiv p {
    font-size: 1rem;
    color: #fff;
}

.mainsection .socialmediadiv {
    margin-bottom: 2.8125rem;
}

.mainsection .socialmediadiv ul li {
    display: inline;
}

.mainsection .socialmediadiv ul {
    padding: 0;
    margin-bottom: 0;
}

.homepredict h3.titletext {
    color: #FFFFFF;
    font-size: 30px;
    margin: 0 !important;
}

.homepredict p.contenttext {
    font-family: ProductSans-Regular;
    font-size: 20px;
    color: #FFFFFF;
}

.homepredict .gotobtn {
    background: transparent linear-gradient(90deg, #5AB963 0%, #0097A7 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    width: 200px;
    height: 40px;
    font-family: ProductSans-Regular;
    font-size: 18px;
    margin-top: 30px;
    color: #FFFFFF;
    border: none;
}

.homepredict .bannerimg {
    height: auto !important;
}

/* .homepredict .dynamicdiv {
    width: 400px;
} */
/* ************************************* Home page styles end here ************************************* */

/* ************************************* Games page styles start here ********************************* */
.games-body-section h1 {
    font-family: ProductSans-Regular;
    font-size: 30px;
    color: #fff;
}

.games-body-section p {
    font-family: ProductSans-Regular;
    font-size: 20px;
    color: #fff;
}

.games-body-section .nav-tabs {
    border-bottom: none;
}

/* .games-body-section .nav-tabs li {
    display: inline !important;    
} */

.games-body-section .tab-content {
    margin-top: 16px;
    padding: 0 10px 0 10px;
}

.games-body-section .tab-content h1 {
    font-size: 20px;
    margin: 20px 0 10px 0;
    color: #2196F3;
}

.games-body-section .tab-content .paragraphdiv {
    overflow-y: scroll;
    max-height: 389px;
    padding-right: 10px;
}

.games-body-section .tab-content .paragraphdiv p {
    font-family: ProductSans-Regular;
    font-size: 12px;
    color: #222222 !important;
    padding-bottom: 20px;
}

.games-body-section .tab-content .paragraphdiv p span {
    font-size: 12px;
    color: #222222 !important;
    font-family: ProductSans-Bold;
}


.games-body-section .tab-content .firstboxdiv {
    /* padding-top: 15px;
    padding-bottom: 15px; */
    padding-right: calc(var(--bs-gutter-x) * .5) !important;
    padding-left: calc(var(--bs-gutter-x) * .5) !important;
}

.games-body-section .tab-content .boxdiv {
    background: #fff;
    border-radius: 8px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 0;
    min-height: 454px;
    max-width: 210px;
    float: left;
}

.games-body-section .nav-tabs .active {
    background: none;
    border: none;
}

.games-body-section .nav-link {
    border: none;
}

.games-body-section .nav-link:hover {
    color: none !important;
}

.games-body-section .nav-link p {
    color: #FFFFFF;
    text-shadow: 0px 2px 4px #00000029;
    font-size: 12px;
    font-family: ProductSans-Medium;
    text-align: center;
    margin-top: 10px;
}

.games-body-section .nav-tabs .active p {
    display: none !important;
}

.games-body-section .nav-tabs .active img {
    border-bottom: 4px solid #fff;
    padding-bottom: 20px;
}









.games-body-section .mobiletab-content .progress {
    display: block;
    width: 100px;
    height: 8px;
    border-radius: 20px;
    overflow: hidden;    
    background-color: #afb1ab;
    background-image: linear-gradient(to right, #009cf3, #009cf3);
    background-repeat: no-repeat;
    background-size: 0 100%;
    
    transition: background-size .4s ease-in-out;
  }

.games-body-section .webtab-content .progress {
    display: none !important;
    }
  
.games-body-section .mobiletab-content .slick-slide {
      height: auto !important;
  }
  
  
/* .games-body-section .mobiletab-content .content {
    margin: auto;
    padding: 20px;
    width: 600px;
  } */
  
.games-body-section .tab-content .slider {
    margin: 30px auto 20px;
  }
.slick-prev, .slick-next {
    display: none !important;
}  
  
.games-body-section .mobiletab-content .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0;
  }








@media only screen and (max-width: 768px) {
    .games-body-section .tab-content .firstboxdiv {
       /* margin-left: 36px !important; */
    }
    .games-body-section .tab-content .boxdiv {
        /* margin-right: 0 !important; */
        width: auto !important;
    }

    .games-body-section .tab-content .boxdiv {
    margin-bottom: 0 !important;
}
}

/* ************************************* Games page styles end here ********************************* */

/* *********************************** Predictions page styles start here ****************************** */
.predictions-body-section .left h1 {
    font-family: ProductSans-Regular;
    font-size: 30px;
    color: #fff;
}

.predictions-body-section .left p {
    font-family: ProductSans-Regular;
    font-size: 20px;
    color: #fff;
}

.predictions-body-section .left select {
    width: 160px;
    height: 40px;
    box-shadow: 0px 2px 4px #00000029;
    border-radius: 8px;
    color: #2196F3;
    display: inline-block !important;
    margin-right: 30px;
    background-image: none;
}

.active-dropdown-icon {
    background-image: url('./asset/activedropdown.png') !important;
    background-repeat: no-repeat !important;
}

.disable-dropdown-icon {
    background-image: url('./asset/disabledropdown1.png') !important;
    /* background-image: url("data:image/svg+xml;charset=UTF-8, %3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='10' viewBox='0 0 16 10'%3e%3cg id='Group' transform='translate(16.001) rotate(90)'%3e%3cg id='spacer' transform='translate(0 0.001)' fill='rgba(255,255,255,0)' stroke='rgba(0,0,0,0)' stroke-width='1'%3e%3crect width='10' height='16' stroke='none'/%3e%3crect x='0.5' y='0.5' width='9' height='15' fill='none'/%3e%3c/g%3e%3cpath id='ic_keyboard_arrow_left_24px' d='M7.845,12.073,3,6.84,7.845,1.607,6.352,0,0,6.84l6.352,6.84Z' transform='translate(8.924 14.84) rotate(180)' fill='%23e6e6e6'/%3e%3c/g%3e%3c/svg%3e") !important; */
    background-repeat: no-repeat !important;
}

.predictions-body-section .left button {
    background: transparent linear-gradient(90deg, #5AB963 0%, #0097A7 100%) 0% 0% no-repeat padding-box;
    width: 160px;
    height: 40px;
    border-radius: 8px;
    color: #fff;
    border: none !important;
}

.predictions-body-section .left h4 {
    font-size: 20px;
    color: #fff;
    padding-top: 60px;
    padding-bottom: 30px;
    margin-bottom: 0;
}

.predictions-body-section .right .dynamicdiv {
    background: #fff;
    padding: 10px;
    border-radius: 8px;
    /* max-height: 500px;
    overflow-y: scroll;
    overflow-x: hidden; */
    min-height: 500px;
    display: none;
}

.predictions-body-section .right .dynamicdiv .topbannertitlediv {
    margin: 15px 0 !important;
    background: #F5F5F5;
    border-radius: 8px;
}

.predictions-body-section .right .dynamicdiv h4 {
    font-size: 20px;
    text-transform: capitalize;
    color: #2196F3;
    margin-bottom: 15px !important;
    padding-top: 15px !important;
}

.predictions-body-section .right .dynamicdiv h4 span {
    text-transform: uppercase;
    color: #C31162;
}

.predictions-body-section .right .dynamicdiv h5 {
    text-transform: capitalize;
    color: #2196F3;
    font-size: 16px;
    padding-bottom: 15px !important;
}

/* .predictions-body-section .right .dynamicdiv .favdivrow {
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden;
} */

.predictions-body-section .right .dynamicdiv .favdiv {
    background: #E8EAF6;
    padding: 10px;
    margin: 0;
    border-radius: 8px;
}

.predictions-body-section .right .dynamicdiv .favdiv img {
    width: 44px;
    height: 44px;
    border-radius: 44px;
}

.predictions-body-section .right .dynamicdiv .favdiv .relativediv {
    position: relative !important;
}

.predictions-body-section .right .dynamicdiv .favdiv h3 {
    font-size: 10px;
    /* font-size: 14px; */
    margin: 0;
}

.predictions-body-section .right .dynamicdiv .favdiv h3 p {
    display: inline-block !important;
}

.predictions-body-section .right .dynamicdiv .favdiv h3:first-child {
    text-transform: uppercase;
}

.predictions-body-section .right .dynamicdiv .favdiv h3.last-child {
    text-transform: capitalize;
    position: absolute !important;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto !important;
}

.predictions-body-section .right .dynamicdiv .favdiv h3 span {
    color: #546cbf;
    text-transform: uppercase;
}

.predictions-body-section .right .dynamicdiv .bannerimg {
    width: 100%;
}

.predictions-body-section .right .dynamicdiv .winteamdiv {
    position: relative;
    display: inline-block;
}

.predictions-body-section .right .dynamicdiv .winteam {
    border: 2px solid #546cbf;
}

.predictions-body-section .right .dynamicdiv .roadwinstar {
    position: absolute;
    left: 0px;
    color: #546cbf;
    background: #fff;
    width: 13px !important;
    border: 1px solid #546cbf;
    height: 13px !important;
}

.predictions-body-section .right .dynamicdiv .homewinstar {
    position: absolute;
    right: 0px;
    color: #546cbf;
    background: #fff;
    width: 13px !important;
    border: 1px solid #546cbf;
    height: 13px !important;
}

.predictions-body-section .right .dynamicdiv .notwinteam {
    border: 2px solid #ceecfd;
}

.predictions-body-section .right .dynamicdiv h6 {
    margin-top: 100px !important;
    color: #d9005a;
    text-transform: capitalize;
}

.sharedynamicdivsection {
    /* background: red !important; */
    /* min-width: 1600px !important;
    min-height: 1600px !important; */
    /* width: auto;     */
    position: absolute;
    top: -100000px;
    /* min-width: 1000px !important; */
}

.vvv {
    /* width: 10px !important;
    height: 15px !important; */
}

.ccc {

}

/* .predictions-body-section .right .loaderbox {
    padding: 150px 0;
    border: 1px solid red;
} */

#shareModal h4 {
    color: #2196F3;
    font-size: 20px;
}

#shareModal .btn-close {
    color: #FF525D !important;
    background: none;
    opacity: 1 !important;
    padding-top: 0;
    /* background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' stroke='#FF525D' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat; */
}

#shareModal ul li {
    list-style: none;
    display: inline-block;
}

#shareModal .modal-body img {
    margin-right: 30px;
}

#shareModal .clipboarddiv {
    margin: 0 20px 20px 20px;
}

#shareModal .clipboarddiv .textdiv {
    background: #E2F1FC 0% 0% no-repeat padding-box;
    border: 2px solid #2196F3;
    border-radius: 4px;
    float: left;
    width: 89%;
    margin-right: 10px;
}

#shareModal .clipboarddiv .textdiv p {
    font-size: 16px;
    color: #2196F3;
    padding: 10px;
    word-break: break-all;
}

#shareModal .clipboarddiv img {
    /* float: left; */
    margin-top: 5px;
    cursor: pointer;
}

.predictions-body-section .appstore {
    margin-left: 40px;
}

@media only screen and (max-width: 1252px) {
    .predictions-body-section .left select {
        margin-bottom: 30px;
    }

    .predictions-body-section .left button {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 1100px) {
    .predictions-body-section .right .dynamicdiv .favdiv h3 {
        font-size: 14px !important;
    }
}

@media screen and (min-device-width: 392px) and (max-device-width: 575px) { 
 #weekselect, #sharebtn {
    margin-right: 0 !important;
 }
}

/* @media only screen and (max-width: 1030px) {
    .predictions-body-section .left .storeimg .appstore {
        margin-left: 0;
        margin-top: 40px;
    }

    .predictions-body-section .left .storeimg img {
        display: block;
    }
} */

@media only screen and (max-width: 575px) {
    .predictions-body-section .storeimg .appstore {
        margin-left: 0;
        margin-top: 40px;
    }

    .predictions-body-section .storeimg img {
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .predictions-body-section .right .dynamicdiv .favdiv h3.last-child {
        position: static !important;
    }

    /* .whitecircleloader {
        margin-top: 200px !important;
        margin-bottom: 200px !important;
    } */
    #shareModal .clipboarddiv .textdiv {
        width: 100%;
    }

    #shareModal .clipboarddiv img {
        margin: 10px 45% !important;
        margin-bottom: 0 !important;
    }
}

/* @media only screen and (max-width: 792px) {
  
    } */
/* ************************************* Predictions page styles end here ****************************** */

/* ************************************* Aboutus page styles start here ********************************* */
.aboutus-body-section h1 {
    font-family: ProductSans-Regular;
    font-size: 30px;
    color: #fff;
    padding-top: 40px;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.aboutus-body-section p {
    font-family: ProductSans-Regular;
    font-size: 20px;
    color: #fff;
}

.aboutus-body-section .outerdiv {
    margin: 20px 0 40px 0 !important;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 40px;
}

.aboutus-body-section .outerdiv .paragraphdiv {
    overflow-y: scroll;
    max-height: 633px;
    padding-right: 15px;
}

.paragraphdivfirefox {
    scrollbar-color: #2196F3 #fff !important;
    scrollbar-width: thin !important;    
}

.aboutus-body-section .outerdiv .paragraphdiv p {
    font-family: ProductSans-Regular;
    font-size: 20px;
    color: #444444 !important;
    padding-bottom: 20px;
}

.aboutus-body-section .outerdiv .paragraphdiv p span {
    font-size: 20px;
    color: #444444 !important;
    font-family: ProductSans-Bold;
}

.aboutus-body-section .outerdiv .paragraphdiv h5 {
    font-size: 20px;
    color: #444444 !important;
    padding-bottom: 20px;
}

.aboutus-body-section .teamdiv {
    background: #fff;
    border-radius: 8px;
}

.aboutus-body-section .teamdiv img {
    margin-top: 30px;
}

.aboutus-body-section .teamdiv h5 {
    color: #444444;
    text-shadow: 0px 2px 4px #00000029;
    font-size: 20px;
    margin: 30px 0 10px 0;
}

.aboutus-body-section .teamdiv h6 {
    font-size: 14px;
    color: #666666;
}

.aboutus-body-section .teamdiv ul {
    padding-left: 0;
    margin: 25px 0 35px 0;
}

.aboutus-body-section .teamdiv ul li {
    list-style: none;
    display: inline-block;
}

.aboutus-body-section .teamdiv ul i {
    color: #888888;
}

.aboutus-body-section .teamdiv ul li:first-child {
    padding-right: 20px;
}

@media only screen and (max-width: 1399px) {
    .aboutus-body-section .outerdiv .paragraphdiv p {
        font-size: 18px;
    }

    .aboutus-body-section .outerdiv .paragraphdiv p span {
        font-size: 18px;
    }

    .aboutus-body-section .outerdiv .paragraphdiv h5 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 768px) {
    .aboutus-body-section .outerdiv .paragraphdiv p {
        font-size: 16px;
    }

    .aboutus-body-section .outerdiv .paragraphdiv p span {
        font-size: 16px;
    }

    .aboutus-body-section .outerdiv .paragraphdiv h5 {
        font-size: 16px;
    }

    .aboutus-body-section .outerdiv .paragraphdiv {
        overflow-y: initial;
        max-height: none;
    }
}

/* ************************************* Aboutus page styles end here ********************************* */

/* ************************************* Contactus page styles start here ********************************* */
.contactus-body-section .left h1 {
    font-family: ProductSans-Regular;
    font-size: 30px;
    color: #fff;
}

.contactus-body-section .left p {
    font-family: ProductSans-Regular;
    font-size: 20px;
    color: #fff;
}

.contactus-body-section h4 {
    font-size: 20px;
    color: #fff;
    padding-bottom: 12px;
    margin-bottom: 0;
}

hr.homeweb {
    border: 1px solid #FFFFFF;
    opacity: 0.2;
    margin-bottom: 20px;
    margin-top: 10px !important;
    width: 200px;
}

hr.homewebright {
   display: inline-block;
    text-align: right;
}

hr.predictiondivider {
    border: 1px solid #FFFFFF;
    opacity: 0.2;
    margin: 40px 0;
    width: 70%;
}

/* hr.homemobile {
    display: none;
    border: 1px solid #FFFFFF;
    opacity: 0.2;
    margin-bottom: 20px;
    margin-top: 10px !important;
    width: 200px;
} */

hr.contactus {
    border: 1px solid #FFFFFF;
    opacity: 0.2;
    margin-bottom: 20px;
    margin-top: 12px !important;
    width: 300px;
}

hr.mobilecontactus {
    display: inline-block;
    text-align: center;
}

.contactus-body-section ul li {
    display: inline-block;
    list-style: none;
    margin-right: 20px;
}

.contactusmobileul {
    margin-bottom: 40px;
}

.contactus-body-section .right form {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
}

.contactus-body-section label {
    font-size: 16px;
    color: #2196F3;
    padding-bottom: 8px;
    font-family: ProductSans-Bold;
}

.contactus-body-section label span {
    color: red;
}

.contactus-body-section input {
    border-left: none;
    border-right: none;
    border-top: none;
    padding: 0;
    /* margin-bottom: 40px; */
    border-radius: 0 !important;
    font-family: ProductSans-Regular;
}

.contactus-body-section input:focus {
    box-shadow: none !important;
}

.contactus-body-section input:-internal-autofill-selected {
    background-color: none !important;
}

.contactus-body-section button {
    width: 100%;
    background: transparent linear-gradient(90deg, #5AB963 0%, #0097A7 100%) 0% 0% no-repeat padding-box;
    border-radius: 8px;
    margin-top: 200px;
    border: none !important;
}

.contactus-body-section input::placeholder {
    color: #AFAFAF;
    font-size: 14px;
}

.contactus-body-section form {
    margin-bottom: 40px;
}

.contactus-body-section .form-control:valid {
    background-image: none !important;
    border-color: #ced4da !important;
}

.contactus-body-section .form-control:invalid {
    background-image: none !important;
}

.successalert,
.erroralert {
    display: none !important;
}

.loading-bg {
    background: rgba(0, 0, 0, 0.4) no-repeat padding-box !important;
}

.whitecircleloader {
    padding: 266px 0 !important;
    border-radius: 8px !important;
    /* box-shadow: 0px 4px 8px #00000029 !important; */
    /* background: rgba(0, 0, 0, 0.1) !important;     */
    background: #ffffff17 !important;
    display: none;
}

.whitecircleloader h2 {
    font-family: ProductSans-Medium;
    font-size: 30px;
    text-align: center;
    margin-top: 30px;
    color: #fff;
    margin-bottom: 0 !important;
    padding: 0 15px;
}

.circleloader {
    display: none;
}

.contactus-body-section .left .storeimg .appstore {
    margin-left: 40px;
}

@media only screen and (min-width: 576px) {
    .websocialmediaul {
        display: flex !important;
    }
}

@media only screen and (max-width: 1430px) {
    .contactus-body-section button {
        margin-top: 100px;
    }

    .whitecircleloader {
        padding: 150px 0 !important;
        /* margin-bottom: 70px; */
    }
}

@media only screen and (max-width: 575px) {
    .whitecircleloader {
        padding: 40px 0 !important;
        /* margin-bottom: 70px; */
    }

    .contactus-body-section button {
        margin-top: 50px;
    }

    .contactus-body-section .left .storeimg img {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .contactus-body-section .left p.firstelement {
        margin-bottom: 40px !important;
    }

    hr.homeweb {
        /* display: none; */
        width: 100%;
    }
/* 
    hr.homemobile {
        display: block !important;
    } */

    .whitecircleloader h2 {
        font-size: 20px;
    }
}



@media only screen and (max-width: 1252px) {
    .contactus-body-section .left select {
        margin-bottom: 30px;
    }

    .contactus-body-section .left button {
        margin-right: 30px;
    }
}

@media only screen and (max-width: 1030px) {
    .contactus-body-section .left .storeimg .appstore {
        margin-left: 0;
        margin-top: 40px;
    }

    .contactus-body-section .left .storeimg img {
        display: block;
    }
}



/* ************************************* Contactus page styles end here *********************************** */












/* !!!!!!!!!!!!!!!!!!! Media queries start here !!!!!!!!!!!!!!!!!!!  */
@media only screen and (max-width: 1430px) {
    .mainsection .logoimg {
        width: 15rem;
        margin: 1.5rem 0;
        min-width: 15rem;
    }

    .mainsection .contentdiv {
        margin-bottom: 1rem;
    }

    .mainsection .contentdiv .maintitle {
        font-size: 2.5rem;
        padding: 1.25rem 0 0.75rem 0;
    }

    .mainsection .contentdiv .quotestitle {
        font-size: 1rem;
    }

    .mainsection .contentdiv .briefsubtitle {
        font-size: 1rem;
        margin: 2rem 0;
    }

    .mainsection .contentdiv .subtitle {
        font-size: 1.25rem;
        padding-bottom: 1.25rem;
    }

    .mainsection .socialmediadiv .left {
        padding-left: 1.25rem !important;
    }

    .mainsection .socialmediadiv .right {
        padding-right: 1.25rem !important;
    }

    .mainsection .linksdiv img {
        height: 60px;
    }
}

@media only screen and (max-width: 575px) {
    .logoimg {
        display: none;
    }

    .mainsection .contentdiv {
        margin-bottom: 2.5rem;
    }

    .mainsection .contentdiv .maintitle {
        font-size: 1.25rem;
        padding: 1.25rem 0 0.75rem 0;
    }

    .mainsection .contentdiv .quotestitle {
        font-size: 0.75rem;
    }

    .mainsection .contentdiv .briefsubtitle {
        font-size: 0.875rem;
        margin: 1.875rem 0;
    }

    .mainsection .contentdiv .subtitle {
        font-size: 1rem;
        padding-bottom: 1.25rem;
    }

    .mainsection .socialmediadiv .left {
        padding-left: 1.25rem !important;
    }

    .mainsection .socialmediadiv .right {
        padding-right: 1.25rem !important;
    }
}

@media only screen and (max-width: 765px) {
    .mainsection .linksdiv .appstore {
        margin-bottom: 40px;
        margin-top: 40px;
    }
}

/* !!!!!!!!!!!!!!!!!!! Media queries end here !!!!!!!!!!!!!!!!!!!  */