/* your styles go here */ .box-image-text .image { min-height: 200px; max-height: 200px; } .box-simple { min-height: 200px; margin-bottom: 0; } .box-simple .video__desc { color: black; font-size: 1.8rem; text-align: left; padding-left: 1rem; padding-right: 1rem; } .goto__btn { text-align: center; margin-top: 2rem; margin-left: auto; margin-right: auto; } .container__footer { display: flex; align-items: center; } .box-simple .icon__feature { width: 120px; height: 120px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-left: auto; margin-right: auto; } .box-simple .icon__feature > i { font-size: 4.5rem; } @media (max-width: 992px) { .container__footer { flex-direction: column; } .container__footer > div { margin-bottom: 1.5rem; } .video__col { margin-bottom: 2rem; } .mb-mobile { margin-bottom: 5rem; } .step__box { margin-bottom: 2rem; } } .btn { border: 2px solid #38a7bb; } .btn:hover { background-color: #38a7bb; color: white; } .box-steps { border: 1px solid #38a7bb; padding: 1rem; border-radius: 5rem; position: relative; } .box-steps .step__box { position: absolute; left: -5px; top: -5px; width: 4rem; height: 4rem; background-color: white; } .box-steps .step__box span { font-size: 3rem; font-weight: 600; color: #38a7bb; } .box-steps .icon { border: none; } .box-steps .icon > i { font-size: 3.5rem; } .box__video { min-height: 280px; } .footer__btn__text { font-size: 2rem; color: white; } .table { display: flex; /* box-shadow: 0 0 5px 1px rgb(197, 197, 197); */ border-radius: 15px; align-items: center; height: 280px; } .table .column { min-height: 280px; background-color: white; padding: 10px 2rem; } .table .column .body__company { font-size: 1.6rem; font-weight: 500; } .fa-check { margin-left: 4px; color: rgb(5, 212, 5); } .table .column .body__head { color: gray; } .table .column__first { border-radius: 15px 0 0 15px; } .table .column__last { border-radius: 0 15px 15px 0; } .table .column__choozmo { border: 1px solid rgb(212, 212, 212); box-shadow: 0 0 5px 1px rgb(197, 197, 197); border-radius: 15px; height: 340px; } .table .column div { min-height: 65px; } .navbar-brand > img { display: inline-block; } @media (max-width: 767px){ .visible-xs { display: inline-block!important; } } .logo { width: 187px; height: 48px; } .logo-sm { width: 110px; height: 35px; } .logo_text { vertical-align: middle; } .footer_img { height: 60px; } .followus { display: flex; align-items: center; justify-content: flex-start; margin-top: 1rem; } .followus__txt { display: inline-block; margin-right: 1rem; color: white; font-weight: 600; } .followus .followus__img { margin-right: 1rem; } .bar.mb-0 { margin-bottom: 0; } .headingvf { margin-bottom: 1.5rem; } .headingvf-sub { margin-bottom: 4rem; } .headingvf-sub h4 { color: grey; font-weight: 400; font-size: 1.6rem; line-height: 2.2rem; } .testimonial_img { width: 200px; border-radius: 50%; display: block; margin-left: auto; margin-right: auto; } .owl-item { height: 300px; overflow: hidden; } .testimonial-title { font-size: 2rem; } .testimonial-text { font-size: 1.6rem; } .testimonials__pro { margin-bottom: 1rem; } .testimonials__pro p { font-size: 1.6rem; } .testimonials__goto__btn a { animation-name: move; animation-duration: 1.5s; animation-delay: 0; animation-iteration-count: infinite; animation-direction: normal; animation-timing-function: linear; } @keyframes move { 0% { box-shadow: 0 0 0 transparent; } 50% { box-shadow: 5px 5px 4px #887e74; } 100% { box-shadow: 0 0 0 transparent; } }