@import url('https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800,900&amp;display=swap');
*{
    box-sizing: unset!important;
}
html {
    height: 100%;
}

body {
    font-family: 'Muli', sans-serif!important;
    background-color: #F9FAFF;
    padding: 0px;
    margin: 0px;
    height: 100%;
}
button:focus{
    outline: none!important;
}
/* START page-1 */
.sales-section {
    width: 100%;
    height: 100%;
    max-width: 1366px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

.sales-section .container {
    width: 100%;
    height: 100%;
    max-height: 768px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    max-width: 100%;
    padding: 0;
}

.sales-section .sales-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0;
    box-sizing: border-box;
    height: 100%;
}

.sales-section .sales-wrapper .col-left {
    width: 100%;
    height: 100%;
    max-width: 644px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 72px;
    box-sizing: border-box;
}

.sales-section .image-section {
    margin-bottom: 80px;
    min-height: 100px;
}

.sales-section .image-section img {
    width: 100%;
    max-width: 255px;
}

.sales-section .title-wrapper {
    margin-bottom: 25px;
}

.sales-section .title-wrapper h1 {
    font-size: 45px;
    font-weight: 700;
    line-height: 56px;
    letter-spacing: 0px;
    color: #F89B2D;
    margin: 0px;
}

.sales-section .title-wrapper h1 span {
    color: #20293C;
}

.sales-section .detail-wrapper {
    margin-bottom: 24px;
}

.sales-section .detail-wrapper p {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    color: #20293C;
    opacity: 1;
}

.sales-section .cBtn {
    display: block;
    max-width: 168px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #F99519;
    border-radius: 8px;
    text-transform: capitalize;
    opacity: 1;
    padding: 12px;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.sales-section .cBtn:hover {
    background: #e98f21;
}

.sales-section .sales-wrapper .col-right {
    width: calc(100% - 430px);
    min-height: 768px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.sales-section .sales-wrapper {
    background-image: url(../jpg/first-page-bg.jpg);
    background-position: center right;
    background-size: auto 768px;
    background-repeat: no-repeat;
}

.sales-section .sales-wrapper .col-right img {
    width: auto;
    height: 576px;
    position: absolute;
    left: 0%;
    bottom: 42px;
}

@media (max-width:1340px) {
    .sales-section .sales-wrapper {
        background-position: center right -150px;
    }
}

@media (max-width:1199px) {
    .sales-section .sales-wrapper {
        background-position: center right -320px;
    }
}

@media (max-width:1023px) {
    .sales-section .container {
        box-shadow: none;
    }
    .sales-section .sales-wrapper {
        background-image: none;
        flex-flow: row wrap;
    }
    .sales-section .sales-wrapper .col-left {
        width: 100%;
        height: auto;
        margin-bottom: 20px;
        padding: 20px;
    }
    .sales-section .sales-wrapper .col-right {
        width: 100%;
        height: auto;
        overflow: auto;
        min-height: inherit;
        padding:50px 20px;
        background-image: url(../jpg/first-page-bg.jpg);
        background-position: center right;
        background-size: auto 768px;
        background-repeat: no-repeat;
        overflow: auto;
    }
    .sales-section .sales-wrapper .col-right img {
        width: 100%;
        margin: 0 auto;
        height: auto;
        bottom:0px;
        position: static;
    }
}

/* START page-2 */
.animatedView {
    display: none;
}

header {
    padding: 32px 0px 0px;
    box-sizing: border-box;
}

header .container {
    width: 100%;
    max-width: 1016px;
    margin: 0 auto;
}

header .header-wrapper {
    display: flex;
    align-items: center;
    height: 100%;
}

header .header-wrapper .col-left {
    width: calc(100% - 430px);
    height: 50px;
}

header .header-wrapper .col-left img {
    width: 100%;
    max-width: 193px;
}

header .header-wrapper .col-right {
    width: 100%;
    color: black;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

/* Pagignation List */
header .header-wrapper .col-right ul.page-detail {
    display: flex;
    justify-content: space-between;
    padding: 0px;
    margin: 0px;
}

header .header-wrapper .col-right .cr-arrow {
    display: inline-block;
    padding: 0 5px;
    width: 20px;
    height: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .header-wrapper .col-right .cr-arrow:not(.disabled):hover {
    cursor: pointer;
}

header .header-wrapper .col-right .page-detail li {
    width: 20px;
    height: 20px;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    color: #A5ABCA;
    background-color: #fff;
    opacity: 1;
    padding: 2px 7px;
    box-sizing: border-box;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border: 1px solid #A5ABCA1C;
    margin: 0 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

header .header-wrapper .col-right .page-detail li span {
    display: block;
    text-align: center;
}

header .header-wrapper .col-right .page-detail li:hover,
header .header-wrapper .col-right .page-detail li.tab-active {
    background: #F99519;
    border: 1px solid #F99519;
    color: #FFFFFF;
    border-radius: 4px;
    opacity: 1;
    cursor: pointer;
}

header .header-wrapper .col-right .page-detail li img {
    width: 10px;
    height: 10px;
    display: block;
}


/* header .header-wrapper .col-right .page-detail {
    display: flex;
    justify-content: space-between;
    position: relative;
}

header .header-wrapper .col-right .page-detail::after {
    content: '';
    position: absolute;
    border: 2px solid #DBDEEB;
    opacity: 1;
    width: 270px;
    top: 15px;
    left: 50px;
}

header .header-wrapper .col-right .page-detail span {
    font-size: 25px;
    line-height: 31px;
    letter-spacing: 0px;
    color: #DBDEEB;
    opacity: 1;
    position: relative;
}

header .header-wrapper .col-right .page-detail span::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #000;
} */

.sales-demo-wrapper {
    width: 100%;
    max-width: 1016px;
    height: 630px;
    overflow: hidden;
    border-radius: 20px;
    margin: 22px auto 40px;
    position: relative;
    border: 6px solid #2B2B34;
}

/* commen css */
.slide {
    display: none;
}

.slide.slide-active {
    display: block;
}

.bg-img {
    width: 0;
    position: absolute;
  
}
img {
    vertical-align: unset;
}

.step-active .bg-img {
    width: 100%;
}

.step-active .step-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(62, 63, 70, 0.4);
    opacity: 0;
    z-index: 1;
}

.popup {
    width: 443px;
    position: absolute;
    left: 257px;
    top: 205px;
    background: white;
    box-shadow: 0px 0px 25px #737ABA33;
    border: 2px solid #F99519;
    border-radius: 12px;
    padding: 18px 27px 26px;
    opacity: 0;
    z-index: 2;
}

.popup::before {
    content: '';
    position: absolute;
    background: url(../svg/arrow.svg) no-repeat center center;
    width: 21px;
    height: 21px;
    background-size: 100% 100%;
    opacity: 0;
}

.popup-title h3 {
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0px;
    color: #2D2D37;
    margin: 0 0 14px;
    display: inline-block;
}

.popup-desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    color: #868891;
    margin: 0 0 17px;
}

.popup-btn {
    text-align: right;
}

.popup-btn button {
    font-size: 18px;
    font-weight: 400;
    line-height: 23px;
    border-radius: 6px;
    padding: 8px 20px;
    margin-left: 10px;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.popup-btn .back-btn {
    color: #F99519;
    background: transparent;
}

.popup-btn .next-btn {
    color: #fff;
    background: #F99519;
}

.popup-btn button.dummyCta {
    pointer-events: none;
    background: transparent;
    font-size: 16px;
    font-weight: 400;
    color: #F99519;
    margin: 0;
    padding: 8px 0px;
}

.popup-icon {
    margin-right: 10px;
}

/* Slide 1 */

.slide-1 .step-2-popup::before,
.slide-1 .step-3-popup::before {
    top: -20px;
    left: 120px;
    opacity: 1;
}

.slide-1 .step-5-popup::before {
    top: 90px;
    left: -20px;
    opacity: 1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.slide-1 .step-6-popup::before {
    opacity: 1;
    bottom: -20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 160px;
}

.slide-1 .step-4-bottom {
    bottom: 0;
    opacity: 0;
}

.slide-1 .step-5 img {
    bottom: 0;
}

.slide-1 .step-6 img {
    top: -105px;
}

.slide-1 .step-6 .step-6-popup {
    width: 300px;
}

.slide-1 .step-7 .step-7-popup {
    width: 210px;
}

.slide-1 .step-7 .popup-desc {
    margin: 0 0 10px;
}

.slide-1 .step-7 .back-btn {
    padding: 0;
}

.slide-1 .step-7.step-active .step-7-popup-click {
    display: inline-block;
    width: 60px;
    height: 24px;
    background: rgba(198 198 198 / 6%);
    position: absolute;
    top: 128px;
    left: 604px;
    cursor: pointer;
}

.slide-1 .step-7.step-active .step-7-popup-rating {
    position: absolute;
    top: 164px;
    left: 592px;
    list-style-type: none;
    background: #fff;
    padding: 0;
    height: 0;
    margin: 0;
    width: 100%;
    max-width: 100px;
}

.slide-1 .step-7.step-active .step-7-popup-rating li {
    width: 100%;
    padding: 5px 10px;
    box-sizing: border-box;
    font-weight: normal;
    color: #20293C;
}

.slide-1 .step-7.step-active .step-7-popup-rating li:first-child:hover {
    background: #F0F2FB;
    cursor: pointer;
}

.slide-1 .step-7-popup::before {
    top: -20px;
    left: 110px;
    opacity: 1;
}

/* .slide-1 .step-7:not(.step-active) .step-7-1-popup{
    display: none !important;
} */
.slide-1 .step-7-1-popup {
    width: 240px;
}

.slide-1 .step-7-1-popup::before {
    opacity: 1;
    left: -20px;
    top: 40px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.slide-1 .step-7-2-popup {
    width: 230px;
    z-index: 5;
}

.slide-1 .step-7-2-popup::before {
    opacity: 1;
    top: -20px;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(-360deg);
    transform: translateX(-50%) rotate(360deg);
}

.slide-1 .step-7.step-active .step-7-2-popup-click {
    display: inline-block;
    width: 79px;
    height: 29px;
    background: rgba(198 198 198 / 6%);
    position: absolute;
    top: -49px;
    left: 99px;
    cursor: pointer;
}

.slide-1 .step-8-popup.popup {
    width: 250px;
}

.slide-1 .step-8-popup.popup img {
    margin-bottom: 20px;
}

.slide-1 .step-8-1-popup.popup {
    width: 250px;
}

.slide-1 .step-8-1-popup::before {
    top: 83px;
    left: -20px;
    opacity: 1;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/* slide 2 */

.slide-2 .popup {
    width: 320px;
    left: 319px;
    top: 208px;
    opacity: 0;
}

.slide-2 .step-2-popup::before {
    opacity: 1;
    left: auto;
    right: -20px;
    top: 110px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.slide-2 .step-3.step-active .step-3-popup-click {
    position: absolute;
    width: 32px;
    height: 32px;
    background: transparent;
    top: 106px;
    left: -56px;
    cursor: pointer;
}

.slide-2 .step-3-popup::before {
    opacity: 1;
    left: auto;
    left: -20px;
    top: 110px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.slide-2 .step-4 .step-4-next-btn {
    position: relative;
}

.slide-2 .step-4 .step-4-next-btn::before {
    content: '';
    width: 71px;
    height: 75px;
    position: absolute;
    left: 45px;
    top: -80px;
    background: url('../svg/arrow-curve.svg')no-repeat center center;
    background-size: cover;
    pointer-events: none;
}

.slide-2 .step-4 .step-4-next-btn::after {
    content: 'Click to save';
    position: absolute;
    left: 122px;
    top: -93px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #F99519;
    text-transform: capitalize;
    white-space: nowrap;
    background: #fff;
    padding: 5px 9px;
    border-radius: 6px;
    border: 1px solid #F99519;
    pointer-events: none;
}

.slide-2 .step-5-popup::before {
    opacity: 1;
    right: -20px;
    top: 99px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.slide-2 .step-5-popup-click {
    display: inline-block;
    width: 22px;
    height: 45px;
    background: transparent;
    position: absolute;
    top: 175px;
    right: 0;
    cursor: pointer;
}

/* slide 3 */
.slide-3 .step-1-popup.popup {
    top: 84px;
}

.slide-3 .step-1 .bg-img {
    bottom: -230px;
}

.slide-3 .step-1-popup::before {
    opacity: 1;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
}

.slide-3 .step-2-popup::before {
    opacity: 1;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
}

.slide-3 .step-3-popup::before {
    opacity: 1;
    right: -20px;
    top: 110px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

/* slide 4 */
.slide-4 .step-1-popup.popup {
    top: 199px;
    left: 666px;
}

.slide-4 .step-1-popup.popup {
    width: 266px;
}

.slide-4 .step-1-popup::before {
    opacity: 1;
    left: auto;
    left: -20px;
    top: 110px;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}

.slide-4 .step-1.step-active .step-1-popup-click {
    position: absolute;
    width: 31px;
    height: 31px;
    background: transparent;
    top: 306px;
    left: 611px;
    cursor: pointer;
}
.slide-4 .step-2-popup{
    top: 47px;
}
.slide-4 .step-2-popup::before {
    opacity: 1;
    left: 50%;
    bottom: -20px;
    -webkit-transform: translateX(-50%) rotate(180deg);
    transform: translateX(-50%) rotate(180deg);
}

.slide-4 .step-2 .step-2-1-popup-click {
    display: none;
}

.slide-4 .step-2.step-active .step-2-1-popup-click {
    display: block;
    position: absolute;
    width: 294px;
    height: 31px;
    background: transparent;
    top: 388px;
    left: 380px;
    z-index: 1;
    cursor: pointer
}

.slide-4 .step-2.step-active .step-2-1-popup-click:hover {
    background: #F0F2FB;
    opacity: 0.46;
}

.slide-4 .step-2 .step-2-1-popup {
    display: none;
}

.slide-4 .step-2.step-active .step-2-1-popup {
    position: absolute;
    display: block;
    top: 256px;
    left: 380px;
}

.slide-4 .step-2.step-active .step-2-1-popup img {
    border-radius: 4px;
}
/* Slide 5 */

.slide-5 .anim-typewriter{
    position: absolute;
    width: 0;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: content-box;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    color: #333333;
}
.slide-5 .step-1-line-1{
    top: 313px;
    left: 167px;
}
.slide-5 .step-1-line-2{
    top: 352px;
    left: 167px;
}
.slide-5 .step-1-line-3{
    top: 530px;
    left: 273px;
}
.slide-5 .step-1-line-4{
    top: 530px;
    left: 524px;
}
.slide-5 .step-2-line-1{
    top: 453px;
    left: 72px;
}
.slide-5 .step-2-line-2{
    top: 471px;
    left: 72px;
}
.slide-5 .step-2-line-3{
    top: 489px;
    left: 72px;
}
.slide-5 .step-2-line-4{
    top: 507px;
    left: 72px;
}

.slide-5 .step-4-popup{
    width: 291px;
    top: 30px;
    left: 130px;
}
.slide-5 .step-4-popup::before{
    opacity: 1;
    transform: rotate(269deg);
    left: -20px;
    top: 22px;
}
.slide-5 .step-4-next-btn{
    display: inline-block;
    width: 56px;
    height: 25px;
    background: rgba(198 198 198 / 6%);
    position: absolute;
    top: 53px;
    left: 57px;
    cursor: pointer;
}
.slide-5 .step-5-popup{
    border: 1px solid #707070;
    border-radius: 8px;
    width: 270px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    padding: 0;
}
.slide-5 .step-5-popup img{
    width: 100%;
    margin-top: -25px;
    margin-bottom: -25px;
}
.slide-5 .step-6-popup{
    width: 288px;
    left: 358px;
    top: 198px;
}
.slide-5 .step-6-popup::before{
    opacity: 1;
    transform: rotate(180deg);
    bottom: -20px;
    left: 158px;
}
.slide-5 .step-6-finalization{
    width: 214px;
    top: 20px;
    right: 38px;
    left: auto;
}
.slide-5 .step-6-finalization::before{
    transform: rotate(90deg);
    bottom: auto;
    left: auto;
    right: -20px;
}
.slide-5 .popup-desc{
    margin-bottom: 10px;
}
.slide-5 .step-6-back-btn{
    padding: 0;
}
.slide-5 .step-6-next-btn{
    display: inline-block;
    width: 22px;
    height: 44px;
    background: rgba(198 198 198 / 6%);
    position: absolute;
    top: 24px;
    right: 0;
    cursor: pointer;
}

/* Slide 6 */

.slide-6 .step-1-popup{
    width: 306px;
    left: 495px;
    top: 98px;
}

.slide-6 .step-1-popup::before{
    opacity: 1;
    top: -20px;
    left: 165px;
}

.slide-6 .step-1-popup .popup-desc{
    margin-bottom: 10px;
}

.slide-6 .step-1-popup .back-btn{
    padding: 0;
}

.slide-6 .step-1-next-btn{
    display: inline-block;
    width: 107px;
    height: 27px;
    background: rgba(198 198 198 / 6%);
    position: absolute;
    top: 54px;
    left: 614px;
    cursor: pointer;
}

.slide-6 .step-2-popup{
    width: 308px;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.slide-6 .step-2-next-btn{
    position: relative;
}

.slide-6 .step-2-next-btn::after{
    content: '';
    background: url(../svg/arrow-curve.svg) no-repeat center center;
    width: 73px;
    height: 76px;
    position: absolute;
    left: 30px;
    top: -80px;
    pointer-events: none;
}
.slide-6 .step-2-next-btn::before{
    content: 'Click to close the Opportunity';
    background: #fff;
    padding: 6px 3px;
    width: 228px;
    height: 32px;
    position: absolute;
    left: 115px;
    top: -91px;
    border: 1px solid #F99519;
    color: #F99519;
    font-size: 16px;
    white-space: nowrap;
    font-weight: 400;
    text-transform: capitalize;
    line-height: 20px;
    margin: 0;
    box-sizing: border-box;
    border-radius: 6px;
    font-weight: 400;
    pointer-events: none;
}


/* .slide-7  */
.slide-7 .step-2-popup {
    width: 350px;
}

.slide-7 .step-2-popup::before {
    opacity: 1;
    bottom: -20px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    left: 207px;
}

.slide-7 .step-2-popup::after {
    content: '';
    position: absolute;
    background: url(../svg/arrow.svg) no-repeat center center;
    width: 21px;
    height: 21px;
    background-size: 100% 100%;
    opacity: 1;
    left: auto;
    right: -20px;
    top: 142px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.slide-7 .step-3-popup {
    width: 277px;
}

.slide-7 .step-3-popup::before {
    opacity: 1;
    left: auto;
    right: -20px;
    top: 102px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.slide-7 .step-4-popup {
    width: 330px;
}

.slide-7 .step-4-popup::before {
    top: -20px;
    left: 166px;
    opacity: 1;
}

.slide-7 .step-4.step-active .step-4-popup-click {
    display: block !important;
    width: 163px;
    height: 35px;
    background: transparent;
    /* background: red; */
    position: absolute;
    top: 184px;
    left: 327px;
    cursor: pointer;
}

.slide-7 .step-5-popup {
    width: 390px;
}

/* .thankyou-section */
.thankyou-section {
    display: none;
}
.thankyou-wrapper {
    width: 100%;
    max-width: 1366px;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 40px 0px;
}
.thankyou-wrapper .container{
    background-image: url(../jpg/thankyou-bg.jpg);
    background-size: cover;
    background-position: center bottom;
    width: 100%!important;
    max-width: 100%!important;
}

.title-section {
    position: relative;
    text-align: center;
    margin-bottom: 75px;
}

.title-section h1 {
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #373743;
    opacity: 1;
    margin-bottom: 13px;
}

.title-section span {
    font-size: 26px;
    line-height: 39px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #373743;
    opacity: 1;
}

.title-section small {
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #F99519;
}

.title-section::after {
    content: '';
    position: absolute;
    background: #F99519;
    border: 1px solid #00000000;
    opacity: 1;
    width: 103px;
    height: 3px;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
}

.thankyou-wrapper .thanks-wrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 0px 0px 0px 52px;
    box-sizing: border-box;
    overflow: hidden;
}
.thankyou-wrapper .title-section::after {
    display: none;
}

.thankyou-wrapper .image-section {
    margin-bottom: 80px;
    min-height: 100px;
}

.thankyou-wrapper .image-section img {
    width: 100%;
    max-width: 357px;
}

.thankyou-section .title-wrapper {
    margin-bottom: 25px;
}

.thankyou-section .title-wrapper h1 {
    font-size: 40px;
    line-height: 55px;
    font-weight: 700;
    letter-spacing: 0px;
    color: #20293C;
    margin: 0px;
}

.thankyou-section .detail-wrapper {
    margin-bottom: 24px;
}

.thankyou-section .detail-wrapper p {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #20293C;
    opacity: 1;
}

.thankyou-section .cBtn {
    display: block;
    max-width: 280px;
    text-align: center;
    text-decoration: none;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0px;
    color: #FFFFFF;
    background: #F99519;
    border-radius: 8px;
    text-transform: none;
    opacity: 1;
    padding: 12px;
    box-sizing: border-box;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

.thankyou-section .cBtn:hover {
    background: #e98f21;
}

.thankyou-section .thanks-wrapper .col-right {
    width: calc(100% - 500px);
}

.business-wrapper .title-section h1 {
    width: 100%;
    max-width: 868px;
    margin: 0 auto 13px;
}

.business-wrapper {
    width: 100%;
    max-width: 1366px;
    box-sizing: border-box;
    margin: 0 auto;
    padding-bottom: 41px;
    background-color: #fff;
}

.business-activity {
    margin-bottom: 48px;
}

.business-wrapper .business-activity ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    max-width: 1086px;
    margin: 0px auto;
    padding: 0px;
}

.business-wrapper .business-activity ul li {
    width: 100%;
    max-width: 250px;
    padding: 20px;
    list-style: none;
    box-sizing: border-box;
    background: #F7F9FE;
    border: 1px solid #ECF2FF;
    border-radius: 8px;
    opacity: 1;
}

.business-activity ul li .imgWrapper {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 0px 10px #3251B71A;
    border: 2px solid #F99519;
    border-radius: 50px;
    opacity: 1;
    margin: 0 auto 18px;
}

.business-activity ul li .image-deatil p {
    margin: 0px;
    padding: 0px;
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #1E2637;
    opacity: 1;
    text-align: center;
}

.business-wrapper .cBtn {
    max-width: 474px;
    margin: 0 auto;
}

.success-stories-wrapper {
    width: 100%;
    max-width: 1366px;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 36px 0px 58px;
    background-color: #F6F7FA;
}

.success-stories-wrapper .title-section::after {
    width: 168px;
}

.success-stories-wrapper .success-stories-activity ul {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    max-width: 1137px;
    margin: 0 auto;
    padding: 0px;
}

.success-stories-wrapper .success-stories-activity ul li {
    width: calc(100%/3 - 14px);
    list-style: none;
    box-sizing: border-box;
    background: #FBFCFE;
    border-radius: 8px;
    opacity: 1;
    padding-bottom: 23px;
}

.success-stories-wrapper .success-stories-activity ul li p {
    max-width: 282px;
    margin:0px auto;
    margin-top: 18px;
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #0C0D0F;
    opacity: 1;
}
.mfp-content {
    max-width: 415px;
}
.modal-body .form-group {
    margin-bottom: 20px;
}
.modal-body .form-group .form-control {
    border: none;
    border-bottom: 1px solid #838282;
    border-radius: 0;
    padding: 1px;
    color: #3e454c;
}
.mfp-close-btn-in .mfp-close {
    position: absolute;
    top: 0;
    right: 0;
    background-color: black;
    opacity: 1;
    text-shadow: none;
    color: white !important;
    padding: 0px;
    font-size: 35px;
    border-radius: 100%;
    line-height: 35px;
    width: 35px;
    height: 35px;
}
.quote_form {
    margin: 15px;
}
.modal-body {
    text-align: center;
}
.modal-header{
display: none!important;
}
.modal-body .modal-footer .btn {
    padding: 0.375em 0.75em;
    font-size: 1em;
}
.modal-body .modal-footer .btn-primary {
    color: #fff;
}
.modal-body .modal-footer .btn-primary {
    color: #FFFFFF;
    background-color: #f79c2e;
    border-color: #f79c2e;
}
.modal-body .form-group .form-control:hover, .modal-body .form-group .form-control:focus {
    box-shadow: none;
}
.modal-body .modal-footer .btn-rounded{
border-radius: 22.5rem;
}
.modal-footer {
    border-top: none!important;
    padding: 0px 10px 20px 10px!important;
}
.modal-content {
    border: 3px solid #0e0e0e!important;
    border-radius: 10px!important;
}