


@media screen and (max-width: 380px){
  .avatar-button .avatar-group img{--avatar-group-img-size: 55px;}
  .avatar-button .btn-lg{padding: 15px 25px;}
}

/* ===============================
=========== Small mobile-xs (Size below from 575px) ===========
=============================== */
@media screen and (max-width: 575px) {
  .homeheroSection h1 .underline {
    display: inline-block;
  }
  .header-buttons-lg {
    display: block;
  }
  .awards .smallLogoRow img {
    --height: 60px;
  }
  .awards .largeLogoRow img {
    --height: 86px;
  }
  .live-monitoring .f_size_18 {
    font-size: 14px !important;
  }
  .heading-badge {
    padding: 7px 16px;
  }
  .flotHeading {
    font-size: 12px;
  }
  .f_size_20 {
    font-size: 16px !important;
  }
  .videoframe iframe {
    height: 150px;
  }
  .infinite-img {
    height: 40px!important;
  }

  .remoteWorkSection .col-md-6.text-center img {max-height: inherit; width: 100%;}
}

/* ===============================
=========== Mobile-sm (Size from 576px to 767px) ===========
=============================== */
@media screen and (min-width: 576px) {
  .w-sm-50 {
    max-width: 50%;
  }
  .w-sm-75 {
    max-width: 75%;
  }
  .homeheroSection h1 {
    font-size: 24px;
  }
  .heroMediaSection .widgetBlock {
    font-size: 32px;
  }
  .getstartSection ul li {
    width: 50%;
  }
  .networkSection h2 {
    font-size: 32px
  }
  .blurBg:before {
    height: 100px;
  }
}

/* ===============================
=========== Mobile-sm (Size bwlow from 767px) ===========
=============================== */
@media screen and (min-width: 767px) {
  .testimonial-slider .carousel-control-next,
  .testimonial-slider .carousel-control-prev {
    display: none;
  }
}

/* ===============================
=========== Tablet-md (Size from 768px to 991px) ===========
=============================== */
@media screen and (min-width: 768px) {
  .w-md-50 {
    max-width: 50%;
  }
  .w-md-75 {
    max-width: 75%;
  }
  .homeheroSection h1 {
    font-size: 32px;
  }
  .section {
    padding: 70px 0;
  }
  .networkSection h2 {
    font-size: 40px
  }
  .networkSection p {
    font-size: 18px
  }
  .header-buttons-lg {
    display: none;
  }
  .header-buttons-sm {
    display: block;
  }
  .hc-offcanvas-nav .bottom-nav {
    display: none;
  }
  .pageTitleCurve .heroImg img {
    max-height: 350px;
  }
  .heading-lg {
    font-size: 40px;
  }
  .gap-14 {
    gap: 14px;
  }
  .feature-badge {
    padding: 15px 20px;
  }
}

/* ===============================
=========== Laptop or Tablet-lg (Size from 992px to 1199px) ===========
=============================== */
@media screen and (min-width: 992px) {
  .pageTitleCurve .heroImg img {
    max-height: 450px;
  }
  .heading {
    font-size: 32px;
  }
  .title {
    font-size: 24px;
  }
  .subheading {
    font-size: 16px;
  }
  .w-lg-50 {
    max-width: 50%;
  }
  .w-lg-60 {
    max-width: 60%;
  }
  .testimonialClient ul li img {
    width: 70px;
  }
  .testimonialClient ul li {
    padding: 16px;
  }
  .testimonialClient ul li img {
    width: 90px;
  }
  .contctPersonbanner {
    display: block;
  }
  .header-buttons-sm  {
    display: none;
  }
  .header-buttons-lg {
    display: block;
  }
  #mobile-main-nav {
    display: none;
  }
  .hero-case-study .large {
    display: block;
  }
  .hero-case-study .small {
    display: none;
  }
  .hero-case-study {
    padding: 40px 0;
  }
  .pageTitleCurve {
    padding-top: 80px;
  }
  .block-image img {
    max-height: 550px;
  }
  .heroFloatingArrow {
    position: absolute;
    bottom: -108px;
    left: -34px;
  }
  .position-lg-absolute {
    position: absolute;
  }
  .manLaptop {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .curveArrow {
    top: 300px;
    right: 58%;
    transform: translateX(180px);
  }
  .all-call {
    bottom: 140px;
    left: 0;
    z-index: -1;
  }
  .queue-summary {
    top: 80px;
    right: 24px;
  }
  .live-agents {
    bottom: 30px;
    right: 0px;
  }
  .girlImg {
    display: inline-block;
    max-height: 692px;
  }
  .report-bg:before {
    content: "";
    position: absolute;
    background: url(../images/call-center-software/new/reportBg.svg) no-repeat top center;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .block-l {
    padding: 100px 0;
  }
  .remoteWork {
    background: var(--blueLight);
  }
  .right-radius {
    border-radius: 0 50px 0 0;
  }
  .pe-lg-100 {
    padding-right: 100px;
  }
  .feature-badge {
    font-size: 20px;
  }
  .blurBg:before {
    height: 198px;
  }
  .remoteWork.blueBg {
    background: var(--blueDark);
  }
  .curv-lg-h75 > .position-absolute {
    height: 75%!important;
  }
  .counter {
    flex-direction: column;
    align-items: center;
  }
  .doc_wraper_lg {
    display: flex;
    flex-wrap: nowrap;
    height: -webkit-fill-available;
    max-height: calc(100vh - 58px);
    overflow-x: auto;
    overflow-y: hidden;
    flex-direction: row;
  }
  .pdfViewSection {
    width: 100%;
    height: calc(100vh - 90px);
    min-height: 500px;
    margin: 0 auto;
  }
}

/* ===============================
=========== Desktop-xl (Size start from 1200px) ===========
=============================== */
@media screen and (min-width: 1200px) {
  .testimonial-floating-diraction {
    display: block;
  }
  .testimonialClient ul li img {
    width: 90px;
  }
  .testiContent {
    font-size: 20px;
  }
  .testimonial-box {
    padding: 100px 50px 50px;
  }
  .testiContent {
    min-height: 250px;
  }
  .worldMapSection .pin span {
    font-size: 17px;
  }
  .worldMapSection .pin:hover span {
    opacity: 1
  }
  /*.worldMapSection .pin.india span {
    left: -27px;
    top: -48px;
  }
  .worldMapSection .pin.singapure span {
    left: -45px;
    top: 28px;
  }
  .worldMapSection .pin.sydney span {
    left: -35px;
    top: -48px;
  }
  .worldMapSection .pin.rio span {
    left: -19px;
    top: -48px;
  }
  .worldMapSection .pin.california span {
    left: -46px;
    top: 28px;
  }
  .worldMapSection .pin.frankfurt span {
    left: -42px;
    top: -48px;
  }
  .worldMapSection .pin.paris span {
    left: -26px;
    top: 28px;
  }*/
  .contctPersonbanner {
    text-align: center;
  }
  .contctPersonbanner img{
    width: 85%;
  }
  .getstartSection ul {
    display: flex;
    flex-wrap: wrap;
  }
  .pageTitleCurve {
    padding-top: 100px;
  }
  .VOwhySec .featureCard {
    min-height: 342px;
  }
  .live-agents {
    right: -20px;
  }
  .curveArrow {
    right: 50%;
  }
  .pt-huge {
    padding-top: 120px;
  }
  .pt-base {
    padding-top: 80px;
  }
  .all-call {
    left: 58px;
  }
  .queue-summary {
    right: 40px;
  }
  .cta {
    flex-direction: row;
    align-items: center;
  }
  .heading-lg {
    font-size: 44px;
  }
  .counter {
    flex-direction: column;
    align-items: center;
  }
  .doc_wraper_lg .videoframe {
    max-width: 100%;
  }
}

/* ===============================
=========== Desktop-xl (Size start from 1400px) ===========
=============================== */
@media screen and (min-width: 1400px) {
  .pageTitleCurve {
    padding-top: 150px;
  }
  .doc_wraper {
    display: flex;
    flex-wrap: nowrap;
    height: -webkit-fill-available;
    max-height: calc(100vh - 58px);
    overflow-x: auto;
    overflow-y: hidden;
    flex-direction: row;
  }
  .doc_table_content {
    overflow-x: visible;
  }
  .codeblock_Section {
    max-width: 450px;
}


}


/* ===============================
===========  (Max Width 992px) ===========
=============================== */


@media screen and (max-width: 1400px) {
.SlideImage img{max-width: 100%;}
.omniChannelBLock{margin-left: 0px;}


}
 

@media screen and (max-width: 1260px) {
.tabSecun3{padding: 30px!important; max-width: 90%!important;}
.descLine{font-size: 20px; padding-left: 50px;}
.SLideText span{font-size: 38px; line-height: 48px;}
.bulletPont{margin-left: 50px;}
.omniChannelBLock{margin-top: 15px;}
}

@media screen and (max-width: 1200px) and (min-width:992px) {
  .mainheader .container{max-width: 95%}
  .mainheader .nav-item .nav-link{font-size: 14px!important; padding: 0.535rem 5px}
  .mainheader .btn{padding: 7px 9px!important; font-size: 12px;}
  .heroSection h1 span{font-size: 36px; line-height: normal;}
  .remoteWorkSection h2{font-size: 40px;}
  .highLightText{font-size: 28px;}
  .stats-block .value-highlight{font-size: 3rem}
  .stats-block .title{font-size: 20px;}
  .whyusblock, .blockwhitebg{padding: 15px;}
  .secondcolMenu{min-width: 300px;}
}


@media screen and (max-width: 992px) {
   .heroSectionwhite{padding: 50px 15px;}
   .ctaSection h2.display2 {font-size: 34px; line-height: 35px;}
   .mw-md-100{max-width: 100%!important}
   .f_md_24{font-size: 24px!important}
   .f_md_24 br{display: none}
   .f_md_20{font-size: 20px!important}   
   .f_md_18{font-size: 18px!important;}
    .tabSecun3{padding: 30px!important; max-width: 90%!important;}

    .twoColBlock h3{font-size: 20px!important;}
    .twoColBlock h3 br{display: none}

    .br_sm_hide br{display: none;}
    .pr_md_15{padding-right: 15px!important}
    .pl_md_15{padding-left: 15px!important}

    .sectionthree .display4 {font-size: 20px;}

    .stryBox{  min-height: auto; max-height: inherit; height: 100%; padding: 15px;}
    .stryBox h3{font-size: 18px;}
    .casestudyblockBanner{position: relative;}

    .about_valuelist li{ font-size:18px!important; }
    .about_valuelist span{ font-size: 22px!important;}

    .DleftmenuBar {display: none}
    .doc_nav_section{width: 100%; text-align: center; }

    .DocmobileDropMenu{ margin:15px 0px; }

    .descLine{font-size: 22px; padding-left: 0px; margin-top: 15px;}
    .SLideText{left:5%; right: 5%;}
    .SLideText span{font-size: 38px; line-height: 48px;}
    .bulletPont{margin-left: 0px;}
    .omniChannelBLock{margin-top: 15px;}

    .heroSection h1{ font-size:22px; }
    .heroSection h1 span{font-size: 36px; line-height: normal;}

    .PageSection{padding: 70px 15px;}
    .feature-badge{font-size: 14px ; padding: 6px 10px}
    .ctaSection .heading {font-size: 32px!important}
    .remoteWorkSection .container{padding: 25px}
    .remoteWorkSection h2{font-size: 30px;}
    .remoteWorkSection p{font-size: 18px;}

    .display-4{font-size: 32px;}
    .dbanimatedScreen{min-height: auto;}

    .stats-block .value-highlight{font-size: 3rem}
    .stats-block .title{font-size: 20px;}

/*    .doc_video{width: 95%; border-radius: 10px; height: 400px;}*/

.doc_content_Sec  iframe[src*="youtube"] {
  aspect-ratio: 16 / 9;
  /* Overrides inline width and height attrs in the default embed code 22*/
  width: 90% !important;
  height: auto !important; border-radius: 5px;
}

    
}


@media screen and (max-width: 767px) {
.lheightnormalsm{line-height: normal!important;}
.block{padding: 50px 0px;}
.ptsm-0{padding-top: 0px!important;}
.heroSectionwhite .f_size_20 {font-size: 17px!important;} 
.heroSectionwhite h5{font-size: 18px; font-weight: 400!important;}
.sm_f_18{font-size: 18px!important}
.sm_f_16{font-size: 16px!important}

.rowBlockColmn{padding-left: 65px!important;}
.rowBlockColmn .icoAb{width: 50px!important; height: 50px!important; line-height: 50px!important; font-size: 20px!important;}
.rowBlockColmn .f_size_22{font-size: 18px!important;}
.ctaSection h2.display2 {font-size: 30px; line-height: 35px;}

.tabBtn .nav-item .nav-link{margin-bottom: 5px!important;}
.CTAMinimal .ctaBody{padding: 25px 35px;}
.twoColBlock{padding: 15px!important; margin-bottom: 15px;} 
.tabBtn .nav-item .nav-link{margin-bottom: 5px!important;}
.CTAMinimal .ctaBody{padding: 25px 35px;}
.twoColBlock{padding: 15px!important; margin-bottom: 15px;}
.faqAccordionclps .accordion-item .accordion-button{font-size: 18px; padding: 10px 20px;} 
.stryBox{margin-bottom: 15px; height: inherit;} 
.wpUseCaseSection{padding-bottom: 50px!important}
.pbxImgBlock{padding: 20px;}

.testiContent{font-size: 16px!important;}
.TestimonialBox{padding: 60px 35px!important}
.TestimonialBox::after{top: 5px!important; left: 25px!important; font-size: 45px!important}

.mainPageHero {overflow: hidden;}
.mainPageHero h1{font-size: 22px; line-height: normal;}
.mainPageHero h1 span{font-size: 32px;}

.SLideText{padding: 13px 32px}
.SLideText font{font-size: 16px;}
.SLideText span{font-size: 22px; line-height: normal;}
.bulletPont li{font-size: 18px;}
.bulletPont li span{font-size: 22px;}

.PageSection .heading2{font-size: 22px!important;}

.ctaSection .heading {font-size: 24px!important}
.caseStudySec{padding: 70px 15px}

.heroSection h1{ font-size:20px; line-height:normal; }
.heroSection h1 span{font-size: 28px; line-height: normal;}
.decsriptionText{max-width: 100%;}
.PageSection{padding: 50px 15px;}
.feature-badge{font-size: 14px ; padding: 6px 10px}

.remoteWorkSection .container{padding: 30px 30px; text-align: center;}
.remoteWorkSection h2{font-size: 28px; text-align: center;}
.remoteWorkSection p{font-size: 16px; text-align: center;}
.remoteWorkSection .col-md-6:nth-child(2){margin-top: 30px;}
.webRTC.section{text-align: center;}
.cta.outline{align-items: center;}

.stats-block{ height:inherit; margin-top:15px; }
.stats-block .value-highlight{font-size: 3rem}
.stats-block .title{font-size: 20px;}

.highLightText{font-size: 22px;}

.blockwhitebg{text-align: center;}

.titledLine::after{ width:75px; height:10px; margin-top:-5px; }
.PageSection .decsriptionText{max-width: 100%;}


.screenwidgetSec{margin-bottom: 15px; height: auto!important;}
.heading2.f_size_28{margin-top: 15px;}

.show768{display: block!important;}
 
} 
 
  .curveArrow {
    top: 300px;
    right: 50%;
    transform: translateX(180px);
  }
  .pt-huge {
    padding-top: 160px;
  }
  .pt-base {
    padding-top: 120px;
  }
  .all-call {
    left: 116px;
  }
  .queue-summary {
    right: 124px;
  }


