@media only screen and (max-width: 1536px){
    /* .right_side{height: 100vh;overflow: hidden;} */
    /*.left_side-1{overflow-y: scroll;}*/
    .otp-field {margin: 20px 0;}
    .left_side-1::-webkit-scrollbar {width: 1px;}
    /* .left_side-1::-webkit-scrollbar-track { border-radius: 10px;} */
    .left_side-1::-webkit-scrollbar-thumb {background-color: var(--white);}
    .right_image img{height: 430px;}
    .start-3{width: 600px;}
}
@media only screen and (max-width: 1367px){
    .logo img{width: 200px;}
    p{margin-bottom: 0;}
    .start, .start-2, .start-3 {margin-top: 20px;}
    /* right-side */
    .right_side p{font-size: 14px;line-height: normal;}
    .right_image img {height: 390px;}

    /* left-side */
    .main_title{font-size: 40px;}
    .sub_title { font-size: 26px; margin-bottom: 10px;}
    .review{margin: 40px 50px 12px;}
    .review p{font-size: 14px;line-height: normal;}
    .review_wrapper::before{top: -20px;left: -35px;scale: 0.6;}
}
@media only screen and (max-width: 1199px){
    .main_title{font-size: 40px;}
}
@media only screen and (max-width: 992px){
    .right_side{display: none;}
     .left_side-1{padding: 40px 20px;} 
     .review_wrapper::after{right:0px;}
     .start-1 #gst-number {margin:10px 0;}
     #gst-number {width: 300px;}
     .start-3 {width: auto;}
}
