/** Shopify CDN: Minification failed

Line 388:20 Expected ":"

**/
/* RTS Text Slider starts here */
.rts_text_slider_wrapper{
  text-align: center;
  padding: 20px 0 50px;
}
.rts_text_slider_wrapper h1{
  font-family: "proxima-nova", sans-serif;
  color: #fff;
  margin:0;
}
.text_slides_wrapper{
  margin-bottom:100px;
}
.text_slides_wrapper p{
  color:#fff;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  margin-top: 24px;
  font-family: "proxima-nova", sans-serif;
}
.images_wrapper ul{
  padding: 0;
  margin: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 50px;
}
.rts_text_slider_wrapper .slider_btns {
  top: 28%;
}
.rts_text_slider_wrapper .funding_btn{
  font-size: 24px;
  padding: 20px 30px;
  background-color: #fe8330;
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-family: "proxima-nova", sans-serif;
  color: #fff;
  text-decoration: none;
  margin-bottom: 50px; 
}


/* RTS Image with Text Card starts here */
.rts_image_with_text_card{
  padding:50px 0;
}
.rts_image_with_text_card h2{
  font-family: "proxima-nova", sans-serif;
  font-size: 34px;
  text-align: center;
  line-height: 42px;
  margin-top: 0;
  margin-bottom: 40px;
}
.rts_image_with_text_card .slider_btns {
    width: 88%;
}
.rts_image_with_text_card .cards_wrapper .card{
  background-color:#f2f2f2;
  margin: 0 10px;
}
.rts_image_with_text_card .cards_wrapper .card .image{
  margin-bottom:25px;
}
.rts_image_with_text_card .cards_wrapper .card .image img{
  width:100%;
}
.rts_image_with_text_card .cards_wrapper .card .content{
  padding:10px 0 20px;
}
.rts_image_with_text_card .cards_wrapper .card h4{
  font-size: 24px;
  font-family: "proxima-nova", sans-serif;
  text-align: center;
  font-weight: 700;
  line-height: 30px;
  margin: 0 0 25px;
  position:relative;
}
.rts_image_with_text_card .cards_wrapper .card h4::before{
  content:'';
  width:180px;
  height:4px;
  background-color:#ff812c;
  position:absolute;
  left:50%;
  transform:translateX(-50%);
  bottom:-15px;
}
.rts_image_with_text_card .cards_wrapper .card p{
  font-size: 16px;
  line-height: 24px;
  margin: 0 25px;
  text-align: center;
  min-height:175px;
}


/* RTS Form with icon starts here */
.rts_form_with_logo{
  background-repeat: no-repeat;
  background-position: top center;
  background-size: contain;
}
.rts_form_with_logo .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
  padding: 50px 0 0;
}
.rts_form_with_logo .wrapper .col_left{
  max-width:48%;
  width:100%;
  text-align:center;
  padding-bottom: 100px;
  position:relative;
}
.rts_form_with_logo .wrapper .col_left h4{
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 37px;
  text-align: center;
  margin:0;
}
.rts_form_with_logo .images_slider{
  padding:15px 0;
}
.rts_form_with_logo .images_slider .image{
  max-width:200px;
  width:100%;
  margin:0 5px;
}
.rts_form_with_logo .images_slider .image img{
  width:100%;
  object-fit:cover;
}


.rts_form_with_logo .wrapper .col_right{
  max-width:48%;
  width:100%;
  background-color: #0c1618;
  padding: 30px 15px;
  text-align: center;
}
.rts_form_with_logo .col_right .request_form h3{
  font-size: 2em;
  color: #e69138;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  margin:0;
}
.rts_form_with_logo .col_right .request_form .form_group {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.rts_form_with_logo .col_right .request_form .form_group .form_input{
  max-width:50%;
  width:100%;
}
.rts_form_with_logo .col_right .request_form .form_input {
  padding: 15px;
}
.rts_form_with_logo .col_right .request_form label {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin-bottom: 4px;
}
.rts_form_with_logo .col_right .request_form label sup{
  color:red;
}
.rts_form_with_logo .col_right .request_form input,
.rts_form_with_logo .col_right .request_form select{
  width: 100%;
  padding: 10px 8px;
  border: 1px solid var(--pf-border-color);
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  background: #fff;
  border-radius: 4px;
}
.rts_form_with_logo .col_right .request_form.modify_form input,
.rts_form_with_logo .col_right .request_form.modify_form select{
   border-radius: 15px;
}
.rts_form_with_logo .col_right .request_form input::placeholder{
  font-size: 16px;
  color:#cfd1d0;
  font-family: "proxima-nova", sans-serif;
}
.rts_form_with_logo .col_right .request_form.modify_form input::placeholder{
  color:#fff;
}
.rts_form_with_logo .form_btn{
  padding:15px;
}
.rts_form_with_logo .col_right .request_form.modify_form .form_btn{
  text-align:left;
}
.rts_form_with_logo .form_btn input[type="submit"] {
  max-width:140px !important;
  width:100% !important;
  font-size: 24px;
  padding: 20px 30px;
  background-color: #ff812c !important;
  margin-left: auto;
  margin-right: auto;
  font-family: "proxima-nova", sans-serif;
  border-radius: 4px;
  color: #fff !important;
  cursor:pointer;
}
.rts_form_with_logo .col_right .request_form.modify_form input[type="submit"]{
  background: #ff7a59;
  border-color: #ff7a59;
  border-radius:15px;
  padding:10px 30px;
}
.horizontal_rule{
  margin:30px;
  background-color: #f27d3b;
  height:2px;
}
.rts_form_with_logo h2.form-status{
  color:#fff;
}
.rts_form_with_logo  .form__message h2{
  color:#fff;
}
.rts_form_with_logo  .form-status-list li a{
  color:#fff !important;
}


/* RTS Video starts here */
.rts_video{
  text-align:center;
  background-color:#f6f6f6;
  padding:50px 0;
  background-repeat:no-repeat;
  background-position:center;
  background-size:cover;
}
.rts_video.half_bg {
    position: relative;
}
.rts_video.half_bg::before {
    content: '';
    width: 100%;
    height: 30%;
    background-color: #0c1618;
    position: absolute;
    top: 0;
    left: 0;
}
.rts_video .video_section {
  padding: 0;
  display:flex;
  flex-direction:column;
}
.rts_video .video_section h2{
  font-size: 37px;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  color: #ff812c;
  margin:0 auto 50px;
  max-width:58%;
}
.rts_video .video_section .rts_iframe{
  width:100%;
  height:640px;
}
.rts_video .slider_btns{
  width:88%;
}


/* RTS Image Slider with text heading starts here */
.rts_image_slider_with_text_heading{
  background-color: #0c1618;
  padding:50px 0;
}
.rts_image_slider_with_text_heading .rich-text{
  padding:0;
  background-color: unset;
}
.rts_image_slider_with_text_heading .rich-text .rich-text__wrapper{
  background-color:unset;
}
.rts_image_slider_with_text_heading h2{
  font-size: 37px;
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  color: #fff;
  line-height: 42px;
  max-width: 400px;
  margin: 0 auto;
}


/* RTS Image Slider with text starts here */
.rts_image_slider_with_text{
  padding:0 0 50px;
}
.rts_image_slider_with_text.single_image_section{
  background-color:#fff !important;
  padding:50px 0 75px;
}
.rts_image_slider_with_text .image_with_text_wrapper {
  display: flex;
  align-items: center;
  justify-content:space-between;
  flex-wrap: wrap;
  padding: 50px 0;
}
.rts_image_slider_with_text.single_image_section .image_with_text_wrapper{
  padding:50px 0 0;
}
.rts_image_slider_with_text .image_with_text_wrapper.flex_reverse{
  flex-direction:row-reverse;
}
.rts_image_slider_with_text .image_slider {
  max-width: 47%;
  width: 100%;
  position:relative;
}
.rts_image_slider_with_text .image_slider::before{
  content:'';
  width:100%;
  height:100%;
  background-color:transparent;
  border: 5px solid #FF812C;
  position:absolute;
  top: -30px;
  left: -30px;
}
.rts_image_slider_with_text.single_image_section .image_slider::before{
  border: 5px solid #000;
}
.rts_image_slider_with_text .image_slider img{
  width:100%;
}
.rts_image_slider_with_text .content {
  max-width: 50%;
  width: 100%;
  padding: 0 0 0 30px;
}
.rts_image_slider_with_text.single_image_section .content{
  padding:0 50px !important;
}
.rts_image_slider_with_text .content.left{
  padding:0 30px 0 0;
}
.rts_image_slider_with_text .content h3 {
  margin: 0;
  color: #ff812c;
  font-family: "proxima-nova", sans-serif;
  font-size: 27px;
  font-weight:500;
  text-transform: uppercase;
  line-height: 36px;
}
.rts_image_slider_with_text.single_image_section .content h3{
  text-align:center;
  color:#000;
  text-transform:none;
}
.rts_image_slider_with_text .content p{
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #fff;
  margin-top: 20px;s
  line-height: 22px;
}


/* RTS Icon with text starts here */
.rts_icon_with_text{
  padding:20px 0;
  background-color:rgb(244, 245, 250);
}
.rts_icon_with_text .cards_wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rts_icon_with_text .cards_wrapper .card {
  background-color: #fff;
  padding: 40px 15px;
  max-width: 24%;
  text-align:center;
}
.rts_icon_with_text .cards_wrapper .card:first-child{
  max-width:100%;
  width:100%;
  margin-bottom:20px;
}
.rts_icon_with_text .cards_wrapper .card .image {
  margin: 0 auto 25px;
  display:flex;
  justify-content:center;
}
.rts_icon_with_text .cards_wrapper .card .image img{
  object-fit:contain;
}
.rts_icon_with_text .cards_wrapper .card h4{
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  font-size: 20px;
  text-align: center;
  margin: 0 0 15px;
  line-height: 24px;
}
.rts_icon_with_text .cards_wrapper .card p{
font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  line-height: 22px;
}


/* RTS reviews block starts here */
.rts_reviews_block{
  padding:50px 0;
  text-align:center;
}
.rts_reviews_block h2{
  text-align: center;
  font-family: "proxima-nova", sans-serif;
  color: #fff;
  font-size: 37px;  
  margin:0 0 30px;
}
.rts_reviews_block .reviews_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.rts_reviews_block .reviews_wrapper .review {
  max-width: 32%;
  width: 100%;
  background-color: #fff;
  padding: 25px;
  border-radius: 15px;
}
.rts_reviews_block .reviews_wrapper.shadow .review{
  box-shadow:rgba(0,0,0,.15) 0 -5px 16px;
  border-radius: 30px;
}
.rts_reviews_block .reviews_wrapper .image{
  max-width:150px;
  width:100%;
  margin: 0 auto 15px;
}
.rts_reviews_block .reviews_wrapper .image img{
  width:100%;
}
.rts_reviews_block .reviews_wrapper.shadow .image img{
  box-shadow:rgba(0,0,0,.15) 0 -5px 16px;
  border-radius:10px;
}
.rts_reviews_block .reviews_wrapper h4{
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  text-align: center;
  font-size: 18px;
  margin:0;
}
.rts_reviews_block .reviews_wrapper h4.icon{
  position:relative;
}
.rts_reviews_block .reviews_wrapper h4.icon::after {
    font-family: "FontAwesome";
    content: "\f00c";
    background-color: #000;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 4px;
    font-size: 10px;
    margin-left: 10px;
    position: relative;
    color: #fff;
    top: -2px;
}
.rts_reviews_block .reviews_wrapper p{
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-weight: 400;
  margin-top: 10px;
  line-height: 20px;
  text-align:left;
}


/* RTS Slider arrows */
.page-width{
  position:relative;
}
.slider_btns {
  display: flex;
  justify-content: space-between;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.slider_btns .slick_prev_arrow,
.slider_btns .slick_next_arrow{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(0,0,0,.4);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor:pointer;
}
.slider_btns .slick_prev_arrow .arrow {
  display:block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  transform: rotate(135deg);
}
.slider_btns .slick_next_arrow .arrow {
  display:block;
  width: 10px;
  height: 10px;
  border: 2px solid #fff;
  border-left: 0;
  border-top: 0;
  transform: rotate(-45deg);
}
.slider_btns .slick-disabled{
  opacity:0;
  visibility:hidden;
}


/* RTS revenue banner starts here */
.rts_revenue_banner .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rts_revenue_banner .inner .col_left {
    max-width: 50%;
    width: 100%;
    padding:15px;
}
.rts_revenue_banner .inner .col_left h1{
    font-size: 59px;
    font-weight: 400;
    margin-top: 0;
    line-height: 59px;
    font-family: "proxima-nova", sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
}
.rts_revenue_banner .inner .col_left h1 span{
    color:#fa802c;
}

.rts_revenue_banner .inner .col_right {
    max-width: 50%;
    width: 100%;
    padding:15px;
}
.rts_revenue_banner .inner .col_right .image img{
    width:100%;
    height:auto;
    object-fit:cover;
}


/* RTS Icon with Text v2 starts here */
.rts_icon_with_text_v2{
  padding:50px 0 20px;
}
.rts_icon_with_text_v2 h2{
  font-family: "proxima-nova", sans-serif;
  font-size: 42px;
  line-height: 54px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 70%;
  margin: 0 auto 30px;
}
.rts_icon_with_text_v2 h2 span{
  color:rgb(255, 129, 44);
}
.rts_icon_with_text_v2 .cards_wrapper{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.rts_icon_with_text_v2 .cards_wrapper .card {
  max-width: 25%;
  width: 100%;
  text-align: center;
  padding: 15px 5px;
  margin-bottom:30px;
}
.rts_icon_with_text_v2 .cards_wrapper .card .image{
  max-width:138px;
  width:100%;
  margin:0 auto 20px;
}
.rts_icon_with_text_v2 .cards_wrapper .card p{
  color: #fff;
  font-family: "proxima-nova", sans-serif;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  margin:0;
}


/* RTS Icon with Text v2 starts here */
.rts_single_image{
  display:block !important;
  background-position: center center;
  background-size: cover;
  background-color: #000;
  padding-top: 0;
  padding-bottom: 0;
  min-height: 200px;
}


/* RTS Text Slider starts here */
.rts_text_with_background{
  padding:195px 0 165px;
  text-align: center;
  color:#fff;
  background-color: #000;
}
.rts_text_with_background .page-width{
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.rts_text_with_background h2{
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 46px;
  text-transform: uppercase;
  color: #fff;
  margin:0 auto 30px;
}
.rts_text_with_background h2 span{
  color:rgb(255, 129, 44);
}
.rts_text_with_background p{
  margin:0;
  font-family: "proxima-nova", sans-serif;
  font-size: 22px;
  line-height: 30px;
  color:#fff;
}


/* RTS Download starts here */
.rts_download {
  padding: 50px 0;
}
.rts_download .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.rts_download .inner .col_left {
  max-width: 60%;
  width: 100%;
}
.rts_download .inner .col_left h2{
  font-family: "proxima-nova", sans-serif;
  font-size: 42px;
  line-height: 54px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  margin:0 0 15px;
}
.rts_download .inner .col_left p{
  color: #fff;
  font-size: 20px;
  margin-top: 15px;
  font-family: "proxima-nova", sans-serif;
}
.rts_download .inner .col_right{
  text-align:center;
}
.rts_download .inner .col_right .image{
  max-width:130px;
  width:100%;
  margin:0 auto 15px;
}
.rts_download .inner .col_right .image img{
  width:100%;
}
.rts_download .inner .col_right a{
    background-color: #f27d3b;
    font-weight: 700;
    padding: 20px 50px;
    border-radius: 15px;
    color: #fff;
    font-size: 20px;
    font-family: "proxima-nova", sans-serif;
    text-decoration:none;
    display:inline-block;
}
.rts_download .inner .col_right a i{
    margin-right:5px;
}


/* RTS Form with Logo v2 starts here */
.rts_form_with_logo_v2 .wrapper {
    padding: 75px 0 50px;
}
.rts_form_with_logo_v2 .images_wrapper {
    display: flex;
    align-items: center;
    justify-content:space-between;
    flex-wrap: wrap;
}
.rts_form_with_logo_v2 .images_wrapper .image{
  max-width:48%;
  width:100%;
}
.rts_form_with_logo_v2 .images_wrapper .image img{
  width:100%;
}
.rts_form_with_logo_v2 .wrapper .col_left {
    padding-bottom: 350px;
}
.rts_form_with_logo_v2 .wrapper .col_right {
    padding: 25px;
    border-radius: 30px;
    box-shadow: rgba(0,0,0,.25) 4px 4px 16px;
    background-color:#fff;
}
.rts_form_with_logo_v2 .wrapper .col_right .request_form input, .rts_form_with_logo_v2 .wrapper .col_right .request_form select {
    border: 1px solid #cbd6e2;
    background-color: #f5f8fa;
}
.rts_form_with_logo_v2 .wrapper .col_right .request_form input::placeholder{
    color:transparent;
}


/* RTS Custom Product starts here */
.rts_custom_product {
    padding: 20px 0;
    margin-bottom:55px;
}
.rts_custom_product .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.rts_custom_product .inner .col_left {
    max-width: 45%;
    width: 100%;
    padding: 0 30px;
    position:relative;
}
.rts_custom_product .inner .col_left img{
  width:100%;
}
.rts_custom_product .inner .col_left .slider_btns {
    width: 110%;
}
.rts_custom_product .inner .col_left .images_slider
.rts_custom_product .inner .col_left .slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.rts_custom_product .inner .col_left .slick-dots li {
    height: 5px;
}
.rts_custom_product .inner .col_left .slick-dots li button {
    height: 5px;
    padding: 0;
}
.rts_custom_product .inner .col_left .slick-dots li button:before{
    font-size: 0;
    background-color: #000;
    height: 5px;
}
.rts_custom_product .inner .col_right{
    max-width: 50%;
    width: 100%;
    border: 3px solid #ff812c;
    padding: 50px;
    border-radius: 15px;
}
.rts_custom_product .inner .col_right h2{
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 38px;
    margin-top: 0;
    margin-bottom: 50px;
}
.rts_custom_product .inner .col_right .size_and_weight {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom:50px;
}
.rts_custom_product .inner .col_right .size_and_weight > p{
    font-family: "proxima-nova", sans-serif;
    flex:1;
    font-size:20px;
}
.rts_custom_product .inner .col_right .size_and_weight ul {
    padding: 0 0 0 20px;
    margin: 0;
    max-width: 80%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    list-style-type: none;
}
.rts_custom_product .inner .col_right .size_and_weight ul li {
    max-width: 30%;
    width: 100%;
    text-align: center;
}
.rts_custom_product .inner .col_right .size_and_weight ul li .size {
    font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px;
    background-color: #ff812c;
    color: #fff;
    text-align:left;
}
.rts_custom_product .inner .col_right .size_and_weight ul li .price{
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    margin:15px 0 0;
    font-weight:700;
}
.rts_custom_product .inner .col_right .size_and_weight ul li .price span{
  color:#ff812c;
  font-size:20px;
}
.rts_custom_product .inner .col_right .description h4 {
    font-family: "proxima-nova", sans-serif;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
.rts_custom_product .inner .col_right .description p{
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 400;
}
.rts_custom_product .inner .col_right .description ul {
    padding: 0;
    margin: 0;
    list-style-position: inside;
    list-style-type: none;
}
.rts_custom_product .inner .col_right .description ul li{
    font-family: "proxima-nova", sans-serif;
    font-size: 18px;
    font-weight: 400;
    position:relative;
}
.rts_custom_product .inner .col_right .description ul li::before {
    font-family: "FontAwesome";
    content: "\f00c";
    background-color: #e69138;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    padding: 4px;
    font-size: 10px;
    margin-right: 10px;
    position: relative;
    color: #fff;
    top: -2px;
}


/* RTS Coupans starts here */
.rts_coupans {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
    padding: 50px 0 30px;
}
.rts_coupans h2 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 77px;
    color: #f58030;
    margin-top: 0;
    margin-bottom: 55px;
}
.rts_coupans .coupans_wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 40px 40px 0;
}
.rts_coupans .coupans_wrapper .coupan {
    max-width: 31%;
    width: 100%;
    margin: 0 0 50px;
}
.rts_coupans .coupans_wrapper .coupan .image{
  margin-bottom:20px;
}
.rts_coupans .coupans_wrapper .coupan img{
  width:100%;
}
.rts_coupans .coupans_wrapper .coupan a{
    font-family: "proxima-nova", sans-serif;
    background-color: #f58030;
    font-weight: 400;
    font-size: 21px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 100%;
    color:#fff;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    display:inline-block;
}


/* RTS Logo Section starts here */
.rts_logo {
    padding: 20px 0;
    text-align: center;
}
.rts_logo h2 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    text-align: center;
    font-size: 37px;
    margin: 0;
}
.rts_logo .logos_wrapper {
    display: flex;
    flex-wrap: wrap;
}
.rts_logo .logos_wrapper .image {
    max-width: 25%;
    width: 100%;
    padding: 15px;
}
.rts_logo .logos_wrapper .image img{
  width:100%;
}


/* RTS Richtext with logo starts here */
.rts_richtext_with_logo {
    padding: 50px 0;
    text-align: center;
}
.rts_richtext_with_logo h2 {
    font-family: "proxima-nova", sans-serif;
    font-weight: 700;
    font-size: 37px;
    margin: 0 0 24px;
}
.rts_richtext_with_logo p {
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    font-family: "proxima-nova", sans-serif;
}
.rts_richtext_with_logo .images_wrapper {
    margin: 20px 0 0;
    display: flex;
    align-items:center;
    justify-content: center;
    flex-wrap: wrap;
    gap:50px;
}
.rts_richtext_with_logo .images_wrapper .image {
    max-width: 200px;
    width: 100%;
}
.rts_richtext_with_logo .images_wrapper .image img{
  width:100%;
}


/* RTS Form with icon starts here */
.rts_full_width_form{
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding:20px 0;
}
.rts_full_width_form .wrapper{
  background-color: #0c1618;
  padding: 40px;
  text-align: center;
}
.rts_full_width_form .request_form h3{
  font-size: 2em;
  color: #e69138;
  font-family: "proxima-nova", sans-serif;
  font-weight: 700;
  margin:0;
}
.rts_full_width_form .request_form .form_group {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.rts_full_width_form .request_form .form_group .form_input{
  max-width:50%;
  width:100%;
}
.rts_full_width_form .request_form .form_input {
  padding: 15px;
}
.rts_full_width_form .request_form label {
  display: block;
  font-size: 16px;
  color: #fff;
  text-align: left;
  margin-bottom: 4px;
}
.rts_full_width_form .request_form input,
.rts_full_width_form .request_form select{
  width: 100%;
  padding: 10px 8px;
  border: 1px solid var(--pf-border-color);
  font-size: 16px;
  background: #fff;
  border-radius: 4px;
}
.rts_full_width_form .request_form.modify_form input,
.rts_full_width_form .request_form.modify_form select{
   border-radius: 15px;
}
.rts_full_width_form .request_form input::placeholder{
  font-size: 16px;
  color:#cfd1d0;
}
.rts_full_width_form .request_form.modify_form input::placeholder{
  color:#fff;
}
.rts_full_width_form .form_btn{
  padding:15px;
}
.rts_full_width_form .request_form.modify_form .form_btn{
  text-align:left;
}
.rts_full_width_form .form_btn input[type="submit"] {
  max-width:140px !important;
  width:100% !important;
  font-size: 24px;
  padding: 20px 30px;
  background-color: #ff812c !important;
  margin-left: auto;
  margin-right: auto;
  font-family: "proxima-nova", sans-serif;
  border-radius: 4px;
  color: #fff !important;
  cursor:pointer;
}
.rts_full_width_form .request_form.modify_form input[type="submit"]{
  background: #ff7a59;
  border-color: #ff7a59;
  border-radius:15px;
  padding:10px 30px;
}
.horizontal_rule{
  margin:30px;
  background-color: #f27d3b;
  height:2px;
}


/* RTS Boost Revenue Form starts here */
.rts_boost_revenue_form{
  background-color: #000;
  display:none;
}
.rts_boost_revenue_form .wrapper{
    border-radius: 50px;
    padding: 50px;
}
.rts_boost_revenue_form .wrapper .checkbox_input {
    display: flex;
}
.rts_boost_revenue_form .wrapper .checkbox_input input, .rts_boost_revenue_form .wrapper .checkbox_input select {
    width: unset;
}
.rts_boost_revenue_form .form_btn {
    text-align: left;
    padding: 17px 15px;
    margin: 18px 0;
}
.rts_boost_revenue_form .form_btn input[type="submit"]{
    background: #ff7a59;
    border-color: #ff7a59;
    padding: 10px 8px;
}



/* Responsiveness */

@media(max-width:1200px){
  .rts_icon_with_text .cards_wrapper .card {
    max-width: 49%;
    margin-bottom: 20px;
  }
  .rts_reviews_block .reviews_wrapper {
    gap: 17px;
  }

  .rts_revenue_banner .inner .col_left {
    max-width: 100%;
  }
  .rts_revenue_banner .inner .col_left h1 br:nth-child(4){
    display:none;
  }
  .rts_revenue_banner .inner .col_right {
    max-width: 100%;
  }
  .rts_image_slider_with_text .image_slider {
    max-width: 50%;
  }
  .rts_image_slider_with_text .content{
    padding:0 40px;
  }
  .rts_image_slider_with_text.single_image_section .content {
    padding: 0 20px !important;
  }
  .rts_icon_with_text_v2 h2 {
    max-width: 100%;
  }
  .rts_icon_with_text_v2 .cards_wrapper .card {
    max-width: 50%;
  }

  .rts_form_with_logo_v2 .wrapper {
    padding: 45% 0 50px;
    flex-direction: column-reverse;
  }
  .rts_form_with_logo_v2 .wrapper .col_left {
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 50px;
  }
  .rts_form_with_logo_v2 .wrapper .col_right {
    max-width: 100%;
    margin-bottom:40px;
  }

  .rts_custom_product .inner .col_right .size_and_weight ul li .size {
    font-size: 12px;
  }
  .rts_custom_product .inner .col_right .size_and_weight ul li .price {
    font-size: 16px;
  }
}
@media(max-width:1024px){
  .rts_custom_product .inner .col_left {
    max-width: 100%;
  }
  .rts_custom_product .inner .col_right {
    max-width: 100%;
  }

  .rts_coupans .coupans_wrapper .coupan a {
    padding: 12px 10px;
  }
}
@media(max-width:991px){
  .rts_image_with_text_card {
    padding: 50px 0;
  }
  .rts_image_with_text_card .cards_wrapper .card p {
      min-height: 200px;
  }
  .rts_image_with_text_card .slider_btns {
    width: 98% !important;
  }
  .rts_form_with_logo .wrapper .col_left {
    max-width: 100%;
    padding-bottom: 20px;
  }
  .rts_form_with_logo .wrapper .col_right {
    max-width: 100%;
    margin-bottom: 30px;
  }
  .rts_form_with_logo .wrapper {
    flex-direction: column-reverse;
    margin: 0 -30px;
    padding: 300px 0 0;
  }
  .rts_reviews_block .reviews_wrapper {
    justify-content: space-between;
    gap:unset;
  }
  .rts_reviews_block .reviews_wrapper .review {
    max-width: 49%;
    margin-bottom: 15px;
  }

  .rts_video .video_section .rts_iframe {
    height: 380px;
  }

  .rts_form_with_logo_v2 .wrapper .col_left {
    max-width: 60%;
    margin: 0 auto;
    padding-bottom: 50px;
  }

  .rts_coupans h2 {
    font-size: 60px;
    line-height: 66px;
    margin-bottom: 20px;
  }
  .rts_coupans .coupans_wrapper {
    padding: 20px 0 0;
  }
  .rts_coupans .coupans_wrapper .coupan {
    max-width: 49%;
  }

  .rts_custom_product .inner .col_right .size_and_weight ul li .size {
    font-size: 16px;
  }

  .slider_btns {
    width: 90%;
  }
}
@media(max-width:767px){
  .images_wrapper ul {
    gap: 20px;
    flex-direction: column;
  }
  .rts_text_slider_wrapper .slider_btns {
    top: 45%;
  }
  .rts_image_with_text_card .multicolumn-card .multicolumn-card__info {
    padding-bottom: 100px;
  }
  .rts_image_with_text_card  .title-wrapper-with-link{
    margin-bottom:50px !important;
  }
  .rts_form_with_logo .wrapper {
    margin: -20px -30px 0;
    padding: 150px 0 0;
  }
  .rts_form_with_logo .col_right .request_form .form_group .form_input {
    max-width: 100%;
  }
  .rts_form_with_logo .slider_btns {
    top: 58%;
  }
  .rts_video .video_section h2 {
    max-width: 100%;
  }
  .rts_video .video_section .rts_iframe {
    height: 230px;
  }
  .rts_video .video_section {
    margin: 0 -30px;
  }
  .rts_image_slider_with_text .image_slider {
    max-width: 100%;
    margin-bottom: 40px;
  }
  .rts_image_slider_with_text.single_image_section .image_slider {
    position: relative;
    right: -15px;
  }
  .rts_image_slider_with_text.single_image_section .image_slider::before {
    top: -50px;
    left: -50px;
  }
  .rts_image_slider_with_text .content {
    max-width: 100%;
    padding: 0;
  }
  .rts_image_slider_with_text .content.left {
    padding: 0;
  }
  .rts_image_slider_with_text .image_with_text_wrapper {
    padding: 15px 0;
  }
  .rts_icon_with_text .cards_wrapper .card {
    max-width: 100%;
    width: 100%;
  }
  .rts_reviews_block .reviews_wrapper .review {
    max-width: 100%;
  }
  .rts_form_with_logo .wrapper {
    margin: -20px 0 0;
  }
  .rts_video .video_section {
    margin: 0;
  }
  .rts_image_slider_with_text .slick-next, .rts_image_slider_with_text .slick-prev {
    top: 105% !important;
  }
  .rts_image_slider_with_text .slick-prev {
    left: 43% !important;
  }
  .rts_image_slider_with_text .slick-next {
    right: 43% !important;
  }

  .rts_revenue_banner .inner .col_left {
    margin-bottom: 30px;
  }
  .rts_revenue_banner .inner .col_left h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .rts_icon_with_text_v2 .cards_wrapper .card {
    max-width: 100%;
  }
  .rts_download .inner .col_left {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .rts_download .inner .col_right {
    max-width: 100%;
    width: 100%;
  }

  .rts_form_with_logo_v2 .wrapper {
    padding: 45% 0 50px;
    flex-direction: column-reverse;
  }
  .rts_form_with_logo_v2 .wrapper .col_left {
    max-width: 100%;
  }
  .rts_form_with_logo_v2 .images_wrapper .image {
    max-width: 100%;
    margin-bottom:20px;
  }
  .rts_form_with_logo_v2 .images_wrapper .image img {
    width: 60%;
  }
  .rts_custom_product .inner .col_left{
    margin-bottom:20px;
  }
  .rts_custom_product .inner .col_right {
    padding: 40px 20px;
  }
  .rts_custom_product .inner .col_right .size_and_weight {
    flex-direction: column;
  }
  .rts_custom_product .inner .col_right .size_and_weight ul {
    max-width: 100%;
    flex-direction: column;
    padding: 0;
  }
  .rts_custom_product .inner .col_right .size_and_weight ul li {
    max-width: 100%;
    text-align:left;
    margin-bottom:15px;
  }
  .rts_custom_product .inner .col_right .size_and_weight ul li .size br:nth-child(2){
    display:none;
  }

  .rts_coupans h2 {
    font-size: 50px;
    line-height: 56px;
  }
  .rts_coupans .coupans_wrapper .coupan {
    max-width: 100%;
  }

  .rts_full_width_form .wrapper {
    padding: 30px 15px;
  }
  .rts_full_width_form .request_form .form_group .form_input {
    max-width: 100%;
  }

  .rts_boost_revenue_form{
    display:block;
  }
}

.card__media-price--off{
  position: absolute;
  background: rgba(245, 128, 48, 1);
  padding: 2px 10px;
  right: 6px;
  top: 6px;
  z-index: 9;
  font-size: 11px;
  border-radius: 50px;
}
.card_compare--price{
  color: #868e96;
  font-family: proxima-nova;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 1.2px;
  text-decoration: line-through;
  @media (max-width: 767px){
    font-size: 16px;
    line-height: 20px;
  }
}
.card_price--wrapper{
    display: flex;
    gap: 8px;
    align-items: center;
    flex-wrap: wrap;
    margin: 24px 0;
}
.card_price--wrapper p{
    margin: 0;
}