@charset "UTF-8";

/*
Theme Name: Simon
Theme URI: 
Author: the Kai Team
Author URI: https://wordpress.org/
Description: 
Requires at least: 5.3
Tested up to: 6.2
Requires PHP: 5.6
Version: 1.8
License: GNU General Public License v2 or later
License URI:  
Text Domain: simon
Tags: 
 */

@font-face {
    font-family: plusjakartasansregular;
    src: url(fonts/plusjakartasans-regular.ttf);
}
@font-face {
    font-family: plusjakartasansmedium;
    src: url(fonts/plusjakartasans-medium.ttf);
}
@font-face {
    font-family: plusjakartasanslight;
    src: url(fonts/plusjakartasans-light.ttf);
}
@font-face {
    font-family: plusjakartasansextralight;
    src: url(fonts/plusjakartasans-extralight.ttf);
}

@font-face {
    font-family: plusjakartasanssemibold;
    src: url(fonts/plusjakartasans-semibold.ttf);
}
@font-face {
    font-family: plusjakartasansbold;
    src: url(fonts/plusjakartasans-bold.ttf);
}
@font-face {
    font-family: plusjakartasansextrabold;
    src: url(fonts/plusjakartasans-bold.ttf);
}
@font-face {
    font-family: interlight;
    src: url(fonts/inter-light.ttf);
}
@font-face {
    font-family: interregular;
    src: url(fonts/inter-regular.ttf);
}
@font-face {
    font-family: intermedium;
    src: url(fonts/inter-medium.ttf);
}
@font-face {
    font-family: interbold;
    src: url(fonts/inter-bold.ttf);
}
@font-face {
    font-family: intersemibold;
    src: url(fonts/inter-semibold.ttf);
}
 
*{
    
    box-sizing: border-box;
    text-rendering: geometricPrecision;
     -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
html{
    height: -webkit-fill-available;
}
body {
 font-family: plusjakartasansregular;
margin: 0px;
    padding: 0px;
} 
.clear{
    clear: both;
}
.container{
    width: 96%;
    margin:0 auto;
} 

a {
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
    text-decoration: none;
}

h1,h2,h3,h4,h5{
    font-weight: normal;
}
.simon-hbc-mobile-logo{
    display: none;
}
 
.simon-gpt-header{
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0px;
    z-index: 9;
  /*  */
}

.simon-gpt-header.sticky{
/*background: rgba(255,255,255, 0.2);*/
 background: linear-gradient(to bottom,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 85%,rgba(0,0,0,0) 92%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

    backdrop-filter: blur(10px);
}
.simon-gpt-header .simon-gpt-header-inner{
    display: flex;
    justify-content: space-between;
    padding: 15px 0px;
    position: relative;    
}
.simon-gpt-header .simon-gpt-header-inner .simon-gpt-logo{
    position: absolute;
    left: 0px;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.simon-gpt-header .simon-gpt-header-inner .simon-gpt-header-right {
    position: relative;
    z-index: 2;

}
.simon-gpt-header .simon-gpt-header-inner .simon-gpt-header-right .login-link{
font-family: plusjakartasansregular;
color:#000;
margin-right: 15px;
float: right; 
border:#000 solid 1px;
  border-radius: 6px; 
    padding: 7px 20px;
    font-size: 14px;
}

.simon-gpt-header .simon-gpt-header-inner .simon-gpt-header-right .get-started{
    border-radius: 6px;
    border:0px;
    padding: 8px 20px;
     background: #ED5009; 
     float: right;
     color: #fff;  font-size: 14px;
}
.sticky.simon-gpt-header .simon-gpt-header-inner .simon-gpt-header-right .login-link,.sticky.simon-gpt-header .simon-gpt-header-inner .simon-gpt-header-right .get-started{
    color: #fff;
}
.sticky.simon-gpt-header .simon-gpt-header-inner .simon-gpt-header-right .login-link{
    border-color: #fff;
}
.sticky.simon-gpt-header .simon-gpt-header-inner .simon-gpt-header-right .get-started img{
    filter: invert();
}
.sticky.simon-gpt-header .simon-gpt-logo{
    display: none;
}



.simon-gpt-banner{
    background: url(images/simon-gpt-banner-bg.png) no-repeat;
    background-size: cover;
    line-height: 1px;
    position: relative;
}
.simon-gpt-banner:after{
    content: '';
    background: url(images/banner-bg-shadow.png) no-repeat;
background-size: cover;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 400px;
  width: 100%;
  z-index: 1;


}


.simon-gpt-banner .simon-gpt-banner-top{
    padding: 80px 0px;
    padding-bottom: 30px; 
  /*  background: rgba(255, 255, 255, 0.4);
    -webkit-border-bottom-right-radius: 60px;
-webkit-border-bottom-left-radius: 60px;
-moz-border-radius-bottomright: 60px;
-moz-border-radius-bottomleft: 60px;
border-bottom-right-radius: 60px;
border-bottom-left-radius: 60px;*/
text-align: center;
position: relative;

z-index: 2;
}

.simon-gpt-banner .simon-gpt-banner-top h2{
     font-family: plusjakartasansextrabold;
     font-size: 65px;
     line-height: 75px;
     text-align: center;text-transform: uppercase;
     margin: 10px auto;
    width: 71%;
}

.simon-gpt-banner .simon-gpt-banner-top h2 span{

background: -webkit-linear-gradient(#FF4F00, #E34700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}

.simon-gpt-banner .simon-gpt-banner-top .simon-gpt-banner-store-btn{
        margin-top: 20px;
}

.simon-gpt-banner .simon-gpt-banner-top .simon-gpt-banner-store-btn a{
        margin: 5px;
}
.simon-gpt-banner .simon-gpt-banner-top .simon-gpt-banner-store-btn img{
    width: 160px;
}


.simon-gpt-banner .simon-gpt-banner-top .simon-gpt-banner-top-content{
    margin: 0 auto;
    width: 80%;
}
.simon-gpt-banner .simon-gpt-banner-top .simon-gpt-banner-top-content p{
 font-size: 18px;
 line-height: 28px;
 color: #000;
}
.simon-gpt-banner  .simon-gpt-banner-bottom{
    text-align: center;
    margin-top: 50px;
    position: relative;

z-index: 2;
}
.simon-gpt-banner  .simon-gpt-banner-bottom-inner{
    display: inline-block;
    position: relative;
    line-height: 1px;
}
.simon-gpt-banner  .simon-gpt-banner-bottom-inner a{
    position: absolute;
    right: -140px;
    top: 190px;

}
.simon-gpt-banner  .simon-gpt-banner-bottom-inner a img{
    width: 230px;
}
.simon-gpt-banner  .simon-gpt-banner-bottom-inner img.mobile-screen{
    width: 320px;
}

.simon-home-ask{
    background: #000;
    padding: 80px 0px; 

}

.simon-home-ask .simon-home-ask-inner{
    width: 76%;
    margin: 0 auto;
    text-align: center;
}

.simon-home-ask .simon-home-ask-inner h2{
     font-family: plusjakartasansextrabold;
     text-transform: uppercase;
     font-size: 62px;
     line-height: 72px;
     text-align: center;
     color: #fff;
}

.simon-home-ask .simon-home-ask-inner h2 span{

background: -webkit-linear-gradient(#FF4F00, #E34700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.simon-home-ask .simon-home-ask-inner  .simon-home-ask-form{
     position: relative;
    margin: 30px auto;
    width: 55%;
}
.simon-home-ask .simon-home-ask-inner  .simon-home-ask-form .simon-home-ask-submit{ 
    background: rgba(236,79,8,1); 
    border-radius: 50%;
    width: 46px;
    height: 46px;
    border:0px;
    padding: 10px;
    margin-left: 10px; 
display: inline-block;
  float: left;
  position: absolute;
right: 0px;
  top: 1px;
}
.simon-home-ask .simon-home-ask-inner  .simon-home-ask-form .simon-home-ask-submit img{
width: 100%;
} 
.simon-home-ask .simon-home-ask-inner  .simon-home-ask-form input[type="text"]{
    float: left;
    background: none; 
    border-radius: 36px;
    padding: 10px 15px;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    outline: none !important;
    border: #ED5009 solid 1px;

}
.simon-home-ask .simon-home-ask-inner  .simon-home-ask-form input[type="text"]{
color:#9D9D9D;
}

.simon-home-ask-search-prompts{
    padding: 40px 0px;
    display: inline-block;
}

.simon-home-ask-search-prompts span{
    display: inline-block;
    padding: 15px;
    border-radius: 12px;
    border:#fff solid 1px;
    background: rgba(255, 255, 255, 0.03);
    width: 31.33%;
    margin: 5px;
    float: left;
    cursor: pointer;
    color: #fff;font-family: plusjakartasansmedium;
    font-size: 13px;
    line-height: 24px;
}

.simon-home-ask-search-prompts span:hover{
    border-color:  rgba(236,79,8,1);
    background: linear-gradient(to bottom,  rgba(236,79,8,1) 0%,rgba(227,71,0,1) 100%);    color: #fff;
}

.simon-search-sri-icon{
    text-align: center;
}

.simon-home-marque { 
    font-size: 28px;
    line-height: 40px;
    color: #fff;
    padding: 45px 0px;
    width: 100%;
    display: inline-block;
    float: left;
    overflow: hidden;
    font-family: plusjakartasansextralight;
    margin-top: 50px;
}

.simon-home-marque span {
    padding: 0px 20px;
    float: left;
}

.simon-home-marque span img{
    display: inline-block;
    margin-top: 5px;
}
 .simon-home-legal{
    padding: 80px 0px;
 }
 .simon-home-legal  .simon-home-legal-content{
    color: #fff;
    text-align: center;
    margin-bottom: 60px;
 }
.simon-home-legal  .simon-home-legal-content h2{
     font-family: plusjakartasansextrabold;
     text-transform: uppercase;
     font-size: 62px;
     line-height: 72px;
     text-align: center;
     color: #fff;
     width: 60%;
     margin: 20px auto;
}

.simon-home-legal .simon-home-legal-content h2 span{

background: -webkit-linear-gradient(#FF4F00, #E34700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

}
.simon-home-legal  .simon-home-legal-content p{
     width: 90%;
     margin:  0px auto;
     font-size: 18px;
     line-height: 28px;
}

/* Default slide */
.simon-home-legal-slider img{
    width: 100%;

}
.simon-home-legal-slider .slick-slide{
  
  color: #FFF; 
  margin: 0px -5px ;
  display: flex;
  align-items: center;
  justify-content: center;
/*  transform: scale(0.8);*/
  transition: all 0.4s ease-in-out;
}
.simon-home-legal-slider .slick-slide,
.simon-home-legal-slider .slick-slide[aria-hidden="true"]:not(.slick-cloned) ~ .slick-cloned[aria-hidden="true"] {
 /* transform: scale(0.8, 0.8);*/
  transition: all 0.4s ease-in-out;
}

/* Active center slide (You can change anything here for cenetr slide)*/
.simon-home-legal-slider .slick-center,
.simon-home-legal-slider .slick-slide[aria-hidden="true"]:not([tabindex="-1"]) + .slick-cloned[aria-hidden="true"] {
  transform: scale(1.5);
  margin-top: -40px;
  
}
.simon-home-legal-slider .slick-active{

}
.simon-home-legal-slider .slick-current.slick-active{
  transform: scale(1.5);   margin-top: -40px;
}
.simon-home-legal-slider .slick-list{
    padding: 80px 0px !important;

}
.slick-next, .slick-prev{
  z-index: 5;
}
.slick-next{
  right: 15px;
}
.slick-prev{
  left: 15px;
}
.slick-next:before, .slick-prev:before{
  color: #000;
  font-size: 26px;
} 

.swiper-container.one {
    padding-top: 40px;
    text-align: center;
}

.swiper-container.one .swiper-slide {
    padding: 0 43px;
}

.swiper-container {
    width: 100%;
    padding-bottom: 60px; align-items: flex-end;
  align-self: flex-end; perspective-origin: 50% 77%;
  display: flex;
}
.slider-image{
    position: relative;
}

.swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
}

.swiper-slide {
    width: 460px;
    height: auto;
    padding: 0 15px;
    opacity: 1;
}
.two .swiper-slide {
    width: 360px;
    opacity: 0.96;
    align-items: flex-end;
  align-self: flex-end;
}
.swiper-wrapper{
      align-items: flex-end;
  align-self: flex-end;

}
.two .swiper-slide.swiper-slide-active{
    opacity: 1;

}

.shls-btn{
    position: absolute;
    bottom: 25px;
    width: 100%;
    text-align: center;
    display: none;
}
.shls-btn a{
       width: 80%;
    background: #fff;
    color: #000;
    border-radius: 36px;
    padding: 10px;
    display: inline-block;
}
.shls-btn a:hover{
    background: #ED5009;
    color: #fff;
}
.two .swiper-slide.swiper-slide-active .shls-btn{
  display: block;

}
.swiper-slide img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.swiper-slide .slider-image .preview-icon {
    z-index: -1;
    width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
     z-index: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-pagination-bullet {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ED5009;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    opacity: 1;
     width: 26px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ED5009 0%, #f89482 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #ED5009 0%, #f89482 100%) repeat scroll 0 0;
    border: medium none;
    height: 12px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 12px;
}
  footer{
    background: #000;
    position: relative;
    padding: 60px 0px;
    padding-bottom: 20px; 
overflow: hidden;
  }

  footer:after{
    content: '';
    background: #fff; 
    -webkit-border-top-left-radius: 60px;
-webkit-border-top-right-radius: 60px;
-moz-border-radius-topleft: 60px;
-moz-border-radius-topright: 60px;
border-top-left-radius: 60px;
border-top-right-radius: 60px;
 position: absolute;
 top: 0;
 width: 100%;
 height: 100%;
 left: 0px;
 z-index:  1;
  }
footer .simon-footer-inner{
    position: relative;
    z-index: 2;
}
footer  .simon-footer-about{
    float: right;
    width: 40%;
    text-align: center;
    padding: 0px 20px;
    padding-bottom: 30px;
}
footer  .simon-footer-about img{
    max-width: 90%;
}
footer  .simon-footer-about .simon-footer-logo img{
    width: 90px;
    margin-bottom: 40px;
    display: inline-block;
}
footer  .simon-footer-about .simon-gpt-banner-store-btn a{
    width: 31.33%;
    margin: 2px;
    display: inline-block;

}
footer  .simon-footer-navigation{
    float: right;
    width: 60%;
    padding: 0px 20px;
}

footer  .simon-footer-navigation .simon-footer-nav-col{
    float: left;
    width: 33.33%;
    padding: 10px;
}


footer  .simon-footer-navigation .simon-footer-nav-col h4{ 
    font-size: 20px;
    color: #000;font-family: plusjakartasanssemibold;
    margin-top: 0px;
}
footer  .simon-footer-navigation .simon-footer-nav-col ul{
    list-style: none;
    margin: 0px;
    padding: 0px;
}
footer  .simon-footer-navigation .simon-footer-nav-col ul li{
    margin-bottom: 10px;
}
footer  .simon-footer-navigation .simon-footer-nav-col ul li a{
    font-size: 14px;
    color: #222222;
}
footer .simon-footer-copyright{
    text-align: right;
    padding: 20px 40px;
    color: #1C1C1C;
    font-size: 18px;
    position: relative;
    padding-bottom:  0px;
}

footer .simon-footer-copyright:after{
 content: '';
  width: 72%;
  height: 1px;
  background: #1C1C1C;
  display: inline-block;
  position: absolute;
  left: -5%;
  top: 32px;
}

.mobile-navigation{
    position: fixed;
    width: 25%;
    height: 100%;
    z-index: 99;
 background: linear-gradient(to bottom,  rgba(90,146,255,1) 0%,rgba(37,90,225,1) 100%); 
  top: 0px;
    left: -100vw;
    text-align: center;
    padding: 40px;  
    padding-top: 80px;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
    transition: left 0.5s;
    overflow: auto;
}
body.open-nav{
    overflow: hidden;
    position: relative;
    right: -25vw;transition: right 0.5s;
}
body.open-nav:after{
    background: rgba(255, 255, 255, 0.6);
    content: '';
    width: 75%;
    height: 100%;
    z-index: 2;
    display: inline-block;
    position: fixed;
    top: 0px;
    right: 0px;
    backdrop-filter: blur(2px);
}
body.open-nav .simon-gpt-header{
    left: inherit;
    right: 0;
    width: 75%;
    }
.simon-gpt-burger-icon{
    position: relative;
    z-index: 99;
}
.mobile-navigation ul{
    padding: 0px;
    margin: 0px;
    list-style: none;

}
.mobile-navigation ul.sub-menu{
    display: none;
}
.mobile-navigation.show{
   left: 0px;


}

.mobile-navigation .sub-menu-toggle svg{
  color: #000;
}
.mobile-navigation li{
    position:relative;
}
.mobile-navigation  .sub-menu-toggle .icon-minus{
  display: none;
}
.mobile-navigation .sub-menu-toggle.open .icon-plus{
  display: none;
}
.mobile-navigation .sub-menu-toggle.open .icon-minus{
  display: block;
}
.mobile-navigation .sub-menu-toggle{
    background: none;
    position: absolute;
    top: 4px;
    width: auto;
    display: inline-block;
    border: 0px;
    right: 0px;
}
.mobile-navigation a{
 color: #FFF;
 display: block;
 margin: 20px 0px;
 font-size: 21px; 
 text-align: left;
 position: relative;

}
 
.mobile-navigation ul ul a{
    font-size: 18px;
    padding-left: 20px;
}
.mobile-navigation .mobile-navigation-btn{
    margin-top: 10px;
    text-align: left;
}
.mobile-navigation .mobile-navigation-btn a{
    background: #fff;
    margin-right:  5px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 36px;
    font-size: 15px;
}
.mobile-navigation .mobile-navigation-btn a.login-btn{
    background: #000;
    color: #fff;
}

@media only screen and (min-width:1440px)  {

}

@media only screen and (min-width:1580px) {
   .simon-home-legal .simon-home-legal-content p {
  width: 86%;
  margin: 0px auto;
  font-size: 20px;
  line-height: 30px;
} 
.simon-gpt-banner .simon-gpt-banner-top .simon-gpt-banner-top-content p {
  font-size: 20px;
  line-height: 31px;
}
.simon-home-personalised-gpt .simon-home-personalised-gpt-content .simon-home-personalised-gpt-left ul li,.simon-music-features .simon-music-feature-content .simon-music-feature-content-left ul li {
    font-size: 20px;
  line-height: 30px;
  padding: 30px 0px; 
  cursor: pointer; 
}

    .seamless-3rd-party-plugin-section .distribution-platform-distune .simon-3rd-party-sotify-icon {
  position: absolute;
  left: 16%;
  bottom: 33%;
  width: 90px;
}
.seamless-3rd-party-plugin-section .distribution-platform-distune.creative-asset-canva .creative-asset-canva-news {
  position: absolute;
  left: 17%;
  bottom: 3%;
  width: 90px;
}
.seamless-3rd-party-plugin-section .distribution-platform-distune.creative-asset-canva .creative-asset-canva-settings {
  position: absolute;
  left: 18%;
  bottom: 47%;
  width: 90px;
}
}

@media only screen and (min-width: 651px) and (max-width:992px) {
    }

@media only screen and (max-width: 650px) {
    .simon-gpt-banner .simon-gpt-banner-top .simon-gpt-banner-store-btn img {
  width: 153px;
}
    .simon-home-ask-search-prompts{
        overflow: hidden;
        width: 100%;
        overflow-x: auto;
    }
    .simon-home-ask-search-prompts .simon-home-ask-search-prompt-inner{
        width: 800px;
    }
    .mobile-navigation{
     width: 80vw;
}
body.open-nav {
   right: -80vw;
   }
   body.open-nav .simon-gpt-header{
    left: inherit;
    right: -80vw;
    width: 100%;
   }
    .simon-gpt-header .simon-gpt-header-inner .simon-gpt-header-right{
        display: none;
    }
    .simon-gpt-banner .simon-gpt-banner-top .simon-gpt-banner-top-content,.simon-home-ask .simon-home-ask-inner {
     width: 90%;
}
.simon-gpt-banner .simon-gpt-banner-top h2 {
     font-size: 34px;
    line-height: 44px;
    width: 100%;
    }
    .simon-gpt-banner .simon-gpt-banner-top {
  padding-top: 90px;
}
    .simon-home-ask .simon-home-ask-inner h2 {
     font-size: 32px;
    line-height: 42px;
    padding: 0px;
    }
    .simon-gpt-banner .simon-gpt-banner-top .simon-gpt-banner-store-btn a{
        display: inline-block;
        margin-bottom: 10px;
    }
     .simon-home-ask{
        overflow: hidden;
     }
     .simon-home-ask .simon-home-ask-inner .simon-home-ask-form {
  position: relative;
  margin: 20px auto;
  width: 100%;
}
.simon-home-legal .simon-home-legal-content h2 {
   font-size: 32px;
  line-height: 42px;
   width: 100%;
  }
  .simon-gpt-banner .simon-gpt-banner-top .simon-gpt-banner-top-content p {
  font-size: 16px;
  line-height: 25px;
}
.simon-home-legal .simon-home-legal-content p{
    font-size: 16px;
  line-height: 25px; ; 
}
 .simon-home-ask .simon-home-ask-inner .simon-home-ask-form input[type="text"] {
  
  padding: 8px 10px;
 
  font-size: 13px;
  line-height: 26px; 
}
.simon-home-ask-search-prompts span{
   float: left;

}
.simon-home-marque {
  font-size: 30px;
  line-height: 40px; 
  padding: 25px 0px;
  }
  .simon-home-marque span img {
   width: 20px;
}
.simon-power-music .simon-power-music-inner .simon-power-music-top-content .simon-power-music-top-img-two{
    display: none;
}
.simon-power-music .simon-power-music-inner .simon-power-music-top-content .simon-power-music-top-content-inner {
  width: 90%;
  margin: 0 auto;
}
 .simon-power-music .simon-power-music-inner .simon-power-music-top-content img {
  width: 170px;
}
.simon-power-music .simon-power-music-inner .simon-power-music-top-img img {
  width: 170px;
  margin: 26px 0px;
}
.simon-power-music .simon-power-music-inner .simon-power-music-top-img   {
 text-align: right;
 padding-right: 15px;
}
.simon-power-music .simon-power-music-inner .simon-power-music-top-content .simon-scroll-strip img {
  width: 1550px;
}
.simon-home-personalised-gpt .simon-home-personalised-gpt-inner h2 { 
  font-size: 48px;
  line-height: 62px; }
.simon-power-music .simon-power-music-inner .simon-power-music-top-content .simon-power-music-top-img-one {
  
  left: -5rem;
}
.simon-home-personalised-gpt .simon-home-personalised-gpt-content .simon-home-personalised-gpt-left {
  float: right;
  width: 100%;
}
.simon-music-features .simon-music-feature-content .simon-music-feature-content-right {
  float: left;
  width: 100%;
  padding: 30px; 
  text-align: center;
  overflow: hidden;
  height: auto; 
}
.seamless-3rd-party-plugin-section .seamless-3rd-party-plugin-content h2 {
   font-size: 48px;
  line-height: 58px;
  }
.simon-music-features p {
  font-size: 16px;
  line-height: 26px;
  }
.seamless-3rd-party-plugin-section {
  padding: 30px 0px;
}
 .simon-music-features .simon-music-feature-content .simon-music-feature-content-left ul li {
   font-size: 15px;
  line-height: 16px;
  padding: 12px 0px;
}
.simon-music-features .simon-music-feature-content .simon-music-feature-content-left {
  float: right;

  width: 100%;

  padding-top: 0px;

}
.simon-music-features h2 {
   font-size: 48px;
  line-height: 58px;
  }
.simon-home-personalised-gpt .simon-home-personalised-gpt-content .simon-home-personalised-gpt-left ul li {
  
  font-size: 14px;
  line-height: 21px;
  padding: 12px 0px !important;
  margin: 0px !important; 
  cursor: pointer;
}
.simon-home-personalised-gpt .simon-home-personalised-gpt-content .simon-home-personalised-gpt-right {
  float: left;
  width: 100%;
  padding: 30px 10px;
}
.simon-power-music .simon-power-music-inner p {
  font-size: 16px;

  line-height: 28px;
  }
.simon-power-music .simon-power-music-inner h2 {
   font-size: 56px;
  line-height: 73px;
  }
.simon-home-ask .simon-home-ask-inner .simon-home-ask-form .simon-home-ask-submit { 
  width: 42px;
  height: 42px;
  }
.simon-gpt-banner .simon-gpt-banner-bottom-inner img.mobile-screen{
    width: 60%;
}
.simon-gpt-banner .simon-gpt-banner-bottom-inner a {
  position: absolute;
  right: 10px;
  top: 110px;
}
.simon-gpt-banner .simon-gpt-banner-bottom-inner a img {
  width: 180px;
}
.simon-home-plans .simon-home-plan-boxes .simon-home-plan-box {
  float: left;
  width: 100%;
  padding: 15px;
  text-align: center;
}
.simon-home-plans .simon-home-plan-boxes {
  margin: 0 auto;
  width: 90%;
}
footer .simon-footer-about {
  float: right;
  width: 100%;
  text-align: center;
  padding: 0px 20px;
}
footer .simon-footer-navigation {
  float: right;
  width: 100%;
  padding: 0px 20px;
}
footer .simon-footer-navigation .simon-footer-nav-col {
  float: left;
  width: 100%;
  padding: 10px;
}
footer .simon-footer-copyright {
  text-align: center;
  padding: 20px; 
  font-size: 12px;
}
footer .simon-footer-copyright::after {
    display: none;
} 
}