/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


.container.main-content, .container.normal-container.row {
    --scroll-bar-w: 0px !important;
}


/* **************** BUTTONS  CSS START **************** */

a#cta-btn, li#menu-item-20  a {
  color: #261A00;
  padding: 16px 32px !important;
  letter-spacing: 0;
  text-transform: none;
  width: auto;
  box-shadow: none;
  text-shadow: none;
  font-size: 20px !important;
  line-height: 28px !important;
  font-weight: 600 !important;
  position: relative;
  border-radius: 2px !important;
  overflow: hidden;
  background: #FBBF24 !important;
  border: 1px solid #FBBF24;
}

li#menu-item-20  a span{
    color: #261A00;
}
li#menu-item-15  a{
    background-color: #000000 !important; 
      border: 1px solid #000000; 
}
a#cta-btn:hover, li#menu-item-20 a:hover {
    box-shadow: unset !important;
    transform: unset !important;
    opacity: 1 !important;
    color: #565E74;
    border: 1px solid #565E74;
}

a#cta-btn:before , li#menu-item-20 a:before{
    content: "";
    background: #ffffff;
    height: 100%;
    width: 0px;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.5s;
}

a#cta-btn:hover:before, li#menu-item-20 a:hover:before {
    width: 100%;
}
li#menu-item-20 a:hover span{
     color: #565E74;
     position: relative;
}
#hero a#cta-btn {
    margin-right: 20px;
}

li#menu-item-20 a:hover span:after {
    display: none !important;
}
a#cta-btn i.fa.fa-play {
    transform: unset !important;
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
}

a#cta-btn.primary {
    padding-left: 70px !important;
}

li#menu-item-20 i {
    color: #261A00 !important;
}

a#cta-btn.secondary {
    background: transparent !important;
    border: 1px solid #565E74;
    color: #565E74;
}

a#cta-btn.secondary:before {
    background: #ffc34a !important;
}

a#cta-btn.secondary:hover {
    color: #000;
}
/* **************** BUTTONS  CSS END **************** */

/* Hero section CSS start  */

#hero .iwithtext {
    background: #F2F4F6;
    display: inline-block;
    border: 1px solid #565E74;
    font-size: 19px;
    line-height: 26px;
    padding: 5px 10px;
    border-radius: 50px;
}
#hero .iwithtext .iwt-icon i {
    font-size: 20px !important;
    left: 10px !important;
    position: relative;
    color: #565E74;
}
#hero .iwithtext .iwt-text {
    color: #565E74;
}
div#hero .vc_column-inner {
    position: relative;
}
div#hero .vc_column-inner .player-hero {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 80%;
    margin: 0 auto;
    right: 0;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
div#hero .vc_column-inner .player-hero p strong  {
    color: #191C1E;
    font-size: 22px;
    line-height: 30px;
}
.player-hero #h5ap-player-1 .plyr__controls {
    background: unset;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between !important;
    width: 100% !important;
}
.player-hero #h5ap-player-1 .plyr__controls .plyr__controls__item.plyr__time--current.plyr__time {
    margin-right: unset;
}
.player-hero #h5ap-player-1 .plyr__controls button.plyr__controls__item.plyr__control {
    background: #ffc34a;
    color: #261A00;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
}
.player-hero p {
    position: absolute;
    left: 0;
    right: 0;
    margin: 10px auto auto auto;
    max-width: 60%;
    padding: unset !important;
}
div#hero .iwithtext .iwt-text {
    padding-left: 35px !important;
}
/* Hero section CSS end  */

/* Testimonials  section CSS start  */

div#client-testimonials .nectar-split-heading p {
    max-width: 60%;
    margin: auto;
    text-align: center;
}
div#client-testimonials div#inr-row .vc_column-inner {
    background: #fff;
    padding: 40px;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative;
    transition: all 0.5s;
    top: 0;
}

.des-blk p {
    font-style: italic;
    font-family: 'Work Sans';
    font-size: 20px;
    line-height: 28px;
    color: #191C1E;
}

div#client-testimonials div#inr-row .iwithtext {
    display: flex;
    align-items: center;
}

div#client-testimonials div#inr-row .iwithtext .iwt-icon {
    top: 8px;
}

div#client-testimonials div#inr-row .iwithtext .iwt-icon i {
    font-size: 20px;
    color: #565E74;
    background: #E0E3E5;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

div#client-testimonials div#inr-row .iwt-text {
    color: #191C1E;
}

div#client-testimonials div#inr-row .vc_column-inner:before {
    content: "\f10d";
    position: absolute;
    top: 0;
    left: 10px;
    font-family: 'FontAwesome';
    color: #FBBF24;
    font-size: 40px;
    line-height: 48px;
}

div#client-testimonials div#inr-row .vc_column-inner:hover {top: -20px;}



.counter .vc_column-inner:hover {top: -20px;}

.counter .vc_column-inner {
    background: #fff;
    padding: 30px;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative;
    transition: all 0.5s;
    top: 0;
}


.vc_column-inner {}

.nectar-milestone .number {
    font-family: 'Work Sans';
    font-weight: 900;
    color: #191C1E;
}


/* Testimonials  section CSS end  */



div#black-yellow {
    background: #2D3133;
    padding: 130px 20px !important;
    border-radius: 10px;
}
div#black-yellow #cta-btn {
    padding: 12px 16px !important;
    font-size: 17px !important;
}
div#black-yellow h2, div#black-yellow p {
    color: #fff;
}
.player-scnd strong {
    background: #F2F4F6;
    padding: 8px 18px !important;
    border-radius: 50px;
    color: #565E74;
}
#arrow-btn {
    background: unset !important;
    color: #795900;
    transform: unset !important;
    font-size: 18px;
    line-height: 26px;
    box-shadow: unset !important;
    opacity: unset !important;
}

#arrow-btn i {
    font-size: 18px;
    line-height: 26px !important;
}
div#h5ap-player-4 button.plyr__controls__item.plyr__control {
    background: #795900;
    color: #fff !important;
}
div#h5ap-player-3 button.plyr__controls__item.plyr__control {
    background: #795900;
    color: #fff !important;
}
/* COntact Us  section CSS start  */




div#get-in-touch .vc_col-sm-8 .vc_column-inner {
    background: #fff;
    border: 2px solid #0000000f;
    padding: 28px 40px !important;
    border-radius: 10px;
    }
div#get-in-touch div#inr-row {
    background: #fff;
    border: 2px solid #ececec;
    padding: 50px 20px !important;
    text-align: left;
    border-radius: 10px;
    min-height: 290px;
}
div#get-in-touch .iwithtext .iwt-icon i {
    color: #565E74;
}

div#get-in-touch .iwithtext  strong {
    color: #191C1E !important;
    letter-spacing: 1.6px;
    font-size: 14px !important;
    line-height: 23px;
    font-weight: 700;
}

div#get-in-touch .iwithtext .iwt-text {
    color: #565E74 !important;
    letter-spacing: 1.6px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 100;
    font-family: 'Work Sans';
}

div#get-in-touch .iwt-text h3 {color: #000;}




.form label {
    color: #515F74 !important;
    letter-spacing: 1.6px;
    font-size: 14px;
    line-height: 23px;
    font-weight: 600;
}

.form .row input, .form .row textarea, .form .row select {
    background: #fff;
    border: 1px solid #ececec;
}
.form .row textarea{
    height: 130px;
}

.form .row input:active, .form .row textarea:active, .form .row select:active , .form .row input:focus, .form .row textarea:focus, .form .row select:focus, .form .row input:focus-visible, .form .row textarea:focus-visible, .form .row select:focus-visible  {
    border: 1px solid #ececec !important;
}

body[data-form-submit=regular] .container-wrap input[type=submit] {
    261A00;
    padding: 16px 32px !important;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 20px !important;
    line-height: 28px !important;
    font-weight: 600 !important;
    position: relative;
    border-radius: 2px !important;
    background: #FBBF24 !important;
    border: 1px solid #FBBF24;
    color: #000;
}




div#get-in-touch div#inr-row .vc_column-inner {
    text-align: left;
}

div#get-in-touch div#inr-row .nectar-split-heading {
    justify-content: left;
    margin: unset;
}


/* COntact Us  section CSS End  */

/* innerpages css */
.cast-banner {
    position: absolute !important;
    right: 0;
    bottom: -60px;
    width: 34%;
}

div#inner-hero h1 {
    color: #191C1E;
}
div#mission-sec .divider-small-border {
    margin: 0 auto !important;
    width: 5% !important;
    height: 2px !important;
    background-color: #FBBF24;
}
div#mission-sec h2 {
    color: #FBBF24;
}

div#mission-sec p {
    color: #fff;
}
div#why-taxi .vc_column-inner {
    background: #fff;
    padding: 30px;
    border: 1px solid #D3C5AC;
    transition: all 0.5s !important;
}
div#why-taxi p {
    font-size: 16px !important;
    line-height: 24px !important;
}
div#why-taxi h4 {
    color: #191C1E;
}
div#why-taxi p {
    color: #565E74 !important;
}
div#why-taxi .vc_column-inner:hover {
    transform: scale(1.05);
    background: #f7a824 !important;
}
div#why-taxi .vc_column-inner:hover h4 {
    color: #fff;
}
div#why-taxi .vc_column-inner:hover p {
    color: #fff !important;
}

div#ready-journey {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
    background: #FBBF24;
    padding: 50px 40px !important;
    border-radius: 8px !important;
}
div#ready-journey #cta-btn.black {
    background: #000 !important;
    color: #fff !important;
    margin-right:10px;
}
div#ready-journey #cta-btn.black:hover {
    color: #000 !important;
}
div#ready-journey #cta-btn.transparent {
    background: transparent !important;
    color: #191C1E !important;
    border:1px solid #6C4F00;
}
div#ready-journey #cta-btn.black:hover {
    color: #000 !important;
}
div#ready-journey h3, div#ready-journey p {
    color: #191C1E;
}
/* musocs css */

/* Footer  section CSS start  */


div#ft-sec ul {
    display: flex;
}

div#ft-sec ul li {
    list-style: none;
    margin: 0 10px;
}

div#ft-sec ul li a, div#ft-sec p{
     color: #3B3B3B;
     text-transform: uppercase;
     font-family: 'Work Sans';
     font-size: 17px;
     line-height: 25px;
}

div#ft-sec ul li a:hover {
    color: #ffc34a;
}
.icon-container {
            display: flex;
            gap: 20px;
        }

        .icon-box {
            width: 80px;
            height: 80px;
            background-color: #ffc107;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 8px; 
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); 
            cursor: pointer;
            transition: transform 0.2s ease;
        }

        .icon-box:hover {
            transform: translateY(-5px);
        }

        .icon-box i {
            font-size: 30px;
            color: #000; 
        }

div#musics-bar {
    background: #E0E3E5;
    padding: 50px 30px !important;
    border-radius: 8px;
    border: 1px solid #0000003b;
}

div#musics-bar h4 {
    color: #191C1E;
}

div#musics-bar p {
    color: #191C1E;
}





/* Footer  section CSS end  */

/* Audio Player Section working on  */

div#fares-content h4 {
    color: #191C1E;
    font-size: 22px;
    line-height: 30px;
}



div#fares-content div#inr-row {
    background: #fff;
    border-radius: 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border: 1px solid #ccc;
    overflow: hidden;
    padding-right: 50px;
}

div#h5ap-player-2  button.plyr__controls__item.plyr__control {
    background: #fff;
    color: #261A00;
    height: 60px;
    width: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
    border: 1px solid #ccc;
}



div#fares-content  .plyr__controls {
    background: transparent;
}

div#fares-content .vc_col-sm-4 .vc_column-inner {
     background: #fff;
     border-radius: 20px;
     box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
     border: 1px solid #ccc;
     overflow: hidden;
     padding: 40px;
     min-height: 410px;
}

div#fares-content .vc_col-sm-4 .vc_column-inner .wpb_wrapper {
    height: 100%;
    display: flex;
    flex-direction: column;
}


/* Audio Player Section working on  */

/* Responsive start  */












/* =========================================
   Extra Large Screens / 4K / Wide Monitors
========================================= */
@media (min-width: 1600px) {

}


/* =========================================
   Large Desktop Screens
========================================= */
@media (min-width: 1400px) and (max-width: 1599px) {
h1 {
    font-size: 60px !important;
    line-height: 68px !important;
}
	div#get-in-touch div#inr-row {
    min-height: 270px;
}
.player-hero p {
    position: absolute;
    left: 20px;
    right: 0;
    margin: 10px auto auto auto;
    max-width: 60%;
    padding: unset !important;
}

h1 {
    font-size: 50px !important;
    line-height: 58px !important;
}
p {
    font-size: 15px !important;
    line-height: 23px !important;
}


div#fares-content div#inr-row {
    
    max-height: 360px;
}
div#ft-sec ul li {
    list-style: none;
    margin: 0 6px;
}
div#fares-content {
    padding-top: 50px !important;
    max-height: 500px;
}

div#fares-content .vc_col-sm-4 .vc_column-inner {
    min-height: 350px;
    max-height: 350px;
}
div#black-yellow {
    background: #2D3133;
    padding: 110px 20px !important;
}
}


/* =========================================
   Desktop / Large Laptop
========================================= */
@media (min-width: 1200px) and (max-width: 1399px) {
	div#get-in-touch div#inr-row {
    min-height: 270px;
}
	div#black-yellow #cta-btn
 {
    padding: 12px 16px !important;
    font-size: 15px !important;
}
h1 {
    font-size: 60px !important;
    line-height: 68px !important;
}
.player-hero p {
    position: absolute;
    left: 20px;
    right: 0;
    margin: 10px auto auto auto;
    max-width: 60%;
    padding: unset !important;
}

h1 {
    font-size: 46px !important;
    line-height: 54px !important;
}
p {
    font-size: 15px !important;
    line-height: 23px !important;
}


div#fares-content div#inr-row {
    max-height: 320px;
    padding-right: 20px;
    min-height: 320px;
}
div#ft-sec ul li {
    list-style: none;
    margin: 0 6px;
}
div#fares-content {
    padding-top: 50px !important;
    max-height: 410px;
}
div#hero .vc_column-inner .player-hero {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 90%;
    margin: 0 auto;
    right: 0;
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
div#fares-content .vc_col-sm-4 .vc_column-inner {
    min-height: 320px;
    max-height: 320px;
}
div#black-yellow {
    background: #2D3133;
    padding: 100px 20px !important;
    min-height: 320px;
    max-height: 320px;
}

.nectar-milestone .number, .nectar-milestone .number .symbol-wrap {
    font-size: 50px !important;
    line-height: 58px !important;
}

div#ft-sec ul li a, div#ft-sec p {
    color: #3B3B3B;
    text-transform: uppercase;
    font-family: 'Work Sans';
    font-size: 14px;
    line-height: 22px;
}



div#fares-content div#inr-row .vc_col-sm-7  .vc_column-inner {
    padding: 20px 20px;
}

.player-scnd {
    margin-bottom: unset !important;
}

.player-scnd p {
    padding-bottom: 5px;
}

div#ft-sec img {
    max-width: 140px;
}	
	
	

}


/* =========================================
   Small Laptop / Notebook
========================================= */
@media (min-width: 992px) and (max-width: 1199px) {
h1 {
    font-size: 60px !important;
    line-height: 68px !important;
}
.player-hero p {
    position: absolute;
    left: 20px;
    right: 0;
    margin: 10px auto auto auto;
    max-width: 60%;
    padding: unset !important;
}
div#get-in-touch div#inr-row {
    min-height: 270px;
}
h1 {
    font-size: 37px !important;
    line-height: 45px !important;
}
p {
    font-size: 14px !important;
    line-height: 20px !important;
}


div#fares-content div#inr-row {
    max-height: 260px;
    padding-right: 20px;
    min-height: 260px;
}
div#ft-sec ul li {
    list-style: none;
    margin: 0 0 0 9px;
}
div#fares-content {
    padding-top: 0px !important;
    max-height: 290px;
    padding-bottom: 50px !important;
}
div#hero .vc_column-inner .player-hero {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 90%;
    margin: 0 auto;
    right: 0;
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
div#fares-content .vc_col-sm-4 .vc_column-inner {
    min-height: 260px;
    max-height: 260px;
    padding: 20px;
}
div#black-yellow {
    background: #2D3133;
    padding: 60px 20px !important;
    min-height: 260px;
    max-height: 260px;
}

.nectar-milestone .number, .nectar-milestone .number .symbol-wrap {
    font-size: 40px !important;
    line-height: 48px !important;
}

div#ft-sec ul li a, div#ft-sec p {
    color: #3B3B3B;
    text-transform: uppercase;
    font-family: 'Work Sans';
    font-size: 11px !important;
    line-height: 20px !important;
}
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 40px;
}
a#cta-btn, li#menu-item-20 a
 {
  
    padding: 14px 20px !important;
   
    font-size: 16px !important;
    line-height: 24px !important;
    
}
div#black-yellow #cta-btn {
    padding: 12px 14px !important;
    font-size: 11px !important;
    line-height: 19px !important;
}
div#fares-content h4 {
    color: #191C1E;
    font-size: 18px;
    line-height: 26px;
}
.player-scnd strong {
    background: #F2F4F6;
    padding: 8px 18px !important;
    border-radius: 50px;
    color: #565E74;
    font-size: 12px;
    line-height: 20px;
}
.counter .vc_column-inner {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative;
    transition: all 0.5s;
    top: 0;
}
div#client-testimonials div#inr-row .vc_column-inner {
    background: #fff;
    padding: 30px 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative;
    transition: all 0.5s;
    top: 0;
}
div#client-testimonials div#inr-row .iwithtext .iwt-icon i {
    font-size: 16px;
    color: #565E74;
    background: #E0E3E5;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
div#client-testimonials div#inr-row .vc_column-inner:before {
    content: "\f10d";
    position: absolute;
    top: 0;
    left: 10px;
    font-family: 'FontAwesome';
    color: #FBBF24;
    font-size: 30px;
    line-height: 38px;
}
div#h5ap-player-2 button.plyr__controls__item.plyr__control {
    background: #fff;
    color: #261A00;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
    border: 1px solid #ccc;
}
div#hero .vc_column-inner .player-hero p strong {
    color: #191C1E;
    font-size: 16px;
    line-height: 24px;
}
.player-hero #h5ap-player-1 .plyr__controls button.plyr__controls__item.plyr__control {
    
    height: 50px;
    width: 50px;
    
}
div#fares-content div#inr-row .vc_col-sm-7  .vc_column-inner {
    padding: 10px 10px;
    min-height: 250px;
    max-height: 260px;
}

.player-scnd {
    margin-bottom: unset !important;
}

.player-scnd p {
    padding-bottom: 5px;
}

div#ft-sec img {
    max-width: 140px;
}

.nectar_icon_wrap[data-padding="20px"] .nectar_icon {
    padding: 10px;
}

.nectar_icon_wrap[data-padding="20px"] .nectar_icon i {
    height: 30px;
    width: 30px;
    font-size: 30px !important;
}

h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

div#fares-head {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#story {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

div#client-testimonials div#inr-row .iwt-text {
    font-size: 14px;
    line-height: 22px !important;
}

div#get-in-touch .iwithtext .iwt-text {
    font-size: 14px;
    line-height: 22px;
    padding-left: 40px;
}

div#get-in-touch .iwithtext .iwt-icon i {
    font-size: 20px;
    line-height: 28px;
}
body[data-form-submit=regular] .container-wrap input[type=submit] {
    padding: 14px 20px !important;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    position: relative;
    border-radius: 2px !important;
    background: #FBBF24 !important;
    border: 1px solid #FBBF24;
    color: #000;
}

div#hero .iwithtext .iwt-text {
    font-size: 14px;
    line-height: 22px;
}
}


/* =========================================
   Tablet / iPad
========================================= */
@media (min-width: 768px) and (max-width: 991px) {
h1 {
    font-size: 60px !important;
    line-height: 68px !important;
}
.player-hero p {
    position: absolute;
    left: 20px;
    right: 0;
    margin: 10px auto auto auto;
    max-width: 60%;
    padding: unset !important;
}

h1 {
    font-size: 50px !important;
    line-height: 58px !important;
}
p {
    font-size: 18px !important;
    line-height: 26px !important;
}


div#fares-content div#inr-row {
    max-height: unset;
    padding-right: 0;
    min-height: unset;
}
div#ft-sec ul li {
    list-style: none;
    margin: 0 10px !important;
}
div#fares-content {
    padding-top: 0px !important;
    max-height: unset;
    padding-bottom: 50px !important;
}
div#hero .vc_column-inner .player-hero {
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 60%;
    margin: unset;
    right: 0;
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    left: unset;
}
div#fares-content .vc_col-sm-4 .vc_column-inner {
    min-height: unset;
    max-height: unset;
    padding: 40px;
}
div#black-yellow {
    background: #2D3133;
    padding: 40px  !important;
    min-height: unset;
    max-height: unset;
}

.nectar-milestone .number, .nectar-milestone .number .symbol-wrap {
    font-size: 40px !important;
    line-height: 48px !important;
}

div#ft-sec ul li a, div#ft-sec p {
    color: #3B3B3B;
    text-transform: uppercase;
    font-family: 'Work Sans';
    font-size: 16px !important;
    line-height: 24px !important;
}
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 40px;
}
a#cta-btn, li#menu-item-20 a
 {
  
    padding: 14px 20px !important;
   
    font-size: 16px !important;
    line-height: 24px !important;
    
}
div#black-yellow #cta-btn {
    padding: 12px 14px !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#fares-content h4 {
    color: #191C1E;
    font-size: 24px;
    line-height: 32px;
}
.player-scnd strong {
    background: #F2F4F6;
    padding: 8px 18px !important;
    border-radius: 50px;
    color: #565E74;
    font-size: 14px;
    line-height: 22px;
}
.counter .vc_column-inner {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative;
    transition: all 0.5s;
    top: 0;
}
div#client-testimonials div#inr-row .vc_column-inner {
    background: #fff;
    padding: 40px !important;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative;
    transition: all 0.5s;
    top: 0;
}
div#client-testimonials div#inr-row .iwithtext .iwt-icon i {
    font-size: 16px;
    color: #565E74;
    background: #E0E3E5;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
div#client-testimonials div#inr-row .vc_column-inner:before {
    content: "\f10d";
    position: absolute;
    top: 0;
    left: 10px;
    font-family: 'FontAwesome';
    color: #FBBF24;
    font-size: 30px;
    line-height: 38px;
}
div#h5ap-player-2 button.plyr__controls__item.plyr__control {
    background: #fff;
    color: #261A00;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
    border: 1px solid #ccc;
}
div#hero .vc_column-inner .player-hero p strong {
    color: #191C1E;
    font-size: 16px;
    line-height: 24px;
}
.player-hero #h5ap-player-1 .plyr__controls button.plyr__controls__item.plyr__control {
    
    height: 50px;
    width: 50px;
    
}
div#fares-content div#inr-row .vc_col-sm-7  .vc_column-inner {
    padding: 0 40px;
    min-height: unset;
    max-height: unset;
}

.player-scnd {
    margin-bottom: unset !important;
}

.player-scnd p {
    padding-bottom: 5px;
}

div#ft-sec img {
    max-width: 240px;
    margin: auto;
}

.nectar_icon_wrap[data-padding="20px"] .nectar_icon {
    padding: 10px;
}

.nectar_icon_wrap[data-padding="20px"] .nectar_icon i {
    height: 30px;
    width: 30px;
    font-size: 30px !important;
}

h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

div#fares-head {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#story {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

div#client-testimonials div#inr-row .iwt-text {
    font-size: 20px;
    line-height: 28px !important;
}

div#get-in-touch .iwithtext .iwt-text {
    font-size: 18px;
    line-height: 26px;
    padding-left: 40px;
}

div#get-in-touch .iwithtext .iwt-icon i {
    font-size: 20px;
    line-height: 28px;
}
body[data-form-submit=regular] .container-wrap input[type=submit] {
    padding: 14px 20px !important;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    position: relative;
    border-radius: 2px !important;
    background: #FBBF24 !important;
    border: 1px solid #FBBF24;
    color: #000;
}

div#hero .iwithtext .iwt-text {
    font-size: 14px;
    line-height: 22px;
}

div#hero {
    padding-top: 50px !important;
    padding-block: 50px !important;
}

div#fares-head .vc_column-inner {
    text-align: left;
}

div#fares-content div#inr-row .hover-wrap-inner img {
    width: 100% !important;
}

.form .row {
    padding: unset;
}

div#footer-outer {
    display: none;
}

div#ft-sec {}

div#ft-sec .vc_column-inner {
    text-align: center;
}

div#ft-sec ul {
    margin: unset;
    justify-content: center;
}
}


/* =========================================
   Large Mobile Devices
========================================= */
@media (min-width: 576px) and (max-width: 767px) {
h1 {
    font-size: 60px !important;
    line-height: 68px !important;
}
	.icon-box {
    width: 60px;
    height: 60px;
  
}
.icon-box i {
    font-size: 20px;
    color: #000;
}
.player-hero p {
    position: absolute;
    left: 20px;
    right: 0;
    margin: 10px auto auto auto;
    max-width: 60%;
    padding: unset !important;
}
div#client-testimonials .nectar-split-heading p {
    max-width: 90%;
    margin: auto;
    text-align: center;
}
h1 {
    font-size: 40px !important;
    line-height: 48px !important;
}
p {
    font-size: 15px !important;
    line-height: 23px !important;
}


div#fares-content div#inr-row {
    max-height: unset;
    padding-right: 0;
    min-height: unset;
}
div#ft-sec ul li {
    list-style: none;
    margin: 0 5px !important;
}
div#fares-content {
    padding-top: 0px !important;
    max-height: unset;
    padding-bottom: 50px !important;
}
div#hero .vc_column-inner .player-hero {
    position: absolute;
    bottom: 40px;
    right: 0;
    width: 80%;
    margin: unset;
    right: 0;
    background: #fff;
    padding: 20px 10px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    left: unset;
}
div#fares-content .vc_col-sm-4 .vc_column-inner {
    min-height: unset;
    max-height: unset;
    padding: 30px;
}
div#black-yellow {
    background: #2D3133;
    padding: 40px  !important;
    min-height: unset;
    max-height: unset;
}

.nectar-milestone .number, .nectar-milestone .number .symbol-wrap {
    font-size: 40px !important;
    line-height: 48px !important;
}

div#ft-sec ul li a, div#ft-sec p {
    color: #3B3B3B;
    text-transform: uppercase;
    font-family: 'Work Sans';
    font-size: 14px !important;
    line-height: 22px !important;
}
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 40px;
}
a#cta-btn, li#menu-item-20 a
 {
  
    padding: 14px 20px !important;
   
    font-size: 16px !important;
    line-height: 24px !important;
    
}
div#black-yellow #cta-btn {
    padding: 12px 14px !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#fares-content h4 {
    color: #191C1E;
    font-size: 20px;
    line-height: 28px;
}
.player-scnd strong {
    background: #F2F4F6;
    padding: 8px 18px !important;
    border-radius: 50px;
    color: #565E74;
    font-size: 12px;
    line-height: 20px;
}
.counter .vc_column-inner {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative;
    transition: all 0.5s;
    top: 0;
}
div#client-testimonials div#inr-row .vc_column-inner {
    background: #fff;
    padding: 40px !important;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative;
    transition: all 0.5s;
    top: 0;
}
div#client-testimonials div#inr-row .iwithtext .iwt-icon i {
    font-size: 16px;
    color: #565E74;
    background: #E0E3E5;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
div#client-testimonials div#inr-row .vc_column-inner:before {
    content: "\f10d";
    position: absolute;
    top: 0;
    left: 10px;
    font-family: 'FontAwesome';
    color: #FBBF24;
    font-size: 30px;
    line-height: 38px;
}
div#h5ap-player-2 button.plyr__controls__item.plyr__control {
    background: #fff;
    color: #261A00;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
    border: 1px solid #ccc;
}
div#hero .vc_column-inner .player-hero p strong {
    color: #191C1E;
    font-size: 16px;
    line-height: 24px;
}
.player-hero #h5ap-player-1 .plyr__controls button.plyr__controls__item.plyr__control {
    
    height: 50px;
    width: 50px;
    
}
div#fares-content div#inr-row .vc_col-sm-7  .vc_column-inner {
    padding: 0 30px;
    min-height: unset;
    max-height: unset;
}

.player-scnd {
    margin-bottom: unset !important;
}

.player-scnd p {
    padding-bottom: 5px;
}

div#ft-sec img {
    max-width: 240px;
    margin: auto;
}

.nectar_icon_wrap[data-padding="20px"] .nectar_icon {
    padding: 10px;
}

.nectar_icon_wrap[data-padding="20px"] .nectar_icon i {
    height: 30px;
    width: 30px;
    font-size: 30px !important;
}

h2 {
    font-size: 30px !important;
    line-height: 38px !important;
}

div#fares-head {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#story {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

div#client-testimonials div#inr-row .iwt-text {
    font-size: 16px;
    line-height: 24px !important;
}

div#get-in-touch .iwithtext .iwt-text {
    font-size: 18px;
    line-height: 26px;
    padding-left: 40px;
}

div#get-in-touch .iwithtext .iwt-icon i {
    font-size: 20px;
    line-height: 28px;
}
body[data-form-submit=regular] .container-wrap input[type=submit] {
    padding: 14px 20px !important;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 16px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
    position: relative;
    border-radius: 2px !important;
    background: #FBBF24 !important;
    border: 1px solid #FBBF24;
    color: #000;
}

div#hero .iwithtext .iwt-text {
    font-size: 14px;
    line-height: 22px;
}

div#hero {
    padding-top: 50px !important;
    padding-block: 50px !important;
}

    div#fares-head .vc_column-inner {
        text-align: center;
    }

div#fares-content div#inr-row .hover-wrap-inner img {
    width: 100% !important;
}

.form .row {
    padding: unset;
}

div#footer-outer {
    display: none;
}

div#ft-sec {}

div#ft-sec .vc_column-inner {
    text-align: center;
}

div#ft-sec ul {
    margin: unset;
    justify-content: center;
}

div#client-testimonials {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}
}


/* =========================================
   Mobile Devices
========================================= */
@media (max-width: 575px) {

h1 {
    font-size: 60px !important;
    line-height: 68px !important;
}

a#cta-btn.primary {
    padding-left: 60px !important;
}
div#client-testimonials .nectar-split-heading p {
    max-width: 100%;
    margin: auto;
    text-align: left;
}
#hero a#cta-btn {
    margin-right: 0;
}
h1 {
    font-size: 30px !important;
    line-height: 38px !important;
}
p {
    font-size: 14px !important;
    line-height: 22px !important;
}


div#fares-content div#inr-row {
    max-height: unset;
    padding-right: 0;
    min-height: unset;
}
div#ft-sec ul li {
    list-style: none;
    margin: 0 0px 10px !important;
}
div#fares-content {
    padding-top: 0px !important;
    max-height: unset;
    padding-bottom: 50px !important;
}

div#fares-content .vc_col-sm-4 .vc_column-inner {
    min-height: unset;
    max-height: unset;
    padding: 20px;
}
div#black-yellow {
    background: #2D3133;
    padding: 20px  !important;
    min-height: unset;
    max-height: unset;
}

.nectar-milestone .number, .nectar-milestone .number .symbol-wrap {
    font-size: 40px !important;
    line-height: 48px !important;
}

div#ft-sec ul li a, div#ft-sec p {
    color: #3B3B3B;
    text-transform: uppercase;
    font-family: 'Work Sans';
    font-size: 14px !important;
    line-height: 22px !important;
}
#header-outer #logo img, #header-outer .logo-clone img, #header-outer .logo-spacing img {
    height: 40px;
}
a#cta-btn, li#menu-item-20 a
 {
  padding: 14px 20px !important;
  font-size: 16px !important;
  line-height: 24px !important;
  width: 100%;
  text-align: center;
}
div#black-yellow #cta-btn {
    padding: 12px 14px !important;
    font-size: 12px !important;
    line-height: 20px !important;
}
div#fares-content h4 {
    color: #191C1E;
    font-size: 20px;
    line-height: 28px;
}
.player-scnd strong {
    background: #F2F4F6;
    padding: 6px 14px !important;
    border-radius: 50px;
    color: #565E74;
    font-size: 10px;
    line-height: 18px;
    display: inline-block;
    margin-bottom: 10px;
}
.counter .vc_column-inner {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative;
    transition: all 0.5s;
    top: 0;
}
div#client-testimonials div#inr-row .vc_column-inner {
    background: #fff;
    padding: 40px 20px 20px 20px !important;
    border: 1px solid #ccc;
    border-radius: 6px;
    position: relative;
    transition: all 0.5s;
    top: 0;
}
div#client-testimonials div#inr-row .iwithtext .iwt-icon i {
    font-size: 16px;
    color: #565E74;
    background: #E0E3E5;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}
div#client-testimonials div#inr-row .vc_column-inner:before {
    content: "\f10d";
    position: absolute;
    top: 0;
    left: 10px;
    font-family: 'FontAwesome';
    color: #FBBF24;
    font-size: 30px;
    line-height: 38px;
}
#hero .vc_column-inner .player-hero p strong {
    color: #191C1E;
    font-size: 16px;
    line-height: 24px;
}

div#fares-content div#inr-row .vc_col-sm-7  .vc_column-inner {
    padding: 0 20px;
    min-height: unset;
    max-height: unset;
}




div#ft-sec img {
    max-width: 160px;
    margin: auto;
}

.nectar_icon_wrap[data-padding="20px"] .nectar_icon {
    padding: 10px;
}

.nectar_icon_wrap[data-padding="20px"] .nectar_icon i {
    height: 30px;
    width: 30px;
    font-size: 30px !important;
}

h2 {
    font-size: 26px !important;
    line-height: 34px !important;
}

div#fares-head {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#story {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#client-testimonials div#inr-row .iwt-text {
    font-size: 16px;
    line-height: 24px !important;
}

div#get-in-touch .iwithtext .iwt-text {
    font-size: 16px;
    line-height: 24px;
    padding-left: 0;
}

div#get-in-touch .iwithtext .iwt-icon i {
    font-size: 20px;
    line-height: 28px;
}
body[data-form-submit=regular] .container-wrap input[type=submit] {
    padding: 14px 20px !important;
    letter-spacing: 0;
    text-transform: none;
    box-shadow: none;
    text-shadow: none;
    font-size: 12px !important;
    line-height: 20px !important;
    font-weight: 600 !important;
    position: relative;
    border-radius: 2px !important;
    background: #FBBF24 !important;
    border: 1px solid #FBBF24;
    color: #000;
    width: 100%;
}

div#hero .iwithtext .iwt-text {
    font-size: 12px;
    line-height: 20px;
}

div#hero {
    padding-top: 50px !important;
    padding-block: 50px !important;
}

div#fares-head .vc_column-inner {
    text-align: center;
}

div#fares-content div#inr-row .hover-wrap-inner img {
    width: 100% !important;
}

.form .row {
    padding: unset;
}

div#footer-outer {
    display: none;
}



div#ft-sec .vc_column-inner {
    text-align: center;
}

div#ft-sec ul {
    margin: unset;
    justify-content: center;
    flex-direction: column;
}

div#client-testimonials {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

#arrow-btn {
    background: unset !important;
    color: #795900;
    transform: unset !important;
    font-size: 14px;
    line-height: 22px;
    box-shadow: unset !important;
    opacity: unset !important;
}

div#fares-head .nectar-split-heading {
    margin-bottom: 10px;
}

div#fares-head .vc_col-sm-6 {
    margin-bottom: unset;
}

div#fares-content div#inr-row .vc_col-sm-7 .vc_column-inner p {
    padding-bottom: unset;
}

div#get-in-touch {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

div#get-in-touch  .vc_column-inner .iwt-icon {
    position: unset !important;
}
div#get-in-touch .vc_col-sm-8 .vc_column-inner {
    background: #fff;
    border: 2px solid #0000000f;
    padding: 25px 20px !important;
    border-radius: 10px;
}
.form label {
    color: #515F74 !important;
    letter-spacing: 1.6px;
    font-size: 12px;
    line-height: 20px;
    font-weight: 600;
}



.player-hero p {
    position: unset;
    left: 0;
    right: 0;
    margin: 10px auto auto auto;
    max-width: 100%;
    padding: unset !important;
}
.player-hero p {
    position: unset;
    left: 0;
    right: 0;
    margin: 10px auto auto auto;
    max-width: 100%;
    padding: unset !important;
}
div#hero .vc_column-inner .player-hero {
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 90%;
    margin: 0 auto;
    right: 0;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
div#hero .vc_column-inner .player-hero p strong {
    color: #191C1E;
    font-size: 18px;
    line-height: 26px;
}
.player-hero #h5ap-player-1 .plyr__controls button.plyr__controls__item.plyr__control {
    background: #ffc34a;
    color: #261A00;
    height: 40px;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px !important;
}	
.icon-box {
    width: 60px;
    height: 60px;
  
}
.icon-box i {
    font-size: 20px;
    color: #000;
}

div#inner-hero {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

div#listen-sec .cps-featured-body {
    padding: 20px;
}
div#listen-sec .cps-featured-body h2 {
 
    font-size: 20px !important;
    font-weight: 700;
 
    line-height: 28px !important;
}

div#listen-sec .cps-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 25px;
    padding: 20px 0;
}	
	div#get-in-touch div#inr-row {
    min-height: unset;
}
	
}