/*  */

#wrapper {
    overflow: visible;
}

.content .container {
    max-width: 1270px;
    width: 100%;
    padding: 0 15px;
}

.container {
    padding: 0 15px;
}

.alert {
    display: none;
}

.line-horizontal {
    border-top: 2px dashed #c8c9cf;
    display: block;
    margin: 30px 0;
}

p {
    color: #131928;
}

h3 {
    font-size: 28px;
}

.text-uppercase {
    margin-bottom: 10px;
}

.development-form h4 {
    margin-bottom: 29px;
}

.title {
    margin-bottom: 25px;
    font-size: 20px;
}

.development-form {
    border: 1px solid #dcdcdc;
    box-shadow: none;
}

.d-flex {
    display: flex;
    display: -ms-flexbox;
}

.justify-content-center {
    -ms-flex-pack: center;
    justify-content: center;
}

.align-items-center {
    -ms-flex-align: center;
    align-items: center;
}

.best-rated {
    display: none;
}


/*.......*/


/* Development section styling */

.banner-left {
    text-align: center;
    margin-bottom: 45px;
}

.development-banner {
    margin-top: 135px;
    padding: 45px 0;
}

.banner-left h2 {
    font-weight: 400;
}

h1 {
    font-size: 30px;
    color: #131928;
    line-height: 1.1;
    position: relative;
    margin-bottom: 32px;
}

h1:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    margin: 11px auto 0;
    width: 31px;
    height: 3px;
    background-color: #ff2601;
}

#referral-partners-btn {
    box-shadow: none;
}


/* Development section styling close */


/* Media section start */

.media-coverage {
    background: #5952c9;
    padding: 40px 0;
    text-align: center;
}

.media-coverage h2 {
    margin-bottom: 11px;
    color: #fff;
}

.media-coverage p {
    margin-bottom: 25px;
    color: #fff;
}

.icons-enteroreneur {
    background-position: -47px -871px;
    width: 200px;
    height: 75px;
    background-size: auto;
}

.icons-inc {
    background-position: -341px -871px;
    width: 115px;
    height: 51px;
    background-size: auto;
}

.icons-forbes {
    background-position: -550px -871px;
    width: 124px;
    height: 38px;
    background-size: auto;
}

.icons-tnw {
    background-position: -768px -890px;
    width: 173px;
    height: 86px;
    background-size: auto;
}

.media-logo {
    background: #fff;
    border-radius: 6px;
    height: 90px;
    display: flex;
    display: -ms-flexbox;
    justify-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.media-slider .slick-arrow {
    width: 30px;
    height: 30px;
    padding: 0;
    position: absolute;
    top: 34%;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 5px 3px 0 rgb(0 0 0 / 15%);
    z-index: 1;
    outline: none;
    border: none;
    font-size: 0;
}

.media-slider .slick-next {
    right: 0;
}

.media-slider .slick-prev {
    left: 0;
}

.media-slider .slick-arrow:before {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    top: 10px;
    left: 10px;
    border: solid #000;
    border-width: 2px 2px 0 0;
}

.slick-prev::before {
    left: 0;
    transform: rotate(-135deg);
}

.media-slider .previous.slick-arrow:before {
    left: 10px;
    top: 9px;
}

.media-slider .next {
    right: 0;
}

.media-slider .next.slick-arrow:before {
    right: 10px;
    top: 9px;
}

.slick-next::before {
    right: 0;
    transform: rotate(45deg);
}

.media-slider .slick-arrow i {
    display: none;
}

.media-slider .slick-slide {
    padding: 0 35px;
}

@-webkit-keyframes example-media {
    0% {
        left: 0;
        top: 0;
    }
    100% {
        left: 20px;
        top: 0;
    }
}

@keyframes example-media {
    0% {
        left: 0;
        top: 0;
    }
    100% {
        left: 20px;
        top: 0;
    }
}


/* Media section end */


/*Banner*/


/* Program section styling */

.program-section {
    padding: 50px 0 20px;
    background-color: #f6f8fb;
}

.program-right .slick-arrow {
    display: block !important;
    position: absolute;
    right: 0;
    cursor: pointer;
    font-size: 0;
    border: none;
    outline: none;
    z-index: 1;
    bottom: -10px;
}

.program-right .slick-prev {
    background: #14151b url(https://www.htmlpanda.com/assets-new/images/arrow-2.svg) no-repeat center center;
    width: 30px;
    height: 30px;
    left: 0;
}

.program-right .slick-next {
    background: #14151b url(https://www.htmlpanda.com/assets-new/images/arrow-1.svg) no-repeat center center;
    width: 30px;
    height: 30px;
    margin-top: 41px;
}


/* .program-left h2,.program-left p{
  color:#fff;
} */

.intro {
    height: 100vh;
    width: 100%;
    background: #999;
}

.program-slide .slick-track,
.program-slide .slick-list {
    /* height: 100vh; */
}

.program-slide .slick-dotted.slick-slider {
    margin: 0;
}

.program-slide .slides {
    width: 100%;
    /* height: 100vh; */
}

.program-slide .slides .slide {
    color: #419be0;
    background: transparent;
    width: 100%;
    /* height: 110vh; */
    justify-content: center;
    align-items: center;
    font-size: 40px;
    margin-bottom: 30px;
}

.program-slide .slick-dots {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-align: left;
}

.program-slide p {
    font-size: 18px;
    margin-bottom: 0;
}

.program-slide .slick-dots li {
    display: block;
}

.program-slide .slick-dots {
    display: none !important;
}

.number-digit {
    font-size: 20px;
    font-weight: 700;
    background: #000;
    color: #fff;
    padding: 5px 10px;
    border-radius: 4px;
    margin-bottom: 15px;
    display: inline-block;
}

.program-slide h3 {
    margin-bottom: 10px;
}

.program-slide .slide {
    display: flex;
    flex-direction: column-reverse;
}


/* Program section styling close */


/* Information section styling */

.information-section {
    padding: 50px 0 40px;
    background-color: #fff;
}

.inform-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.inform-list li {
    margin-bottom: 20px;
    margin-right: 12px;
}

.information-wrap h2 {
    margin-bottom: 20px;
}

.inform-right p {
    margin-bottom: 20px;
    font-size: 18px;
}


/* Information section styling close */


/* Testimonial section styling */

.testimonial-section {
    background-color: #f6f8fb;
    padding: 50px 0;
}

.testimonial-left h2 {
    margin-bottom: 20px;
}

.testimonial-left p {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: Lato, sans-serif;
}

.testimonial-sub {
    margin-bottom: 15px;
    display: inline-block;
}

.testimonial-right {
    background-color: #fff;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 3px 29px 0 rgb(0 0 0 / 12%);
}

.user-information {
    text-align: center;
}

.user-name {
    display: block;
    color: #131928;
    font-size: 20px;
    line-height: 1.1;
    margin: 12px 0;
}

.testimonial-img img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
}

.user-rating {
    color: #131928;
    font-weight: 600;
    margin-bottom: 24px;
    display: block;
}

.rating {
    display: inline-block;
    background: #e23939;
    border-radius: 6px;
    color: #fff;
    text-indent: 0;
    line-height: 1;
    padding: 1px 4px;
}

.chairman {
    color: #505666;
    font-size: 16px;
    line-height: 1.4;
}

.chairman strong {
    display: block;
    color: #131928;
    font-weight: 600;
}

.testimonial-img {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.testimonial_wrap .slick-arrow {
    display: block !important;
    position: absolute;
    top: 50%;
    right: 20px;
    font-size: 0;
    border-radius: 2px;
    z-index: 1;
    transform: translateY(-50%);
    cursor: pointer;
    border: none;
}

.testimonial_wrap .slick-arrow:focus {
    outline: none;
    border: none;
}

.testimonial_wrap .slick-prev {
    left: -40px;
    background: #14151b url(https://www.htmlpanda.com/assets-new/images/arrow-2.svg) no-repeat center center;
    width: 38px;
    height: 38px;
}

.testimonial_wrap .slick-next {
    right: -40px;
    background: #14151b url(https://www.htmlpanda.com/assets-new/images/arrow-1.svg) no-repeat center center;
    width: 38px;
    height: 38px;
}

.testimonial_wrap i {
    display: none;
}


/* Testimonial section styling close */


/*Faq Form*/

.form-faq-block {
    padding: 50px 0;
    background-color: #fff;
}

.form-cell {
    border-bottom: 6px solid #000;
    padding-bottom: 36px;
    margin-bottom: 40px;
}

.cell-flex h4 {
    color: #000;
    font-size: 24px;
    margin-bottom: 24px;
}

.panda-form-list li {
    margin-bottom: 30px;
}

.input-global {
    position: relative;
    border-bottom: 1px solid #000;
}

.input-wrap input {
    border: 0;
    color: #000;
    font-size: 16px;
    padding: 14px 18px;
    display: block;
    width: 100%;
}

.join-textarea {
    width: 100%;
    color: #000;
    min-height: 80px;
    overflow: hidden;
    padding: 5px 10px;
    resize: none;
}

.tooltip-box {
    position: absolute;
    top: 100%;
    margin-top: 6px;
    left: 0;
    background: transparent;
    color: #ff2601;
    font-size: 15px;
    padding: 0;
    line-height: 1;
    z-index: 1;
    display: none;
}

.input-global label {
    position: absolute;
    font-size: 16px;
    left: 10px;
    top: 8px;
    color: #000;
    font-weight: 400;
    transition: all 0.3s linear;
}

.input-global.focused label {
    top: -14px;
}

.psd-file,
.psd-file .fake-btn {
    border-color: #000;
}

.fake-btn,
.file-msg,
.mb-file {
    color: #000;
}

#service_btn_form {
    padding: 15px 30px;
    background-color: #fff;
    border: 2px solid #ff2601;
    color: #000;
    font-size: 16px;
    border-radius: 40px;
    transition: all 0.5s ease;
}

#service_btn_form:hover {
    background-color: #000;
    color: #fff;
    border-color: #000;
}

.placeholder-show::-webkit-input-placeholder {
    color: transparent;
    font-size: 16px;
    font-weight: 400;
    transition: opacity 0.1s ease-in-out;
}

.placeholder-show::-moz-placeholder {
    color: transparent;
    font-size: 16px;
    font-weight: 400;
    transition: opacity 0.1s ease-in-out;
}

.placeholder-show:-ms-input-placeholder {
    color: transparent;
    font-size: 16px;
    font-weight: 400;
    transition: opacity 0.1s ease-in-out;
}

.placeholder-show:-moz-placeholder {
    color: transparent;
    font-size: 16px;
    font-weight: 400;
    transition: opacity 0.1s ease-in-out;
}

.placeholder-show:focus::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    transition: opacity 0.1s ease-in-out;
}

.placeholder-show:focus::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.3);
    transition: opacity 0.1s ease-in-out;
}

.placeholder-show:focus::-moz-placeholder {
    color: rgba(0, 0, 0, 0.3);
    transition: opacity 0.1s ease-in-out;
}

.faq-head {
    margin-bottom: 30px;
    align-items: center;
}

.faq-head h3 {
    font-size: 22px;
    line-height: 1;
    width: 78%;
}

.faq-btn {
    border: 1px solid #000;
    height: 100%;
    color: #000;
    padding: 11px 38px;
    line-height: normal;
    background-color: #fff;
    transition: all 0.3s ease;
}

.faq-btn:hover {
    background-color: #000;
    color: #fff;
}

.exclusive-content {
    margin-bottom: 23px;
}

.exclusive-ques {
    display: block;
    background-color: #fff;
    color: #131928;
    font-size: 18px;
    border-radius: 40px;
    position: relative;
    padding: 20px 50px 19px 28px;
    box-shadow: 0 2px 5px 0 rgba(0, 1, 1, 0.07);
}

.exclusive-ques:after {
    content: "";
    position: absolute;
    right: 30px;
    top: 50%;
    width: 10px;
    height: 10px;
    border: solid #5f6168;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: translateY(-50%) rotate(45deg);
    overflow: hidden;
}

.exclusive-content.active .exclusive-ques:after,
.exclusive-content:hover .exclusive-ques:after {
    transform: translateY(-50%) rotate(-135deg);
}

.answer-blog {
    background-color: #131928;
    padding: 42px 22px 24px;
    margin-bottom: 15px;
    border-radius: 0 0 20px 20px;
    margin-top: -29px;
    display: none;
}

.exclusive-content.active .answer-blog,
.exclusive-content:hover .answer-blog {
    display: block;
}

.answer-blog p {
    color: #fff;
    font-size: 16px;
    line-height: 1.38;
    margin-bottom: 0;
    display: block;
}

.faq-list {
    color: #fff;
}

.faq-list li {
    position: relative;
    margin-top: 10px;
    padding-left: 15px;
}

.faq-list li:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #fff;
}


/*Faq Form Close*/

@media only screen and (min-width: 768px) {
    .container {
        padding: 0 3%;
    }
    /* Development section styling */
    h1 {
        font-size: 35px;
    }
    h1::before {
        right: auto;
    }
    .development-banner {
        margin-top: 60px;
        padding: 60px 0;
    }
    .banner-left {
        text-align: left;
        width: 50%;
        padding: 50px 20px 0 0;
    }
    .banner-content {
        display: flex;
        justify-content: space-between;
    }
    .development-form {
        width: 58%;
    }
    .acclamations {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding-top: 40px;
    }
    .best-rated {
        padding-top: 60px;
        display: block;
    }
    .acclamations li {
        width: 48%;
        margin-bottom: 30px;
        border: 1px solid #dcdcdc;
        padding: 24px 22px;
        display: flex;
        justify-content: center;
        border-radius: 4px;
    }
    /* Development section styling close */
    /* Media section start */
    .media-coverage {
        padding: 55px 0;
    }
    .media-slider .slick-slide {
        padding: 0 8px;
    }
    /* Media section start edn*/
    /* Program section styling */
    .program-section {
        padding: 0;
    }
    .program-wrap {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .program-left {
        width: 40%;
    }
    .program-right {
        width: 55%;
        padding: 50px;
    }
    .program-slide .slick-track,
    .program-slide .slick-list {
        height: 60vh;
    }
    .program-slide .slides {
        height: 70vh;
    }
    .program-slide .slides .slide {
        height: 80vh;
        align-items: inherit;
    }
    .slide-content {
        padding-top: 36px;
    }
    .icon-prev,
    .icon-next {
        display: none;
    }
    .program-right .slick-arrow {
        right: -50px;
        left: auto;
    }
    .program-right .slick-prev {
        top: 50%;
        transform: rotate(90deg);
    }
    .program-right .slick-next {
        top: 50%;
        transform: rotate(90deg);
    }
    /* Program section styling close */
    /* Information section styling */
    .information-section {
        padding: 50px 0;
    }
    .information-wrap {
        display: flex;
        justify-content: space-between;
    }
    .inform-right {
        width: 45%;
    }
    .inform-left {
        width: 45%;
    }
    .information-wrap h2 {
        margin-bottom: 55px;
    }
    /* Information section styling close */
    /* Testimonial section styling */
    .testimonial-section {
        position: relative;
        background-color: transparent;
    }
    .testimonial-section:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        background-color: #f6f8fb;
        height: 100%;
        width: 75vw;
        z-index: -1;
    }
    .user-name {
        margin: 0;
    }
    .testimonial-left h2 {
        margin-bottom: 20px;
    }
    .testimonial-main {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
    }
    .testimonial-left {
        width: 50%;
    }
    .testimonial-right {
        width: 45%;
    }
    .testimonial_wrap .slick-prev {
        left: -45px;
    }
    .testimonial_wrap .slick-next {
        right: -45px;
    }
    .user-information {
        display: flex;
        align-items: center;
        text-align: left;
    }
    .testimonial-img {
        margin: 0 20px 0 0;
    }
    /* Testimonial section styling close*/
    /*Form Faq*/
    .cell-flex h4 {
        font-size: 30px;
    }
    .faq-head h3 {
        font-size: 28px;
    }
    /*Form Faq Close*/
}

@media only screen and (min-width: 1024px) {
    /* Development section styling */
    .development-banner {
        margin-top: 90px;
    }
    .banner-left {
        width: 54%;
        position: relative;
    }
    /* Development section styling close*/
    /* Media section start */
    .media-coverage {
        padding: 55px 0;
    }
    /* Media section start edn*/
    /*Form Faq*/
    .cell-flex {
        display: flex;
        justify-content: space-between;
    }
    .form-cell,
    .faq-cell {
        width: 46%;
        padding-bottom: 0;
        margin-bottom: 0;
        border: none;
    }
    /*Form Faq Close*/
}

@media only screen and (min-width: 1200px) {
    .container {
        padding: 0 15px;
    }
    .banner-left {
        width: 50%;
    }
    .development-form {
        width: 49%;
    }
    h1 {
        font-size: 55px;
        margin-bottom: 33px;
    }
    /* Media section start */
    .media-logo {
        -webkit-animation-name: example-media;
        animation-name: slide;
        animation-duration: 1s;
        animation-timing-function: ease-in-out;
        animation-direction: alternate;
        animation-name: example-media;
        animation-duration: 2s;
        animation-iteration-count: infinite;
        height: 111px;
        margin-right: 21px;
    }
    /* Media section end */
    /* Information section styling */
    .information-section {
        padding: 90px 0 80px;
    }
    .inform-list li {
        margin: 0;
    }
    .inform-right p {
        font-size: 22px;
    }
    .information-wrap h2 {
        font-size: 48px;
    }
    /* Information section styling close*/
    /* Program section styling */
    .program-left h2 {
        font-size: 48px;
    }
    .program-slide h3 {
        font-size: 30px;
    }
    .program-slide p {
        font-size: 26px;
    }
    .program-left p {
        font-size: 26px;
    }
    /* Program section styling close*/
    /* Testimonial section styling */
    .testimonial-section {
        padding: 70px 0;
    }
    .testimonial-section:after {
        width: 70vw;
    }
    .testimonial-left h2 {
        margin-bottom: 24px;
    }
    .testimonial-right {
        padding: 50px 50px 40px;
    }
    .testimonial-block p {
        font-size: 20px;
    }
    .testimonial_wrap .slick-prev {
        left: -65px;
    }
    .testimonial_wrap .slick-next {
        right: -65px;
    }
    /* Testimonial section styling close*/
    /*Form Faq*/
    .form-cell,
    .faq-cell {
        padding: 25px;
    }
    .faq-cell {
        box-shadow: 0 3px 29px 0 rgb(0 0 0 / 12%);
    }
    /*Form Faq Close*/
}

@media only screen and (min-width: 1280px) {
    /* Media section start */
    .media-coverage {
        padding: 80px 0;
    }
    /* Media section start edn*/
    /*Form Faq*/
    .form-faq-block {
        padding-top: 75px;
    }
    .form-cell,
    .faq-cell {
        padding: 30px;
    }
    .form-cell {
        padding-top: 0;
    }
    .cell-flex h4 {
        font-size: 32px;
    }
    .faq-head h3 {
        font-size: 30px;
    }
    #service_btn_form {
        padding: 22px 36px;
    }
    /*Form Faq Close*/
    .program-right {
        padding: 90px 50px;
    }
    .program-right .slick-prev,
    .program-right .slick-next {
        width: 36px;
        height: 36px;
    }
    .slide-content {
        padding-right: 60px;
    }
}

@media only screen and (min-width: 1440px) {
    h1 {
        font-size: 58px;
    }
    .banner-left {
        width: 47%;
    }
    /*Form Faq*/
    .form-faq-block {
        padding-top: 95px;
    }
    .form-cell,
    .faq-cell {
        width: 47.5%;
        border-radius: 4px;
    }
    .cell-flex h4 {
        font-size: 36px;
        line-height: 1.1;
    }
    /*Form Faq Close*/
}