header {
    position: relative;
}
section{overflow: hidden;}
.popupfrm {
    color: #fff;
}

.popupfrm .modal-content {
    background: #3b3e9f;
}
#whatsapp {
    position: fixed;
    left: 0.5%;
    z-index: 99;
    bottom: 0%;
    top: auto;
}

a#whatsapp img {
    max-width: 90px;
}
.popupfrm input {
    background: #fff;
    border: 0px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
}
.popupfrm button[type='submit'] {
    background: #ff603f;
    border: 0px;
    margin-bottom: 10px;
    padding: 10px;
    width: 100%;
    color: #fff;
}
header:before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/right-arrow.png);
    background-size: 100% 100%;
}
.main-menu {
    position: relative;
    z-index: 2;
}
header:after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0px;
    right: 0px;
    background: url(../images/blue-circle.png);
    background-size: 100% 100%;
}
.call-btn a {
    background: #3B3E9F;
    color: #fff !important;
    font-weight: 600;
    padding: 10px 20px !important;
    display: inline-block;
    border-radius: 10px;
    margin: 0px 10px;
}
.call-btn .orange-btn{
    background: #FF603F;
}
.main-menu .nav-item.nav-link.active {
    color: #FF603F;
    font-weight: 700;
}
.main-menu .nav-item.nav-link {
    color: #000;
}
.chat-btn a {
    background: #3B3E9F;
    color: #fff !important;
    font-weight: 600;
    padding: 10px 20px !important;
    display: inline-block;
    border-radius: 10px;
    margin: 10px;
    text-decoration: none;
}
.chat-btn .orange-btn{
    background: #FF603F;
}
.hero-sec {
    padding-top: 100px;
    position: relative;
    overflow: hidden;
}
.hero-sec:before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    top: 25%;
    left: -70px;
    background: url(../images/dot-circle.png);
    background-size: 100% 100%;
    animation: myabc 12s linear infinite;
}
@keyframes myabc {
    0% {
        transform: rotate(0);
    }

    100% {
        transform: rotate(360deg);
    }
}

.hero-text h1 {
    font-size: 50px;
}
.hero-text h1 strong {
    color: #007CE9;
}
.rating-box {
    margin-bottom: 20px;
}
.rating-box img {
    width: 100%;
}

.side-image {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 50%;
}
.side-image img {
    width: 100%;
}

.sec2-image img {
    width: 100%;
    height:250px;
}

.form-sec {
    background: #3B3E9F;
    position: relative;
    overflow: hidden;
}
.form-sec:before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    top: 25%;
    left: -70px;
    background: url(../images/yellow-circle.png);
    background-size: 100% 100%;
 
}
.form-sec:after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    top: 25%;
    right: -70px;
    background: url(../images/yellow-circle.png);
    background-size: 100% 100%;
 
}
.form-sec .row {
    align-items: center;
}
.top-form {
    padding: 20px;
    border: 2px solid #007ce9;
    border-radius: 10px;
}
.top-form h3 {
    color: #fff;
    font-size: 24px;
}
.top-form input {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 0px;
    background: #f3f3f3;
}
.top-form input[type="submit"] {
    background: #ff603f;
    color: #fff;
    margin-bottom: 0 auto;
    display: block;
}
.payment-sec {
    padding: 50px 0px;
    position: relative;
}
.payment-sec:before {
    content: "";
    width: 15%;
    height: 30%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(../images/shape-1.png);
    background-size: 100% 100%;
}
.payment-sec .row {
    align-items: center;
}
.payment-text h2 {
    font-size: 40px;
    font-weight: 700;
}
.payment-image img{
    width: 100%;
}
.services-sec {
    padding-bottom: 50px;
     padding-top: 40px;
}
.services-text img {
    width: 60px;
    margin-bottom: 15px;
}
.services-text h4 {
    font-size: 18px;
    font-weight: 700;
}
.services-text p {
    font-size: 13px;
}
.service-heading {
    border-left: 8px solid #ff603f;
}
.service-heading h2 {
    font-size: 36px;
    font-weight: 700;
}
.sec-5 {
    background: url(../images/bg-2.webp);
    background-size: 100% 100%;
    padding: 50px;
    position: relative;
}
/*.sec-5:before {*/
/*    content: "";*/
/*    width: 260px;*/
/*    height: 230px;*/
/*    position: absolute;*/
/*    top: -16%;*/
/*    right: 0px;*/
/*    background: url(../images/shape-3.webp);*/
/*    background-size: 100% 100%;*/
/*    z-index: -1;*/
/*}*/

.main-rating-box {
    background: #fff;
    padding: 20px;
    border: 4px solid #ff603f;
    border-radius: 10px;
}
.rating-box2 {
    background: #007CE9;
    padding: 20px;
    text-align: center;
    color: #fff;
    width: 30%;
    display: inline-block;
    margin: 10px;
}
.rating-box2:nth-child(2) {
    background: #3B3E9F !important;
    
}
.rating-box2 img {
    width: 100px;
    margin-bottom: 10px;
}
.sec-6 {
    background: #f4f9ff;
    position: relative;
    padding-bottom: 138px;
}
.sec-6:before {
    content: "";
    width: 425px;
    height: 350px;
    position: absolute;
    bottom: -6%;
    right: 0px;
    background: url(../images/shape-4.png);
    background-size: 100% 100%;
    z-index: 2;
}
.sec-6 .row{
    align-items: center;
}
.sec6-text h2 {
    font-size: 40px;
    font-weight: 700;
}
.sec6-image{position: relative;}
.sec6-image:before {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: -80px;
    right: 0px;
    left: 0px;
    margin: 0 auto;
    border: 5px solid #007CE9;
    border-radius: 50%;
}
.sec6-image img {
    width: 100%;
    position: relative;
    z-index: 2;
}

/* HOME SECTION 3 START */
.homesec3{
 
 padding-top: 60px;
 padding-bottom: 60px;
}
.cvressec h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 500;
}
.hsrcls1 h2{
  color: #fff;
  font-size: 34px;
  text-transform: capitalize;
  font-weight: 700;
}
.hsrcls1 p{
  color: #fff;
  font-size: 16px;
  line-height: 30px;
}
.hmsec3rw{
  background-image: url(../images/bacrw.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
  border-radius: 30px;
  padding: 40px 50px;
  padding-bottom:0px;
}

.mycvserv ul{
  padding-left: 0px;
}
.mycvserv ul li{
  display: inline-block;
  color: #fff;
  font-size: 17px;
  list-style-type: none;
  line-height: 30px;
}
.mycvserv ul li i{
  margin-right: 10px;
}
.cvressec .hs3cls2 img {
    width: 100%;

    margin-right: auto;
    display: block;
    margin-top: 8px;
    z-index: 1;
}
/* HOME SECTION 3 END */
/* BUTTON SECTION START */
.btnwhy a {
    text-decoration: none;
    margin-top: 0px;
    display: inline-block;
}
.btn_blue {
    
    display: inline;
  background: #0146B1 !important;
  font-size: 16px !important;
  padding: 12px 35px !important;
  color: #fff !important;
  border-radius: 5px !important;
  transition: 0.2s ease-in-out !important;
}

.btn_blue:hover {
  background: var(--tpup) !important;
  color: #fff;
  transform: scale(1.1);
}
.btn_blck {
  background: #000 !important;
  font-size: 16px !important;
  padding: 12px 35px !important;
  color: #fff !important;
  border-radius: 5px !important;
  transition: 0.2s ease-in-out !important;
  /*display: block;*/
}

.btn_blck:hover {
  background: #625050 !important;
  color: #fff;
  transform: scale(1.1);
}
.btn_wtsapp2 {
  background: #27d936 !important;
  font-size: 16px !important;
  padding: 12px 35px !important;
  color: #fff !important;
  border-radius: 5px !important;
  transition: 0.2s ease-in-out !important;
  /*display: block;*/
}

.btn_wtsapp2:hover {
  background: #fff !important;
  color: #27d936 !important;
  border:1px solid #27d936;
  transform: scale(1.1);
}


/* BUTTON SECTION END */
.testi-sec {
    background-image: url(../images/bg-3.png);
    background-color: #f4f9ff;
    background-size: 100% 100%;
    padding-top: 40px;
}
.testi-sec .row{
    align-items: center;
}
.testi-image {
    height: 300px;
    background: url(../images/image-4.webp);
    animation: mymove2 200s linear infinite;
    -webkit-animation: mymove2 200s linear infinite;
    background-size: 100%;
}
.sec-7 .row{
    align-items: center;
}
.features-free {
    background: #3b3e9f;
    color: #fff;
    padding: 30px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    z-index: 2;
}
.features-free h4 {
    font-weight: 700;
}
.features-free ul{
    padding: 0px;
    margin: 0px;
}
.features-free li {
    text-align: left;
    line-height: 2;
    list-style: none;
    font-size: 20px;
}
.features-free li label {
    float: right;
}
.features-free a{
background: #ff603f;
    color: #fff ;
    font-weight: 600;
    padding: 10px 35px;
    display: inline-block;
    border-radius: 10px;
    margin: 10px;
    text-decoration: none;}
.subject-list {
    background: #f4f9ff;
    padding: 10px;
    margin-left: -27px;
}
.subject-box {
    width: 19%;
    display: inline-block;
    text-align: center;
    transition: all 0.5s ease-in-out;
}
.subject-box img{
    width:100%;
}
.subject-box:hover {
    transform: scale(1.1);
}
.contact100-form.validate-form {
    position: relative;
    z-index: 2;
}
.sec-8 {
    background-image: url(../images/bg-4.png);
    background-color: #f4f9ff;
    background-size: 100% 100%;
    padding: 50px 0px;
}
.boost-text {
    padding-left: 120px;
}
.boost-text h2 {
    color: #0481df;
    font-size: 34px;
    font-weight: 700;
}
.boost-text ul {
   padding: 0px;
   margin: 0px;
}
.boost-text li {
    list-style: none;
    vertical-align: middle;
    position: relative;
    padding: 2px 10px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    line-height: 1;
}
.boost-text li i {
    font-size: 27px;
    vertical-align: middle;
    color: #ff603f;
    margin-right: 10px;
}
.discount{text-align: center;}
.expert-box {
    background: #3b3e9f;
    color: #fff;
    font-weight: 700;
    margin: 10px;
    padding: 10px;
}
.expert-top {
    display: flex;
    margin-bottom: 10px;
}
.expert-top .star {
    width: 86px;
    display: inline-block;
    margin-left: 5px;
}
.expert-top p {
    margin-bottom: 0px;
        font-size: 12px;
}
.slick-slide img {
    margin-right: 10px;
}
.expert-box a {
    color: #fff;
    text-decoration: none;
    background: #ff603f;
    padding: 7px 20px;
    font-size: 13px;
    border-radius: 5px;
    margin: 0 auto;
    width: 84%;
    display: block;
    text-align: center;
}
.expert-box a img {
    display: inline-block;
}
.brands {
    background: url(../images/brands.webp);
    width: 100%;
    height: 130px;
    animation: mymove 200s linear infinite;
    -webkit-animation: mymove 200s linear infinite;
    margin: 20px 0px;
}

@keyframes mymove{
    0%{
        background-position:-10000px 0px ;
    }
    100%{
        background-position: 0px 0px;
    }
  }
  @keyframes mymove2{
    0%{
        background-position: 0px -10000px ;
    }
    100%{
        background-position: 0px 0px;
    }
  }
.ctc-box {
    display: inline-flex;
    background: #007CE9;
    width: 15%;
    color: #fff;
    line-height: 1;
    font-weight: 700;
    padding: 10px;
    align-items: center;
    border-radius: 10px;
    margin: 10px 5px;
}
.ct-text p {
    margin-bottom: 0px;
    font-size: 12px;
} 
.ctc-box img {
    margin-right: 7px;
}
/* section analysis CSS start */


.ana-heading.text-center h2{
font-weight: 600;
}
.ana-heading.text-center p{
font-size: 15px;
}
.ana-sec {
    margin: 0px 0 50px;
    padding: 50px 0;

}

.main-ana {
    transition: all 0.5s ease 0s;

    height: 300px;
    background: #fff;
}
.ana-heading2 {
    border: 1px solid transparent;
    background: #FF603F;
    padding: 10px 20px;
}
.ana-heading3 {
    border: 1px solid transparent;
    background: #3B3E9F;
    padding: 10px 20px;
}

.ana-heading2 h6 {
    color: #fff;
    margin: 0;
    font-weight: 500;
}
.ana-heading3 h6 {
    color: #fff;
    margin: 0;
    font-weight: 500;
}
.ana-point {
    color: #012241;
    padding: 20px 15px;
    background: #F8F8F8;
}
.ana-point li {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 15px;
}
ul.link-1 {
    padding: 0;
    list-style-type: none;
}
.ana-rating i {

    color: #012241;
    margin-bottom: 15px;
    font-size: 15px;
}
.ana-rating2.text-center i {
    background: #FF603F;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    content: "\f005";
    margin-bottom: 15px;
    font-size: 15px;
}
.rating-main {
    padding: 20px 15px;
        background: #F8F8F8;
}
/* section analysis CSS end */
.sec-10 .row{
    align-items: center;
}
footer {
    background: #3B3E9F;
    padding-top: 50px;
}

.f-text h2{
    color: #fff;
}
.f-text p {
    color: #fff;
    font-size: 15px;
}
.f-links h4 {
    color: #fff;
    font-size: 18px;
}
.f-links ul{
    padding: 0px;
}
.f-links li {
    list-style: none;
    line-height: 3;
}
.f-links li img {
    width: 35px;
    margin-right: 8px;
}

.f-links li a {
    color: #fff;
    text-decoration: none;
}
.f-form {
    background: #fff;
    padding: 30px;
    padding-bottom: 0px;
    position: relative;
    margin-bottom: 20px;
        border-radius: 10px;
}
/*.f-form:before {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: -32px;*/
/*    right: -22px;*/
/*    width: 137px;*/
/*    height: 80px;*/
/*    background: url(../images/offer2.png);*/
/*    background-repeat: no-repeat;*/
/*    background-size: 100%;*/
/*    animation: zoom-in-zoom-out 2s ease-out infinite;*/
/*}*/
.f-form h4 {
    font-weight: 700;
}
.f-form p {
    font-size: 12px;
}
.f-form form {
    text-align: center;
}
.f-form input {
    width: 100%;
    background: #E5E5E5;
    border: 0px;
    margin-bottom: 15px;
    padding: 10px;
}
.f-form input[type='submit'] {
    width: 80%;
    text-align: center;
    background: #0063eb;
    border: 0px;
    padding: 10px;
    color: #fff;
    border-radius: 35px;
}
.copyright {
    background: #007CE9;
    color: #fff;
    padding: 10px 0px;
}
.popular-text h2 {
    font-size: 40px;
    font-weight: 700;
    color: #ff603f;
}

.popular-heading h2 {
    font-size: 30px;
    background: #3b3e9f;
    color: #fff;
    text-align: center;
    padding: 10px;
    border-radius: 30px 0px 0px 30px;
    margin: 0px;
}
.sec-9 {
    padding-top: 50px;
}
.sec-9 .row {
    align-items: center;
}
@media screen and (max-width:991px){
    #navbarCollapse {
    position: absolute;
    background: #3d3f9d;
    width: 100%;
    top: 70px;
    left: 0px;
    padding: 20px;
}
.main-menu .nav-item.nav-link {
    color: #fff;
}
.call-btn {
    display: none;
}
    .side-image {
    position: absolute;
    top: auto;
    right: 0px;
    width: 46%;
    bottom: 0px;
}
.rating-box {
    position: relative;
    z-index: 2;
}
.sec2-image img {
    width: 100%;
    margin-bottom: 20px;
}
.services-sec .row {
    flex-direction: column-reverse;
}
.rating-box2 {
    width: 29%;}
.sec6-text {
    text-align: center;
    margin-bottom: 20px;
}
.sec6-image:before{display: none;}
.sec-6:before {
    width: 33%;
    height: 40%;
    bottom: 0%;
    
}
.testi-sec .row {
    flex-direction: column-reverse;
}
.subject-box {
    width: 135px;}
 .subject-box img{width: 100%}
 .boost-text {
    padding-left: 0px;}
.sec-8 {
    background-size: cover;
    text-align: center;
}
.popular-text h2 {text-align: center;}
.ctc {
    text-align: center;
}
.ctc-box {width: 30%;}
header:after{display: none;}
}
@media screen and (max-width:767px){
    .terms_priv {
    padding-top: 30px;
    text-align: center;
}
.thankyou{
   text-align : center; 
   padding-top : 20px !important;
   padding-bottom : 20px !important;
   
}
.hmsec3rw {
    padding: 20px 10px;
 
}
.hlogo {
    width: 60% !important;
    display: block;
}
    footer {
    padding-top: 30px;
    text-align: center;
}
.flogo img{
    margin-bottom: 20px !important;
}
.ana-sec {
    margin: 0px 0 0px;
    padding: 30px 0;
}
.rating-box2 {
    width: 100%;
}
.subject-box {
    width: 160px;
}
.sec-8 {
    background-position: top;
}

header:after{display:none;}
.sec-6:before{
    display : none;
}
}
@media screen and (max-width:500px){
    .side-image img {
    width: 100%;
    display: none;
}
    .subject-box {
    width: 150px;
}
.subject-list {
    text-align: center;
}
.hero-text {
    text-align: center;
}
.hero-text h1 {
    font-size: 30px;
}
.payment-text h2 {
    font-size: 28px;
}
.service-heading h2 {
    font-size: 24px;
}
.services-text {
    text-align: center;
}
.services-sec {
    padding-bottom: 0px;
 }
.features-free li {
    font-size: 16px;
} 
.boost-text h2 {
    font-size: 20px;
 }
 
.chat-btn {
    text-align: center;
}
.form-sec:before{display: none;}
.form-sec:after{display: none;}
.rating-box2 {
    margin: 10px 0px;
}
.sec6-text h2 {
    font-size: 24px;
    font-weight: 700;
}
.testi-sec {
    background-size: auto 75%;
    background-position: bottom;
    background-repeat: no-repeat;
}
.popular-text {
    text-align: center;
}
.popular-text h2 {
    font-size: 30px;
    
}
.ctc-box {
    width: 45%;
}
.payment-text {
    text-align: center;
}
.hero-sec {
    padding-top: 20px;
}
.sec-6:before {
  }
.popular-heading h2 {
    font-size: 17px;
 }  
.payment-sec:before {
    width: 22%;
    height: 10%;
}
.sec-6:before {
    width: 40%;
    height: 15%;}
.sec-6 {
    padding-bottom: 15px;
}  

header:before {
    width: 60px;
    height: 70px;}
.f-links li {
    line-height: 2;
}   
.sec2-image img{
        height: auto;
}
}
.hlogo {
    width: 24%;
    display: block;
}
.flogo img {
    width: 80%;
    filter: brightness(2) invert(0);
    margin-bottom: 10px;
}
.main-menu .nav-item.nav-link{
    font-size: 15px;
}
.navbar-expand-lga .navbar-collapse{
    width: 100%;
}
.flist{
    display: flex;
    align-items : center;
    padding-left : 0px;
    color : #fff;
    justify-content: end;
    margin: 0;
}
.flist li{
      
        list-style-type: none;
        padding-left : 20px;
}
.flist li a{
      color : #fff;
}
.myfrw{
    align-items: center;
    justify-content: space-between;
}
.terms_priv{
    padding-top : 50px;
}
.thankyou{
   text-align : center; 
   padding-top : 100px;
   padding-bottom : 100px;
   
}
.navbar-fixed-bottom {
  position: fixed;
  bottom: 0;
  z-index: 999999;
}
.whappfooter i{
  font-size: 50px;
  background-color: #11bb19;
  border-radius: 100px;
  padding: 10px 15px;
  color: #fff;
  margin-bottom : 10px;
 margin-left : 10px;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #3b3e9f;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  padding-right: 10px;
  color: #fff;
}
.mysc h4{
  font-size: 16px;
  font-weight: 600;
  padding-top: 10px;
}
#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: var(--tpink);
  text-decoration: underline;
}

#topbar .social-links a {
      color: var(--tdark);

    padding: 5px;
    border-radius: 100px;
    line-height: 0;
    transition: 0.3s;
    margin-left: 10px;
    font-size: 16px;
    font-style: normal;
        text-decoration: none;
}

#topbar .social-links a:hover {
  color: white;
  background-color: var(--torg);
}
.trust-rating {
    position: fixed;
    background: #fff;
    padding: 5px 10px;
    width: 100px;
    top: 50%;
    border-radius: 10px;
    z-index: 9;
    box-shadow: 0px 0px 5px 3px #5c5c5c30;
}
.trust-rating a {
    text-decoration: none;
}
.trust-rating img {
    width: 100%;
}
.trust-rating span {
    font-size: 12px;
    font-weight: 700;
    color: #f2a51a;
}
/*chat style*/
:root {
  --tawk-green: #00a67e;
  --widget-width: clamp(280px, 90vw, 360px);
  --widget-height: clamp(400px, 80vh, 560px);
  --icon-size: clamp(48px, 12vw, 64px);
  --shadow: 0 12px 40px rgba(2,30,50,0.25);
  --font: "Helvetica Neue", Arial, sans-serif;
}

.tawk-widget {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-family: var(--font);
  z-index: 99999;
  font-size: 16px; /* default font size */
}

/* Floating icon */
.tawk-icon {
  width: var(--icon-size);
  height: var(--icon-size);
  border-radius: 50%;
  background: linear-gradient(180deg, var(--tawk-green) 0%, #00a070 100%);
  display: grid;
  place-items: center;
  box-shadow: var(--shadow);
  cursor: pointer;
  transition: transform .2s ease;
  position: relative;
}
.tawk-icon:hover { transform: scale(1.08); }
.tawk-icon svg { width: 50%; height: 50%; fill: white; }

/* Chat panel */
.tawk-panel {
  position: absolute;
  bottom: calc(var(--icon-size) + 16px);
  right: 0;
  width: var(--widget-width);
  height: var(--widget-height);
  border-radius: 12px;
  background: white;
  box-shadow: var(--shadow);
  transform: translateY(20px);
  opacity: 0;
  pointer-events: none;
  transition: all .3s ease;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.tawk-panel.open {
    transform: translateY(90px);
    opacity: 1;
    pointer-events: auto;
}

/* Header like Tawk.to */
.tawk-header {
  height: 56px;
  background-color: #000;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px;
  color: white;
  font-weight: 700;
  font-size: 15px;
}
.tawk-header button {
  background: rgba(255,255,255,0.12);
  border: none;
  color: white;
  font-size: 18px;
  width: 38px;
  height: 36px;
  border-radius: 8px;
  cursor: pointer;
}

/* iframe container */
.tawk-iframe {
  flex: 1;
  border: none;
  width: 100%;
  height: 100%;
}

.tawk-icon img {
  position: absolute;
  top: -90px;
  right: -5px;
  max-width: 100px;
}

/* Scrollbar fix */
.ps__rail-y .ps__thumb-y {
  background: #fff !important;
}

/* Mobile adjustments */
@media (max-width: 480px) {
  .tawk-widget {
    font-size: 14px; /* kam font size mobile par */
  }
  .tawk-header {
    font-size: 13px;
  }
  .tawk-header button {
    font-size: 16px;
    width: 32px;
    height: 32px;
  }
  .tawk-panel {
    width: max-content;
    height: 80vh;
    right: -12px;
    bottom: calc(var(--icon-size) + 12px);
    border-radius: 10px 10px 0 0;
  }
  .tawk-icon img {
    right: -10px;
  }
  .tawk-panel.open {
    transform: translateY(70px);

}
}