/* IMAGE */
.img-responsive {
  max-width: 100%;
  height: auto;
}

img {
  border: medium none;
  vertical-align: middle;
  outline: medium none;
}
div {
  display: block;
}
.p20 {
  padding: 20px;
  display: block;
}

.pl {
  padding: 20px 20px 20px 0px;
}

.pr {
  padding: 20px 0px 20px 20px;
}
/* Text Align */
.center {
  text-align: center;
}

.left {
  text-align: left;
}
.Wid2 {
  width: 100%;
  float: left;
}
.Wid {
  width: 100%;
}
/* IMAGE AND EXTRA CLOSE */

/* SECTION-1 */
.hero-section h1 {
  width: 80%;
  margin: 50px 0;
}
.scrollBlock2 {
  position: absolute;
  top: 370px;
  left: 65px;
}
.slider {
  display: flex;
  transition: transform 0.8s ease-in-out;
}
.slide {
  flex: 0 0 100%;
  display: flex;
  float: left !important;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: flex-end;
  margin-top: -20px;
}
.line {
  height: 1px;
  opacity: 0.6;
  width: 60px;
  position: relative;
  left: 162px;
  bottom: 42px;
}
#slide-image {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}
.connectBtn {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 14px;
  font-size: 16px;
  min-width: 190px;
  border-radius: 5px;
  width: fit-content;
  color: #000;
  margin: 20px 0;
  text-decoration: none;
  text-align: left;
}
.connectBtn:hover {
  background-color: #fc4f02;
  transition: 0.4s;
  color: #fff;
  border: 1px solid #fc4f02;
}
/* SECTION-1 COMPLETE*/

/* SECTION-2 BLUEBG*/
.dyk-left__content,
.dyk-right__content {
  color: #fff;
}
.dyk-left__content {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* SECTION-2 COMPLETE*/

/* SECTION-3 CARDS*/

.differentiators-cards {
  display: flex;
  gap: 40px;
}
.differentiators-cards .boxhover1 {
  width: 50%;
}
.boxhover1 {
  border-radius: 5px;
  box-shadow: 0 0 12px 0 rgb(0 0 0 / 10%);
  background: #fff;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  border: 2px solid #fff;
  transition: border-color 1s ease;
  /* height: 310px !important; */
}
.boxhover1:hover {
  border: 2px solid #fc4f02;
}

/* SECTION-3 CARDS COMPLETE*/

/* SECTION-4 MOBILES*/
.mobile-heading {
  display: flex;
  align-items: center;
}

.mobile-heading h2 {
  font-size: 95px !important;
  color: rgba(252, 79, 2, 0.3);
  font-weight: bold;
}

.mobile-heading h4 {
  font-family: "PTSans-Bold" !important;
  font-size: 28px;
  font-weight: bold;
}
.mobils-main {
  display: flex;
}
.mobile-screen {
  display: flex !important;
  align-items: center;
  position: relative;
  flex-direction: column;
}
.mobile-screen-inner {
  width: 90%;
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.mobile-screen-inner-2 {
  border: 18px solid #000000;
  overflow: hidden;
  background: #000;
  border-radius: 50px;
  width: 350px;
  height: 650px;
}

.mobile-screen-inner-3 .message.user-3 {
  color: #ffff;
  background-color: #060042 !important;
}

.mobile-screen-inner-3 .message {
  background: #efeff0 !important;
  color: #000000;
}

.mobile-screen-inner-4 {
  box-shadow: 0 0 30px rgb(118 115 115 / 49%);
  overflow: hidden;
  width: 380px;
  height: 660px;
}
.mobile-screen-inner-4- {
  overflow: hidden;
  height: 650px;
}
.chat-area {
  flex: 1;
  overflow-y: auto;
  padding: 15px 15px 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 15px;
  overflow-y: hidden;
}

.chat-area-1 {
  flex: 1;
  overflow-y: scroll !important;
  padding: 15px 15px 15px 15px;
  display: flex;
  flex-direction: column;
  background-color: #f9f9f9;
  gap: 20px;
}
.message-row {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.message-row.user {
  flex-direction: row-reverse;
}
.avatar {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  flex-shrink: 0;
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.message {
  background: #e7ebf1 !important;
  padding: 10px 15px;
  border-radius: 5px;
  max-width: 75%;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 1.4;
}
.message2 {
  background: #e7ebf1 !important;
  padding: 10px 15px;
  border-radius: 5px;
  max-width: 65%;
  word-wrap: break-word;
  font-size: 12px;
  line-height: 1.4;
}

.message.user {
  background: #060042 !important;
  color: #ffffff;
  max-width: 250px;
}
.message.user2 {
  background: #fff3e2 !important;
  color: #000000;
  max-width: 230px;
}

.message.user-2 {
  background: #fc4f02 !important;
  color: #fff;
  border-radius: 0px !important;
}
.user-2::after {
  content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres_Customer_Service_Customer/tringle-icon.png);
  position: absolute;
  right: 0px;
  margin-top: 12px;
}

.message.user-4 {
  background: #e8eff2 !important;
  color: #000000;
  border-radius: 0px !important;
}

.message.user-4::before {
  content: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres_Customer_Service_Customer/tringle-icon-2.png);
  position: absolute;
  left: 0px;
  bottom: -16px;
}
.mobile-content {
  width: 100%;
  float: left;
  padding: 52px 28px 22px 0;
}

.mobile-content h4 {
  color: #fc4f02;
  font-size: 22px;
  font-weight: bold;
}

.mobile-content ul li::marker {
  color: #fc4f02;
  font-size: 20px;
}
.screen-footer {
  background: #f1f1f1;
  border-top: 1px solid #ddd;
  display: flex;
  gap: 10px;
  align-items: center;
}

.screen-footer input {
  flex: 1;
  padding: 10px;
  border-radius: 11px;
  border: 1px solid #ccc;
  outline: none;
}

.screen-footer button {
  padding: 10px 15px;
  border: none;
  border-radius: 20px;
  background: #007bff;
  color: white;
  cursor: pointer;
}
.mobile-height {
  height: 660px;
}
.icons1::after {
  content: "";
  position: absolute;
  bottom: -40%;
  left: 100%;
  z-index: 1;
  width: 100px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres_Customer_Service_Customer/emoji3.png);
  height: 80px;
  background-size: cover;
  background-repeat: no-repeat;
}

.icons1::before {
  content: "";
  position: absolute;
  top: 400px;
  right: -470px;
  width: 120px;
  height: 120px;
  z-index: 999;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres_Customer_Service_Customer/emoji1.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.icons2::after {
  top: 90px;
  left: 360px;
  width: 100px;
  height: 100px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres_Customer_Service_Customer/emoji.png);
}

.icons2::before {
  top: 440px;
  right: 372px;
  z-index: 99;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres_Customer_Service_Customer/emoji2.png);
}

.icons3::after {
  top: 110px;
  left: 10%;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres_Customer_Service_Customer/emoji6.png);
}

.icons3::before {
  top: 410px;
  right: 46px;
  z-index: 99;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres_Customer_Service_Customer/emoji5.png);
}

.icons4::after {
  top: 100px;
  left: 60px;
  width: 90px;
  height: 90px;
  background-image: url();
}

.icons4::before {
  top: 440px;
  right: 10%;
  width: 90px;
  z-index: 99;
  height: 90px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres_Customer_Service_Customer/emoji4.png);
}

.icons5::after {
  top: 150px;
  left: 390px;
  width: 100px;
  height: 100px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres_Customer_Service_Customer/emoji3.png);
}

.icons5::before {
  top: 460px;
  right: 390px;
  width: 100px;
  height: 100px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres_Customer_Service_Customer/emoji4.png);
}

.icons6::after {
  top: 410px;
  left: 12%;
  width: 100px;
  height: 100px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres_Customer_Service_Customer/emoji2.png);
}

.icons6::before {
  top: 360px;
  right: 77px;
  width: 100px;
  height: 100px;
  z-index: 99;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres_Customer_Service_Customer/emoji.png);
}
.icons6 .extra-emoji {
  position: absolute;
  top: 140px;
  z-index: 99;
  left: 69%;
  width: 100px;
  height: 100px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres_Customer_Service_Customer/emoji7.png);
  background-size: cover;
  content: "";
}

.icons7::after {
  top: 18%;
  left: 8%;
  width: 100px;
  height: 100px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres_Customer_Service_Customer/emoji8.png);
}

.icons7::before {
  top: 440px;
  right: 10%;
  width: 90px;
  z-index: 99;
  height: 90px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres_Customer_Service_Customer/emoji4.png);
}

.icons8::after {
  top: 18%;
  left: 8%;
  width: 100px;
  height: 100px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres_Customer_Service_Customer/emoji8.png);
}

.icons8::before {
  top: 380px;
  right: 10%;
  width: 90px;
  z-index: 99;
  height: 90px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres_Customer_Service_Customer/emoji9.png);
}

.icons9::after {
  top: 110px;
  left: 50px;
  width: 120px;
  height: 120px;
  background-image: url();
}

.icons9::before {
  top: 100px;
  right: -100%;
  z-index: 99;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres_Customer_Service_Customer/emoji10.png);
}

.icons10::after {
  top: 18%;
  left: 10%;
  width: 100px;
  height: 100px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres_Customer_Service_Customer/emoji8.png);
}

.icons10::before {
  top: 440px;
  right: 14%;
  width: 90px;
  z-index: 99;
  height: 90px;
  background-image: url(https://rybo.ai/wp-content/themes/Rybo/images/atc/Rybo_Webpage_Call_Centres_Customer_Service_Customer/emoji11.png);
}
.gray-vector {
  place-self: end;
  position: absolute;
  top: 91%;
}
.gray-vector3 {
  place-self: end;
  position: absolute;
  top: 88%;
}
.gray-vector2 {
  place-self: end;
  position: absolute;
  top: 75%;
}
.orange-vector {
  place-self: end;
  position: absolute;
  top: 88%;
}

/* SECTION-4 MOBILES COMPLETE*/


/* BOX-SECTION */
.main-box {
  display: flex;
  gap: 40px;
  width: 100%;
}
.boxhover2 {
  border-radius: 5px;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
  display: flex;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.1);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px;
  border: 2px solid #ffffff00;
  transition: border-color 0.5s ease;
  cursor: pointer;
  width: 48%;
}
.boxhover2:hover {
  border: 2px solid #fc4f02;
}
/* BOX-SECTION COMPLETE */

/* priciing model - SECTION   */
.boxhover4 {
  border-radius: 5px;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 10%);
  display: flex;
  color: #000000;
  background-color: rgba(255, 255, 255, 0.1);
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 20px;
  border: 2px solid #ffffff00;
  transition: border-color 0.5s ease;
  cursor: pointer;
  width: 100%;
}

.boxhover4 ul li::marker {
  color: #fc4f02;
  font-size: 20px;
}
.box li::marker{
  color: #fc4f02;
  font-size: 20px;
}
.connectBtn2 {
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding: 14px;
  font-size: 16px;
  min-width: 190px;
  border-radius: 5px;
  width: fit-content;
  color: #fc4f04;
  margin: 20px 0;
  text-decoration: none;
  text-align: left;
}
.connectBtn2:hover {
  background-color: #fc4f02;
  transition: 0.4s;
  color: #fff;
  border: 1px solid #fc4f02;
}

/* priciing model - SECTION complete  */
@media (min-width: 1441px) {
  .scrollBlock2 {
    display: none;
  }
}
@media (min-width: 1024px) and (max-width: 1024px) {
  .message2 {
    background: #e7ebf1 !important;
    padding: 10px 15px;
    border-radius: 5px;
    max-width: 75%;
    word-wrap: break-word;
    font-size: 12px;
    line-height: 1.4;
  }
 .icons1::after,
  .icons1::before {
    content: "";
    background: none;
    display: none;
  }
  .icons5::after {
    content: "";
    background: none;
    display: none;
  }
  .icons5::after {
    display: none;
  } 
}
@media (max-width: 1024px) {
  .hero-section h1 {
    width: 100%;
  }
  .scrollBlock2 {
    position: absolute;
    top: 368px;
    left: 3%;
  }
}
@media (min-width: 768px) and (max-width: 768px) {
  .mobile_screen {
    align-items: center;
    width: 50% !important;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  #slideImage1 {
    display: none;
  }

  #slideImage2 {
    display: none;
  }
  .differentiators-cards {
    display: flex;
    gap: 0px;
    flex-direction: column;
  }
  .differentiators-cards .boxhover1 {
    width: 100%;
  }
  .boxhover1 {
    display: block;
  }
  .p20 {
    padding: 0px;
    display: block;
  }
  .mobils-main {
    flex-direction: column;
    flex-direction: column;
    display: flex;
    align-items: center;
  }
  .mobile-screen {
    align-items: center;
  }
  .mobile-screen-inner {
    width: 100%;
    top: 0px;
    position: relative;
    margin-top: 20px;
  }
  .p-res {
    padding: 1rem !important;
  }
  .swip {
    display: flex;
    flex-direction: column;
  }
  .items1 {
    order: 2;
  }

  .items2 {
    order: 1;
  }
  .mobile-content {
    width: 100% !important;
    padding: 0px;
  }
  .screen-footer img {
    width: 100%;
  }
  .mobile-height {
    height: auto !important;
  }
  .mobile-screen-inner-4- {
    overflow: hidden;
    height: auto !important;
  }
  .icons1::after,
  .icons1::before {
    content: "";
    background: none;
    display: none;
  }

  .icons6 .extra-emoji {
    display: none;
  }
  .icons5::after {
    content: "";
    background: none;
    display: none;
  }
  .icons5::after {
    display: none;
    display: none;
  }
    .main-box {
    flex-direction: column;
    gap: 0;
  }
    .boxhover2 {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }
}
@media (min-width: 0px) and (max-width: 480px) {
  .acccord-tab2 > label:after {
    margin-right: 0;
  }

  .mobile-heading {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}
@media (max-width: 376px) {
  .mobils-main {
    flex-direction: column;
    display: flex;
    align-items: stretch;
  }
}
.my-scroll-box {
  scrollbar-color: #fc4f02 #e7ebf1;
}
.my-scroll-box2 {
  scrollbar-color: #060042 #e7ebf1;
}
