﻿.bottom-FreeTestModel {bottom: 20px;}.bg-FreeTestModel {width: 400px;height: auto !important;background-color: rgb(254 179 0);box-shadow: 1px 2px 12px 4px rgb(128 128 128 / 0.45);border-radius: 24px;padding: 0;z-index: 1;transition: all 0.5s ease;}@keyframes slideInFromBottom {0% {transform: translateY(100%);opacity: 0;}100% {transform: translateY(0);opacity: 1;}}@keyframes slideInFromRight {0% {transform: translateX(100%);opacity: 0;}100% {transform: translateX(0);opacity: 1;}}.image-slide {opacity: 0;}.text-slide {opacity: 0;}.image-slide.visible {animation: slideInFromBottom 1s ease-out forwards;}.text-slide.visible {animation: slideInFromRight 1s ease-out forwards;animation-delay: 1s;}.text-slide, .image-slide {backface-visibility: hidden;transform: translateZ(0);}body {background-color: #f2f3f3 !important;}.rotated-image {transform: rotate(45deg);transform-origin: center;}.animatiton {transition: left 2s ease-in-out;top: 36%;left: -100%;position: fixed;z-index: 1;}.freeTest-content {border-radius: 96px;background-color: #1e1e27;}.btn-danger {font-size: 16px;border-radius: 96px;}.testDisk {transition: box-shadow .3s;}.testDisk:hover {box-shadow: 0px 8px 24px 4px rgba(0, 0, 0, 0.35);}.box-shadow {box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.65);}.testsho-title {font-size: 30px;font-weight: 800;}.h3-titale {font-size: 18px;}.h4-titale {font-size: 22px;}.mobile-size2 {font-size: 22px;}.al-slider, .ar-slider {background-color: #258c3d !important;border-radius: 50%;width: 35px;height: 35px;position: absolute;top: 50% !important;transform: translateY(-50%);display: flex;justify-content: center;z-index: 10;}.al-slider {left: -7px;}.ar-slider {right: -3px;}.al-slider i, .ar-slider i {font-size: 30px;color: #fff;}@media (max-width:992px) {.hide-mobile {display: none }.al-slider, .ar-slider {background-color: #258c3d !important;border-radius: 50%;width: 35px;height: 35px;position: absolute;top: 300px !important;transform: translateY(-50%);display: flex;justify-content: center;z-index: 10;}.al-slider {left: -13px;}.ar-slider {right: -9px;}.al-slider i, .ar-slider i {font-size: 30px;color: #fff;}.testsho-title {font-size: 20px;font-weight: 800;}.mobile-size {font-size: 18px !important;}.mobile-size2 {text-align: center;font-size: 20px;}.mobile-size2 span {text-align: center;font-size: 13px !important;}.animatiton {transition: left 2s ease-in-out;top: 30%;left: -165%;position: fixed;z-index: 1;width: 100%;height: 130px;}.d-flex-w {display: flex;flex-wrap: wrap;}.d-flex-a {display: flex;}}p {text-align: justify !important;}p-description {text-align: justify !important;}.float-item {position: absolute;border-radius: 25px;font-size: 25px;font-weight: 600;white-space: nowrap;animation: floatUpDown 4s ease-in-out infinite;}.item-1 {top: 0px;right: 10%;width: 90px;animation-delay: 0s;}.item-2 {top: 70%;right: 10px;width:60px;animation-delay: 2s;}.item-3 {top: -22px;left: 15%;width: 60px;animation-delay: 1s;}@keyframes floatUpDown {0%, 100% {transform: translateY(0);}50% {transform: translateY(-15px);}}