.top_height{
    width: 100%;
    height: 100px;
}
.dfw-wrp .dfw-container {
    max-width: 670px;
    margin: 0 auto;
}

.common-ttle {
    font-size: 32px;
    font-weight: 600;
    color: #293e51;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    text-transform: capitalize;
}

.dfw-wrp .dfw-container p.desc {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #646464;
    text-align: center;
    margin: 20px 0px 0px;
    padding: 0px 62px;
}

.dfw-wrp .dfw-container .dfw-icn-main-sticky {
    position: fixed;
    top: 100px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, 0%);
    background-color: #fff;
    z-index: 5;
    padding: 0px 0px 15px;
    display: none;
}
.dfw-icn-main a{
    text-decoration: none;
}

.dfw-wrp .dfw-container .dfw-icn-main-sticky.active {
    display: block;
}

.dfw-wrp .dfw-container .dfw-icn-main-sticky .cvr-vx {
    width: 1280px;
    margin: 0 auto;
}

.dfw-wrp .dfw-container .dfw-icn-main-sticky .dfw-icn {
    width: 190px;
    height: 60px;
    display: inline-block;
    padding: 17px 0px;
    border: 1px solid #c7c7c7;
    text-align: center;
    margin: 30px 10px 0px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px #E4E4E4;
    border: 1px solid #FFFFFF;
}

.dfw-wrp .dfw-container .dfw-icn-main-sticky .dfw-icn span {
    padding: 3px 0px 3px 35px;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 14px;
    font-weight: 600;
    color: #293E51;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-size: 25px;
}

.dfw-wrp .dfw-container .dfw-icn-main-sticky .dfw-icn:hover {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px #E4E4E4;
    border: 1px solid #FFFFFF;
}

.dfw-wrp .dfw-container .dfw-icn-main-sticky .dfw-icn.dfw-icn1 span {
    background-image: url(../images/portfolio/dfw-icn-blue1.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main-sticky .dfw-icn.dfw-icn2 span {
    background-image: url(../images/portfolio/dfw-icn-blue2.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main-sticky .dfw-icn.dfw-icn3 span {
    background-image: url(../images/portfolio/dfw-icn-blue3.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main-sticky .dfw-icn.dfw-icn4 span {
    background-image: url(../images/portfolio/dfw-icn-blue4.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main-sticky .dfw-icn.dfw-icn5 span {
    background-image: url(../images/portfolio/dfw-icn-blue5.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main-sticky .dfw-icn.dfw-icn6 span {
    background-image: url(../images/portfolio/dfw-icn-blue6.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main-sticky .dfw-icn.dfw-icn7 span {
    background-image: url(../images/portfolio/dfw-icn-blue7.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main-sticky .dfw-icn.dfw-icn1:hover span {
    background-image: url(../images/portfolio/dfw-icn-blue1.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main-sticky .dfw-icn.dfw-icn2:hover span {
    background-image: url(../images/portfolio/dfw-icn-blue2.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main-sticky .dfw-icn.dfw-icn3:hover span {
    background-image: url(../images/portfolio/dfw-icn-blue3.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main-sticky .dfw-icn.dfw-icn4:hover span {
    background-image: url(../images/portfolio/dfw-icn-blue4.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main-sticky .dfw-icn.dfw-icn5:hover span {
    background-image: url(../images/portfolio/dfw-icn-blue5.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main-sticky .dfw-icn.dfw-icn6:hover span {
    background-image: url(../images/portfolio/dfw-icn-blue6.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main-sticky .dfw-icn.dfw-icn7:hover span {
    background-image: url(../images/portfolio/dfw-icn-blue7.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main {
    padding: 0px 15px;
    text-align: center;
}

.dfw-wrp .dfw-container .dfw-icn-main.active2 {
    display: none;
}

.dfw-wrp .dfw-container .dfw-icn-main .dfw-icn {
    width: 190px;
    height: 60px;
    display: inline-block;
    padding: 17px 0px;
    border: 1px solid #c7c7c7;
    text-align: center;
    margin: 30px 10px 0px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #fff;
    background: #FFFFFF;
    box-shadow: 0px 0px 25px #E4E4E4;
    border: 1px solid #FFFFFF;
}

.dfw-wrp .dfw-container .dfw-icn-main .dfw-icn span {
    padding: 3px 0px 3px 35px;
    background-repeat: no-repeat;
    background-position: left top;
    font-size: 14px;
    font-weight: 600;
    color: #293E51;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-size: 25px;
}

.dfw-wrp .dfw-container .dfw-icn-main .dfw-icn.dfw-icn1 span {
    background-image: url(../images/portfolio/dfw-icn-blue1.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main .dfw-icn.dfw-icn2 span {
    background-image: url(../images/portfolio/dfw-icn-blue2.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main .dfw-icn.dfw-icn3 span {
    background-image: url(../images/portfolio/dfw-icn-blue3.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main .dfw-icn.dfw-icn4 span {
    background-image: url(../images/portfolio/dfw-icn-blue4.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main .dfw-icn.dfw-icn5 span {
    background-image: url(../images/portfolio/dfw-icn-blue5.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main .dfw-icn.dfw-icn6 span {
    background-image: url(../images/portfolio/dfw-icn-blue6.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main .dfw-icn.dfw-icn7 span {
    background-image: url(../images/portfolio/dfw-icn-blue7.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main .dfw-icn.dfw-icn1:hover span {
    background-image: url(../images/portfolio/dfw-icn-blue1.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main .dfw-icn.dfw-icn2:hover span {
    background-image: url(../images/portfolio/dfw-icn-blue2.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main .dfw-icn.dfw-icn3:hover span {
    background-image: url(../images/portfolio/dfw-icn-blue3.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main .dfw-icn.dfw-icn4:hover span {
    background-image: url(../images/portfolio/dfw-icn-blue4.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main .dfw-icn.dfw-icn5:hover span {
    background-image: url(../images/portfolio/dfw-icn-blue5.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main .dfw-icn.dfw-icn6:hover span {
    background-image: url(../images/portfolio/dfw-icn-blue6.png);
    color: #006BB5;
}

.dfw-wrp .dfw-container .dfw-icn-main .dfw-icn.dfw-icn7:hover span {
    background-image: url(../images/portfolio/dfw-icn-blue7.png);
    color: #006BB5;
}



.modules-card-full {
    padding: 50px 15px;
}

.modules-card-full .module-graph-card {
    padding: 50px 0px 0px;
}

.modules-card-full .module-desc-bx {
    width: 600px;
    padding-top: 30px;
}

.modules-card-full .module-desc-bx.card-right {
    float: right;
}

.modules-card-full .module-desc-bx h2.ttle {
    font-size: 42px;
    line-height: 30px;
    font-weight: 600;
    color: #293E51;
    margin-bottom: 20px;
}

.modules-card-full .module-desc-bx .sub-desc {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: #293E51;
    margin-bottom: 10px;
}

.modules-card-full .module-desc-bx p.body-copy {
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #646464;
    margin-bottom: 10px;
}

.modules-card-full .module-desc-bx ul {
    list-style: none;
    list-style-type: none;
    margin: 20px 0px 0px;
    padding: 0px;
}

.modules-card-full .module-desc-bx ul li {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #293E51;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-position: left top 4px;
    margin-bottom: 20px;
}

.modules-card-full .module-desc-bx ul li.dot1 {
    background-image: url(ellieps-blue);
}

.modules-card-full .module-desc-bx ul li.dot2 {
    background-image: url(../images/portfolio/ellieps-blue.png);
}

.modules-card-full .module-desc-bx ul li.dot3 {
    background-image: url(../images/portfolio/ellieps-blue.png);
}


.kd-wrp {
    width: 100%;
    background-color: #F9F9F9;
    padding: 70px 15px 50px 15px;
}

.kd-wrp .kd-bx {
    width: 100%;
    margin-top: 50px;
    text-align: center;
}

.kd-wrp .kd-bx p {
    font-size: 20px;
    line-height: 25px;
    margin-top: 10px;
    padding: 0px 0px;
    font-weight: 400;
    color: #293E51;
}

.rtfc-wrp {
    width: 100%;
    padding: 70px 0px;
}

.rtfc-wrp .rtfc-container {
    max-width: 530px;
    margin: 0 auto;
}

.rtfc-wrp .rtfc-container p {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #646464;
    text-align: center;
    margin: 20px 0px;
}

.rtfc-wrp .rtfc-container a {
    width: 49%;
    background-color: #00AD4C;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    padding: 19px 0px;
    display: block;
    margin: 0 auto;
}

@media (max-width: 1440px) {

    .modules-card-full .module-desc-bx {
        width: 600px;
        padding-top: 30px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    
    .modules-card-full .module-desc-bx {
        width: 100%;
        padding-top: 30px;
    }

    .dfw-wrp .dfw-container .dfw-icn-main .dfw-icn {
        width: 100%;
        
    }


    .dfw-wrp {
        padding: 30px 20px 0px;
    }

    .dfw-wrp .dfw-container p.desc {
        font-size: 16px;
        line-height: 24px;
        padding: 0px 0px;
    }

    .modules-card-full .module-graph-card {
        padding: 0px 0px 0px;
    }

    .modules-card-full {
        padding: 50px 15px 0px;
    }

    .modules-card-full .module-desc-bx h2.ttle {
        font-size: 28px;
    }

    .modules-card-full .module-desc-bx .sub-desc {
        font-size: 20px;
        line-height: 30px;
    }

    .modules-card-full .module-desc-bx p.body-copy {
        font-size: 16px;
        line-height: 24px;
    }

    .modules-card-full .module-desc-bx ul li {
        font-size: 16px;
    }
    .kd-wrp .row{
        margin-right: 0px;
        margin-left: 0px;
    }
    .kd-wrp .col {
        max-width: 49%;
        flex-basis: initial;
    }

    .kd-wrp {
        padding: 30px 0px;
    }

    .kd-wrp .kd-bx img {
        width: 75px;
    }

    .kd-wrp .kd-bx p {
        font-size: 16px;
        line-height: 24px;
    }

    .kd-wrp .kd-bx {
        margin-top: 15px;
    }

    .rtfc-wrp {
        width: 100%;
        padding: 30px 15px;
    }

}



/*Call Center Solutions Start*/
.call-center-secwrapper{
    padding: 15px 0 15px;
}
.pink-tit{
	margin: 0;
    color: #fb5778;
    font-weight: 100;
    font-size: 42px;
    text-align: center;
    margin-bottom: 25px;
}
.sub_title_a {
    font-weight: 100;
    color: rgba(51,51,51,1);
    font-size: 1.375rem;
    text-align: center;
}
.ccsecpadtop{
    padding-top: 60px;
}
.siplink-sec8{
  padding: 60px 0;
  background-image: url("../images/siplink-sec8-bg.webp")
}
.ss8-wrapper{
     max-width: 700px;
      margin: auto;
}
.ss8-wrapper h3{
      font-weight: 600;
    color: #000000;
    font-size: 2.375rem;
    margin-bottom:30px;
}
.ss8-wrapper p{
  font-weight: 300;
    font-size: 20px;
    color: #000000;
    line-height: 34px;
    margin-bottom: 40px;
}
.btn-theme-style{
    text-transform: uppercase;
    border-radius: 32px 32px 0 32px;
    line-height: 2;
    font-size: 15px;
    padding: 18px 48px 13px;
    color: #fff !important;
    background: #FF337F;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: auto;
    text-decoration: none !important;
}


.tabs_wrapper {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: transparent;
  padding-top: 50px;
}

ul.tabs {
    display: inline-flex;
    vertical-align: top;
    position: relative;
    z-index: 10;
    padding: 0;
    width: 100%;
    min-width: 175px;
    list-style: none;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 30px;
}
ul.tabs li {
    background: #fff;
    border-radius: 30px 30px 0 30px !important;
    margin-right: 20px;
    border: none;
    -webkit-box-shadow: 0 4px 25px rgb(64 124 191 / 15%);
    box-shadow: 0 4px 25px rgb(64 124 191 / 15%);
    padding: 15px 26px 10px 26px;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #666;
    margin-bottom: 2px;
    cursor: pointer;
}
ul.tabs li:hover {
    background: #335CFF;
    color: #fff;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul.tabs li.active {
    background: #335CFF;
    color: #fff;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tab_container {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 20;
  left: -2%;
  width: 100%;
  min-width: 10px;
  text-align: left;
  background: white;
  border-radius: 12px;
    border-radius: 30px 30px 0 30px !important;
    -webkit-box-shadow: 0 3px 30px rgb(64 124 191 / 10%);
    box-shadow: 0 3px 30px rgb(64 124 191 / 10%);
    padding: 30px;
    min-height: auto !important;
}

.tab_content {
  padding: 20px;
  height: 100%;
  display: none;
}

.tab_drawer_heading {
  display: none;
}

@media screen and (max-width: 781px) {
  ul.tabs {
    display: none;
  }

  .tab_container {
        display: block;
    margin: 0 auto;
    width: 100%;
    border-top: none;
    border-radius: 0;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    padding: 0;
  }

  .tab_drawer_heading {
    background: #335CFF;
    color: #FFF;
    margin: 0;
    display: block;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    padding: 14px 10px 12px;
    border-radius: 30px 30px 0 30px !important;
  }
  .tab_drawer_heading:hover {
background: #335CFF;
    color: #FFF;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  }

  .d_active {
    background: #335CFF;
    color: #fff;
  -ms-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  }
  .tabs_wrapper {
    width: 96%;
}

}


.integ-sipimg {
    width: 100%;
    max-width: 65%;
    margin: auto;
}

#main #faq .card {
  margin-bottom: 30px;
  border: 0;
}

#main #faq .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

.siplink-wcc #faq .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  color: #222;
}


.siplink-wcc #faq .card .card-header .btn-header-link:after {
  content: "\f106";
  font-family:'FontAwesome';
  font-weight: 900;
  float: right;
}


.siplink-wcc #faq .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}

.siplink-wcc #faq .card .collapsing {
    background: #fff;
    margin: 20px 0;
    border-radius: 30px 30px 0 30px !important;
    -webkit-box-shadow: 0 3px 30px rgb(64 124 191 / 10%);
    box-shadow: 0 3px 30px rgb(64 124 191 / 10%);
    /*padding: 25px;*/
}

.siplink-wcc #faq .card .collapse {
  border: 0;
}

.siplink-wcc #faq .card .collapse.show {
  background: #fff;
    margin: 20px 0;
    border-radius: 30px 30px 0 30px !important;
    -webkit-box-shadow: 0 3px 30px rgb(64 124 191 / 10%);
    box-shadow: 0 3px 30px rgb(64 124 191 / 10%);
    padding: 25px;
}
#faq .card-header{
  border-color: #f0f0f0;
    background-color: #f8f8f8;
    border: 1px solid #f0f0f0;
}
#faq .card{
  border: none !important;
      margin-bottom: 6px;
}

.siplink-wcc{
  padding: 100px 0;
}
.siplink-wcc .accordion{
  padding-top: 50px;
}


#main #faq1 .card {
  margin-bottom: 30px;
  border: 0;
}

#main #faq1 .card .card-header {
  border: 0;
  -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
          box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
  border-radius: 2px;
  padding: 0;
}

.siplink-wcc #faq5 .card .card-header .btn-header-link {
  color: #fff;
  display: block;
  text-align: left;
  color: #222;
}


.siplink-wcc #faq5 .card .card-header .btn-header-link:after {
  content: "\f106";
  font-family:'FontAwesome';
  font-weight: 900;
  float: right;
}


.siplink-wcc #faq5 .card .card-header .btn-header-link.collapsed:after {
  content: "\f107";
}

.siplink-wcc #faq5 .card .collapsing {
    background: #fff;
    margin: 20px 0;
    border-radius: 30px 30px 0 30px !important;
    -webkit-box-shadow: 0 3px 30px rgb(64 124 191 / 10%);
    box-shadow: 0 3px 30px rgb(64 124 191 / 10%);
    /*padding: 25px;*/
}

.siplink-wcc #faq5 .card .collapse {
  border: 0;
}

.siplink-wcc #faq5 .card .collapse.show {
  background: #fff;
    margin: 20px 0;
    border-radius: 30px 30px 0 30px !important;
    -webkit-box-shadow: 0 3px 30px rgb(64 124 191 / 10%);
    box-shadow: 0 3px 30px rgb(64 124 191 / 10%);
    padding: 25px;
}
#faq5 .card-header{
  border-color: #f0f0f0;
    background-color: #f8f8f8;
    border: 1px solid #f0f0f0;
}
#faq5 .card{
  border: none !important;
      margin-bottom: 6px;
}

@media(max-width: 1024.98px){
  .tabs_wrapper {
    width: 100%;
  }
}

@media(max-width: 780.98px){
  .tab_content{
    border-radius: 30px 30px 0 30px !important;
    -webkit-box-shadow: 0 3px 30px rgb(64 124 191 / 10%);
    box-shadow: 0 3px 30px rgb(64 124 191 / 10%);
    padding: 30px;
    margin-bottom: 20px;
  }
}
.siplink-wcc .accordion {
    padding-top: 50px;
}

.nav-tabs-wrapper .nav-link{
      background: #fff;
    border-radius: 30px 30px 0 30px !important;
    margin-right: 20px;
    border: none;
    -webkit-box-shadow: 0 4px 25px rgb(64 124 191 / 15%);
    box-shadow: 0 4px 25px rgb(64 124 191 / 15%);
    padding: 15px 40px 10px 40px;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #666;
    margin-bottom: 2px;
    cursor: pointer;
}
.nav-tabs-wrapper .nav-link.active{
      background: #335CFF;
    color: #fff;
    -ms-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.nav-tabs-wrapper .nav-tabs{
      justify-content: center;
    margin-bottom: 30px;
    border: none;
}
.newtabdesign .tab-content{
  display: inline-block;
    vertical-align: top;
    position: relative;
    z-index: 20;
    left: -2%;
    width: 100%;
    min-width: 10px;
    text-align: left;
    background: white;
    border-radius: 12px;
    border-radius: 30px 30px 0 30px !important;
    -webkit-box-shadow: 0 3px 30px rgb(64 124 191 / 10%);
    box-shadow: 0 3px 30px rgb(64 124 191 / 10%);
    padding: 30px;
    min-height: auto !important;
}
.newtabdesign .card-body, .newtabdesign .card{
  border: none !important;
  padding: 0 !important;
}
.obs_boxwrapper{
  padding: 40px;
    border-radius: 4px;
    -webkit-transition: all 0.2s cubic-bezier(0.02, 0.54, 0.58, 1);
    transition: all 0.2s cubic-bezier(0.02, 0.54, 0.58, 1);
    margin-bottom: 30px;
    -webkit-transition: .35s;
    transition: .35s;
        -webkit-box-shadow: 0 10px 50px rgb(4 75 194 / 10%);
    box-shadow: 0 10px 50px rgb(4 75 194 / 10%);
    border: 1px solid rgba(88,136,247,0.1);
    text-align: center;
}
.obs_boxwrapper .text-icon__icon-box i {
    font-size: 45px;
}
.text-icon__title {
    padding: 18px 0 15px;
    margin: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
        font-weight: 200;
        color: #2E325B;
}
.text-icon__text {
    margin: 0;
    font-weight: 200;
        line-height: 1.714;
    font-size: 15px;
    color: #718494;
}
.title_a{
      font-weight: 100;
      color: #000000;
      font-size: 2.375rem;
      text-align: center;
}
.small-title{
  font-weight: 100;
  color: #2E325B;
      font-size: 1.375rem;
      text-align: center;
      margin-bottom: 50px;
}
img{
  max-width: 100%;
}


@media(max-width: 767.98px){
  .siplink-wcc {
    padding: 40px 0;
}
.siplink-wcc .accordion {
    padding-top: 20px;
}
.title_a{
      font-size: 24px;
}
.mob-margins{
  margin: 20px 0;
}
.small-title{
  margin-bottom: 20px;
}
}

@media(max-width: 575.98px){
  .pink-tit{
        font-size: 32px;
  }
  .call-center-secwrapper {
    padding: 40px 0 30px;
}
.ccsecpadtop {
    padding-top: 30px;
}
.ss8-wrapper h3{
      font-size: 30px;
}
.ss8-wrapper p{
  font-size: 16px;
}
.tabs_wrapper{
      padding-top: 10px;
}
.newtabdesign .nav-tabs .nav-item{
  margin-bottom: 12px;
}
}

a.locate-us-btn{
    background-color: rgb(221, 221, 221);
    border-radius: 32px 32px 0 32px;
    line-height: 2em;
    font-size: 13px;
    padding: 11px 36px 9px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
}
.ftreadyto-talk{
  padding: 140px 0;
}
.ftrt-wrapper{
    max-width: 100%;
    margin: auto;
    background-image: url(../images/ftrttimg.png);
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    padding: 100px 180px;
}
.sub_title_b {
  font-weight: 100;
  font-size: 15px;
  color: #718494;
  text-align: center;
}
.ftreadyto-talk .first-tit {
    font-size: 40px;
}

.first-tit {
    font-weight: 100;
    font-size: 3.375rem;
    line-height: 1.2;
    color: #000000;
}
.ftrtt-cntbtn {
    border-radius: 32px 32px 0 32px;
    line-height: 2em;
    font-size: 16px;
    padding: 11px 36px 9px;
    color: #fff !important;
    background: #FF337F;
    font-weight: 500;
}
.black-sub-tit{
      color: #000000;
      font-weight: 100;
      font-size: 2.375rem;
      margin: 40px 0 20px;
}

.siplink-priceplan{
  background-color: #FFFFFF;
  background-image: url("../images/princing-section-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0 80px;
}
.pricepaln-titpara{
    font-weight: 100;
    color: #718494;
    line-height: 1.714;
    font-size: 15px;
}
.pricing-table{
  margin-top: 50px !important;
    margin-bottom: 50px !important;
    padding-top: 10px !important;
    padding-right: 2px !important;
    padding-bottom: 10px !important;
    padding-left: 2px !important;
    background-color: #6d89f9 !important;
    -webkit-box-shadow: 0 10px 50px rgb(4 75 194 / 10%);
    box-shadow: 0 10px 50px rgb(4 75 194 / 10%);
    border: none;
    border-radius: 10px;
}
.pricing-table .__pricing-table-header {
    color: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
}
.pricing-table .__pricing-table-header .__pricing-table-header-left {
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.pricing-table .__pricing-table-header .__pricing-table-header-left h3 {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 400;
    color: #2E325B;
}
.pricing-table .__pricing-table-header .__pricing-table-header-left span {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}
.pricing-table .__pricing-table-header .__pricing-table-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.pricing-table .__pricing-table-header .__pricing-table-header-right .price {
    position: relative;
    padding: 0 12px;
    height: auto;
    color: #fff;
}
.pricing-table .__pricing-table-header .__pricing-table-header-right span {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
}
.pricing-table .__pricing-table-sub-body {
    margin: 20px 0;
    padding: 15px 0;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
}
.pricing-table .__pricing-table-sub-body ul {
    margin-bottom: 0;
    margin-left: 18px;
        padding: 0;
}
.single ul li, .page ul li {
    color: #718494;
}
.pricing-table .__pricing-table-sub-body ul li {
    list-style: none;
    color: #fff;
    font-weight: 500;
    padding-bottom: 10px;
}
.pricing-table .__pricing-table-body .package-list {
    padding: 0 20px;
    margin-bottom: 0;
    margin-left: 0;
}
.pricing-table .__pricing-table-body .package-list li {
    list-style: none;
    margin-bottom: 10px;
    color: #fff;
    position: relative;
    font-weight: 400;
}
.pricing-table .__pricing-table-body .package-list li:after {
    position: absolute;
    right: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}
.pricing-table .__pricing-table-body .package-list li.default:after {
    content: '\f00c';
    color: inherit;
}
.pricing-table .__pricing-table-body .package-list li.has-close {
    color: rgba(255,255,255,0.8);
}
.pricing-table .__pricing-table-body .package-list li.has-close:after {
    content: '\f00d';
    color: #e2ff00;
}
.pricing-table .__pricing-table-body .package-list li.has-addon:after {
    content: 'Add-on';
    color: #fff;
    right: 0;
    font-size: 12px;
    font-weight: 600;
    font-family: inherit;
}
.bg-pink{
  background-color: #ff337f !important;
}
.bg-lightpink{
  background-color: #ffb6c1 !important;
}
.customers {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}
thead, tbody, tfoot {
    border: 1px solid #f1f1f1;
    background-color: #fefefe;
}
.customers tr {
    padding: 8px;
    text-align: center;
    border: 1px solid #ddd;
}
.customers tr {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}
.customers th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: white;
    color: black;
}
.customers td, .customers th {
    border: px solid #ddd;
    padding: 8px;
}
table tbody th, table tbody td {
    border: 1px solid #000;
    color: #222;
}
.obs_boxwrapper .text-icon__icon-box img{
      max-width: 70px;
    margin-bottom: 6px;
}
.locate-us-btn a {
    background-color: rgb(221, 221, 221);
    border-radius: 32px 32px 0 32px;
    line-height: 2em;
    font-size: 13px;
    padding: 11px 36px 9px;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    text-decoration: none !important;
}
.siplink-sec9 {
    padding: 100px 0;
}
.cntsec-wrapper {
    padding-top: 26px !important;
    padding-right: 62px !important;
    padding-bottom: 21px !important;
    padding-left: 25px !important;
    background-color: #ffffff !important;
    margin-bottom: 30px;
   /* -webkit-box-shadow: 0 10px 50px rgb(4 75 194 / 10%);
    box-shadow: 0 10px 50px rgb(4 75 194 / 10%);
    border: 1px solid rgba(88,136,247,0.1);*/
    text-align: left;
}
.cntsec-wrapper .text-icon__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}
.cntsec-wrapper .text-icon__icon-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    padding: 0 15px 0 25px;
}
.cntsec-wrapper .text-icon__icon-box i {
    font-size: 45px;
}

.hmp-formwrapper {
    /*padding: 50px;*/
    background-color: #ffffff !important;
    /*box-shadow: 0 10px 50px rgb(4 75 194 / 10%);
    border: 1px solid rgba(88, 136, 247, 0.1);*/
    text-align: center;
}
.hmp-formwrapper h4 {
    font-weight: 600;
    font-size: 32px;
    color: #2e325b;
    line-height: 50px;
}
.hmp-formwrapper p {
    font-weight: 300;
    font-size: 15px;
    color: #718494;
}
/*Call Center Solutions End*/

