/*
 * @Client: cornix-cloud (TeamOreo)
 * @author: Kamrul H Supon
 * @website: www.kamrulhsupon.com
 * @email: kamrulhsupon@gmail.com
 * @template: cornix-cloud
 *
 */
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Medium.ttf');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Bold.ttf');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-Light.ttf');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-ExtraBold.ttf');
    font-weight: 800;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat/Montserrat-SemiBold.ttf');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Sofia';
    src: url('../fonts/sofiapro-light.otf');
    font-weight:normal;
    font-style: normal;
}

@font-face {
    font-family: 'LexendDeca';
    src: url('../fonts/LexendDeca-Regular.ttf');
    font-weight: Bold;
    font-style: normal;
}



body{
	font-family: 'Montserrat';
}

#header-main, #automated-main, #power-sec-main, #visibility-main, #features-main, #supported-exchange-main, #supported-channels-main, #pricing-main, #footer-main{
    display: block;
}
#header-mobile, #contact-us-mobile, #automated-mobile, #power-sec-mobile, #visibility-mobile, #features-mobile, #supported-exchange-mobile, #supported-channels-mobile, #pricing-mobile, #footer-mobile{
    display: none;
}

#tournament-main{
    /*padding: 30px 0;*/
}
.tournament-container{
    max-width: 1500px;
    text-align: center;
}
.tournament-logo{
    width: 50%;

}
.tournament-title{
    position: relative;
    top: -100px;
}
.tournament-title h2{
    font-family: 'LexendDeca';
    font-size: 40px;
}
.tournament-title h5{
    font-family: 'LexendDeca';
    font-size: 30px;
}



#navbar{
    top: 0;
    width: 100%;
    position: fixed;
    z-index:9000;
    overflow: auto;
    background: #ffffff;
    text-align: center;
    transition: all 0.15s linear;
}

#navbar.active {
    box-shadow: 0 0 5px rgba(104, 104, 104, 0.4);
}

.hero{
    margin-top: 130px;
}

.cornix-logo{
    width: 83px;
    margin-top: 10px;
}
.hero-container {
    max-width: 1500px;
}

.hero-background{
    width: 100%;
    background-color: #3074f9cc;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    padding: 50px 0;
}

.hero-content{
    padding: 30px 0 30px 80px;
}

.hero-content h1 {
    color: #fff;
    font-size: 55px;
    line-height: 66px;
    font-family: 'LexendDeca';
}

.hero-content p {
    color: #fff;
    font-weight: normal;
    font-size: 16px;
    line-height: 30px;
    margin-top: 40px;
}
.hero-image{
    text-align: center;
    margin-top: auto;
    margin-bottom: auto;
}

.hero-image img{
    max-width: 100%;
    height: auto;
    padding-right: 15px;
}

.navbar-container {
    max-width: 1300px;
}
a.nav-link {
    color: rgba(2, 28, 82, 0.95)!important;
    padding: 10px 20px !important;
    font-size: 115%;
    font-family: 'Sofia';
}

a.nav-link:after {
    content: "";
    display: block;
    width: 0;
    padding-top: 2px;
    border-bottom: 2px solid rgba(2, 28, 82, 0.95);
    transition: width 0.5s;
}
a.nav-link:hover:after {
    width: 100%;
}
nav.navbar.navbar-expand-lg.navbar-light {
    padding-top: 5px;
}
.navbar-light .navbar-toggler {
    color: rgba(2, 28, 82, 0.95);
    border-color: rgba(2, 28, 82, 0.95);
}
.btn-trial{
    color: rgb(255, 255, 255);
    background: rgba(2, 28, 82, 0.95);
    padding: 8px 27px;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.7px;
}
.btn-trial:hover{
    color: rgb(255, 255, 255);
    background: rgba(2, 28, 82, 0.76);
    transform: scale(1.02);

}



#automated-main {
    padding: 70px 0 100px 0;
}
.automated-img img {
    width: 100%;
}
.automated-container{
    max-width: 1400px;
}
.automated-all-content{
    max-width: 40%;
    margin-left: 30px;
}

.automated-img{
    margin-right:40px;
}

.automated-content h2 {
    font-size: 50px;
    line-height: 60px;
    margin-top: 80px;
    margin-bottom: 25px;
    font-family: 'LexendDeca';
}
.automated-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    color: #5A6178;
}


#features-main{
    padding-top: 110px;
}

.feature-item {
    text-align: center;
    padding: 30px 25px;
    transition: .3s ease;
    height: 285px;
    background: rgba(215, 232, 252, 0.36);
    border-radius: 5px;
    position: relative;
}
.feature-1, .feature-2, .feature-3{
    margin-bottom: 75px;
}

.feature-item img{
    position: absolute;
    left: 50%;
    top: -30px;
    margin-left: -30px;
}

.feature-item img {
    width: 60px;

}
.feature{
    padding: 0 30px 0 30px;
}

.feature-item h4 {
    font-size: 21px;
    margin-top: 20px;
    margin-bottom: 25px;
    font-family: 'sofia';

}
.feature-item p {
    font-size: 15px;
    font-weight: 300;
    color: #5A6178;
    line-height: 25px;
}
.section-title h2 {
    font-size: 65px;
    text-align: center;
    line-height: 65px;
    margin-bottom: 100px;
    font-family: 'LexendDeca';
    font-weight: bold;
}

.power-sec-container {
    max-width: 1500px;
}

.power-background{
    width: 100%;
    background: rgba(215, 232, 252, 0.36);
    border-radius: 5px;
    padding: 30px 0 30px 0;
    margin-left: auto;
    margin-right: auto;
}

.partners-disclaimer {
    max-width: 800px;
    margin: 15px auto 0 auto;
    color: white;
}

.power-image img{
    width: 340px;
    float: right;
    position: absolute;
    left: 70%;
    top: -600px;
}

.power-content{
    padding-left: 80px;
}

.power-content h2 {
    font-size: 48px;
    line-height: 55px;
    margin-top: 15px;
    margin-bottom: 25px;
    font-family: 'LexendDeca';

}
.power-title{
    display: inline-flex;
}

.power-title-1{
    color: #3074f9cc;
}
.power-title-2{
    margin: 8px;
}

.power-content p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 300;
    /*color: #fffefe;*/
}
.power-content ul {
    padding: 0 30px;
    font-size: 16px;
    line-height: 30px;
    /*color: #ffffff;*/
    text-align: left;
}
.power-content ul li{
    margin-bottom: 20px;
    list-style: none;
    position: relative;
}
.power-content ul li:before {
    content: '';
    display: inline-block;
    height: 23px;
    width: 23px;
    background-image: url("../images/checkmark-active.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -32px;
    margin-top: 4px;
}





#visibility-main {
    padding-top: 100px;}

.visibility-container{
    max-width: 1100px;
}
.visibility-img img {
    width: 100%;
}
#check{
	display: none;
}
.visible-image img{
	display: none;
}
#check:checked ~ .image1{
	display: block;
}





/* ///////////////////

	Filtaring style

/////////////////////*/


/*.filterDiv {*/
/*  float: left;*/
/*  background-color: #2196F3;*/
/*  color: #ffffff;*/
/*  width: 100px;*/
/*  line-height: 100px;*/
/*  text-align: center;*/
/*  margin: 2px;*/
/*  display: none;*/
/*}*/

.show {
  display: block;
}

/* Style the buttons */
.btn {
  border: none;
  outline: none;
  padding: 12px 16px;
  cursor: pointer;
}

 .btn-get-started{
     color: rgb(255, 255, 255);
     background: rgba(2, 28, 82, 0.95);
     padding: 10px 27px;
     font-size: 16px;
     font-weight: 500;
     letter-spacing: 1.5px;
     margin-top: 30px;
 }

.btn-get-started:hover {
    transform: scale(1.02);
    color: white;
    background: rgba(2, 28, 82, 0.78);

}

.btn.active {
  background-color: #666;
  color: white;
}



.slider-text {
    margin-top: 100px;
}
.slider-list-text {
    padding: 0 30px;
    font-size: 16px;
    line-height: 30px;
    margin-top: 110px;
    text-align: left;
}
ul.slider-list-text li {
    line-height: 30px;
    margin-bottom: 20px;
    color: #5A6178;
    list-style: none;
    position: relative;
}
ul.slider-list-text li:before {
    content: '';
    display: inline-block;
    height: 23px;
    width: 23px;
    background-image: url("../images/checkmark-active.png");
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -32px;
    margin-top: 4px;
}
.slider-text h2 {
    font-size: 32px;
    font-family: 'LexendDeca';
}

.tab-slider--nav {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    top: 230px;
    position: relative;
}

.tab-slider--tabs {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  border-radius: 35px;
  overflow: hidden;
  background: #fff;
  height: 50px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0;
}



.tab-slider--trigger {
    font-size: 22px;
    line-height: 1;
    font-weight: 300;
    color: #5A6178;
    text-align: left !important;
    padding: 5px 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: color 250ms ease-in-out;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 25px;
}
.tab-slider--trigger.active {
	color: #0F183B;
	font-weight: 600;
	position: relative;
}
.tab-slider--trigger.active:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 4px;
    background: #4f88f8;
    left: 0;
    bottom: -13px;
}

.tab-slider--body { margin-bottom: 20px; }
.slider-image img {
    width: 100%;
}
#pricing-mobile{
	display: none;
}










#supported-exchange-main {
    padding: 120px 0 75px 0;
    text-align: center;
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
}


.exchanges-container{
    align-content: center;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
}

.exchange{
    display: inline-block;
    align-content: center;
    padding: 10px;
}

.exchange img{
    width: 135px;
}


.exchanges-container:after{
    content: "";
    display: block;
    margin: 0 auto;
    width: 96%;
    padding-top: 12px;
    border-bottom: 1.5px solid rgba(168, 168, 168, 0.37);
    /*transition: width 0.5s;*/
}

.exchange-title h2 {
    font-size: 20px;
    font-family: 'sofia';
    color: rgba(2, 28, 82, 0.84);
    margin-top: 30px;
    text-align: center;
}

.exchange-title h2.background-title {
    position: relative;
    z-index: 1;
}
.exchange-title h2:before {
         border-top: 1.5px solid rgba(168, 168, 168, 0.37);
         content:"";
         margin: 0 auto; /* this centers the line to the full width specified */
         position: absolute; /* positioning must be absolute here, and relative positioning must be applied to the parent */
         top: 50%; left: 0; right: 0; bottom: 0;
         width: 96%;
         z-index: -1;
 }

.exchange-title span {
    /* to hide the lines from behind the text, you have to set the background color the same as the container */
    background: #fff;
    padding: 0 15px;
}

/*.exchange-title h3:after {*/
/*    content: "";*/
/*    display: inline-block;*/
/*    height: 0.5em;*/
/*    vertical-align: bottom;*/
/*    width: 525px;*/
/*    margin-right: -100%;*/
/*    margin-left: 10px;*/
/*    border-top: 1.5px solid rgba(168, 168, 168, 0.37);*/
/*}*/

/*.exchange-title h3:before{*/
/*    content: "";*/
/*    display: inline-block;*/
/*    height: 0.5em;*/
/*    vertical-align: bottom;*/
/*    width: 525px;*/
/*    margin-left: -100%;*/
/*    margin-right: 10px;*/
/*    border-top: 1.5px solid rgba(168, 168, 168, 0.37);*/
/*}*/



.exchange-1 img{
    filter: grayscale(100%) opacity(90%);
}
.exchange-2 img{
    filter: grayscale(100%) opacity(35%);
}
.exchange-3 img{
    filter: grayscale(100%) opacity(65%);
}
.exchange-4 img{
    filter: grayscale(100%) opacity(35%);
}
.exchange-5 img{
    filter: grayscale(100%) opacity(30%);
}
.exchange-6 img{
    filter: grayscale(100%) opacity(45%);
}
.exchange-7 img{
    filter: grayscale(100%);
}
.exchange-8 img{
    filter: grayscale(100%) ;
}
.exchange-9 img{
    filter: grayscale(100%) opacity(30%);
}

.exchange:hover img{
    filter: none;
    transform: scale(1.03);
}





#supported-channels-main{
    padding: 100px 0 100px 0;

}
.supported-channels-container{
    max-width: 1500px;
}
.supported-channels-background{
    width: 100%;
    background: rgba(215, 232, 252, 0.36);
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    padding: 100px 0 100px 0;
}

.supported-channels-title {
    padding: 0 0 0 120px;
    display: inline-block;
}

.supported-channels-title h3{
    /*margin-top: 30px;*/
    font-family: 'LexendDeca';
    font-size: 60px;
}

.supported-channels-title-link{
    font-family: 'sofia';
    color: #3074f9cc;
    text-decoration: none;
    font-size: 19px;
    display: inline-block;

}
.supported-channels-title-link:after{
    content: ""; /* This is necessary for the pseudo element to work. */
    display: block; /* This will put the pseudo element on its own line. */
    width: 0; /* Change this to whatever width you want. */
    padding-top: 2px; /* This creates some space between the element and the border. */
    border-bottom: 3px solid #3074f9cc; /* This creates the border. Replace black with whatever color you want. */
    transition: width 1s;
}
.supported-channels-title-link:hover{
    text-decoration: none;
    color: #3074f9cc;
}

.supported-channels-title-link:hover:after{
    width: 100%;
}
.supported-channels-semi-title{
    font-family: 'sofia';
    color: #0a0a0a;
    font-size: 19px;
    display: inline-block;
    line-height: 25px;

}


.supported-channels-items-container{
    margin-top: auto;
    margin-bottom: auto;
}

.supported-channels-items{
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}

.supported-channel-image{
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 0 3px #bfbfbf;
}

.supported-channel-item h3{
    font-family: 'sofia';
    font-size: 18px;
    margin-top: 12px;
    position: absolute;
}

.supported-channel-name{
    position: absolute;
    padding: 5px 0 5px 0;
    bottom: 10px;
    left: 5px;
    right: 5px;
    font-size: 13.5px;
    font-family: 'sofia';
    color: #ffffff;
    background: rgba(171, 184, 199, 0.75);
    text-align: center;
    opacity: 0;
    /*display: flex;*/
    /*align-items: center;*/
    /*justify-content: center;*/
}

.supported-channel-name img{
    width: 10%;
    padding-bottom: 2px;
    opacity: 0;
    margin-left: -5px;
}

.supported-channel-item:hover .supported-channel-name {
    opacity: 1;
}
.supported-channel-item:hover .supported-channel-name img {
    opacity: 1;
    margin-left: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.supported-channel-container {
    display: block;
    position: relative;
    flex:0 0 37%;
    align-content: center;
    padding: 5px;
}

.supported-channel-btn{
    color: #ffffff;
    background: #3074f9cc;
    padding: 11px 18px;
    /*border-color: #4f88f8;*/
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    margin-top: 30px;
}

.supported-channel-btn:hover{
    background-color: rgba(48, 116, 249, 0.71);
    color: #ffffff;
}






section#full-list-supported-channels{
    padding: 0 0 70px 0;
}

#filters-main{
    /*text-align: center;*/
}

#filters-container{
    padding: 35px 0;
    text-align: center;
}
.filterDiv {
    display: none;
}
.show {
    display: block;
}
.filter{
    font-size: 16px;
    padding: 4px 8px;
}

.filter:hover{
    background-color: rgba(167, 203, 250, 0.36);
}

.active-filter{
    background-color: rgba(167, 203, 250, 0.36);
}


.drop-background {
    background: rgba(215, 232, 252, 0.36);
}

.dropbtn i{
    padding-left: 8px;
    font-size: 13px;
}

.dropdown {
    display: inline-block;
    padding: 10px 20px;
    color: rgba(2, 28, 82, 0.95);
    font-size: 18.5px;
    font-family: 'Sofia';
}

.dropdown-content {
    display: none;
    text-align: left;
    position: absolute;
    top: 45px;
    left: 0;
    background-color: #ffffff;
    min-width: 100%;
    /*box-shadow: 0 1px 3px #bfbfbf;*/
    box-shadow: 2px 6px 6px rgba(35,35,104,.1);
    z-index: 1;
}
.show-drop{
    display:block!important
}







.full-supported-channels-title{
    padding: 50px 30px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    animation: 0.5s linear 0s 1 fadeInUp;
}
.full-supported-channels-title h1{
    font-family: LexendDeca;
    font-size: 60px;
    color: #FFFFFF;
    justify-content: center;
}
.full-supported-channels-title-link{
    font-family: 'sofia';
    /*color: rgba(2, 28, 82, 0.95);*/
    color: #3074f9cc;
    text-decoration: none;
    font-size: 25px;
    display: inline-block;
}
.full-supported-channels-title-link:after{
    content: "";
    display: block;
    width: 0;
    padding-top: 2px;
    border-bottom: 3px solid #3074f9cc;
    transition: width 1s;
}
.full-supported-channels-title-link:hover{
    text-decoration: none;
    color: #3074f9cc;
}

.full-supported-channels-title-link:hover:after{
    width: 100%;
}
.full-supported-channels-semi-title {
    font-family: 'sofia';
    /*color: #ffffff;*/
    color: #2E3D5C;
    font-size: 25px;
    margin: 30px auto 0 auto;
    text-align: center;
    display: block;
}

.full-supported-channel-image {
    width: 200px;
}


.full-supported-channels-items{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
}


.full-supported-channels-items{
    animation: 0.5s linear 0s 1 fadeInDown;
}

.full-supported-channel-item{
    height: 200px;
    width: 200px;
    /*flex-wrap: wrap;*/
    margin: 8px;
    float: left;

}

.full-supported-channel-image {
    /*width: 100%;*/
    border-radius: 6px;
    box-shadow: 0 1px 3px #bfbfbf;
}

.full-supported-channel-name {
    position: relative;
    padding: 5px 0 5px 0;
    bottom: 40px;
    font-size: 13.5px;
    font-family: 'sofia';
    color: #ffffff;
    background: rgba(171, 184, 199, 0.75);
    text-align: center;
    opacity: 0;
}

.full-supported-channel-name img{
    width: 10%;
    padding-bottom: 2px;
    opacity: 1;
    margin-left: -5px;
}

.full-supported-channel-item:hover{
    transform: scale(1.02);
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.full-supported-channel-item:hover .full-supported-channel-name {
    opacity: 1;
}
.full-supported-channel-item:hover .full-supported-channel-name img {
    opacity: 1;
    margin-left: 0;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}









.pricing-top {
    border: 1px solid;
    display: inline-flex;
}
.pricing-title {
    text-align: center;
}

.pricing-center {
    text-align: center;
    margin-top: 30px;
}
.pricing-top h4 {
    border: 1px solid;
    margin-left: 30px;
    margin-right: 30px;
}

.toggle {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}

.toggler {
    opacity:0;
    transition: .2s;
    font-size: 16px;
    margin: 2px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    padding-top:6px;
    border-radius: 50%;
}

.toggler--is-active {
    opacity:1;
    font-size: 16px;
    font-weight: 600;
}


.toggle {
  position: relative;
  width: 79px;
  height: 43px;
  /*border-radius: 28px;*/
    border-radius: 25px;
  /*background-color: #eff4ff;*/
    background-color: #3074f9cc;
  overflow: hidden;
  /*box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);*/
    float:right;
}

.check {
  position: absolute;
  display: block;
  cursor: pointer;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 6;

}

.check:checked ~ .switch {
  left: 1px;
  right: 45%;
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: right, left;
  /*transition-delay: .08s, .08s;*/
}

.pricing-toggle {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.toggle-text {
    color: #999898;
    transition: color 0.35s;
}

.toggle-text--is-active {
    color: black;
    font-weight: 500;
}

.pricing-toggle--mobile {
    justify-content: center;
    margin: 15px 0;
}

.pricing-toggle > .toggle {
    margin: 0 10px;
}

.pricing-toggle--mobile > .toggle {
    width: 62px;
    height: 34px;
}

.pricing-toggle--mobile > .toggle-text {
    font-size: 14px;
}

.switch {
  position: absolute;
  right: 1px;
  top: 1px;
  bottom: 1px;
  left: 45%;
  background-color: rgb(255, 255, 255);
  border-radius: 50%;
  z-index: 1;
  transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-property: right, left;
  /*transition-delay: .08s, .08s;*/
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-family: Sofia;
    color: #3074f9cc;
}

.hide{
  display: none;
}
.toggler-center {
    margin-bottom: 45px;

}

.Monthly-back{
    font-family: Sofia;
    color: #a0bcfa;
   margin-left: 25px;
    margin-top: 9px;
    float:left;

}
.Yearly-back{
    font-family: Sofia;
    color: #a0bcfa;
    margin-right: 33px;
    margin-top: 9px;
    float:right;
}

#pricing-main {
    padding-top: 130px;
    padding-bottom: 95px;
}

.pricing-title-1 {
    font-family: 'LexendDeca';
    font-size: 45px;
    margin-bottom: 5px;
    padding-left: 15px;
    padding-right: 10px;

}
.pricing-title-2 {
    color: rgb(0, 0, 0);
    font-size: 45px;
    font-weight: bold;

}
.pricing-title-3 {
    font-family: 'LexendDeca';
    color: rgb(0, 0, 0);
    font-size: 45px;
    font-weight: bold;
    padding-left: 10px;

}
.pricing-semi-title h5{
    font-family: Sofia;
    font-size: 25px;
    color: #0f183b;
}

.beginner-packege, .intermediate-packege, .pro-packege {
background: rgba(215, 232, 252, 0.36);
border-radius: 5px;
text-align: center;
padding: 35px 0 5px 0;
    font-family: 'LexendDeca';
}

.beginner-packege ul, .intermediate-packege ul, .pro-packege ul{
padding: 0;
list-style: none;
}
.packege-feature ul {
padding: 0;
list-style: none;
}
.beginner-packege img, .intermediate-packege img, .pro-packege img{
width: 95px;
}
.beginner-packege ul img, .intermediate-packege ul img, .pro-packege ul img{
width: 25px;
}
.beginner-packege h4, .intermediate-packege h4, .pro-packege h4 {
font-family: LexendDeca;
    letter-spacing: 0.7px;
    font-size: 25px;
color: #021c52;
}
.beginner-packege h4, .intermediate-packege h4{
    margin-bottom: 32.8px;
}
.pro-packege h4 {
    margin-bottom: 8px;
}
.beginner-packege h5, .beginner-packege h5, .intermediate-packege h5, .pro-packege h5 {
font-size: 20px;
color: #3074f9cc;
font-weight: bold;
margin-bottom: 25px;
}
.beginner-packege h5 span, .beginner-packege h5 span, .intermediate-packege h5 span, .pro-packege h5 span{
font-size: 17px;
margin-left: 3px;
}
.discount-container{
    display: inline-block;
}
.price{
    font-size: 17px;
    color: #999898;
    text-decoration: line-through;
    display: inline-block;
}
.discount{
    font-size: 13px;
    background-color: #3074f9cc;
    color: #FFFFFF;
    font-family: Sofia;
    padding: 0 7px;
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    margin-left:5px;
    line-height: 25px;
    float: right;
}
.beginner-packege ul li, .intermediate-packege ul li, .pro-packege ul li{
line-height: 40px;
}
.packege-feature ul li {
line-height: 40px;
font-size: 16px;
color: #0F183B;
font-weight: 300;
}
.packege-feature {
margin-top: 145px;
}
.beginner-packege a, .intermediate-packege a, .pro-packege a{
width: 100%;
background: #F4F7FF;
padding: 15px 0;
font-weight: 600;
color: #3074f9cc;
transition: .3s ease;
border-radius: 0 0 5px 5px;
margin-top: 25px;
}
.beginner-packege a:hover, .intermediate-packege a:hover, .pro-packege a:hover{
background: #3074f9cc;
color: #fff;
}



#footer-main{
    text-align: center;
    margin-bottom: 40px;
}

#disclaimer-main{
    text-align: center;
    margin-bottom: 30px;
}

#disclaimer-exchanges{
    text-align: center;
    font-size: 15px;
}

.footer-container{
    max-width: 1500px;
}

.footer-background{
    width: 100%;
    background-color: #3074f9cc;
    border-radius: 5px;
    margin-left: auto;
    margin-right: auto;
    padding: 30px 0;
}

.footer-title h3 {
    font-family: 'LexendDeca';
    font-weight: Bold;
    font-size: 40px;
line-height: 55px;
color: #fff;
}
.footer-title p {
font-size: 17px;
color: #fff;
font-weight: 400;
margin-top: 20px;
}






.slideToggle {
display: flex;
justify-content: center;
margin: 50px 0;
}
.form-switch {
align-items: center;
display: flex;
cursor: pointer;
-webkit-tap-highlight-color: transparent;
justify-content: space-between;
margin-bottom: 20px;
}
.pricingtable .js-yearlypricing {
display: none;
}
.slideToggle i {
margin: 0 15px;
}

.form-switch i {
position: relative;
display: inline-block;
width: 80px;
height: 34px;
border-radius: 25px;
transition: all 0.3s linear;
background: #EFF4FF;
box-shadow: inset 0 0 2px 1px rgba(0, 0, 0, 0.05);
}
.form-switch i::after {
content: "";
position: absolute;
left: 0;
width: 30px;
height: 30px;
background-color: #4f88f8;
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
border-radius: 15px;
transform: translate3d(1px, 1px, 0);
transition: all 0.2s ease-in-out;
}
.form-switch input {
display: none;
}
.form-switch input:checked + i::after {
transform: translate3d(54px, 3px, 0);
}
.text-success {
color: #0F183B !important;
font-size: 18px;
font-weight: 600;
text-transform: inherit !important;
}
.afterinput, .beforeinput {
color: #888d9e9e;
transition: .2s;
font-weight: 600;
font-size: 18px;
}






@media (max-width: 767px) {


    #header-main, #automated-main, #power-sec-main, #visibility-main, #features-main, #supported-exchange-main, #supported-channels-main, #pricing-main, #footer-main {
        display: none;
    }
    #header-mobile, #contact-us-mobile, #automated-mobile, #power-sec-mobile, #visibility-mobile, #features-mobile, #supported-exchange-mobile, #supported-channels-mobile, #pricing-mobile, #footer-mobile{
        display: block;
    }

    #navbar-mobile{
        top: 0;
        width: 100%;
        position: fixed;
        z-index:9000;
        overflow: auto;
        text-align: center;
        transition: all 0.15s linear;
        background-color: transparent;
    }

    #navbar-mobile.active {
        background: #ffffff;
        box-shadow: 0 0 5px rgba(104, 104, 104, 0.4);
    }
    #navbar-mobile.remove {
        display: none;
    }
    .navbar-container{
        padding-bottom: 10px;
    }

    #link-1{
        animation: 1.2s linear 0s 1 fadeInDown;
    }
    #link-2{
        animation: 1.3s linear 0s 1 fadeInDown;
    }
    #link-3{
        animation: 1.4s linear 0s 1 fadeInDown;
    }
    #link-4{
        animation: 1.5s linear 0s 1 fadeInDown;
    }
    #link-5{
        animation: 1.6s linear 0s 1 fadeInDown;
    }
    #link-6{
        animation: 1.7s linear 0s 1 fadeInDown;
    }
    #link-7{
        animation: 1.8s linear 0s 1 fadeInDown;
    }


    .hero{
        margin-top: 0;
    }
    /*.hero-content{*/
    /*    margin-top: 55px;*/
    /*}*/


    .overlay {
        height: 0;
        width: 100%;
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;
        background-color: rgb(255, 255, 255);
        overflow-y: auto;
        transition: 0.5s;
        color: rgba(2, 28, 82, 0.95);
        text-align: center;
    }

    .overlay-content {
        position: relative;
        width: 100%;
        text-align: center;
    }

    a.mobile-nav-link {
        text-decoration: none;
        color: rgba(2, 28, 82, 0.95);
        transition: 0.3s;
        font-size: 23px;
        font-family: 'Sofia';
        display: block;
        padding-top: 15px;
    }


    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

    .closebtn {
        font-size: 20px;
        color: rgba(2, 28, 82, 0.95);

    }

    .navbar-container {
        text-align: center;
    }
    .btn-free-trial{
        color: rgb(255, 255, 255);
        background: #3074f9cc;
        padding: 10px 24px;
        font-size: 13px;
        font-weight: 500;
        letter-spacing: 1.5px;
        margin: 40px 0 15px 0;
        animation: 0.8s ease-in-out 0s 1 fadeInDown;
    }

    .download-app-img{
        width: 130px;
        height: 40px;
        border: 1.5px solid rgba(2, 28, 82, 0.84);
        border-radius: 5px;
        margin: 3px;
    }
    .download-app-btn{
        /*margin-top: 40px;*/
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -138px;
        animation: 2s ease-in-out 0s 1 fadeInDown;
    }



    #header-mobile {
        background-color: #3074f9cc;
    }
    #menu{
        text-align: center;
    }
    .cornix-logo{
        width: 60px;
    }
    .icon-bar{
        padding:2.4px 4.72px;
        font-size: 17px;
        color: rgba(2, 28, 82, 0.95);
        margin-bottom: 5px;
    }
    .icon-question{
        padding: 0 3.425px;
        font-size: 20px;
        color: rgba(2, 28, 82, 0.95);
    }

    .hero-container-mobile {
        padding-bottom: 15px;
        padding-top: 85px;
    }
    .hero-content{
        padding: 0 10px;
        text-align: center;
    }
    .hero-content h1 {
        color: #fff;
        font-size: 22px;
        font-family: 'LexendDeca';
        line-height: 30px;
        padding: 10px 0 15px 0;
    }
    .hero-content p {
        color: #fff;
        font-weight: normal;
        font-size: 13px;
        line-height: 23px;
        margin-top: 0;
        padding: 0 15px;
    }
    .btn-get-started{
        color: rgb(255, 255, 255);
        background: rgba(2, 28, 82, 0.95);
        padding: 6px 22px;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 1.5px;
        margin-top: 30px;
    }
    .hero-image img{
        max-width: 100%;
        height: auto;
        padding: 0 15px;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 0 16px;
    }
    .navbar-light .navbar-toggler {
        color: rgba(255, 255, 255, 0.95);
    }
    ul.navbar-nav.ml-auto {
        text-align: center;
        margin-top: 30px;
    }
    a.nav-link {
    }
    ul.slider-tab li a {
        font-size: 18px;
        padding: 5px 0;
        display: block;
        width: 70px;
        color: #5A6178;
        margin-left: 0;
        margin-right: 4px;
    }




    #automated-mobile {
        padding: 25px 10px 50px 10px;
        border-radius: 5px;
        text-align: center;
    }
    .automated-container{
        max-width: 1400px;
    }
    .automated-img{
        margin-top: 15px;
        text-align: center;
        margin-right: 0;
    }
    .automated-img img {
        width: 55%;
    }
    .automated-content{
        padding: 0 20px;
    }
    .automated-content h2 {
        font-size: 22px;
        font-family: 'LexendDeca';
        margin: 20px 40px 25px;
        line-height: 30px;
    }
    .automated-content p {
        font-size: 13px;
        line-height: 25px;
        font-weight: 300;
        color: #5A6178;
    }




    #power-sec-mobile {
        padding:5px 0;
        background-size: cover;
        width: 90%;
        background: rgba(215, 232, 252, 0.36);
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        text-align: center;
        display: block;
    }

    .power-content{
        padding: 0 15px
    }
    .power-content h2 {
        font-size: 22px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: 'LexendDeca';
    }
    .power-title{
        display: inline-block;
    }
    .power-title-1{
        display: inline-block;
        color: #3074f9cc;
    }
    .power-title-2{
        margin-left: 0;
        display: inline-block;
    }
    .power-content p {
        font-size: 13px;
        line-height: 25px;
        font-weight: 300;
        margin-bottom: 35px;
    }
    .power-content-list{
        display: inline-block;
    }
    .power-content-list ul {
        font-size: 11px;
        line-height: 20px;
        text-align: left;
        width: 55%;
        margin-left: 5px;
        float: left;
    }
    .power-content-list ul li{
        margin-bottom: 7px;
        list-style: none;
        position: relative;
    }
    .power-content-list ul li:before {
        content: '';
        display: inline-block;
        height: 16px;
        width: 16px;
        background-image: url("../images/checkmark-active.png");
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        left: -32px;
        margin-top: 2px;
    }
    .power-image{
    }
    .power-content-list img {
        width: 35%;
    }




    #visibility-mobile {
        text-align: center;
        padding: 55px 15px 0 15px;
        margin-bottom: -55px;
    }
    .visibility-container{
        max-width: 1100px;
    }
    .visibility-img img {
        width: 100%;
    }
    #check{
        display: none;
    }
    .visible-image img{
        display: none;
    }
    #check:checked ~ .image1{
        display: block;
    }
    .slider-text {
        margin-top: 0;
    }
    .slider-list-text {
        padding: 0 10px 0 40px;
        font-size: 13px;
        line-height: 25px;
        margin-top: 0;
        text-align: left;
    }
    ul.slider-list-text li {
        line-height: 25px;
        margin-bottom: 5px;
        color: #5A6178;
        list-style: none;
        position: relative;
    }
    ul.slider-list-text li:before {
        content: '';
        display: inline-block;
        height: 17px;
        width: 17px;
        background-image: url("../images/checkmark-active.png");
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        left: -32px;
        margin-top: 3px;
    }
    .visibility-container h2 {
        font-size: 22px;
        font-family: 'LexendDeca';
        margin-bottom: 25px;
    }
    .tab-slider--nav-mobile {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
    .tab-slider--tabs-mobile {
        display: block;
        /*float: left;*/
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        border-radius: 35px;
        overflow: hidden;
        background: #fff;
        height: 50px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-radius: 0;
    }
    .tab-slider--trigger-mobile {
        font-size: 16px;
        line-height: 1;
        font-weight: 300;
        color: #5A6178;
        /*text-align: left !important;*/
        padding: 5px 0;
        position: relative;
        z-index: 2;
        cursor: pointer;
        display: inline-block;
        -webkit-transition: color 250ms ease-in-out;
        transition: color 250ms ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-right: 12px;
        margin-left: 12px;
    }
    .tab-slider--trigger-mobile.active {
        color: #0F183B;
        font-weight: 600;
        position: relative;
    }
    .tab-slider--trigger-mobile.active:after {
        content: "";
        position: absolute;
        width: 25px;
        height: 4px;
        background: #4f88f8;
        left: 0;
        bottom: -13px;
    }
    .tab-slider--body-mobile {
        margin-bottom: 20px;
    }
    .slider-image img {
        width: 60%;
        margin-bottom: 15px;
    }





    #features-mobile {
        padding-top: 80px;
        margin-bottom: -60px;
    }
    .container-features{
        text-align: center;
    }
    .slider-features {
        text-align: center;
        height: 360px;
        overflow-y: auto;
        overflow-x: hidden;
        transform: rotate(-90deg);
        position: relative;
    }
    .slider-features::-webkit-scrollbar {
        display: none;
    }
    .slider-features {
        -ms-overflow-style: none;
    }
    .feature-slide {
        transform: rotate(90deg);
    }
    .feature-item {
        text-align: center;
        padding: 30px 0;
        transition: .3s ease;
        width: 260px;
        height: 275px;
        background: rgba(215, 232, 252, 0.36);
        border-radius: 5px;
        position: relative;
        margin-left: 40px;
        margin-bottom: 0;
    }
    #slide-1{
        margin-top: 15px;
    }
    #slide-6{
        margin-bottom: 15px;
    }
    .feature-item img{
        position: absolute;
        left: 50%;
        top: -28px;
        margin-left: -28px;
    }
    .feature-item img {
        width: 56px;
    }
    .feature-item h4 {
        font-size: 17px;
        margin-top: 20px;
        margin-bottom: 15px;
        font-family: 'sofia';
        padding: 0 20px;
    }
    .feature-item p {
        font-size: 13px;
        font-weight: 300;
        color: #5A6178;
        line-height: 25px;
        padding: 15px 20px 0 20px;
    }
    .section-title h2 {
        font-size: 22px;
        text-align: center;
        margin-bottom: 0;
        font-family: 'LexendDeca';
        font-weight: bold;
        line-height: 30px;
    }
    .section-title h5{
        font-size: 15px;
    }






    #supported-exchange-mobile {
        padding: 90px 0 60px 0;
        text-align: center;
        max-width: 90%;
        margin-left: auto;
        margin-right: auto;
    }
    .exchange-title h2 {
        font-size: 15px;
        font-family: 'sofia';
        color: rgba(2, 28, 82, 0.84);
        margin-top: 0;
        text-align: center;
    }
    .exchange-title span {
        background: #fff;
        padding: 0 5px;
    }
    .exchange img{
        width: 70px;
    }
    .exchange{
        padding: 5px;
    }






    #supported-channels-mobile{
        padding: 30px 0;
        background-size: cover;
        width: 90%;
        background: rgba(215, 232, 252, 0.36);
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        text-align: center;
        margin-bottom: -25px;
    }
    .supported-channels-title{
        text-align: center;
    }
    .supported-channels-title h3{
        margin-top: 5px;
        font-family: 'LexendDeca';
        font-size: 22px;
        line-height: 30px;
    }
    .supported-channels-title-link{
        font-family: 'sofia';
        color: #3074f9cc;
        text-decoration: none;
        font-size: 15px;
        display: inline-block;
    }
    .supported-channels-title-link:after{
        content: ""; /* This is necessary for the pseudo element to work. */
        display: block; /* This will put the pseudo element on its own line. */
        width: 0; /* Change this to whatever width you want. */
        padding-top: 2px; /* This creates some space between the element and the border. */
        border-bottom: 1.5px solid #3074f9cc; /* This creates the border. Replace black with whatever color you want. */
        transition: width 1s;
    }
    .supported-channels-title-link:hover{
        text-decoration: none;
        color: #3074f9cc;
    }

    .supported-channels-title-link:hover:after{
        width: 100%;
    }
    .supported-channels-semi-title{
        font-family: 'sofia';
        color: #0a0a0a;
        font-size: 15px;
        display: inline-block;
        margin-left:0;
        padding: 0 15px;
        line-height: 16px;
    }
    .supported-channels-title{
        padding: 0;
        margin-bottom: 35px;
        display: inline-block;
    }
    .supported-channels-items{
        display: inline-flex;
        margin-left:auto;
        margin-right:auto;
        left:0;
        text-align: center;
    }
    .supported-channel-item{
        margin: 3px;
        height: 100px;
        width: 100px;
    }
    .supported-channel-btn{
        color: #ffffff;
        background: #3074f9cc;
        padding: 5px 12px;
        /*border-color: #4f88f8;*/
        font-size: 9px;
        font-weight: 500;
        letter-spacing: 1px;
        margin-top: 20px;
    }
    .supported-channel-btn:hover{
        background-color: rgba(48, 116, 249, 0.71);
        color: #ffffff;
    }
.supported-channel-image{
    width:100px;
}
.mobile-supported-channel-name{
    font-size: 10px;
    bottom: 0;
    background: none;
    color: rgba(2, 28, 82, 0.95);
    position: relative;
    padding: 3px 0;
    font-family: 'sofia';
}




    #pricing-mobile {
        padding: 85px 0 55px 0;
        text-align: center;
    }
    .pricing-header{
        text-align: center;
    }
    .pricing-title-1 {
        font-family: 'LexendDeca';
        font-size: 22px;
        margin-bottom: 5px;
        text-align: center;
        display: inline-block;
        padding-left: 0;
        padding-right: 0;
    }
    .pricing-title-2 {
        color: rgb(0, 0, 0);
        font-size: 22px;
        font-weight: bold;
        padding: 0 2px;
        display: inline-block;
    }
    .pricing-title-3 {
        font-family: 'LexendDeca';
        color: rgb(0, 0, 0);
        font-size: 22px;
        font-weight: bold;
        display: inline-block;
        padding-left: 0;
    }
    .pricing-semi-title h5{
        font-family: Sofia;
        font-size: 16px;
        color: #0f183b;
        text-align: center;
    }
    .mobile-toggle {
        display: inline-block;
        vertical-align: middle;
        margin: 25px 0 10px 0;
    }
    .mobile-toggler {
        opacity:0;
        transition: .2s;
        font-size: 14px;
        margin: 1.5px;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        /*padding-top:4px;*/
    }
    .mobile-toggler--is-active {
        opacity:1;
        font-size: 14px;
        font-weight: 600;
    }
    .mobile-toggle {
        position: relative;
        width: 185px;
        height: 35px;
        border-radius: 5px;
        background-color: #3074f9cc;
        overflow: hidden;
    }
    .mobile-check {
        position: absolute;
        display: block;
        cursor: pointer;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
        z-index: 6;
    }
    .mobile-check:checked ~ .mobile-switch {
        left: 1px;
        right: 45%;
        transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition-property: right, left;
    }
    .mobile-switch {
        position: absolute;
        right: 1px;
        top: 1px;
        bottom: 1px;
        left: 45%;
        background-color: rgb(255, 255, 255);
        border-radius: 50%;
        z-index: 1;
        transition: 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
        transition-property: right, left;
        /*box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);*/
        font-family: Sofia;
        color: #3074f9cc;
        text-align: center;
    }
    .toggle-content{
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%)
    }
    .mobile-hide{
        display: none;
    }
    .mobile-Monthly-back{
        font-family: Sofia;
        color: #a0bcfa;
        margin-left: 18px;
        margin-top: 7px;
        float:left;
        font-size: 14px;
    }
    .mobile-Yearly-back{
        font-family: Sofia;
        color: #a0bcfa;
        margin-right: 24px;
        margin-top: 7px;
        float:right;
        font-size: 14px;
    }
    .slider-pricing {
        text-align: center;
        height: 360px;
        overflow-y: auto;
        overflow-x: hidden;
        transform: rotate(-90deg);
        position: relative;
        margin-top: 40px;
    }

    .slider-pricing::-webkit-scrollbar {
        display: none;
    }
    .slider-pricing {
        -ms-overflow-style: none;
    }

    .package-slide {
        transform: rotate(90deg);
    }
    .package-slide-1{
        margin-top: -50px;
        margin-bottom: -130px;
    }
    .package-slide-2{
        margin-bottom: -130px;
    }
    .package-slide-3{
        margin-bottom: -50px;
    }
    .mobile-feature.m-packege-feature {
        background: rgba(215, 232, 252, 0.36);
        border-radius: 5px;
        text-align: center;
        padding: 15px 7px 5px 0;
        height:430px;
        width: 242px;
        position: relative;
        margin-left: 76px;
    }
    .mobile-feature.m-packege-feature h4 {
        font-size: 22px;
        color: #0F183B;
        font-weight: 500;
        font-family: 'LexendDeca';
    }
    .mobile-intermediate h4, .mobile-beginner h4{
        margin-bottom: 17px;
    }
    .mobile-pro h4{
        margin-bottom: 0;
    }
    .price{
        /*margin-bottom: 5px;*/
        font-size: 12px;
        color: #999898;
        text-decoration: line-through;
        display: inline-block;
        margin-left:2px;
    }
    .discount{
        font-size: 11px;
        background-color: #3074f9cc;
        color: #FFFFFF;
        font-family: Sofia;
        padding: 2px 5px 1px 5px;
        text-align: center;
        border-radius: 5px;
        display: inline-block;
        margin-left:1px;
        line-height: 13px;
        float:none;
    }
    .mobile-pro h5{
        margin-bottom: 10px;
    }
    .mobile-intermediate h5, .mobile-beginner h5{
        margin-bottom: 17px;
    }

    .mobile-feature.m-packege-feature h5 {
        font-size: 16px;
        color: #3074f9cc;
        font-weight: 700;
        /*margin-bottom: 10px*/
    }
    .mobile-feature.m-packege-feature h5 span {
        font-size: 12px;
        margin-left: 2px;
    }
    .mobile-feature.m-packege-feature ul {
        text-align: initial;
    }
    .mobile-feature.m-packege-feature ul li {
        line-height: 15px;
        margin-bottom: 15px;
        color: #0F183B;
        font-size: 11px;
        list-style: none;
    }
    .mobile-active-features li:before {
        content: '';
        display: inline-block;
        height: 17px;
        width: 17px;
        background-image: url("../images/checkmark-active.png");
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        left: 10px;
    }
    .mobile-inactive-feature li:before {
        content: '';
        display: inline-block;
        height: 17px;
        width: 17px;
        background-image: url("../images/checkmark-inactive.png");
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        left: 10px;
    }
    .mobile-feature.m-packege-feature a {
        width: 100%;
        padding: 10px;
        font-size: 16px;
        font-weight: 600;
        margin-top: 20px;
        border-radius: 0 0 5px 5px;
        background: #F4F7FF;
        transition: .3s ease;
        color: #4f88f8;
    }
    .mobile-feature.m-packege-feature a:hover {
        background: #4f88f8;
        color: #fff;
    }







    #footer-mobile {
        background-color: #3074f9cc;
        padding: 30px 15px 40px 15px;
        text-align: center;
    }

    #disclaimer-mobile {
        background-color: #3074f9cc;
        padding: 30px 15px 40px 15px;
        text-align: center;
    }

    .footer-title h3 {
        font-family: 'LexendDeca';
        font-weight: Bold;
        font-size: 22px;
        line-height: 30px;
        color: #fff;
    }

    .footer-title h5 {
        font-family: 'LexendDeca';
        font-weight: Bold;
        font-size: 18px;
        line-height: 30px;
        color: #fff;
    }

    .footer-title p {
        font-size: 13px;
        color: #fff;
        font-weight: 400;
        margin-top: 20px;
        line-height: 22px;

    }
    .footer-title a {
        margin-top: 15px;
    }



    section#full-list-supported-channels {
        padding: 0 0 15px 0;
    }

    .full-supported-channels-title{
    padding: 0;
    }
    .full-supported-channels-title h1 {
        font-size: 22px;
    }
    .full-supported-channels-semi-title {
        font-size: 15px;
    }
    .partners-disclaimer {
        font-size: 15px;
    }
    .full-supported-channels-title-link{
        font-size: 16px;
    }
    .full-supported-channel-image {
        width: 100px;
    }
    .full-supported-channels-items{
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }
    .full-supported-channel-item{
        height: 130px;
        width:100px;
        border-radius: 5px;
        /*box-shadow: 0 1px 1px #bfbfbf;*/
        margin: 5px;
        padding: 0;
        /*background: rgba(215, 232, 252, 0.36);*/
    }
    .full-supported-channel-name{
        font-size: 10px;
        opacity: 1;
        bottom: 0;
        background: none;
        color: rgba(2, 28, 82, 0.95);
    }
    .full-supported-channel-name img{
        margin-left: 2px;
        width: 0;
    }

    #filters-container {
        padding: 15px 0;
    }
    .dropdown {
        font-size: 13px;
        padding: 10px 12px;
    }
    .dropbtn i{
        font-size: 10px;
    }
    .filter {
        font-size: 12px;
        padding: 3px 4px;
    }
    .dropdown-content {
        top: 39px;
    }

}

@media (width: 320px) {
    .automated-content h2 {
        margin: 10px 0 20px 0;
    }

    .tab-slider--trigger-mobile {
        font-size: 14px;
    }

    #pricing-mobile {
        padding: 85px 0 45px 0;
    }

    .slider-features, .slider-pricing {
        height: 320px;
    }

    .mobile-feature.m-packege-feature {
        margin-left: 55px;
        height: 348px;
        width: 245px;
    }

    .package-slide-1 {
        margin-top: -35px;
        margin-bottom: -95px;
    }

    .package-slide-2 {
        margin-bottom: -95px;
    }

    .package-slide-3 {
        margin-bottom: -35px;
    }

    .mobile-feature.m-packege-feature ul li {
        line-height: 12px;
    }

    .mobile-feature.m-packege-feature h5 {
        margin-bottom: 15px;
    }

    .mobile-active-features li:before {
        height: 16px;
        width: 16px;
    }

    #features-mobile {
        margin-bottom: -45px;
    }

    .feature-item {
        margin-left: 10px;
    }

    #supported-exchange-mobile {
        padding: 90px 0 40px 0;
        }

    .dropdown {
        font-size: 12px;
        padding: 10px 8px;
    }
}

@media (min-width: 375px) and (max-width: 410px){
    #pricing-mobile {
        padding: 80px 0 45px 0;
    }
    .slider-features, .slider-pricing{
        height: 375px;
    }
    .mobile-feature.m-packege-feature {
        margin-left: 85px;
    }
    #features-mobile {
        margin-bottom: -75px;
    }
    .feature-item{
        margin-left: 50px;
    }
}

@media (min-width: 411px) and (max-width: 413px){
    #pricing-mobile {
        padding: 85px 0 15px 0;
    }
    .slider-features, .slider-pricing{
        height: 411px;
    }
    .mobile-feature.m-packege-feature {
        margin-left: 120px;
    }
    #features-mobile {
        margin-bottom: -105px;;
    }
    .feature-item{
        margin-left: 85px;
    }
}
@media (min-width: 414px) and (max-width: 479px){
    #pricing-mobile {
        padding: 85px 0 35px 0;
    }
    .slider-features, .slider-pricing{
        height: 414px;
    }
    .mobile-feature.m-packege-feature {
        margin-left: 123px;
    }
    #features-mobile {
        margin-bottom: -105px;
    }
    .feature-item{
        margin-left: 88px;
    }
}
@media (min-width: 480px) and (max-width: 599px){
    #pricing-mobile {
        padding: 85px 0 15px 0;
    }
    .slider-features, .slider-pricing{
        height: 480px;
    }
    .mobile-feature.m-packege-feature {
        margin-left: 180px;
    }
    #features-mobile {
        margin-bottom: -150px;
    }
    .feature-item{
        margin-left: 135px;
    }
}

@media (min-width: 600px) and (max-width: 649px) {
    #pricing-mobile {
        padding: 85px 0 0 0;
        margin-bottom: -130px;
    }
    .slider-features, .slider-pricing{
        height: 600px;
    }
    .mobile-feature.m-packege-feature {
        margin-left: 290px;
    }
    #features-mobile {
        margin-bottom: -270px;
    }
    .feature-item{
        margin-left: 220px;
    }
}
@media (min-width: 650px) and (max-width: 767px){
    #pricing-mobile {
        padding: 85px 0 0 0;
        margin-bottom: -150px;
    }
    .slider-features, .slider-pricing{
        height: 650px;
        margin-top: -10px;
    }
    .mobile-feature.m-packege-feature {
        margin-left: 320px;
    }
    #features-mobile {
        margin-bottom: -300px;
    }
    .feature-item{
        margin-left: 220px;
    }
}


@media (min-width: 768px) and (max-width: 1200px) {
    #header-main, #automated-mobile, #power-sec-main, #visibility-mobile, #features-main, #supported-exchange-mobile, #supported-channels-mobile, #pricing-mobile, #footer-main {
        display: none;
    }

    #header-mobile, #contact-us-mobile, #automated-main, #power-sec-mobile, #visibility-main, #features-mobile, #supported-exchange-main, #supported-channels-main, #pricing-main, #footer-mobile {
        display: block;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    #navbar-mobile{
        top: 0;
        width: 100%;
        position: fixed;
        z-index:9000;
        overflow: auto;
        text-align: center;
        transition: all 0.15s linear;
        background-color: transparent;
    }

    #navbar-mobile.active {
        background: #ffffff;
        box-shadow: 0 0 5px rgba(104, 104, 104, 0.4);
    }
    #navbar-mobile.remove {
        display: none;
    }
    .navbar-container{
        padding-bottom: 10px;
    }
    .hero-content {
        margin-top: 70px;
    }
    .hero{
        margin-top: 0;
    }
    .overlay {
        height: 0;
        width: 100%;
        position: fixed;
        z-index: 3;
        top: 0;
        left: 0;
        background-color: rgb(255, 255, 255);
        overflow-y: auto;
        transition: 0.5s;
        color: rgba(2, 28, 82, 0.95);
        text-align: center;
    }

    .overlay-content {
        position: relative;
        width: 100%;
        text-align: center;
    }

    a.mobile-nav-link {
        text-decoration: none;
        color: rgba(2, 28, 82, 0.95);
        transition: 0.3s;
        font-size: 28px;
        font-family: 'Sofia';
        display: block;
        padding-top: 18px;
    }


    .overlay a:hover, .overlay a:focus {
        color: #f1f1f1;
    }

    .closebtn {
        font-size: 30px;
        color: rgba(2, 28, 82, 0.95);
        padding: 0 7px;
    }

    .navbar-container {
        text-align: center;
    }

    .btn-free-trial {
        color: rgb(255, 255, 255);
        background: #3074f9cc;
        padding: 10px 25px;
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1.5px;
        margin: 40px 0 15px 0;
        animation: 0.8s ease-in-out 0s 1 fadeInDown;
    }

    .download-app-img {
        width: 160px;
        height: 50px;
        border: 1.5px solid rgba(2, 28, 82, 0.84);
        border-radius: 5px;
        margin: 3px;
    }

    .download-app-btn {
        /*margin-top: 40px;*/
        position: absolute;
        bottom: 20px;
        left: 50%;
        margin-left: -168px;
        animation: 2s ease-in-out 0s 1 fadeInDown;
    }


    #header-mobile {
        background-color: #3074f9cc;
    }

    #menu {
        text-align: center;
    }

    .cornix-logo {
        width: 78px;
        margin-top: 15px;
    }

    .icon-bar {
        padding: 0 10px;
        font-size: 22px;
        color: rgba(2, 28, 82, 0.95);
        margin-bottom: 5px;
    }

    .icon-question {
        padding: 0 10px;
        font-size: 25px;
        color: rgba(2, 28, 82, 0.95);
    }

    .hero-container-mobile {
        padding-bottom: 30px;
        padding-top: 50px;
    }

    .hero-content {
        padding: 0 10px;
        text-align: center;
    }

    .hero-content h1 {
        color: #fff;
        font-size: 35px;
        font-family: 'LexendDeca';
        line-height: 40px;
        padding: 15px 70px;
    }

    .hero-content p {
        color: #fff;
        font-weight: normal;
        font-size: 18px;
        line-height: 25px;
        margin-top: 0;
        padding: 0 30px;

    }

    .btn-get-started {
        color: rgb(255, 255, 255);
        background: rgba(2, 28, 82, 0.95);
        padding: 8px 25px;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1.5px;
        margin-top: 30px;
    }

    .hero-image {
        text-align: center;
        margin: auto;
    }

    .hero-image img {
        max-width: 84%;
        height: auto;
        padding: 0 19px 0 15px;
    }

    nav.navbar.navbar-expand-lg.navbar-light {
        padding: 0 16px;
    }

    .navbar-light .navbar-toggler {
        color: rgba(255, 255, 255, 0.95);
    }

    ul.navbar-nav.ml-auto {
        text-align: center;
        margin-top: 30px;
    }

    a.nav-link {
    }

    ul.slider-tab li a {
        font-size: 18px;
        padding: 5px 0;
        display: block;
        width: 70px;
        color: #5A6178;
        margin-left: 0;
        margin-right: 4px;
    }

    #automated-main {
        padding: 70px 0;
    }

    #automated-main .col-12, #automated-main .col-md-6 {
        padding-left: 0;
        margin-top: auto;
        margin-bottom: auto;
    }

    .automated-all-content {
        max-width: 45%;
        margin-left: 0;
    }

    .automated-content h2 {
        font-size: 35px;
        line-height: 40px;
        margin-top: 0;
    }

    #power-sec-mobile {
        padding: 5px 0;
        background-size: cover;
        width: 90%;
        background: rgba(215, 232, 252, 0.36);
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
        text-align: center;
        display: block;
    }

    .power-container {
        padding-bottom: 20px;
    }

    .power-content {
        padding: 15px
    }

    .power-content h2 {
        font-size: 35px;
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: 'LexendDeca';
    }

    .power-title {
        display: inline-block;
    }

    .power-title-1 {
        display: inline-block;
        color: #3074f9cc;
    }

    .power-title-2 {
        margin-left: 0;
        display: inline-block;
    }

    .power-content p {
        font-size: 16px;
        line-height: 30px;
        font-weight: 300;
        margin-bottom: 35px;
    }

    .power-content-list {
        display: inline-block;
    }

    .power-content-list ul {
        font-size: 16px;
        line-height: 30px;
        text-align: left;
        width: 55%;
        margin-left: 20px;
        float: left;
    }

    .power-content-list ul li {
        margin-bottom: 7px;
        list-style: none;
        position: relative;
    }

    .power-content-list ul li:before {
        content: '';
        display: inline-block;
        height: 20px;
        width: 20px;
        background-image: url("../images/checkmark-active.png");
        background-repeat: no-repeat;
        background-size: cover;
        position: absolute;
        left: -32px;
        margin-top: 2px;
    }

    .power-image {
    }

    .power-content-list img {
        width: 28%;
    }


    #visibility-main {
        padding: 40px 0 0 0;
        margin-bottom: -40px;
    }

    .slider-text {
        margin-top: 0;
    }

    .slider-text h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .tab-slider--nav {
        margin-bottom: 0;
        top: 150px;
    }

    #visibility-main .col-md-6 {
        margin: auto;
        padding-left: 0;
    }

    .slider-image {
        text-align: center;
    }

    .slider-image img {
        width: 80%;
    }

    ul.slider-list-text li {
        margin-bottom: 15px;
    }

    ul.slider-list-text li:before {
        height: 20px;
        width: 20px;
    }


    #features-mobile {
        padding-top: 110px;
        margin-bottom: -95px;
    }

    .container-features {
        text-align: center;

    }

    .section-title {
        margin-bottom: 20px;
    }

    .slider-features {
        text-align: center;
        height: 768px;
        width: 350px;
        overflow-y: auto;
        overflow-x: hidden;
        transform: rotate(-90deg);
        position: relative;
        display: inline-block;
        margin: -180px 0;
    }

    .slider-features::-webkit-scrollbar {
        display: none;
    }

    .slider-features {
        -ms-overflow-style: none;
    }

    .feature-slide {
        transform: rotate(90deg);
    }

    .feature-item {
        text-align: center;
        padding: 30px 0;
        transition: .3s ease;
        width: 260px;
        height: 275px;
        background: rgba(215, 232, 252, 0.36);
        border-radius: 5px;
        position: relative;
        margin-left: 40px;
        margin-bottom: 0;
    }

    #slide-1 {
        margin-top: 15px;
    }

    #slide-6 {
        margin-bottom: 15px;
    }

    .feature-item img {
        position: absolute;
        left: 50%;
        top: -28px;
        margin-left: -28px;
    }

    .feature-item img {
        width: 56px;
    }

    .feature-item h4 {
        font-size: 18px;
        margin-top: 20px;
        margin-bottom: 10px;
        font-family: 'sofia';
        padding: 0 20px;
    }

    .feature-item p {
        font-size: 14px;
        font-weight: 300;
        color: #5A6178;
        line-height: 25px;
        padding: 15px 20px 0 20px;
    }

    .section-title h2 {
        font-size: 35px;
        text-align: center;
        margin-bottom: 7px;
        font-family: 'LexendDeca';
        font-weight: bold;
        line-height: 40px;
    }

    .section-title h5 {
        font-size: 18px;
    }


    #supported-channels-main {
        padding: 70px 0 0 0;
        margin-bottom: -20px;
    }

    .supported-channels-title {
        padding: 0 0 0 30px;
        display: inline-block;
    }

    .supported-channels-title h3 {
        font-size: 34px;
    }

    .supported-channel-container {
        flex: 0 0 50%;
    }

    .supported-channel-btn {
        padding: 9px 16px;
        font-size: 12px;
    }

    .supported-channels-semi-title {
        font-size: 19px;
        line-height: 20px;
    }

    .supported-channels-container {
        width: 90%;
        background: rgba(215, 232, 252, 0.36);
        margin-left: auto;
        margin-right: auto;
        border-radius: 5px;
    }

    .supported-channels-background {
        background: none;
    }


    #supported-exchange-main {
        padding: 120px 0 20px 0;
    }

    .exchange-title h2 {
        margin-top: 0;
    }


    #pricing-main {
        padding-top: 110px;
        padding-bottom: 40px;
    }

    #pricing-main .col-12 {
        padding-right: 5px;
        padding-left: 5px;
    }

    .pricing-title-1, .pricing-title-2, .pricing-title-3 {
        font-size: 35px;
    }

    .pricing-title-1 {
        padding-left: 0;
    }

    .pricing-semi-title h5 {
        font-size: 20px;
    }

    .toggle {
        width: 70px;
        height: 38px;
    }

    .toggler {
        padding-top: 4px;
    }

    .Monthly-back {
        margin-left: 12px;
        margin-top: 6px;
    }

    .Yearly-back {
        margin-right: 18px;
        margin-top: 6px;
    }

    .packege-feature {
        margin-top: 130px;
    }

    .beginner-packege, .intermediate-packege, .pro-packege {
        padding: 25px 0 2px 0;
    }

    .beginner-packege h4, .intermediate-packege h4, .pro-packege h4 {
        font-size: 18px;
    }

    .beginner-packege h5, .intermediate-packege h5, .pro-packege h5 {
        font-size: 16px;
    }

    .price {
        font-size: 14px;
    }

    .discount {
        font-size: 12px;
    }

    .packege-feature ul li {
        font-size: 13px;
        line-height: 40px;
    }

    .beginner-packege ul img, .intermediate-packege ul img, .pro-packege ul img {
        width: 22px;
    }


    #footer-mobile {
        background-color: #3074f9cc;
        padding: 30px 15px 40px 15px;
        text-align: center;
    }

    #disclaimer-mobile {
        background-color: #3074f9cc;
        padding: 30px 15px 40px 15px;
        text-align: center;
    }

    .footer-title h3 {
        font-family: 'LexendDeca';
        font-weight: Bold;
        font-size: 27px;
        line-height: 30px;
        color: #fff;
    }

    .footer-title h5 {
        font-family: 'LexendDeca';
        font-weight: Bold;
        font-size: 25px;
        line-height: 30px;
        color: #fff;
    }

    .footer-title p {
        font-size: 15px;
        color: #fff;
        font-weight: 400;
        margin-top: 20px;
        line-height: 22px;

    }

    .footer-title a {
        margin-top: 15px;
    }


    section#full-list-supported-channels {
        padding: 30px 0 15px 0;
    }

    .full-supported-channels-title {
        padding: 70px 40px 0 40px;
    }

    .full-supported-channels-title h1 {
        font-size: 35px;
    }

    .full-supported-channels-semi-title {
        font-size: 20px;
    }
    .partners-disclaimer {
        font-size: 20px;
    }

    .full-supported-channels-title-link {
        font-size: 20px;
    }

    .full-supported-channel-image {
        width: 150px;
    }

    .full-supported-channels-items {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        justify-content: center;
    }

    .full-supported-channel-item {
        height: 185px;
        width: 150px;
        border-radius: 5px;
        /*box-shadow: 0 1px 1px #bfbfbf;*/
        margin: 5px;
        padding: 0;
        /*background: rgba(215, 232, 252, 0.36);*/
    }

    .full-supported-channel-name {
        font-size: 13px;
        opacity: 1;
        bottom: 0;
        background: none;
        color: rgba(2, 28, 82, 0.95);
    }

    .full-supported-channel-name img {
        margin-left: 2px;
        width: 0;
    }
}


@media (min-width: 980px) and (max-width: 1200px) {

    .tab-slider--nav {
        top: 190px;
    }
}

@media (min-width: 900px) and (max-width: 1200px){

    .slider-features {
        height: 900px;
        margin: -250px 0;
    }
}

@media (width: 1024px) {
    .slider-features {
        height: 1024px;
        margin: -300px 0;
    }
    #supported-exchange{
        padding: 15px 0;
    }
}






html{
scroll-behavior: smooth;
}
