.custom-color {color:#1b4997;}

@media(max-width: 991px) {
.Header-Desktop-Responsive {display:none;}
.Header-Mobile-Responsive {display:block;}
}

@media(min-width: 992px) {
.Header-Desktop-Responsive {display:block;}
.Header-Mobile-Responsive {display:none;}
}



/*-------------------------------------------------------------------
Custom Headlines
-------------------------------------------------------------------*/
.headline-container-dark,.headline-container-light {width:100% !important; text-align: center !important;}
.headline-container-dark h2{color: var(--thm-black);}
.headline-container-dark h2 .dot,.headline-container-light h2 .dot {color: var(--thm-orange) !important;}
.headline-container-light h2 {color: var(--thm-light);}
/*-------------------------------------------------------------------
Custom Headlines
-------------------------------------------------------------------*/


/*-------------------------------------------------------------------
Support
-------------------------------------------------------------------*/
.Support-Box .icon {color:#f04f25 !important;}
.Support-Box ul {margin-bottom:15px !important;}

.Support-Box ul li {color:#999b9f !important;}

/*-------------------------------------------------------------------
Support
-------------------------------------------------------------------*/


.whats-coming {background-color:#1a4896; padding:20px 0px;}
.whats-coming-headline {text-align: center;}
.whats-coming-headline h2 {color:white !important;}
.whats-coming-button {text-align: center; padding-top:20px;}


.mobilecenter { text-align: center !important;}

@media(min-width: 700px) {
.mobilecenter { text-align: left !important;}
}

.about-section-custom:before {background-color:transparent !important;}

.custom-header-cta {}
.driverse-service-icon {font-size:50px;}
.driverse-service-headline {line-height: 35px; margin-top:15px;color:white !important;}
.inner-box h4:hover {color:white !important;}
.gray-splitter {width:100%; border:1px solid #ececec; margin:10px auto;}
.orange {color:#F04F25 !important;}
.blue {color:#1a4896 !important;}
.seperator-line {width:100%; height:2px; background-color:#edecec; margin:20px 0px 40px; }
.seperator-line-large {width:80%; max-width:1200px; height:1px; background-color:#edecec; margin:50px auto; }

.orange-social-box {background-color:var(--thm-orange);}

.contact-blocks h4,.contact-blocks h5{line-height:35px !important; margin:0px !important; padding:0px !important;}

@media(min-width: 1199px) {
.custom-header-cta {background-color:#F04F25; padding:12px 10px 8px; border-radius:5px; cursor: pointer;}
.custom-header-cta span {color:#FFFFFF !important; cursor: pointer;}
}

.module-child {background-color:#1c1e22; box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 5%); border-radius:7px; margin:5px; padding:20px 10px; box-sizing:border-box; text-align:center; font-size:25px; text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1px;
  font-family: var(--thm-font);
    color:white;
}


.driverse-block-bg {margin-top:0px !important; background:white url('https://www.driverse.com/images/background/driverse-blocks.png') top !important;; background-size: contain; background-repeat: no-repeat !important;}

.sec-title-custom h3 { line-height: 50px !important; text-transform: uppercase !important;}
.sec-title-custom .dot {color: #f04f25 !important;}



@media(min-width: 992px) {
.driverse-block-bg {
      background-size:contain;
  }
}

/*-------------------------------------------------------------------
Key Features Block
-------------------------------------------------------------------*/
.custom-corefeatures {padding:100px 0px; background-color:black; border-top:10px solid #edecec; border-bottom:10px solid #edecec; background-size:cover; background-repeat: no-repeat; background-position: center;}
.custom-corefeatures h2 {color:white !important;}

.corefeatures-list h2 {color:var(--thm-orange); text-shadow: 2px 2px 10px #000000;}
.corefeatures-list li {text-align:left; position: relative; padding-left: 30px; margin-bottom: 10px; font-size:20px;  text-shadow: 2px 2px 10px #000000; color:white;}

.corefeatures-list li:before {
    content: "\f131";
    font-family: "Flaticon";
    position: absolute;
    left: 0;
    top: -1px;
    color: var(--thm-base);
    font-weight: 400;
    padding-right:5px;
    font-size: 18px;}
/*-------------------------------------------------------------------
Key Features Block
-------------------------------------------------------------------*/


.demo-text {font-weight:500 !important;}

.CheckList {padding-top:20px;}
.CheckList li:before {
    content: "\f107";
    font-family: "Flaticon";
    margin-right:10px;
    color: var(--thm-orange);
text-indent: 1.5em;
}



.custom-box {
position: relative;
    display: block;
    margin-top:30px;
    padding: 50px 45px 40px;
    background: #ffffff;
    border:1px solid transparent;
    border-radius: 7px;
    box-shadow:0px 10px 60px 0px rgb(0 0 0 / 7%);
    transition: all 500ms ease;
text-align:center;
}

.custom-box .theme-btn {width:100% !important;}
.custom-box .icon-box {font-size:100px}
.custom-box img {border-radius:7px;}


/***
====================================================================
Full Screen Video
====================================================================
 ***/
.video-bg {height:600px;}
@media(min-width: 992px) {
.video-bg {height:860px;}
}

@media(min-width: 1300px) {
.video-bg {height:auto;
    width:100%;}
}


.about-video-bg {width:100%;}
@media(min-width: 992px) {
.about-video-bg{width:670px;}
}

@media(min-width: 1300px) {
.about-video-bg{height:auto;
    width:670;}
}
/***
====================================================================
Full Screen Video
====================================================================
 ***/


/***
====================================================================
Contact Form Style
====================================================================
 ***/
    #form label {color:white;}
    #form input,  #form select, #form textarea {
    position: relative;
    display: block;
    height: 70px;
    width: 100%;
    font-size: 14px;
    color: #686a6f;
    line-height: 40px;
    font-weight: 400;
    padding: 14px 30px;
    background-color: #f4f5f8;
    border: 1px solid #f4f5f8;
    border-radius: 7px;
        line-height: 25px;
    font-family: var(--thm-b-font);
    transition: all 300ms ease; 
    margin-bottom:10px;
    overflow-y: scroll;}
    
    #form .theme-btn {margin-top:30px; padding:15px 20px;}

.contact-us-section-custom {
    
    
}

.form-dark label {color:var(--thm-black) !important;}
    .form-dark input,  .form-dark select, .form-dark textarea {
    color: var(--thm-black) !important;

    background-color:#edecec !important;
    border: 1px solid #a1a1a1;
    border-radius: 7px;
    line-height: 25px;
    font-family: var(--thm-b-font);
    transition: all 300ms ease; 
    margin-bottom:10px;
    overflow-y: scroll;
    
}

/********Custom Driverse Fonts*/
@font-face {
  font-family: 'icomoon';
  src:  url('https://www.driverse.com/fonts/driverse-font.eot?jipkcn');
  src:  url('https://www.driverse.com/fonts/driverse-font.eot?jipkcn#iefix') format('embedded-opentype'),
    url('https://www.driverse.com/fonts/driverse-font.ttf?jipkcn') format('truetype'),
    url('https://www.driverse.com/fonts/driverse-font.woff?jipkcn') format('woff'),
    url('https://www.driverse.com/fonts/driverse-font.svg?jipkcn#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-driverse-cloud:before {
  content: "\e900";
}
.icon-driverse-dealership:before {
  content: "\e901";
}
.icon-driverse-estimates:before {
  content: "\e902";
}
.icon-driverse-fullservice:before {
  content: "\e903";
}
.icon-driverse-inventory:before {
  content: "\e904";
}
.icon-driverse-lightrepair:before {
  content: "\e905";
}
.icon-driverse-lube:before {
  content: "\e906";
}
.icon-driverse-more:before {
  content: "\e907";
}
.icon-driverse-parts:before {
  content: "\e908";
}
.icon-driverse-payment:before {
  content: "\e909";
}
.icon-driverse-reports:before {
  content: "\e90a";
}
.icon-driverse-specialty:before {
  content: "\e90b";
}

/*****


/***
====================================================================
Contact Form Style
====================================================================
 ***/


.hover-effect-sm {transform: scale(1); transition: all 300ms ease;}
.hover-effect-sm:hover {transform: scale(1.05); transition: all 300ms ease;}



/* process one */
.process-one {
  counter-reset: processCount;
  padding-top: 90px;
}

@media (min-width: 992px) {
  .process-one {
    padding-top: 120px;
  }
}

.process-one .row {
  margin-bottom: 90px;
}

@media (min-width: 992px) {
  .process-one .row:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .process-one .row:nth-child(even) .process-one__image__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .process-one .row:nth-child(even) .process-one__image::before, .process-one .row:nth-child(even) .process-one__image::after {
    left: auto;
    right: 0;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
  }
}

@media (min-width: 992px) {
  .process-one .row {
    margin-bottom: 120px;
  }
}

.process-one__image {
  counter-increment: processCount;
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
  border-radius: 8px;
/*  background-color: var(--thm-black);*/
}

@media (min-width: 992px) {
  .process-one__image {
    margin-bottom: 0;
  }
}

.process-one__image::before {
  content: '';
  border-radius: 50%;
  background-color: #f4f5f8;
  position: absolute;
  width: 100px;
  height: 100px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .process-one__image::before {
    width: 250px;
    height: 250px;
    top: 50%;
    left: 0%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}

.process-one__image::after {
  content: counters(processCount, ".", decimal-leading-zero);
  background-color: var(--thm-base);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  color: var(--thm-black);
  font-family: var(--thm-font);
  font-size: 30px;
  padding-top: 5px;
  width: 60px;
  height: 60px;
  top: 20%;
  left: 20%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media (min-width: 992px) {
  .process-one__image::after {
      color:white !important;
    width: 128px;
    height: 128px;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 50px;
    padding-top: 12px;
  }
}

.process-one__image img {
  max-width: 100%;
  border-radius: 8px;
  position: relative;
/*  mix-blend-mode: luminosity;*/
}

.process-one .sec-title {
  margin-bottom: 0;
}

.process-one__summery {
  margin: 0;
  font-size: 16px;
  color: var(--thm-text);
  line-height: 2.125em;
  font-weight: 400;
  margin-top: 34px;
  margin-bottom: 36px;
}

.process-one__list li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  color: var(--thm-text);
  font-weight: 400;
}

.process-one__list li > i {
  position: absolute;
  top: 8px;
  left: 0;
  color: var(--thm-base);
  font-size: 20px;
}


/* pricing three */
.pricing-three {
  padding-top: 100px;
  padding-bottom: 70px;
}

.pricing-three__card {
  margin-bottom: 30px;
  border-radius: 8px;
  border: 1px solid #e9ebee;
  padding: 50px 49px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-bottom: 40px;
}

.pricing-three__card:hover {
  background-color: var(--thm-black);
  border-color: var(--thm-black);
}

.pricing-three__name {
  text-transform: uppercase;
  color: var(--thm-base);
  font-size: 35px;
  letter-spacing: .1em;
  margin: 0;
  line-height: 1;
  margin-bottom: 10px;
}

.pricing-three__icon {
  font-size: 64px;
  color: var(--thm-base);
  margin-bottom: 28px;
}

.pricing-three__amount {
  display: inline-block;
  position: relative;
  font-family: var(--thm-font);
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1;
  color: var(--thm-black);
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-three__card:hover .pricing-three__amount {
  color: #fff;
}

.pricing-three__currency {
  position: absolute;
  top: 0;
  right: 100%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
  font-style: normal;
  font-size: 30px;
}

.pricing-three__list {
  margin-bottom: 20px;
}

.pricing-three__list li {
  color: var(--thm-text);
  font-size: 16px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.pricing-three__card:hover .pricing-three__list li {
  color: #999b9f;
}

.pricing-three__tagline {
  border-top: 1px solid #e9ebee;
  font-size: 16px;
  line-height: 2.125;
  color: var(--thm-text);
  margin: 0;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding-top: 20px;
  padding-bottom: 22px;
}

.pricing-three__card:hover .pricing-three__tagline {
  color: #999b9f;
  border-color: rgba(255, 255, 255, 0.1);
}

.pricing-three .btn-style-two .btn-title {
  font-size: 16px;
  padding: 13px 39px 10px;
}

.pricing-three__card:hover .btn-style-two {
  color: var(--thm-black);
}

.pricing-three__card:hover .btn-style-two .btn-curve {
  background-color: var(--thm-base);
}

.pricing-three__card:hover .btn-style-two .btn-curve {
  opacity: 1;
  right: 0;
  width: 100%;
  -webkit-transform: skewX(0deg);
  transform: skewX(0deg);
}

.pricing-three .switch-toggler-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.pricing-three .switch-toggler-list li {
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}

.pricing-three .switch-toggler-list li:nth-child(2) {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.pricing-three .switch-toggler-list li:last-child {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 10px;
  margin-right: 10px;
}

.pricing-three .switch-toggler-list li a {
  color: var(--thm-text);
  font-size: 18px;
}

.pricing-three .switch-toggler-list li.active a {
  color: var(--thm-black);
}

.pricing-three .switch-toggler-list li .switch {
  width: 79px;
  height: 36px;
  background-color: var(--thm-base);
  border-radius: 18px;
  position: relative;
  display: block;
  cursor: pointer;
}

.pricing-three .switch-toggler-list li .switch span {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
}

.pricing-three .switch-toggler-list li .switch.off span {
  background-color: var(--thm-black);
  -webkit-transform: translateX(43px);
          transform: translateX(43px);
}

.pricing-three .animated {
  -webkit-animation-duration: 1500ms;
          animation-duration: 1500ms;
}
/*# sourceMappingURL=style.css.map */

.custom-h2 {line-height:55px;}
.custom-h2 .dot {color:#f05026;}


/*2022 Dropdown Menu*/
.Dropdown-UI {padding:0px 0px 10px;}
                                    .Dropdown-Title {color:#f04f25; font-size:18px; padding-bottom:0px;}
                                    .Dropdown-Title-Blue {color:#b2c9e3; font-size:32px; padding-bottom:15px;}

                                        
                                    .Dropdown-UI li span {font-size:25px; font-family: var(--thm-font); color:black !important;}
                                    .Dropdown-UI li {font-size:12px; font-family:var(--thm-b-font); line-height: 20px; padding:13px 0px; border-bottom: 1px solid #e6e6e6; background-color:white; transition:all .3s ease;}
                                        
                                    .Dropdown-UI li a {color:#666666 !important}
                                    .Dropdown-UI li:hover {padding-left:5px; }

                                    ul.Dropdown-UI li:last-child  {border-bottom:0px;}
                                    .Dropdown-Icon {display:table; vertical-align: middle;}
                                    .Dropdown-Icon div {display:table-cell; vertical-align: middle;}
                                    .Dropdown-Icon img {margin-right:10px;}


                                        .Products-Tab {width:800px !important; left:-200px !important; padding:0px !important; border-radius:30px !important;}    
                                        .Resources-Tab {width:700px !important; left:-300px !important; padding:0px !important; border-radius:30px !important;}    

                                        .Resources-Tab-2 {width:360px !important; left:-92px !important; padding:0px !important; border-radius:30px !important;}    

                                        .Company-Tab {width:360px !important; left:-100px !important; padding:0px !important; border-radius:30px !important;} 
                                        .Contact-Tab {width:700px !important; left:-450px !important; padding:0px !important; border-radius:30px !important;} 


                                        
                                        .Dropdown-Left {width:420px; display:table-cell; padding-top:10px; text-align:left; padding:20px 0px 0px 40px;}
                                        .Dropdown-Right {width:380px; display:table-cell; background-color:#1b4997; height:100%; border-radius:0px 30px 30px 0px; padding:25px 0px;}
                                        
                                        .Products-Tab .Dropdown-Left {width:420px !important; left:-200px !important;} .Products-Tab .Dropdown-Right {width:380px !important; left:-200px !important;}   
                                        
                                        .Resources-Tab .Dropdown-Left {width:320px !important; left:-200px !important;}   
                                        .Resources-Tab .Dropdown-Right {width:380px !important; left:-200px !important;} 

                                        .Resources-Tab-2 .Dropdown-Left {width:320px !important; left:-200px !important;}   
                                        .Resources-Tab-2 .Dropdown-Right {width:380px !important; left:-200px !important;} 

                                        .Company-Tab .Dropdown-Left {width:320px !important; left:-200px !important;}
                                        .Company-Tab .Dropdown-Right {width:380px !important; left:-200px !important;}   
                                        .Contact-Tab .Dropdown-Left {width:320px !important; left:-200px !important;} 
                                        .Contact-Tab .Dropdown-Right {width:380px !important; left:-200px !important;}   
                                        
                                        .Dropdown-Social {margin:10px 0px 30px; height:40px;}
                                        .Dropdown-Social img {margin-right:5px;}
/*2022 Dropdown Menu*/

/*2022 Homepage Update*/

   
    .mobile-product-parent {float:left; width:50%; margin:5px auto;}
    .product-blocks-spacer {margin-left:0px; transition: all 0.3s ease;}
    .product-block-container {margin-top:10px; margin:auto; max-width:100%;}

@media(min-width: 500px) {              
    .mobile-product-parent {float:left; width:auto; margin:5px auto;}
    .product-blocks-spacer {margin-left:0px; transition: all 0.3s ease;}
    .product-block-container {margin-top:10px; margin:auto; max-width:510px;}
}
              
@media(min-width: 721px) {
        .mobile-product-parent {float:left; width:auto; margin:5px auto;}
    .product-blocks-spacer {margin-left:110px; transition: all 0.3s ease;}
    .product-block-container {margin-top:10px; margin:auto; max-width:700px;}
}
    
@media(max-width: 1160px) {
    .Mobile-Responsive-1160 {display:block;}
    .Destop-Responsive-1161 {display:none;}
}

@media(min-width: 1161px) {
    .Mobile-Responsive-1160 {display:none;}
    .Destop-Responsive-1161 {display:block;}
}

/*New Header*/
.slide-item-1a {background-color:red; background-size:cover; background-position:left top; height:600px;}

@media(max-width: 1431px) {
.Header-1a-left {width:45%; float:left; padding:80px 60px 0px 9%; box-sizing:border-box; }    
}

@media(min-width: 1432px) {
.Header-1a-left {width:45%; float:left; padding:100px 60px 0px 9%; box-sizing:border-box; }    
}


.Header-1a-right {width:55%; float:left; position: relative; background-position: left center; background-size:cover; height:100%; padding-top:0px;} 
.slide-Management-h2-top {color:#f05026 !important; font-size:60px; line-height:50px !important;}
.slide-Management-h2-bottom {color:#3d3d3d !important; font-size:60px; line-height:50px !important;}
.header-responsive {display:none !important;}
.header-responsive-desktop {display:block;}
.header-p {color:var(--thm-text) !important;}

@media (max-width: 1200px) {
.Header-1a-right {padding-top:80px;}

}
@media (max-width: 1000px) {
.slide-item-1a {/*background-image:url('https://www.driverse.com/images/driverse/header-driverse-modern-BG-mobile.png');*/ background-size:cover; background-position:bottom; height:auto; background-color:white !important;}
.Header-1a-left {width:100%; float:none; position:relative; padding:70px 60px 0px 9%; box-sizing:border-box;}
.Header-1a-right {width:100%; float:none; position:relative; background-image:none; padding-top:30px;}

.slide-Management-h2-top, .slide-Management-h2-bottom {color:white !important; font-size:60px !important;}
.slide-Management-h2-bottom {margin-top:0px !important;}
.header-responsive {display:block !important;}
.header-responsive-desktop {display:none;}
.header-p {color:white !important;}
}

/*NewHeader*/

.slide-item-2a {background-image:url('https://www.driverse.com/images/driverse/header-driverse-white-BG.jpg'); background-size:cover; background-position:left top; height:600px;}

.Header-2a-left {width:45%; float:left; position:relative; padding:150px 9% 0px 40px; box-sizing:border-box; }
.Header-2a-right {width:55%; float:left; position: relative; background-image:url('https://www.driverse.com/images/driverse/header-driverse-modern-BG-left.png'); background-position: left center; background-size:cover; height:100%; padding-top:0px;} 
            
@media (max-width: 1200px) {
.Header-2a-right {padding-top:80px;}
}
            
@media (max-width: 1000px) {
.slide-item-2a {background-size:cover; background-position:bottom; height:auto; background-color:white !important;}
.Header-2a-left {width:100%; float:none; position:relative; padding:70px 9px 0px 40px; box-sizing:border-box;}
.Header-2a-right {width:100%; float:none; position:relative; background-image:none; padding-top:30px;}
}
            
.floating1 { 
    animation-name: floating;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
     
@keyframes floating {
    0% { transform: translate(0,  0px); }
    50%  { transform: translate(0, 20px); }
    100%   { transform: translate(0, -0px); }   
}

    .youtube-container{width:350px; height:196px; display:block;}
    .video-container{display:none; width:100%;text-align:center;}

@media screen and (min-width: 500px) {
    .youtube-container{width:460px; height:257px;}
}

@media screen and (min-width: 700px) {
    .youtube-container{width:650px; height:364px;}
}
    
@media screen and (min-width: 900px) {
.youtube-container{display:none;}
    .video-container{display:block;}
}
/*2002 HomePage Update*/

.cta-custom {padding-left:40px !important; padding-right:40px !important;}


    /*2024 Feature Mobile*/
    .feature-block-parent {background-color:#f1f2f4; padding:40px 10px; width:100%;}
    .feature-block-wrap {max-width:1200px; margin:auto; background-color:#2f2f2f; height:auto; border-radius:15px; padding:0px 40px; box-sizing: border-box; background-size:cover; background-repeat:no-repeat; background-postition:center;}
    .feature-block-left {float:left; width:100%; padding:20px 0px 20px 10px;}
    .feature-block-right {float:left; display:none; width:100%; min-height:400px; background-size:contain; background-position:bottom center; background-repeat:no-repeat; }
    .feature-block-right-mobile {display:block; text-align:center;}
    
    
    /*2024 Feature Desktop*/
    @media(min-width: 950px) {
    .feature-block-left {float:left; width:50%; padding:20px 0px 20px 10px;}
    .feature-block-right {float:right; display:block; width:50%;}
    .feature-block-right-mobile {display:none; text-align:center;}  
    }
