@font-face {
    font-family: 'Gotham';
    src: url('../fonts/gotham/Gotham-Medium.woff2') format('woff2'),
        url('../fonts/gotham/Gotham-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Gotham-Extra';
    src: url('../fonts/gotham/Gotham-ExtraLight.woff2') format('woff2'),
        url('../fonts/gotham/Gotham-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Gotham-Light';
    src: url('../fonts/gotham/Gotham-Light.woff2') format('woff2'),
        url('../fonts/gotham/Gotham-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Gotham-Bold';
    src: url('../fonts/gotham/Gotham-Bold.woff2') format('woff2'),
        url('../fonts/gotham/Gotham-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: auto;
}

@font-face {
    font-family: 'Gotham-Book';
    src: url('../fonts/gotham/Gotham-Book.woff2') format('woff2'),
        url('../fonts/gotham/Gotham-Book.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: auto;
}
body,p,h1,h2,h3,h4,h5{
    font-family: 'Gotham', sans-serif;
}

.jc-center{
    justify-content: center;
}
.ondemand-img-text{
    left: 0;
    position: absolute;
    top: 0;
    color: #fff;
    text-align: left;
    background: rgba(0,0,0,.7);
    bottom: 0;
    right: 40%;
    clip-path: polygon(0% 0%, 58% 0%, 93% 100%, 0% 100%);
}
.ondemand-img-text h1{
    font-size: 75px;
    font-weight: bold;
}
.ondemand-img-text h2{
    font-size: 60px;
    line-height: 36px;
    letter-spacing: 6px;
}
.ondemand-img-text p{
    font-size: 30px;
    padding-top: 20px;
    line-height: 35px;
    font-family: 'Gotham-Light';
}
.on-demand-contant{
    color: rgba(103, 103, 103, .9);
    font-size:15px;
}
.ondemand-card{
    padding: 50px 0px;
    color: #676767;
}
.ondemand-card h3{
    text-align: center;
    letter-spacing: 0px;
    color: #EC3225;
    opacity: 1;
    font-size: 26px;
    margin-bottom: 20px;
    
}
.slider_box_demand ul li{
    width: 100%;
    
    /* height: 250px; */
}
.slider_box_demand ul li img{
    border-radius: 0px;
}
.over-bg {
    background: #e6e6e6;
    transition: all .5s ease-in-out;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    text-align: center;
    position:static;
    border-radius: 0px;
}
.over-bg p{
    font-family: 'Gotham';
    font-size: 13px !important;
    line-height: 23px;
    justify-content: center;
    align-items: center;
    display: flex;
    font-weight: 400 !important;
    color: rgba(103, 103, 103, .9) !important;
    margin-bottom:0px;
}
.image_box_demand ul li:hover .over-bg{
    /* background-color: rgba(0, 0, 0, 0.5)!important; */
}
.owl-prev{
    left: -6%;
    background: rgb(218 218 218 / 80%);
}
.owl-next{
    right: -6%;
    background: rgb(218 218 218 / 80%);
}
.bg-ghostwhite{
    background: ghostwhite;
}
.bg-gainsboro{
    background: gainsboro;
}
.bg-red{
    background: #EC3225;
}
.plan-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0px;
    width: 19%;
    margin: 2px;
}
.plan-box P{
    margin: 10px 0;
}
.img img{
    width: 60px;
    height: 60px;
}
.ondemand-text-card .bg-red h3{
    padding: 25px;
    text-align: left;
    font-size: 30px;
}
.image-card{
    width: 100%;
    height: 220px;
    border-radius: 12px;
    margin-top: 20px;
}
.image-card-ondemand{
    width: 100%;
    border-radius: 12px;
    margin-top: 20px;
}
.membership-plan{
    background: url('../images/on-demand2/membershipbg-image.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.membership-plan-card{
    border: 1px dotted rgb(101 97 97);
    border-radius: 6px;
    background: #f4f6fa;
    color: #59595C;
    position:relative;
    padding-bottom: 40px;
}
.membership-plan-card h3{
    font-weight: bold;
    font-size: 16px !important;
}
.grey-color{
    color: #59595C;
}
.greylight-color{
    color: #B3B3B3;
}
.membership-plan-card-heading{
    border-radius: 6px;
    margin: -1px;
}
.card-body{
    width: 68%;
    margin: auto;
}
.card-body-price h4{
    font-size: 55px;
    font-weight: bold;
    /* font-family: 'Gotham-Bold'; */
}
.card-body-price button{
    background: #ffff;
    border-radius: 14px;
    box-shadow: 2px 3px 8px 1px #797979;
    border: 1px solid #fff;
    color: red;
    font-size: 16px;
    padding: 2px 0px;
    font-weight: 500;
    padding: 0 16px;
    width: 170px;
    margin: 10px 0px;
    font-weight: bold;
}
.membership-plan-card {
    font-weight: bold;
}
.text-red{
    color: red;
}
.border-tb{
    border-top: 2px dotted lightgrey;
    border-bottom: 2px dotted lightgrey;
}
.border-t{
    border-top: 2px dotted lightgrey;
}
.membership-plan .companyHeader h3{
    font-size: 26px;
    letter-spacing: 1.2px;
}
.membership-plan .companyHeader .member-title{
    font-size: 18px;
    letter-spacing: 1.2px;
}
.border-r{
    border-right: 2px dotted lightgrey;
}
.on-demand-message-contant{
    font-style: italic;
    font-size: 15px;
}
.ondemand-card .image-card-ondemand p{
  
    font-size: 13px;
    color: rgba(103, 103, 103, .9);
}
.content-text {
    font-size: 14px;
    color: #6c757d!important;
    text-align: left;
    font-weight: 100;
}
@media (max-width: 992px){
    .plan-box {
        width:  49%;
      
    }
    .banner-form{
        margin: 20px 0px !important;
    }
    .p-min-0{
        padding:0 !important;
    }
    .b-img {
        margin-left: 7%;
        margin-top: 6%;
        width: 70% !important;
    }
    ul.nav.nav-tabs{
        display: block;
    }
    .nav-tabs .nav-item{
        width:100%;
    }
    .user.one-half{
        width:100% !important;
    }
    p {
        font-size: 16px;
    }
    #datepicker, #spinner, select,input{
        padding: 6px;
        border-radius: 10px;
    }
}
@media (max-width: 768px){
    .plan-box {
       width: 33%;
       padding: 18px 0px;
    }
    .on-text, .demand-text,.ondemand-img-text h1{
        font-size:35px;
        line-height: 36px;
    }
    .ondemand-img-text p{
        font-size:20px
    }
    .ondemand-img-text h2, .ondemand-img-text h1{
        line-height: 28px;
    }
    .ondemand-img-text p{
        line-height: 25px;
    }
    .ondemand-img-text {
        top: 0%;   
    }
    .plan-box img {
        width: 30px;
        height: 30px;
    }
    .plan-box p {
       font-size:12px;
    }
    .slider_box_demand{
        width:85% !important;
        margin: 0 auto !important;
    }
    #centershowcasemobile .owl-next{
        right: -17%;
    }
    #centershowcasemobile .owl-prev{
        left: -17%;
    }
    #centershowcase{
        display:none
    }
    .owl-dots {
        position:absolute !important;
        bottom:13px !important
    }
    .over-bg p{
        line-height: revert;
        font-size:13px !important;
    }
    .over-bg {
        padding: 10px;
        display: flex;
        text-align: center;
    }
    .image_box_demand ul{
        margin-bottom:0px;
    }
    .banner-form {
        margin: 0px 0px 20px 0px !important;
    }
    .border-r{
        border:0px;
    }
    .ondemand-img-text {
        top: 0%;
    }
    .ondemand-img-text {
        left: 0;
        position: absolute;
        top: 0;
        color: #fff;
        text-align: left;
        background: rgba(0,0,0,.7);
        bottom: 0;
        right: 1%;
        clip-path: polygon(0% 0%, 100% 0%, 75% 45%, 0% 45%);
    }
    
}
@media (max-width: 576px){
    .plan-box {
       width: 32.33%;
       margin: .33%;
    }
    .membership-plan .companyHeader h3 {
        font-size: 22px;
        letter-spacing: 1.2px;
    }
    .membership-plan .companyHeader .member-title {
        font-size: 16px;
        letter-spacing: 1.2px;
    }
    .bottomTag{
        font-size: 13px !important;
    }
}

.on-text{
    font-weight: bolder;
    font-family: 'sfui-medium';
}
.demand-text{
    font-weight: normal;
    font-family: 'sfui-light';
}
#centershowcasemobile .owl-next{
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-left: 24px solid gainsboro;
    background: transparent;
    width: 0;
    height: 0;
}
#centershowcasemobile .owl-prev{
    border-top: 26px solid transparent;
    border-bottom: 26px solid transparent;
    border-right: 24px solid gainsboro;
    background: transparent;
    width: 0;
    height: 0;
}
.sli-left,.sli-right{
    display:none;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    height: 15px;
    width: 20px;
}
.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    height: 15px;
    width: 20px;
}
.owl-dots{
    position: absolute;
    border: 0;
    left: 0;
    right: 0;
    bottom: 169px;
}
.owl-carousel .owl-dots .owl-dot{
    margin: 0px 5px;
}
.owl-carousel .owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    background: rgba(0,0,0,.4);
    display: inline-block;
    border-radius: 10px;
    border: 0px solid #fff;
}
@media (min-width: 901px){
    .banner-form {
        position: absolute;
        right: 0;
        width: 100%;
        bottom: 6px;
    }
    .img-container4 {
        width: 32% !important;
    }
    .img-size {
        height: 94px;
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .b-img{
        margin-left: 7%;
        margin-top: 17%;
        width: 40% !important;
    }
}
#tool1, #tool2, #tool3, #tool4{
    border: 2px dotted lightgrey;
    padding: 20px;
}
.start-text{
    display: flex;
    /* flex-wrap: wrap; */
}
.theam-color{
    color:rgb(238,49,36)
}
.h-100{
    height:100%
}
.rotate{
    transform: rotate(180deg);
    transition: all 1s;
}
.scroll-img {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
}
.on-demand-message-contant p {
    font-family: 'Gotham-Light';
}
.bottomTag{
    text-align: center;
    background: #59595C;
    color: #fff;
    padding: 2px 15px;
    border-radius: 11px;
    font-family: 'Gotham';
    font-size: 20px;
    margin-bottom: 20px;
}

.faqhead{
    font-size: 20px;
    text-align: center;
    border-top: 2px dotted lightgrey;
    padding-top: 10px;
}
p.content-text.circle::before {
    width: 4px;
    height: 4px;
    content: "";
    position: absolute;
    background-color: #474747;
    border-radius: 44px;
    left: 7px;
    top: 7px;
}
p.content-text.circle {
    padding-left: 18px;
    position: relative;
}
.owl-stage{
    display:flex;
}
.owl-item{
    background-color: #e6e6e6;
}