.banner-padding{
    padding: 150px 0;
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl{
    max-width: 1140px;
}
.banner-heading {
    font-weight: 500;
    font-size: 44px;
    line-height: 53px;
    color: #2B2E36;
}
.banner-disp {
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #4A4B4D;
    margin-bottom: 30px;
}

.grd-bg {
    background: linear-gradient(95.9deg, #F2318A 0%, #1BC79E 100%);
    padding: 100px 0;
}

.report-heading{
font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 34px;
text-align: center;
color: #FFFFFF;
padding-bottom: 20px;
}

.report-box {
    border-radius: 16px;
    background: #fff;
    padding: 30px;
    display: flex;
    align-items: center;
}

.report-box span {
    background: #FDEAF3;
    width: 80px;
    height: 80px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 20px;
}

.report-cnt h5{
    font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 40px;
color: #2B2E36;
}

.report-cnt p{
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #747577;
}

.report-box:hover {
    background: rgb(237 238 230 / 84%);
    cursor: pointer;
    transition: 0.5s;
}

.cat-p{padding: 100px 0;}


 .form-select {
    padding:10px 50px;
    border: 1px solid #F34695;
    box-sizing: border-box;
    border-radius: 12px;
    font-size: 14px;
    line-height: 24px;
    color: #747577;
    height: 54px;
}

form.selct-cat {
    position: relative;
}

form.selct-cat svg {
    position: absolute;
    left: 22px;
    top: 12px;
}

svg.icon-cat {
    position: absolute;
    left: 20px;
    top: 12px;
}

.cat-heading{
    font-style: normal;
font-weight: 500;
font-size: 36px;
line-height: 46px;
text-align: center;
color: #2B2E36;

}

.cat-disp{
    font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
text-align: center;
color: #4A4B4D;
}
.sub-text{
    background: rgba(27, 199, 158, 0.1);
    border-radius: 100px;
    padding: 8px 18px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #1BC79E;
    display: inline-block;
}
button.btn.btn-danger {
    background: #F2318A;
    border-radius: 100px;
    padding: 18px 36px;
    border: 0;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
}


/***Progress bars starts**/

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
    }
    .progress {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#ebebeb),to(#f5f5f5));
    background-image: -webkit-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
    background-image: -moz-linear-gradient(top,#ebebeb 0,#f5f5f5 100%);
    background-image: linear-gradient(to bottom,#ebebeb 0,#f5f5f5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb',endColorstr='#fff5f5f5',GradientType=0);
    }
    .progress {
    height: 12px;
    background-color: #ebeef1;
    background-image: none;
    box-shadow: none;
    }
    .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #428bca;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    box-shadow: inset 0 -1px 0 rgba(0,0,0,0.15);
    -webkit-transition: width .6s ease;
    transition: width .6s ease;
    }
    .progress-bar {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#428bca),to(#3071a9));
    background-image: -webkit-linear-gradient(top,#428bca 0,#3071a9 100%);
    background-image: -moz-linear-gradient(top,#428bca 0,#3071a9 100%);
    background-image: linear-gradient(to bottom,#428bca 0,#3071a9 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca',endColorstr='#ff3071a9',GradientType=0);
    }
    .progress-bar {
    box-shadow: none;
    border-radius: 6px;
    background-color: #0090D9;
    background-image: none;
    -webkit-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -ms-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition: all 1000ms cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -moz-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -ms-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    -o-transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    transition-timing-function: cubic-bezier(0.785, 0.135, 0.150, 0.860);
    }
    .progress-bar-success {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#5cb85c),to(#449d44));
    background-image: -webkit-linear-gradient(top,#5cb85c 0,#449d44 100%);
    background-image: -moz-linear-gradient(top,#5cb85c 0,#449d44 100%);
    background-image: linear-gradient(to bottom,#5cb85c 0,#449d44 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c',endColorstr='#ff449d44',GradientType=0);
    }
    .progress-bar-success {
    background-color: #0AA699;
    background-image: none;
    }
    .progress-bar-info {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#5bc0de),to(#31b0d5));
    background-image: -webkit-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
    background-image: -moz-linear-gradient(top,#5bc0de 0,#31b0d5 100%);
    background-image: linear-gradient(to bottom,#5bc0de 0,#31b0d5 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de',endColorstr='#ff31b0d5',GradientType=0);
    }
    .progress-bar-info {
    background-color: #F2318A;
    background-image: none;
    }
    .progress-bar-warning {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#f0ad4e),to(#ec971f));
    background-image: -webkit-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
    background-image: -moz-linear-gradient(top,#f0ad4e 0,#ec971f 100%);
    background-image: linear-gradient(to bottom,#f0ad4e 0,#ec971f 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e',endColorstr='#ffec971f',GradientType=0);
    }
    .progress-bar-warning {
    background-color: #FDD01C;
    background-image: none;
    }
    .progress-bar-danger {
    background-image: -webkit-gradient(linear,left 0,left 100%,from(#d9534f),to(#c9302c));
    background-image: -webkit-linear-gradient(top,#d9534f 0,#c9302c 100%);
    background-image: -moz-linear-gradient(top,#d9534f 0,#c9302c 100%);
    background-image: linear-gradient(to bottom,#d9534f 0,#c9302c 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9534f',endColorstr='#ffc9302c',GradientType=0);
    }
    .progress-bar-danger {
    background-color: #F35958;
    background-image: none;
    }

    /***Progress bars ends**/


    .rp-heading {
        font-weight: 500;
        font-size: 36px;
        line-height: 53px;
        color: #2B2E36;
    }
    .rp-disp {
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        color: #4A4B4D;
        margin-bottom: 30px;
    }

    button.started {
        background: #F2318A;
        border-radius: 100px;
        padding: 18px 36px;
        border: 0;
        font-weight: 700;
        font-size: 16px;
        line-height: 19px;
        color: #FFFFFF;
    }

   .highlight {
        font-style: normal;
font-weight: 300;
font-size: 56px;
line-height: 68px;
text-align: center;
margin-bottom:100px;
color: #2B2E36;
    }

    .register-btn{
        padding: 9px 28px;
width: 480px;
height: 43px;
background: #F2318A;
border-radius: 100px;
font-size: 14px;
font-weight: 700;
color:#fff;
margin-top:0px;
    }

    .form-control:focus {
        box-shadow: unset;
    }

    .border-16{border-radius: 16px; box-shadow: 0px 30px 60px rgba(43, 46, 54, 0.1);}

   .download-form input.form-control {
        padding: 0px;
        background: transparent;
        border: 0px solid #222222;
        box-sizing: border-box;
        border-radius: 0;
        font-size: 14px;
        line-height: 24px;
        color: #222222;
        height: 40px;
    }

    .download-form .input-group-text {
        display: flex;
        align-items: center;
        padding: .375rem .75rem;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #212529;
        text-align: center;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
        border-radius: .25rem;
    }

    .download-form  .input-group {
        border: 1px solid #dde0e4;
        border-radius: 50px;
        align-items: center;
    }
    .download-form  .form-group {
        margin-bottom: 25px;
    }

   .download-form h4{
        font-style: normal;
font-weight: 500;
font-size: 20px;
line-height: 30px;
color: #2B2E36;
margin-bottom: 20px;
    }

    svg.r-awro {
        position: absolute;
        top: 16px;
        right: 37%;
    }


  .trust-heading  {
        font-style: normal;
font-weight: 700;
font-size: 48px;
line-height: 56px;
color: #FFFFFF;
    }

    .trust-box {
        background: #fff;
        padding: 30px;
        border-radius: 16px;
    }

  .trust-cnt h5 {
        font-style: normal;
font-weight: 600;
font-size: 22px;
line-height: 32px;
margin: 25px 0;
    }

    .trust-cnt p{
        font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 26px;
color: #747577;
    }

    .padding-150{padding-bottom: 150px;}

    .expert{padding:50px 0;}

    .date-cl tbody tr td {
        height: 86px;
        text-align: center;
        background: #F0F2F5;
        border: 1px solid #DDE0E4;
        width: 160px;
    }

    .date-cl tbody tr {
        border: 1px solid #DDE0E4;
    }

    .date-cl thead tr th {
        text-align: center;
        background: #ffffff;
        border: 1px solid #DDE0E4;
        height: 40px;
    }

    .date-cl thead tr {
        border: 1px solid #DDE0E4;
    }

    .bg-pink{
        background: #F783B8 !important;
        height: 84px !important;
        border-radius: 16px 16px 0 0;
    }

    td.bg-white span {
        border: 1px solid #F2318A;
        border-radius: 50px;
        padding: 15px;
        position: relative;
        cursor: pointer;
    }

    td.bg-white span:hover {
        background: #F2318A;
        color: #fff;
    }

    .tip{
        width:115px;
        height:56px;
        background:#2B2E36;
        color:#fff;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
    }


  .bx  {
        font-family: 'Inter';
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        color: #2B2E36;
    }

    .progress {
        padding-left: 0;
    }

    .percentage {
        background: #1BC79E;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        font-size: 9px !important;
        color: #fff;
        text-align: center;
        text-indent: initial;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 15px;
        font-weight: 500;
    }

    .percentage.pink {
        background: #F2318A;
    }

    .tip {
        width: 190px;
        height: 56px;
        background: #2B2E36;
        color: #fff;
        font-weight: 500;
        font-size: 16px;
        line-height: 24px;
        position: absolute;
        top: -82px;
        border-radius: 4px;
        left: -70px;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: 0;
    }

    td.bg-white span:hover .tip{
        opacity: 1;
    }

    .arrow-down {
        width: 0; 
        height: 0; 
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #f00;
      }

      .arrow-down {
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #2B2E36;
        position: absolute;
        bottom: -10px;
    }

    .expert {
        background: linear-gradient(180deg, #F5F6F8 0%, rgba(245, 246, 248, 0) 100%) !important;
    }

    section.testimonials {
        background: #F5F6F8;
        padding: 105px 0;
    }


 .cl-heading   {
        font-style: normal;
font-weight: 500;
font-size: 24px;
line-height: 34px;
text-align: center;
position: relative;
color: #FFFFFF;
    }

    .shedule {
        background: #DDE0E4;
        padding: 30px;
    }

    .shedule-inner {
        background: #ffffff;
        padding: 30px;
    }

   .time h6 {
        font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #4A4B4D;
    }

    .time p {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 20px;
        color: #747577;
    }

    .mlt{margin-left: 12px;}

    .shedule-inner hr {
        background: #DDE0E4;
        opacity: 1;
    }

    .shedule-inner h4{
        font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 34px;  
text-align: center;
color: #000000;
margin-bottom: 28px;
    }

    /* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 50px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 0px 0 50px 0;
    border: 1px solid #888;
    width: 80%;
    max-width: 730px;
    border-radius: 16px 16px 0 0;
  }
  
  /* The Close Button */
  .close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }

  .modal-head {
    background: #F783B8;
    padding: 15px 30px;
    color: #fff;
    border-radius: 16px 16px 0 0;
}

.modal-head h4 {
    font-size: 24px;
}

.modal-form.download-form {
    padding: 0 30px;
}



p.confirm {
    padding: 30px;
    margin: 0;
}

.Consultation{
    background: #FFFFFF;
box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.06);
border-radius: 16px;
margin: 0 30px 30px 30px;
padding: 20px;
}

button.btn.btn-danger:hover {
    background: #fc509f;
}

.cancel-btn {
    max-width: 125px;
    background: transparent;
    font-size: 16px;
    border: 1px solid #F2318A;
    border-radius: 50px;
    color: #F2318A;
}

.register-btn.req {
    max-width: 245px;
    margin-right: 20px;
}


.Consultation p{
    font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 24px;
color: #747577;
}

 .confirm{   font-style: normal;
font-weight: 400;
font-size: 18px;
line-height: 28px;
color: #4A4B4D;
}

.Consultation h6{
    font-weight: 600;
font-size: 16px;
line-height: 24px;
color: #4A4B4D;
}

.confirm-booking  {
    border-radius: 16px;
}

.confirm-booking figure {
    margin: 50px 0;
}

.confirm-booking h1{
font-style: normal;
font-weight: 700;
font-size: 30px;
line-height: 40px;
color: #2B2E36;
}

.confirm-booking p{
    font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 26px;
text-align: center;
color: #747577;
}

.confirm-booking a{
    font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 26px;
text-align: center;
color: #747577;
}

@media only screen and (min-width: 220px) and (max-width: 480px) {

.timing.d-flex.justify-content-between.align-items-center {
    display: contents !important;
}
.book-btn {
    margin-left: 30px;
    margin-top: 10px;
}
.btn-outer{
    flex-direction:column;
}
.cancel-btn {
    margin-top: 20px;
}


}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  
    .banner-padding {
        padding: 35px 0;
    }
.resource-banner img{
    width:100%;
}
.img-responsive{
    width:100%;
}
.resource-banner {
    text-align: center;
}

.banner-heading {
    font-weight: 500;
    font-size: 24px;
    line-height: 34px;
    color: #2B2E36;
    max-width: 308px;
    margin: 20px auto;
}
.grd-bg {
    padding: 50px 0;
}
label {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
}
.highlight {
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 40px;
    color: #2B2E36;
}
.cat-p {
    padding: 50px 0;
}

.row.rp-outer {
    display: flex;
    text-align: center;
}
.row.rp-outer {
    display: flex;
    text-align: center;
    flex-direction: column-reverse;
    margin-bottom:30px;
}
.rp-heading {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #2B2E36;
    margin: 12px 0;
}
.rp-disp {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #4A4B4D;
    margin-bottom: 30px;
}

.Intelligence {
    margin-top: 30px;
    text-align: center;
}
.Intelligence button.started {
    padding: 10px 36px;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
}

.bx {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 8px;
    line-height: 20px;
    color: #2B2E36;
}
h2.rp-heading.text-white {
    font-size: 24px;
}
button.started {
    padding: 12px 36px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
}
.rp-heading.dwr {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
}
.download-outer {
    flex-direction: column-reverse;
}

.shedule-inner h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #000000;
    margin-bottom: 28px;
}

.date-cl tbody tr td {
    height: 60px;
}

.expert {
    padding: 10px 0;
}
.cl-heading {
    font-size: 20px;
}
.bg-pink {
    background: #F783B8 !important;
    height: 58px !important;
    border-radius: 16px 16px 0 0;
}
.modal-head h4 {
    font-size: 16px;
}
p.confirm {
    padding: 20px;
    margin: 0;
}
.confirm {
    font-size: 14px;
    line-height: 25px;
}
.Consultation {
    border-radius: 16px;
    margin: 0 15px 15px 15px;
    padding: 10px;
}

.confirm-booking h1 {
    font-size: 20px;
}
.confirm-booking p {
    font-size: 14px;
}


header.mainHeader {
    background: #F5F6F8;
}


  }


  @media only screen and (min-width: 768px) and (max-width: 990px) {

    .m-hide{
        display: none;
    }
  
.img-responsive{
    width:100%;
}
.download-outer {
    flex-direction: column-reverse;
}

.banner-padding {
    padding: 50px 0;
}

.resource-banner {
    text-align: center;
}
.resource-banner h1{
    margin-top: 20px;
}
.banner-disp {
    font-size: 18px;
    line-height: 30px;
}
.highlight {
    font-size: 48px;
}
.rp-heading {
    font-size: 30px;
    line-height: 53px;
    font-weight: 700;
}
.rp-disp {
    font-size: 16px;
}
.download-outer .sub-text {
    margin-top: 50px;
}

.Intelligence .rp-heading {
    font-size: 24px;
    line-height: 53px;
    font-weight: 500;
}

  }

  

 
  .submit-btn {
    padding: 9px 28px;
    width: 200px;
    height: 43px;
    background: #F2318A;
    border-radius: 100px;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-top: 0px;
}

.expert p.banner-disp {
    font-size: 16px;
    color: #747577;
    line-height: 26px;
}

.expert .banner-heading {
    font-weight: 500;
    font-size: 44px;
    line-height: 53px;
    color: #2B2E36;
}

.cat-p label.form-label {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    text-transform: capitalize;
    color: #2B2E36;
}

.continue-heading {
    font-weight: 700;
    font-size: 36px;
    line-height: 46px;
    color: #2B2E36;
}

.continue-disp {
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #4A4B4D;
    margin-bottom: 30px;
}


.review-sec {
    display: none;
}