body,
html {
    overflow-x: hidden;
}


/* banner section css end */

.header-text .h1 {
    font-size: 64px;
    font-weight: 900 !important;
}

.header-text .h2 {
    font-size: 21px!important;
    line-height: 31px;
    font-weight: 400!important;
    margin-top: 30px!important;
}

.header-text p {
    font-weight: 400;
}

.do-customers-section {
    z-index: 3;
    background-color: #f6f6f6 !important;
    width: 100%;
    padding: 100px 0;
    background: #fff;
    position: relative;
    overflow: hidden;
    text-align: center;
}

.do-customers-section .h3 {
    font-weight: 900!important;
    margin-bottom: 10px!important;
    color: #3b3b3b;
}

.do-customers-section strong {
    font-size: 24px;
    font-weight: 500!important;
    margin: 0 0 20px 0;
    display: inline-block;
}

.do-customers-section p {
    font-weight: 400!important;
}

.do-customers-section .cus-box {
    width: 950px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 30px!important;
}

.do-customers-section .cus-detail p {
    margin-bottom: 0;
}

.customer-box {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .07);
    background-color: #fff;
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 0 5px 30px 5px;
    padding: 40px 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.customer-box span {
    background-color: #6c11ab;
    background-image: linear-gradient(166deg, #6c11ab 10%, #e9437d 50%, #ff7814);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    font-weight: 900;
    font-size: 60px;
}

.customer-box p {
    font-size: 23px!important;
    line-height: 1.4;
    font-weight: 400;
    margin: 0 0 20px 0;
}

.cus-detail {
    width: 850px;
    max-width: 100%;
    margin: 15px auto;
}

.cus-detail p {
    font-weight: 500;
    margin: 0 0 20px 0;
    font-size: 24px;
    line-height: 1.4;
}

.receptionists-section {
    position: relative;
    padding: 100px 0px 0px 0px;
    z-index: 3;
    background-color: #fff;
}

.receptionists-section .img-responsive {
    box-shadow: 0 7px 30px 0 rgba(0, 0, 0, .08)!important;
    background-color: #fff;
    border: 1px solid #eee!important;
    border-radius: 20px!important;
    max-width: 100%;
    object-fit: contain;
}

.receptionists-section .img-responsive.last-img {
    margin-top: -10px;
    margin-left: 50px;
    z-index: 1;
    position: relative;
    max-width: 100%;
    object-fit: contain;
}

.receptionists-section .h1 {
    margin-bottom: 30px;
}

.receptionists-box {
    position: relative;
    padding-right: 50px;
    padding-left: 15px;
}

.receptionists-box .h2 {
    font-weight: 900!important;
}

.receptionists-box .h2+p {
    font-weight: 500!important;
    font-size: 24px;
    line-height: 1.4;
}

.receptionists-box p {
    font-weight: 400!important;
}

.receptionists-box .h2 span {
    display: block;
}

.header-text {
    text-align: center;
}

.product {
    padding: 50px;
    transition: all .3s;
    background-position: 0 0;
    background-image: url("../images/circle.svg");
    background-repeat: no-repeat;
    background-size: 0;
    text-align: center;
    height: 100%;
}

.product .btn {
    background-color: #ff7814;
	border: 2px solid #ff7814;
    text-decoration: none;
    color: #fff;
    -moz-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    -webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    font-size: 18px;
    font-weight: 700;
    padding: 12px 20px;
    border-radius: 15px!important;
    margin-top: 30px;
}
.product .btn:hover{
	background-color: transparent;  
    color: #ff7814;
    border: 2px solid #ff7814;
}

.product .product-header {
/*     margin-bottom: 30px; */
    transition: all .3s;
    transition-delay: .1s;
}

.product .product-header h2 {
    font-size: 48px!important;
    font-weight: 900;
    display: inline-block;
    margin-bottom: 10px;
}

.bg-light {
    border: 3px solid #ff7814;
    background-color: #fff;
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .07)!important;
    border-radius: 60px!important;
}

.product .product-header h2.text-brand-3 {
    border-bottom: 3px solid #ff9547;
}

.product .product-header h2.text-brand-2 {
    border-bottom: 3px solid #6c11ab;
}

.product .product-header h2.text-brand-1 {
    border-bottom: 3px solid #ff7814;
}

.product .product-header h3 {
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
    max-width: 90%;
    margin: 10px auto;
}

.product .product-body p {
    margin-bottom: 30px;
}

.product .product-body ul {
    list-style: none;
    padding-left: 0px;
}

.product .product-body ul li {
    font-size: 15px!important;
    margin-bottom: 10px;
    text-align: left;
}

.your-customer-box {
    margin: 0px auto 100px auto;
    background-color: #f6f6f6!important;
    border-radius: 60px!important;
    padding: 50px!important;
    text-align: center;
    width: 1100px;
    max-width: 100%;
    margin-top: 60px;
}

.your-customer-box h2+p {
    margin: 25px 0 20px 0;
    font-size: 24px;
    font-weight: 400;
}

.main-your-customer {
    position: relative;
    z-index: 3;
    background-color: #fff;
}

.main-your-customer .c-row {
    margin: 30px -15%;
}

.main-your-customer .sub-dcs {
    margin-top: 30px;
}

.main-your-customer p {
    margin: 0 0 20px 0;
}

.main-your-customer .customers-round-box span {
    padding-top: 0px;
}

.main-your-customer .customers-round-box {
    padding: 35px !important;
}

.home .full-testimonial {
    padding-top: 60px !important;
    padding-bottom: 100px !important;
}

.full-testimonial .icon-star-full {
    font-size: 26px!important;
    margin-right: 4px!important;
}

.full-testimonial .btn {
    margin-top: 30px !important;
}

.testimonial-section .border-brand1 {
    border-color: #ff7814 !important;
}

.testimonial-section .swiper-slide-active .border-brand1 {
    border-color: #6c11ab !important;
}

.testimonial-section .swiper-slide-next .border-brand1 {
    border-color: #e9437d !important;
}

.footer-review-box {
    padding-top: 100px;
    padding-bottom: 50px;
}

/* @media screen and (min-width: 1350px) {
    .product:hover {
        background-position: -63px -160px;
        transition: all .3s;
        background-size: 460px;
    }
    .product:hover .product-header {
        margin-top: -30px;
        padding-bottom: 30px;
        transition: all .3s;
        transition-delay: .1s;
    }
    .product:hover .product-header h2.text-brand-3,
    .product:hover .product-header h2.text-brand-2,
    .product:hover .product-header h2.text-brand-1 {
        color: #fff!important;
        border-bottom: 3px solid #fff;
    }
    .product:hover .product-header h3 {
        color: #fff;
    }
    .product:hover .product-header .btn {
        background-color: #fff !important;
        color: #3b3b3b !important;
    }
}
 */
/* @media screen and (min-width: 1440px) {
    .product:hover {
        background-position: -25px -160px;
        transition: all .3s;
        background-size: 500px;
    }
} */

@media screen and (max-width: 1499px) {
    .do-customers-section{
        padding: 70px 0;
    }
	 .receptionists-section {
        padding: 70px 0px 0px 0px;
    }
    .your-customer-box {
        margin: 70px auto;
    }
    .real-time-box {
        padding: 70px!important;
    }
    .logos img {
        height: 40px;
    }
    .receptionists-section .img-responsive {
        width: 80%;
    }
    .header-text .h1 {
        font-size: 50px;
    }
    .full-hero.homepage .header-text {
        padding-left: 30px;
    }
    .full-hero {
        min-height: auto;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .customer-box span {
        font-size: 50px;
    }
    .customer-box p {
        font-size: 18px!important;
    }
    .cus-detail p {
        font-size: 18px;
    }
    .product .product-header h3 {
        font-size: 18px;
        line-height: 26px;
        max-width: 100%;
    }
    .your-customer-box {
        margin: 70px auto;
        width: 1000px;
        max-width: 100%;
    }
    .customers-round-box {
        padding: 20px!important;
    }
    .customers-round-box p {
        font-size: 20px;
        padding-top: 26px;
    }
    .customers-round-box span {
        font-size: 26px !important;
        padding-top: 5px !important;
        color: #ff7814;
        padding-bottom: 15px;
    }
    .full-hero .hero-img {
        max-width: 800px;
    }
    .main-your-customer .customers-round-box {
        padding: 20px !important;
    }
    .your-customer-box {
        border-radius: 30px !important;
    }
}

@media screen and (max-width: 1365px) {
    .homepage video.hero-video {
        display: none !important;
    }
    .homepage .hero-img {
        display: block !important;
    }
    .main-your-customer .customers-round-box {
        margin: 15px;
    }
}

@media screen and (max-width: 1280px) {
    .receptionists-section .img-responsive {
        width: 80%;
    }
    .customer-box {
        padding: 30px 22px;
        height: calc(100% - 30px);
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .customer-box span {
        font-size: 50px;
    }
    .product {
        padding: 50px 20px;
    }
    .header-text .h2 {
        font-size: 18px!important;
        line-height: 28px;
        margin-top: 20px!important;
        margin-bottom: 20px;
    }
    .receptionists-box {
        position: relative;
        padding-right: 15px;
        padding-left: 15px;
    }
    .do-customers-section{
        padding: 50px 0;
    }
	 .receptionists-section {
        padding: 50px 0px 0px 0px;
    }
    .main-your-customer .c-row {
        margin: 30px 0;
    }
}

@media screen and (max-width: 1199px) {
      .full-hero.homepage .hero-img {
        max-width: 400px !important;
        top: 30px !important;
        bottom: 0 !important;
      }
    .full-hero.homepage .header-text {
        padding-left: 10px;
    }
    .header-text .h1 {
        font-size: 42px;
    }
    .product:hover {
        background-position: unset;
        transition: unset;
        background-size: 0;
        background-image: unset !important;
    }
    .product .product-header {
        padding-bottom: 0px;
    }
    .product .btn {
        margin-top: 20px;
        font-size: 16px;
    }
    .product {
        padding: 10px 20px;
    }
    .product .product-header h2 {
        font-size: 38px!important;
        margin-top: 20px;
    }
}

@media screen and (max-width: 991px) {
    .full-hero.homepage .hero-img.agent-2 {
        max-width: 400px !important;
        top: auto !important;
        bottom: 0 !important;
		left: 0;
    	right: 0;
		margin: 0 auto;
      }
    .homepage.full-hero {
        padding-bottom: 360px !important;
    }
	.footer-review-box {
    padding-top: 50px;
    padding-bottom: 50px;
}
    header h1,
    header .h1 {
        font-size: 55px!important;
    }
    .full-hero.homepage .header-text {
        width: 100%;
    }
    .full-hero .hero-img {
        position: relative;
        bottom: 0;
        z-index: 2;
        right: 0;
        max-width: 100%;
    }
    .header-text {
        text-align: left;
    }
    header h1,
    header .h1 {
        font-size: 55px!important;
    }
    .product {
        margin: 20px;
    }
    .receptionists-section .img-responsive {
        width: 80%;
        margin: 30px;
    }
    .header-bottom .row .left-menu .navbar-btn {
        display: none;
    }
    .header-text .h1 {
        font-size: 44px;
    }
    .logo img {
        padding: 0 !important;
    }
    .logo img,
    .logo {
        width: 135px;
    }
    .customer-box span {
        font-size: 32px;
    }
    .your-customer-box {
        margin-top: 20px !important;
    }
    .receptionists-section .btn.btn-primary {
        margin-top: 15px !important;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .full-hero.homepage .hero-img.agent-2 {
        width: 100% !important;
		    max-width: 350px !important;
      }
    .homepage.full-hero {
        padding-bottom: 280px !important;
    }
    .full-hero.homepage .header-text {
        padding-left: 10px;
    }
    .header-text .h1 {
        font-size: 34px;
    }
    .header-text .h1 br {
        display: none;
    }
    .homepage .btn.btn-primary {
        margin-top: 15px !important;
    }
    .do-customers-section strong {
        font-size: 20px;
    }
    .receptionists-section .img-responsive {
        width: 100%;
        margin: 10px auto !important;
    }
    .main-your-customer .c-row {
        margin: 30px -15px;
        padding: 0;
    }
}

@media screen and (max-width: 564px) {
    .receptionists-box {
        position: relative;
        padding-right: 0;
        padding-left: 0;
    }
}
@media screen and (max-width: 479px){
    .full-hero.homepage .hero-img.agent-2 {
           max-width: 300px !important;
      }
}