@import url('https://fonts.googleapis.com/css2?family=Cabin:wght@400;700&display=swap');

body {
  overflow-x: hidden;
  color: #333;
}
body, html {
  height: 100%;
}
::-webkit-scrollbar-corner {
  background: transparent;
  display: none
}
::-webkit-scrollbar {
  width: 3px;
  height: 3px
}
::-webkit-scrollbar-track {
  background: #dcdcdc;
  border-radius: 30px
}
::-webkit-scrollbar-thumb {
  border-radius: 30px;
  background: #bfbfbf;
  -webkit-box-shadow: none;
}
header {
  width: 100%;
  height: auto;
  padding-top: 25px;
}
.logo {
  width: 250px;
  height: auto;
  float: left;
  display: block;
  outline: 0;
  position: relative;
  z-index: 100;
  animation-duration: 2s;
  animation-name: flipInX;
}
.logo img {
  width: 100%;
  height: auto;
}
.panel_rightsec {
  width: auto;
  float: right;
}
.main_nav {
  float: left;
  display: block;
}
.main_nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  margin-right: 20px;
  float: left;
}
.main_nav ul li {
  display: block;
  position: relative;
  float: left;
  margin: 0 15px;
  transition: all 0.5s;
}
.main_nav ul li i {
  margin-left: 5px;
  font-size: 12px;
  position: relative;
  top: -2px;
}
/* This hides the dropdowns */
.main_nav li ul {
  display: none;
}
.main_nav ul li a {
  display: block;
  padding: 12px 0 25px;
  text-decoration: none;
  white-space: nowrap;
  color: #6f6f6f;
  font-size: 15px;
  transition: all 0.5s;
  position: relative;
  font-weight: 600;
}
/* Display the dropdown */
.main_nav li:hover > ul {
  display: block;
  position: absolute;
  z-index: 100;
  min-width: 100%;
}
.main_nav .leftnavarea li:hover > ul {
  display: block;
  position: absolute;
  z-index: 100;
  min-width: 100%;
  left: -337px;
}
.leftnavarea li i {
  transition: all 0.3s;
}
.leftnavarea li:hover i {
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 18px !important;
}
.main_nav li:hover li {
  float: none;
}
.main-navigation li ul li {
  border-top: 0;
  margin: 0;
}
.main-navigation li ul li a {
  border-bottom: 1px solid #dadada;
  padding: 5px 25px 5px 15px;
  background-color: #FFFFFF;
  text-transform: none;
  font-size: 14px;
}
.main_nav ul li.active ul li a {
  color: #6f6f6f;
}
.main_nav ul li.active ul li a:hover {
  color: #FFFFFF;
}
.main-navigation li ul li:last-child a {
  border-bottom: 0;
}
.main-navigation li ul li ul li:last-child a {
  border-bottom: 0 !important;
}
.main_nav ul ul ul {
  left: 100%;
  top: 0;
}
.main_nav li a:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.main_nav li a:hover:after {
  width: 100%;
  left: 0;
}
.main_nav li.active a:after {
  width: 100%;
  left: 0;
}
.main_nav li ul li a:after {
  display: none;
}
.main-navigation li ul li a i {
  position: absolute;
  right: 10px;
  top: 19px;
}
.toggle_btn {
  position: static;
  font-size: 35px;
  cursor: pointer;
  transition: all 0.5s;
  display: none;
  float: right;
  margin-left: 20px;
  line-height: 0;
  margin-top: 6px;
  margin-bottom: 10px;
}
.mainbanner {
  width: 100%;
  height: auto;
  position: relative;
}
.mainbanner .owl-carousel {
  width: 100%;
  height: auto;
  position: relative;
}
.mainbanner .item {
  width: 100%;
  height: auto;
  position: relative;
}
.mainbanner .item img {
  width: 100%;
  height: auto;
}
.mainbanner .owl-theme .owl-nav {
  position: absolute;
  bottom: 42%;
  z-index: 100;
  width: 100%;
}
.mainbanner .owl-theme .owl-dots {
  margin-top: -40px;
  z-index: 100;
  position: relative;
}
.mainbanner .owl-carousel .owl-nav button.owl-prev {
  background-image: url("../images/arrow-l.svg");
  width: 68px;
  height: 68px;
  float: left;
  margin-left: 50px;
  opacity: 1 !important;
}
.mainbanner .owl-carousel .owl-nav button.owl-next {
  background-image: url("../images/arrow-r.svg");
  width: 68px;
  height: 68px;
  float: right;
  margin-right: 50px;
  opacity: 1 !important;
}
.mainbanner .owl-carousel .owl-nav button.owl-prev span, .mainbanner .owl-carousel .owl-nav button.owl-next span {
  display: none;
}
.mainbanner .owl-carousel .owl-nav button.owl-prev:hover, .mainbanner .owl-carousel .owl-nav button.owl-next:hover {
  background-color: transparent;
  opacity: 0.6 !important;
  transition: all 0.3s;
}
.enqbtn {
  margin-top: 5px;
  border-radius: 4px;
  float: right;
  display: inline-block;
  padding-right: 20px;
  margin-left: 5px;
}
.enqbtn a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: bold;
}
.enqbtn a i {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  padding: 10px;
  margin-right: 10px;
}
.rqappbox {
  width: 100%;
  height: auto;
  padding: 70px 10px 50px;
}
.calnhead {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 40px;
}
.calnhead i {
  margin-right: 5px;
}
.bookbtn {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 30px;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #FFFFFF;
  display: inline-block;
  text-decoration: none;
  padding: 8px 50px;
  transition: all 0.5s;
  margin-top: 25px;
  margin-bottom: 10px;
  outline: 0;
  border-radius: 4px;
}
.maincontbox {
  width: 100%;
  height: auto;
  padding: 70px 10px 50px;
}
.maincontbox h1 {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 40px;
}
.maincontbox h2 {
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 20px;
  color: #333;
}
.maincontbox p {
  text-align: justify;
}
.maincontbox.greybg {
  background-color: #eceded;
}
.wdpar {
  width: 100%;
  height: 40px;
}
.specbgt {
  width: 100%;
  height: auto;
  text-decoration: none;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.specbgt:hover {
  transform: scale(1.1);
}
.specbgt img {
  width: 100%;
  height: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.specbgt h3 {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 0;
  padding: 10px;
  border-top: 5px solid #FFFFFF;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.maincontbox.bluebg {
  background-color: #ecf2f7;
}
.doctbgt {
  width: 100%;
  height: auto;
  text-decoration: none;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.doctbgt:hover {
  transform: scale(1.1);
}
.doctbgt img {
  width: 100%;
  height: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.doctbgt h3 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
  padding: 30px 12px;
  border-top: 5px solid #FFFFFF;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #d9d3e4;
}
.doctbgt h3 span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #4E4E4E;
  margin-top: 10px;
}
.bookbtn.blubt {
  margin-bottom: 30px;
}
.iconboxcrap {
  width: 100%;
  height: auto;
  padding: 80px 10px 30px;
}
.clienttac {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
  text-align: center;
}
.clienttac span {
  width: 100px;
  height: 100px;
  border: 2px dashed #FFFFFF;
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 40px;
  margin-bottom: 20px;
}
.clienttac h2 {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
}
.clienttac h3 {
  text-align: center;
  font-weight: bold;
  font-size: 35px;
  margin-bottom: 0;
}
.equipbgt {
  width: 100%;
  height: auto;
  text-decoration: none;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.equipbgt div {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.equipbgt img {
  width: 100%;
  height: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.equipbgt h2 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
  padding: 20px 12px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.equipbgt h3 {
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 0;
  padding: 17px 12px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  position: absolute;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.equipbgt h3 span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: 10px;
}
.equipbgt:hover h3 {
  bottom: 0;
}
.testibgsec {
  width: 100%;
  height: auto;
  padding-bottom: 15px;
}
.testibgsec .item {
  text-align: center;
}
.testiimg {
  width: 100px;
  height: auto;
  border-radius: 100%;
  position: relative;
  display: inline-block;
  margin-top: 50px;
}
.testiimg:before {
  content: "";
  position: absolute;
  top: -26px;
  left: 50%;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.testiimg:after {
  content: "";
  position: absolute;
  top: -42px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.testiimg img {
  width: 100%;
  height: auto;
  border-radius: 100%;
}
.testirak h2 {
  font-size: 16px;
  font-weight: normal;
  color: #3a3a3a;
  margin-top: 5px;
  margin-bottom: 5px;
  text-align: center;
}
.testcontbox {
  width: 100%;
  height: auto;
  border: 4px dashed #d4d4d4;
  border-radius: 20px;
  padding: 20px;
  display: flex;
  text-align: left;
  min-height: 198px;
}
.testconicon {
  margin-right: 10px;
  font-size: 20px;
  color: #5d5d5d;
}
.testconpara {
  font-size: 14px;
  color: #5d5d5d;
}
.testirak .owl-item {
  opacity: 0.5;
}
.testirak .owl-item.center {
  opacity: 1;
}
.blogbgt {
  width: 100%;
  height: auto;
  text-decoration: none;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 30px;
  transition: all 0.5s;
  text-align: center;
}
.blogbgt img {
  width: 100%;
  height: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.blogbgt h2 {
  text-align: center;
  font-weight: 700;
  font-size: 17px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.blogbgt p {
  text-align: center !important;
}
.bookbtn.blubt.redbt {
  padding: 6px 25px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 10px;
}
footer {
  width: 100%;
  height: auto;
  position: relative;
  color: #FFFFFF;
  padding: 80px 20px 80px;
}
footer h2 {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 20px;
  position: relative;
  padding-bottom: 10px;
}
footer h2:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 1px;
  bottom: -8px;
  left: 0;
  border-bottom: 2px solid;
  border-bottom-color: #FFFFFF;
}
footer h3 {
  font-weight: normal;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 22px;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  margin-bottom: 15px;
  align-items: center;
}
footer h3 i {
  margin-right: 12px;
}
footer h3 span {
  display: inline-block;
}
.footer_services {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 5px;
  display: inline-block;
  width: 100%;
}
.footer_services li {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer_services li a {
  color: #FFFFFF;
  text-decoration: none;
  transition: all 0.5s;
  position: relative;
}
.footer_services li a:hover {
  color: #ffffff8c;
}
.footer_services li a:before {
  content: "\f105";
  font-family: 'Font Awesome 5 Free';
  padding-right: 10px;
  font-weight: 900;
}
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 99;
  width: 38px;
  height: 38px;
  text-align: center;
  line-height: 38px;
  cursor: pointer;
  border: 0;
  border-radius: 5px;
  text-decoration: none;
  transition: all 0.5s;
  font-size: 16px;
  display: none;
}
.back-to-top.active {
  display: block;
}
.footersocial {
  width: auto;
  padding: 0;
  display: inline-block;
  margin-top: 10px;
}
.footersocial ul {
  width: auto;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.footersocial li {
  display: inline-block;
  margin-right: 10px;
}
.footersocial li:last-child {
  margin-right: 0;
}
.footersocial li a {
  font-size: 20px;
  line-height: 26px;
  text-decoration: none;
  transition: all 0.5s;
  background: #FFFFFF;
  width: 38px;
  height: 38px;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 100%;
}
.footersocial li a:hover {
  text-decoration: none;
}
.footersocial li:nth-child(1) a:hover {
  color: #FFFFFF;
  background-color: #1877F2;
}
.footersocial li:nth-child(2) a:hover {
  color: #FFFFFF;
  background-color: #1DA1F2;
}
.footersocial li:nth-child(3) a:hover {
  color: #FFFFFF;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}
.footersocial li:nth-child(4) a:hover {
  color: #FFFFFF;
  background-color: #CD201F;
}
.footersocial li:nth-child(5) a:hover {
  color: #FFFFFF;
  background-color: #BD081C;
}
.footersocial li:nth-child(6) a:hover {
  color: #FFFFFF;
  background-color: #0A66C2;
}
.copyright_wrap {
  width: 100%;
  height: auto;
  position: relative;
  color: #FFFFFF;
  padding: 20px 20px 20px;
  font-size: 13px;
}
.innerbanner {
  width: 100%;
  height: 300px;
}
.innerbanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.crumbarea {
  width: 100%;
  height: auto;
  background-color: #eee;
  padding-top: 15px;
}
.crumbarea a {
  text-decoration: none;
  transition: all 0.5s;
}
.boxcadrn {
  width: 100%;
  height: auto;
  text-decoration: none;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 30px;
}
.boxcadrn h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 12px;
  margin-top: 20px;
}
.boxcadrn h4 {
  font-weight: normal;
  font-size: 16px;
  color: #7B7B7B;
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  margin-bottom: 10px;
  align-items: center;
}
.boxcadrn h4 i {
  margin-right: 12px;
}
.boxcadrn h4 span {
  display: inline-block;
}
.reqsidebx {
  width: 100%;
  height: auto;
  padding: 10px;
  background-color: #FFFFFF;
  margin-bottom: 30px;
}
.reqsidebx h3 {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 12px;
  padding: 12px 10px;
  text-align: center;
}
.reqsidebx .bookbtn {
  width: 100%;
  margin-top: 10px;
}
.maincontbox .nav-pills .nav-link {
  border-radius: 0;
  margin-right: 1px;
  padding: 12px 22px;
  font-weight: 600;
}
.tacdoct {
  width: 100%;
  height: auto;
  text-decoration: none;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 12px;
  border-radius: 6px;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.tacdoct img {
  width: 100%;
  height: auto;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.tacdoct h3 {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 10px;
  padding: 12px;
  border-top: 5px solid #FFFFFF;
}
.tacdoct h4 {
  text-align: left;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 0;
  background-color: #FFFFFF;
  color: #323232;
  padding: 5px 0;
}
.tacdoct h4 span {
  font-weight: bold;
  margin-right: 2px;
}
.tacdoct .bookbtn {
  width: 100%;
  font-weight: normal;
  padding: 10px;
  margin-top: 12px;
}
.tacdoct.doctgvf h3 {
  background-color: transparent;
  text-align: left;
  padding: 0;
  font-size: 20px;
  margin-bottom: 5px;
}
.tacdoct.doctgvf h3 span {
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
}
.tacdoct.doctgvf {
  transition: all 0.5s;
}
.tacdoct.doctgvf:hover {
  transform: scale(0.9);
}
.pagecustbt {
  float: right;
  display: inline-block;
}
.pagecustbt .page-link {
  outline: none;
}
.pagecustbt .page-link:focus {
  box-shadow: none;
  background-color: #ececec;
}
.tacdoct.doctgvf.detbnm:hover {
  transform: none;
}
.contbanerbox {
  width: 100%;
  height: auto;
  position: relative;
  padding: 70px 10px 40px;
}
.contsecbg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.contsecbg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.boxcadrn.contcareng {
  width: 100%;
  min-height: 475px;
  padding: 20px;
}
.boxcadrn.contcareng iframe {
  width: 100%;
  height: 200px;
  margin-top: 20px;
}
.boxcadrn.contcareng h3 {
  margin-top: 10px;
  margin-bottom: 25px;
}
.boxcadrn.contcareng h4 {
  margin-bottom: 15px;
}
.boxcadrn.contcareng h5 {
  font-size: 18px;
  font-weight: 600;
  color: #5a5a5a;
}
.boxcadrn .bookbtn.blubt {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.readbox {
  width: 100%;
  height: auto;
  min-height: 150px;
  word-wrap: break-word;
  border-left: 2px dashed #000;
  padding-left: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
}
.moretext {
  display: none;
}
.quobtgb {
  position: absolute;
  left: -20px;
  top: 40%;
  width: 40px;
  height: 40px;
  background-color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.testibox {
  width: 100%;
  height: auto;
  text-decoration: none;
  background-color: #FFFFFF;
  display: inline-block;
  padding: 15px;
  border-radius: 6px;
  margin-bottom: 30px;
  transition: all 0.5s;
}
.rdboxvg {
  width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-right: 30px;
}
.rdboxvg i {
  font-size: 50px;
}
.rdboxvg h4 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 5px;
}
.moreless-button {
  text-decoration: none;
  transition: all 0.5s;
  font-size: 16px;
  font-weight: 600;
  float: right;
}
.moretext {
  display: none;
}
.readbox.active .moretext {
  display: block;
}
.moreless-button span:first-child {
  display: inline-block;
}
.moreless-button span:last-child {
  display: none;
}
.readbox.active .moreless-button span:first-child {
  display: none;
}
.readbox.active .moreless-button span:last-child {
  display: inline-block;
}


/*------ Side Buttons Style ------ */

.rsd-wtsap:hover span {
    display: block;
    font-size: 15px;
    float: left;
    right: 10px;
    opacity: 1;
    transition-delay: .8s;
}
.rsd-wtsap:hover {
    width: 160px;
    padding: 0 10px;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-radius: 0;
  right:0;
}
.rsd-reqbtn:hover span {

    display: block;
    font-size: 15px;
    float: left;
    right: 10px;
    opacity: 1;
    transition-delay: .8s;
}
.rsd-reqbtn:hover {
  right:0;
    width: 230px;
    padding: 0 10px;
    border-top-left-radius: 30px !important;
    border-bottom-left-radius: 30px !important;
    border-radius: 0;
}

.rsd-reqbtn {
    position: fixed;
    right: 0px;
    top: 65%;
    cursor: pointer;
    font-family: 'Cabin', sans-serif;
    z-index: 999;
    height: 50px;
    width: 50px;
    background: #e7751e;
    color: #fff !important;
    text-align: center;
  margin-bottom: 5px;
  border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    transition: width 2s;
}

.rsd-reqbtn a  {
    color: #fff;
    font-size: 30px;
    padding: 5px;
    line-height: 40px;
  display: flex;
}
.rsd-reqbtn a i, .rsd-wtsap a i {
    line-height: 40px;
    margin: 0 auto;
}
.rsd-reqbtn:hover a i, .rsd-wtsap:hover a i {
    margin-left: 0 !important;
}
.rsd-reqbtn span, .rsd-wtsap span {
font-size: 15px;
    right: -150px;
    position: absolute;   
    opacity: 0;
    transition: 0.5s;


}

.rsd-wtsap {
    position: fixed;
    right: 0px;
    top: 75%;
    cursor: pointer;
    font-family: 'Cabin', sans-serif;
    z-index: 999;
    height: 50px;
    width: 50px;
    background: #30bf39;
    color: #fff !important;
    text-align: center;
  margin-top: 5px;
  border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
  transition: width 2s;
}

.rsd-wtsap a {
     color: #fff;
    font-size: 30px;
    padding: 5px;
    line-height: 40px;
  display: flex;
}