/*
Template Name: Software Development
File: Layout CSS
Author: TemplatesOnWeb
Author URI: https://www.templateonweb.com/
Licence: <a href="https://www.templateonweb.com/license">Website Template Licence</a>
*/

/*********************about****************/
.border_left {
    border-left: 3px solid var(--orange);
}

.shop_serv1_left:hover .shop_serv1_left2{
  background: var(--bg_orange)!important;
 }

.dollor{
  font-size:90px;
 }
/*********************about_end****************/


@media screen and (max-width : 767px){
.price_1_left {
  margin-top:10px;
  margin-bottom:10px;
 }
.choose_1_right{
  margin-top:20px;
 }
.offer_2_left{
   margin-top:10px;
   margin-bottom:10px;
 }
.shop_serv1_left{
   margin-top:10px;
   margin-bottom:10px;
 }
.shop_serv1_left2{
  position:static!important;
  padding:20px 10px!important;
  background:var(--bs-dark)!important;
 }
.testim_1_left{
   margin-top:10px;
   margin-bottom:10px;
 }
 }


@media (min-width:576px) and (max-width:767px) {

 }
 
@media (min-width:768px) and (max-width:991px) {
.price_1_left .font_50{
  font-size:40px;
 }
.offer_2_left  .font_17{
  font-size:15px;
 }
.shop_serv1_left {
    margin-top: 10px;
    margin-bottom: 10px;
}
 }

@media (min-width:992px) and (max-width:1200px) {
.offer_2_left  .font_17{
  font-size:15px;
 }
 }

@media (min-width:1201px) and (max-width:1250px) {

 }
@media screen and (min-width : 1400px){

 }


