@font-face {
    font-family: Montserrat-Light;
    src: url('fonts/Montserrat-Light.ttf');
}

@font-face {
    font-family: Montserrat-Medium;
    src: url('fonts/Montserrat-Medium.ttf');
}

@font-face {
    font-family: Montserrat-Bold;
    src: url('fonts/Montserrat-Bold.ttf');
}

body {
    background-image: linear-gradient(76deg, #8f5ab3, #9b07ff);
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none !important; 
  margin: 0; 
}
input[type=number] {
    -moz-appearance: textfield;
}

/* .cc-outer-container {
    background-image: linear-gradient(76deg, #8f5ab3, #9b07ff);
} */

.row-1 {
    padding: 0 0 20px;
}

.cc-left-part {
    color: #ffffff;
}

.cc-logo {
    padding: 20px 0;
    margin: 30px 0;
}

.cc-logo img {
    margin: auto;
    width: 220px;
}

.cc-left-description {
    text-align: center;
}

.cc-heading-1 {
    font-size: 30px;
    line-height: 45px;
    font-family: Montserrat-Light;
    padding: 10px 0;
}

.cc-heading-1 span {
    font-family: Montserrat-Bold;
    font-weight: bold;
}
.cc-marketing-points-label {
    font-size: 24px;
    text-align: left;
    font-weight: bold;
}
.cc-marketing-points {
    text-align: left;
    margin: 10px 0;
    display: flex;
    align-items: center;
}
.cc-marketing-img {
    margin: 30px 0;
}
.cc-marketing-img img {
    margin: auto;
}
.cc-marketing-points img {
    width: 16px;
}
.cc-marketing-points span {
    font-size: 20px;
    margin-left: 10px;
    font-family: Montserrat-Medium;
}
/* .cc-heading-desc {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}
.cc-heading-desc img {
    width: 30px;
    height: 30px;
}
.cc-right-desc {
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    margin-left: 20px;
    font-weight: 700;
} */
.cc-heading-2 {
    font-size: 20px;
    padding: 0 0 10px;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}

.cc-heading-2 span {
    font-weight: 700;
}

.cc-right-part {
    margin: 30px 0;
}

.cc-from {
    background-color: #ffffff;
    padding: 40px 20px;
    border-radius: 5px;
    margin: auto;
}

.conversion-form-heading-1 {
    font-size: 26px;
    color: #1d1d1d;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    font-family: Montserrat-Bold;
}

.conversion-form-heading-2 {
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: #7e7878;
    margin: 10px 0;
    font-family: 'Lato', sans-serif;
}

.conversion-form .form-group input {
    box-shadow: none;
    border: 0;
    border-bottom: 2px solid #bfbebe;
    border-radius: 0;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 16px;
    color: #000000;
    font-family: 'Lato', sans-serif;
    font-weight: 400;
}

.conversion-form .form-group input::placeholder {
    color: #817b7b;
    font-size: 16px;
}

.conversion-btn-box {
    text-align: center;
}

.conversion-btn-box button {
    width: 70%;
    padding: 10px 12px;
    background-image: linear-gradient(119deg, #9340cb, #9916f1 99%);
    color: #ffffff !important;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    margin-top: 20px;
}

.cc-form-qoute {
    font-size: 14px;
    margin: 10px 0;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
}

.cc-form-qoute span {
    font-weight: 700;
}

.logo-row {
    background-color: #6C009B;
}

.cc-logo-box {
    height: 60px;
    min-height: 60px;
    vertical-align: middle;
    background-color: transparent;
    display: table;
    width: 100%;
    border-radius: 3px;
    transition: 1400ms all cubic-bezier(0, .76, .56, 1.01);
}

.cc-logo-box span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.cc-logo-box span img {
    margin: auto;
}

.cc-copyrights {
    padding: 10px 0;
    color: #ffffff;
    opacity: 0.8;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
}

/* testimonials */
.testimonial-row, #customers-testimonials {
    display: none;
}
.testimonial-row {
    padding-bottom: 40px;
}

.shadow-effect {
    background: #fff;
    padding: 40px 20px 30px;
    border-radius: 4px;
    text-align: left;
    border-radius: 10px;
    min-height: 212px;
    max-height: 215px;
}

#customers-testimonials .shadow-effect p, #customers-testi .shadow-effect p{
    color: #515151;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: justify;
}

.testimonial-name {
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.13;
    letter-spacing: normal;
    text-align: left;
    color: #010101;
    font-family: Montserrat-Bold;
}

.testimonial-pos {
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.29;
    letter-spacing: normal;
    text-align: left;
    color: #515151;
    font-family: 'Lato', sans-serif;
}

#customers-testimonials .item, #customers-testi .item {
    text-align: center;
    padding: 0;
    margin: 30px 0 0 !important;
    margin-bottom: 80px;
    opacity: .2;
    -webkit-transform: scale3d(0.8, 0.8, 1);
    transform: scale3d(0.8, 0.8, 1);
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#customers-testimonials .owl-item.active.center .item, #customers-testi .owl-item.active.center .item {
    opacity: 1;
    -webkit-transform: scale3d(1.0, 1.0, 1);
    transform: scale3d(1.0, 1.0, 1);
}

.owl-carousel .owl-item img {
    width: 60px;
    height: 60px;
    position: absolute;
    top: -30px;
    left: -30px;
    border-radius: 10px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span,
#customers-testi.owl-carousel .owl-dots .owl-dot.active span,
#customers-testi.owl-carousel .owl-dots .owl-dot:hover span {
    background: #64288c;
    transform: translate3d(0px, -50%, 0px) scale(0.7);
    border-radius: 100%;
}

#customers-testimonials.owl-carousel .owl-dots, #customers-testi.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
    height: 0;
    position: absolute;
    bottom: -20px;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot, #customers-testi.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    outline: none;
    height: 0;
}

#customers-testimonials.owl-carousel .owl-dots .owl-dot span, #customers-testi.owl-carousel .owl-dots .owl-dot span  {
    display: inline-block;
    height: 20px;
    margin: 0 2px 5px;
    transform: translate3d(0px, -50%, 0px) scale(0.3);
    transform-origin: 50% 50% 0;
    transition: all 250ms ease-out 0s;
    width: 20px;
    border-radius: 100%;
    background-color: #ffffff;
}

/*end*/
@media only screen and (max-width: 767px) {
    .owl-carousel .owl-item img {
        left: 50%;
        transform: translateX(-50%);
    }
    .cc-marketing-img {
        margin: 10px 0;
    }
    .cc-marketing-img img {
        margin: auto;
    }
    #customers-testimonials.owl-carousel .owl-dots {
        position: unset;
        margin: 50px 0;
    }
}

@media only screen and (min-width: 330px) {
    .cc-from {
        width: 95%;
    }
    .cc-marketing-points-outer {
        padding: 10px 15px;
    }
}

@media only screen and (min-width: 381px) {
    .cc-from {
        width: 350px;
    }
    .cc-marketing-points-outer {
        padding: 20px 25px;
    }
}

@media only screen and (min-width: 768px) {
    .row-1 {
        padding: 0;
    }
    .remove-br {
        display: none !important;
    }
    .cc-marketing-desc {
        display: flex;
        margin-top: 30px;
    }
    .cc-marketing-points-outer {
        padding: 0;
    }
    .cc-logo {
        padding: 10px 0;
    }

    .cc-heading-1 {
        padding-top: 0;
        font-size: 30px;
        line-height: 35px;
    }
    .cc-heading-2 {
        font-size: 14px;
    }

    .cc-from {
        padding-top: 80px;
    }

    .cc-form-qoute {
        font-size: 12px;
    }
}
@media only screen and (min-width: 420px) and (max-width: 992px) {
    .cc-marketing-points-outer {
        margin: auto;
    }
} 

@media only screen and (min-width: 992px) {
    .cc-logo {
        padding-left: 50px;
    }

    .cc-left-description {
        padding-left: 50px;
    }
    .cc-logo img {
        margin: 0;
    }
    .cc-left-description {
        text-align: left;
    }
    .cc-from {
        padding-top: 50px;
        padding-bottom: 30px;
        width: 90%;
    }
    .conversion-form .form-group {
        margin: 20px 0;
    }
    /* .cc-outer-container {
        height: 100vh;
    }
    .logo-row {
        position: absolute;
        width: 100%;
        bottom: 0;
    } */
}

@media only screen and (min-width: 992px) {

    .cc-logo,
    .cc-left-description {
        padding-left: 0;
    }
    .cc-right-part {
        margin: 50px 0;
    }
    .cc-left-description {
        margin-top: 50px;
    }
}
@media only screen and (min-width: 992px) and (min-height: 750px) {
    .cc-outer-container {
        height: 100vh;
    }
    .logo-row {
        position: absolute;
        width: 100%;
        bottom: 0;
    }
}

@media only screen and (min-height: 799px) {
    .testimonial-row {
        display: block;
    }
}

@media only screen and (max-height: 799px) {
    #customers-testimonials {
        display: block;
    }
}