/*!
Theme Name: EventManagement
Theme URI: https://www.template.net
Author: Template.net
Author URI: https://www.template.net
License: Template.net
License URI: https://www.template.net/license-agreement
*/

/*--Header Section CSS Started--*/
html {
    scroll-behavior: smooth;
}

* {
    box-sizing: border-box;
    outline: 0;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'arial';
    overflow-x: hidden;
}

button {
    border: 0;
    outline: 0;
    cursor: pointer;
}

ul,
li {
    padding: 0;
    list-style: none;
    margin: 0;
}

li {
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-size: 28px;
    padding: 0;
}

textarea {
    outline: 0;
    resize: none;
    padding: 15px 0 0 15px;
    font-style: italic;
}

input {
    outline: 0;
    padding: 12px 0 0 13px;
    font-style: italic;
}

button {
    outline: 0;
}

button:active {
    outline: 0;
}

button:focus {
    outline: 0;
}

p {
    margin: 0;
    padding: 0;
}

a {
    cursor: pointer;
    color: #fff;
}

a:hover {
    text-decoration: none;
}

figure {
    margin: 0;
}

.container {
    max-width: 1420px;
}

h1,
h2 {
    font-size: 66px;
}

h3 {
    font-size: 44px;
}

h4 {
    font-size: 40px;
}

h5 {
    font-size: 32px;
}

h6 {
    font-size: 24px;
}


body {
    overflow-x: hidden;
}

/*Header*/
.header {
    padding-top: 42px;
    position: fixed;
    width: 100%;
    z-index: 9;
    transition: 0.3s;
}

.header.active-header {
    background-color: black;
    top: 0px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    padding: 15px 0;
}

.navbar {
    padding: 0;
}

.navbar-nav span {
    margin-top: 9px;
    padding: 0 14px;
}

.navbar-nav {
    font-size: 20px;
    color: rgb(0, 0, 0);
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    transition: 0.3s;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #00dfff;
    text-decoration: underline;
}

/*Header*/
/*Banner*/
.banner-inner {
    background-image: url(/bg.jpg);
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    position: relative;
    color: black;
    padding-top: 150px;
    padding-bottom: 50px;
}

/*
.banner-overlay {
    position: absolute;
    background: -moz-linear-gradient(left, rgba(26, 26, 26, 0.5) 0%, rgba(174, 174, 174, 0.5) 100%);
    background: -webkit-linear-gradient(left, rgba(26, 26, 26, 0.5) 0%, rgba(174, 174, 174, 0.5) 100%);
    background: linear-gradient(to right, rgba(26, 26, 26, 0.5) 0%, rgba(174, 174, 174, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#801a1a1a', endColorstr='#80aeaeae', GradientType=1);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
*/

.banner-content h1 {
    font-family: 'Abril Fatface', cursive;
}

.banner-content h1 span {
    color: #00dfff;
}

.banner-content h3 {
    font-family: 'Abril Fatface', cursive;
    padding-right: 20px;
    line-height: 60px;
    padding-bottom: 27px;
}

.banner-content p {
    font-size: 18px;
    line-height: 30px;
    padding-bottom: 54px;
    width: 500px;
}

.g-play {
    margin-right: 32px;
}

.banner-footer {
    background-color: #00dfff;
    padding: 31px 0;
    color: white;
}

.banner-footer-content p {
    padding-top: 20px;
    font-size: 26px;
    font-weight: bold;
}

.banner-footer-details {
    text-align: center;
}

.banner-footer-details p {
    font-size: 22px;
}

.banner-footer-details h5 {
    font-weight: bold;
}

.banner-footer-details span {
    font-size: 20px;
}

.banner-footer-details i {
    font-size: 20px;
}

/*Banner*/
/*Latest News*/
.latest-news {
    padding: 95px 0 30px;
}

.latest-news-head {
    margin: 0 auto;
    text-align: center;
}

.latest-news-head h4 {
    font-family: 'Abril Fatface', cursive;
    margin-bottom: 23px;
}

.latest-news-head p {
    color: #adadad;
    font-size: 22px;
    padding-bottom: 82px;
}

.snippet-row a {
    color: black;
}

.snippets {
    border-radius: 10px;
    padding: 40px;
    -webkit-box-shadow: -3px 9px 30px -5px rgba(179, 168, 179, 1);
    -moz-box-shadow: -3px 9px 30px -5px rgba(179, 168, 179, 1);
    box-shadow: -3px 9px 30px -5px rgba(179, 168, 179, 1);
    position: relative;
    transition: 0.3s;
    border-top: 4px solid #ffffff00;
    height: 100%;
}

.snippets h5 {
    font-family: 'Abril Fatface', cursive;
    margin-bottom: 16px;
}

.snippets p {
    font-size: 18px;
    line-height: 28px;
}

.snippet-row > [class*='col-'] {
    padding-right: 35px;
    padding-left: 35px;
}

.snippet-row > [class*="col-"]:first-child {
    padding-left: 15px;
}

.snippet-row > [class*="col-"]:last-child {
    padding-right: 15px;
}

.snippets span {
    width: 50px;
    height: 50px;
    background-color: #363636;
    position: absolute;
    color: white;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -9%;
    left: 13%;
    visibility: hidden;
}

.snippets:hover.snippets span {
    visibility: visible;
}

.snippets:hover {
    border-top: 4px solid #00dfff;
    transform: translate(0, -25px);
}

/*Latest News*/
/*Features*/
.features {
    position: relative;
    padding-bottom: 85px;
}

.features-container {}

.features-content {
    max-width: 610px;
}

.features-content h4 {
    font-family: 'Abril Fatface', cursive;
    margin-bottom: 50px;
    padding-right: 30px;
}

.features-content p {
    margin-bottom: 36px;
    font-size: 20px;
    line-height: 32px;
}

.features-content .p-2 {
    margin-bottom: 56px;
}

.vid-sec {
    position: absolute;
    right: 0;
    top: 0;
}

.mobile-news {
    position: relative;
}

.play-icon {
    position: absolute;
    top: 45%;
    right: 50%;
}

.store-section .g-play2 {
    margin-right: 36px;
}

.store-section img {
    transition: 0.3s;
}

.store-section img:hover {
    opacity: 0.9;
}

/*Features*/
/*News Feed*/
.news-feed {
    padding-top: 85px;
}

.news-feed-inner {
    margin: 0 370px;
}

.news-feed-head h4 {
    margin-bottom: 30px;
    font-family: 'Abril Fatface', cursive;
}

.news-feed-head p {
    max-width: 872px;
    font-size: 22px;
    margin: 0 auto;
    color: #adadad;
    padding-bottom: 95px;
}

.news-feed-details h4 {
    font-family: 'Abril Fatface', cursive;
    margin-bottom: 43px;
    line-height: 52px;
}

.news-feed-details p {
    line-height: 32px;
    font-size: 20px;
}

.news-feed-details {
    padding-left: 75px;
    padding-right: 60px;
}

.feed-col {
    padding-bottom: 148px;
}

.feed-col img {
    -webkit-box-shadow: -6px -3px 49px 13px rgba(209, 205, 209, 1);
    -moz-box-shadow: -6px -3px 49px 13px rgba(209, 205, 209, 1);
    box-shadow: -6px -3px 49px 13px rgba(209, 205, 209, 1);
    object-fit: cover;
    width: 100%;
}

/*News Feed*/
/*Banner 2*/
.banner-2 {
    background-image: url(../../images/banner-2.png);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    padding: 119px 0;
    position: relative;
}

.banner-2-inner {
    max-width: 830px;
    margin: 0 auto;
    text-align: center;
    color: white;
    position: relative;
}

.banner-2-inner h4 {
    font-family: 'Abril Fatface', cursive;
    padding-bottom: 42px;
}

.banner-2-inner p {
    font-size: 20px;
    line-height: 32px;
    padding-bottom: 40px;
}

.over-lay {
    position: absolute;
    background-color: #050300;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.46;
}

.form input {
    width: 459px;
    height: 64px;
    text-align: center;
    margin-right: 25px;
    font-size: 16px;
}

.form button {
    text-transform: uppercase;
    background-color: #00dfff;
    padding: 17px 98px;
    color: white;
    font-size: 18px;
    font-weight: bold;
}
.form button:hover{
    background-color: #a5b925;
}
.form {
    display: inline-flex;
}

.form input::placeholder {
    font-style: normal;
}

/*Banner 2*/
/*feedback*/
.feedback {
    position: relative;
    margin: 114px 0 181px;
}

.owl-test .owl-item img {
    width: auto;
}

.owl-dots .owl-dot span {
    width: 20px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    background: #cccccc;
    padding: 1px 10px;
    border-radius: 0px;
}

.owl-dots .owl-dot.active span {
    width: 20px;
    height: 20px;
    background: #ff9d5a;
    border-radius: 0px;
}

.owl-dots {
    margin: 0 auto;
    display: table;
    position: relative;
    top: 25%;
    left: 0%;
}

.star {
    margin-bottom: 9px;
}

.people-row p {}

.people-row {
    border-bottom: 8px solid #00dfff;
}

.feedback-content h6 {
    font-weight: bold;
    margin-bottom: 10px;
}

.feedback-content img {
    margin-bottom: 20px;
}

.feedback-content p {
    font-size: 18px;
    line-height: 28px;
    padding-right: 10px;
    padding-bottom: 45px;
}

/*feedback*/
/*plans*/
.plans-inner {
    background-color: #ebebeb;
    max-width: 1090px;
    margin: 0 auto;
}

.plans-list {
    padding: 84px 0px 80px 0px;
}

.plans-list-inner {
    padding: 0 78px 0 96px;
}

.standard {
    border-right: 2px solid #a4a4a4;
}

.plans-list h4 {
    font-family: 'Abril Fatface', cursive;
    line-height: 52px;
    margin-bottom: 25px;
}

.plans-list p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 38px;
}

.plans-list ul li {
    display: block;
    font-size: 18px;
    line-height: 42px;

}

.plans-list ul li i {
    padding-right: 10px;
    color: #ff6005;
}

.plan-btn {
    background-color: #00dfff;
    color: white;
    padding: 20px 73px;
    border-radius: 50px;
    font-size: 22px;
    font-family: 'Abril Fatface', cursive;
    margin-top: 45px;
    transition: 0.3s;
}

.plan-btn:hover {
    background-color: #a5b925;
}

.plan-head-bottom {
    max-width: 787px;
    margin: 0 auto;
    text-align: center;
    padding: 82px 0;
}

.plan-head-bottom h4 {
    font-family: 'Abril Fatface', cursive;
    line-height: 66px;
    margin-bottom: 40px;
}

/*plans*/
/*Footer*/
footer {
   background: rgb(30,87,153);
background: -moz-linear-gradient(left,  rgba(30,87,153,1) 0%, rgba(17,17,17,1) 0%, rgba(76,76,76,1) 100%);
background: -webkit-linear-gradient(left,  rgba(30,87,153,1) 0%,rgba(17,17,17,1) 0%,rgba(76,76,76,1) 100%);
background: linear-gradient(to right,  rgba(30,87,153,1) 0%,rgba(17,17,17,1) 0%,rgba(76,76,76,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#4c4c4c',GradientType=1 );

    padding: 36px 0;
    color: white;
}

footer .license {
    float: left;
}

footer .license p {
    font-size: 20px;
    line-height: 34px;
    padding-bottom: 15px;
}

footer a:hover {
    color: #00dfff;
}

footer ul li {
    font-size: 16px;
}

footer li span {
    padding: 0 3px;
}

.footer-icons {
    float: right;
    padding-top: 7px;
}

.footer-icons a {
    font-size: 30px;
    margin-right: 15px;
}

/*Footer*/

/*Go top top*/
#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: black;
    color: #00dfff;
    cursor: pointer;
    padding: 11px;
    border-radius: 30px;
    width: 45px;
    height: 45px;
    font-size: 16px;
    transition: 0.3s;
}

#myBtn:hover {
    transform: translate(0, -7px);
}

/*Go top top*/
/*Modal*/
.modal iframe{
    width: 100%;
}
/*Modal*/

@media (max-width: 1440px) {
    .container {
        max-width: 1300px;
    }

    h1,
    h2 {
        font-size: 60px;
    }

    h3 {
        font-size: 40px;
    }

    h4 {
        font-size: 36px;
    }

    h5 {
        font-size: 28px;
    }

    h6 {
        font-size: 22px;
    }

    /*Header*/
    .header {
        padding-top: 40px;
    }

    .banner-inner {
        padding-top: 150px;
    }

    .banner-footer {
        padding: 25px 0;
    }

    .banner-footer-content p {
        font-size: 24px;
    }

    .banner-footer-details p {
        font-size: 20px;
    }

    .g-play {
        margin-right: 25px;
    }

    /*Header*/
    /*Latest News*/
    .latest-news {
        padding: 60px 0 30px;
    }

    .latest-news-head p {
        font-size: 20px;
        padding-bottom: 50px;
    }

    .snippets p {
        font-size: 16px;
        line-height: 26px;
    }

    .snippets {
        padding: 36px;
    }

    .snippet-row > [class*='col-'] {
        padding-right: 30px;
        padding-left: 30px;
    }

    /*Latest News*/
    /*Features*/
    .features-content h4 {
        margin-bottom: 36px;
    }

    .features-content {
        max-width: 100%;
    }

    .features-content p {
        margin-bottom: 27px;
        font-size: 18px;
        line-height: 28px;
    }

    .features-content .p-2 {
        margin-bottom: 40px;
    }

    .store-section .g-play2 {
        margin-right: 25px;
    }

    .features {
        padding-bottom: 0;
    }

    /*Features*/
    /*News Feed*/
    .news-feed {
        padding-top: 70px;
    }

    .news-feed-inner {
        margin: 0 130px;
    }

    .news-feed-details h4 {
        margin-bottom: 30px;
        line-height: 45px;
    }

    .news-feed-head p {
        max-width: 872px;
        font-size: 20px;
        padding-bottom: 60px;
    }

    .news-feed-details {
        padding-left: 50px;
        padding-right: 25px;
    }

    .feed-col {
        padding-bottom: 100px;
    }

    .news-feed-details p {
        line-height: 27px;
        font-size: 18px;
    }

    /*News Feed*/
    /*Banner 2*/
    .banner-2 {
        padding: 90px 0;
    }

    .banner-2-inner h4 {
        padding-bottom: 30px;
    }

    .banner-2-inner p {
        font-size: 18px;
        line-height: 27px;
        padding-bottom: 32px;
    }

    /*Banner 2*/
    /*Feedback*/
    .feedback {
        margin: 90px 0 120px;
    }

    .feedback-content img {
        margin-bottom: 15px;
    }

    .feedback-content p {
        font-size: 16px;
        line-height: 26px;
        padding-right: 0;
        padding-bottom: 40px;
    }

    .owl-dots {
        top: 18%;
        left: 0%;
    }

    /*Feedback*/
    /*Plans list*/
    .plans-list {
        padding: 65px 0px 60px 0px;
    }

    .plans-list-inner {
        padding: 0 60px 0 76px;
    }

    .plan-btn {
        margin-top: 36px;
    }

    .plans-list h4 {
        line-height: normal;
        margin-bottom: 20px;
    }

    .plans-list p {
        margin-bottom: 27px;
    }

    .plan-head-bottom {
        padding: 65px 0;
    }

    .plan-head-bottom h4 {
        line-height: normal;
        margin-bottom: 30px;
    }

    /*Plans list*/
    /*Footer*/
    footer .license p {
        font-size: 18px;
        line-height: 27px;
        padding-bottom: 10px;
    }

    /*Footer*/
}

@media (max-width: 1280px) {
    .container {
        max-width: 100%;
        padding: 0 25px;
    }

    h1,
    h2 {
        font-size: 56px;
    }

    h3 {
        font-size: 40px;
    }

    h4 {
        font-size: 36px;
    }

    h5 {
        font-size: 28px;
    }

    h6 {
        font-size: 22px;
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 100%;
        padding: 0 25px;
    }

    h1,
    h2 {
        font-size: 54px;
    }

    h3 {
        font-size: 36px;
    }

    h4 {
        font-size: 34px;
    }

    h5 {
        font-size: 25px;
    }

    h6 {
        font-size: 22px;
    }

    /*Header*/
    .banner-content h3 {
        padding-right: 0;
    }

    .banner-content p {
        width: 100%;
    }

    .banner-inner {
        padding-top: 180px;
        height: 660px;
    }

    .store-section img {
        transition: 0.3s;
        width: 45%;
    }

    .banner-footer {
        padding: 20px 0;
    }

    .banner-footer-content p {
        font-size: 20px;
    }

    .banner-footer-details p {
        font-size: 18px;
    }

    /*Header*/
    /*Latest News*/
    .snippets {
        padding: 30px;
    }

    .snippet-row > [class*='col-'] {
        padding-right: 20px;
        padding-left: 20px;
    }

    .latest-news {
        padding: 60px 0 90px;
    }

    /*Latest News*/
    /*Features*/
    .features-content p {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 25px;
    }

    .features-content .p-2 {
        margin-bottom: 24px;
    }

    .play-icon {
        top: 45%;
        right: 45%;
        width: 20%;
    }

    /*Features*/
    /*News Feed*/
    .news-feed {
        padding-top: 60px;
    }

    .news-feed-inner {
        margin: 0 75px;
    }

    .news-feed-head h4 {
        margin-bottom: 25px;
    }

    .news-feed-head p {
        max-width: 100%;
        font-size: 18px;
        padding-bottom: 50px;
    }

    .news-feed-details {
        padding-left: 25px;
        padding-right: 25px;
    }

    .news-feed-details h4 {
        margin-bottom: 25px;
    }

    .feed-col {
        padding-bottom: 75px;
    }

    .news-feed-details p {
        line-height: 25px;
        font-size: 16px;
    }

    /*News Feed*/
    /*Banner 2*/
    .banner-2 {
        padding: 75px 0;
    }

    .banner-2-inner h4 {
        padding-bottom: 25px;
    }

    .banner-2-inner {
        margin: 0 75px;
    }

    .banner-2-inner p {
        font-size: 16px;
        line-height: 25px;
        padding-bottom: 30px;
    }

    .form input {
        width: 459px;
        height: 60px;
        margin-right: 20px;
    }

    .form button {
        padding: 15px 98px;
    }

    /*Banner 2*/
    /*Feedback*/
.owl-dots .owl-dot span {
    padding: 0px 8px;
}
    /*Feedback*/
    /*Plans*/
    .plan-btn {
        padding: 15px 70px;
        margin-top: 30px;
    }

    .plan-head-bottom {
        max-width: 100%;
        padding: 75px 0;
        margin: 0 75px;
    }

    .bottom-store img {
        width: 25%;
    }

    .plans-inner {
        max-width: 85%;
    }

    /*Plans*/
}

@media (max-width: 814px) {
    .container {
        max-width: 100%;
        padding: 0 25px;
    }

    h1,
    h2 {
        font-size: 50px;
    }

    h3 {
        font-size: 32px;
    }

    h4 {
        font-size: 30px;
    }

    h5 {
        font-size: 22px;
    }

    h6 {
        font-size: 20px;
    }
/*Header*/
    .banner-content{
        text-align: center;
    }
    .bg-head{
        background-color: black;
    }
  .navbar-light .navbar-toggler {
    color: rgb(178, 194, 75);
    border-color: rgb(178, 194, 75);
}
    .navbar-light .navbar-toggler-icon {
    background-image: url(../../images/lines.png);
}
    .banner-inner {
    padding-top: 130px;
    height: 100%;
   
}
    .nav-item{
        padding: 5px 0;
    }
    .dis-none{
        display: none;
    }
    .banner-content h3{
        padding-bottom: 20px;
    }
    .banner-content p {
    font-size: 16px;
    padding-bottom: 36px;
    width: 100%;
}
    .banner .store-section img{
        width:30%;
    }
    .banner .store-section{
        padding-bottom: 60px;
    }
    .banner-footer {
    padding: 10px 0;
}
    .banner-footer-content p {
    font-size: 18px;
}
    .navbar-nav span {
    display: none;
}
/*Header*/
/*Latest News*/
    .latest-news-head p {
    font-size: 18px;
    padding-bottom: 36px;
}
    .snippet-row > [class*="col-"]:last-child {
    margin-top: 40px;
}
    .latest-news {
    padding: 60px 0 70px;
}
/*Latest News*/
/*News feed*/
      .play-icon {
    width: 15%;
}
    .news-feed-details {
    padding-left: 0px;
    padding-right: 0px;
}
    .feed-col {
    padding-bottom: 45px;
}
    .news-feed-details h4 {
    margin-bottom: 15px;
}
.feed-col:nth-child(odd)   {
  padding-bottom: 25px;
}
/*News feed*/
    /*Features*/
    .vid-sec{
        position: inherit;
    }
    .features-content .store-section img{
        width: 30%;
    }
    .features-content{
        margin-bottom: 30px;
    }
/*Features*/
/*Feedback*/
    .people-row img{
        margin: 0 auto 15px;
    }
    .people-row{
        text-align: center;
    }
    .feedback {
    margin: 75px 0 100px;
}
    .owl-dots {
    top: 12%;
}
/*Feedback*/
/*Plans*/
.standard {
    border-right: none;
}
   .plans-inner {
    background-color:white;
    }
    .plans-list{
        background-color: #ebebeb;
    }
    .standard-list{
        margin-bottom: 15px;
    }
    .plan-head-bottom {
    padding: 45px 0;
}
/*Plans*/
/*Banner2*/
    .form{
        display: block;
    }
    .form input {
    width: 100%;
    height: 58px;
    margin-right: 0px;
    margin-bottom: 10px;
}
    .form button{
        display: block;
    width: 100%;
    padding: 15px 0;
    }
/*Banner2*/
/*Footer*/
    footer .license p {
    font-size: 16px;
        margin-bottom: 0px;
}
    .footer-icons a {
    font-size: 25px;
    margin-right: 12px;
}
/*Footer*/
}

@media (max-width: 640px) {
    .container {
        max-width: 100%;
        padding: 0 25px;
    }

    h1,
    h2 {
        font-size: 45px;
    }

    h3 {
        font-size: 30px;
    }

    h4 {
        font-size: 28px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }
/*Header*/
    .banner-footer{
        text-align: center;
    }
    .banner-content h3 {
    padding-bottom: 20px;
    line-height: normal;
}
    .banner-footer-content p {
    margin-bottom: 5px;
    padding-top: 10px;
}
/*Header*/
/*Latest News*/
    .latest-news-head p {
    font-size: 16px;
    padding-bottom: 15px;
}
    .latest-news {
    padding: 50px 0 60px;
}
  .snippet-row > [class*="col-"] {
    margin-top: 30px;
}
    .snippets{
        text-align: center;
    }
/*Latest News*/
/*Features*/
    .features-content{
        text-align: center;
    }
    .features-content h4 {
   padding-right: 0;
}
/*Features*/
/*News Feed*/
    .news-feed-inner {
    margin: 0 40px;
}
    .news-feed-head p {
    font-size: 16px;
    padding-bottom: 40px;
}
    .feed-col:nth-child(odd) {
    padding-bottom: 20px;
}
    .news-feed-details{
        text-align: center;
    }
    .news-feed-details h4 {
    margin-bottom: 10px;
}
/*News Feed*/
/*Plans*/
    .plan-head-bottom {
    margin: 0 30px;
}
/*Plans*/
/*Banner 2*/
    .banner-2-inner {
    margin: 0 40px;
}
    .banner-2 {
    padding: 55px 0;
}
    .bottom-store img {
    width: 36%;
}
/*Banner 2*/
/*Footer*/
    footer{
        text-align: center;
        padding:25px 0;
    }
    footer ul{
        margin-bottom: 10px;
    }
    footer .license{
        float: none;
    }
    .footer-icons{
        float: none;
    }
/*Footer*/
}


@media (max-width: 480px) {
     h1,
    h2 {
        font-size: 42px;
        letter-spacing: 0.5px;
    }

    h3 {
        font-size: 28px;
        letter-spacing: 0.5px;
    }

    h4 {
        font-size: 22px;
         letter-spacing: 0.5px;
    }

    h5 {
        font-size: 20px;
         letter-spacing: 0.5px;
    }

    h6 {
        font-size: 18px;
    }
/*Header*/
    .banner .store-section img {
    width: 40%;
}
    .banner-content p{
        line-height: 24px;
    }
    .g-play {
    margin-right: 10px;
}
/*Header*/
/*Latest news*/
    .latest-news {
    padding: 45px 0 55px;
}
/*Latest news*/
/*Features*/
    .features-content h4 {
    margin-bottom: 15px;
}
    .features-content .store-section img {
    width: 40%;
}
/*Features*/
/*Banner2*/
    .form input {
    height: 50px;
}
    .form button {
    padding: 10px 0;
}
/*Banner2*/
/*Plans*/
    .bottom-store img {
    width: 40%;
}
    .store-section .g-play2 {
    margin-right: 10px;
}
    .plans-list h4 {
    margin-bottom: 10px;
}
    .plans-list-inner {
    padding: 0 40px;
}
    .plans-list {
    padding: 45px 0;
}
    .plan-btn {
    padding: 12px 60px;
    margin-top: 22px;
        font-size: 20px;
}
/*Plans*/
/*Footer*/
    .footer-icons a {
    font-size: 20px;
    margin-right: 10px;
}
/*Footer*/
}

@media (max-width: 480px) {
     h1,
    h2 {
        font-size: 42px;
        letter-spacing: 1px;
    }

    h3 {
        font-size: 28px;
        letter-spacing: 1px;
    }

    h4 {
        font-size: 25px;
        letter-spacing: 1px;
    }

    h5 {
        font-size: 20px;
        letter-spacing: 1px;
    }

    h6 {
        font-size: 18px;
    }
    
/*News feed*/
    .news-feed-head h4 {
    margin-bottom: 12px;
}
    .news-feed-details h4 {
    margin-bottom: 10px;
    line-height: 30px;
}
/*News feed*/
/*Banner2*/
    .banner-2-inner p {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 30px;
}
/*Banner2*/
/*plans*/
    .plans-list ul li {
    line-height: 36px;
}
    .plans-list p {
    margin-bottom: 20px;
}
/*plans*/
}



@media (max-width: 320px) {
     h1,
    h2 {
        font-size: 36px;
        letter-spacing: 1px;
    }

    h3 {
        font-size: 25px;
        letter-spacing: 1px;
    }

    h4 {
        font-size: 20px;
        letter-spacing: 1px;
    }

    h5 {
        font-size: 18px;
        letter-spacing: 1px;
    }

    h6 {
        font-size: 16px;
    }
/*Header*/
    .banner-content p {
    line-height: 22px;
    font-size: 15px;
}
    .banner .store-section img {
    width: 45%;
}
/*Header*/
/*Latest news*/
    .snippets {
    padding: 20px;
}
    .latest-news-head p {
    font-size: 15px;
    line-height: 22px;
}
    .snippets p {
    font-size: 15px;
    line-height: 22px;
}
/*Latest news*/
/*Features*/
    .features-content p {
    margin-bottom: 20px;
    font-size: 15px;
}
    .features-content .store-section img {
    width: 45%;
}
/*Features*/
/*News feed*/
    .news-feed {
    padding-top: 45px;
}
    .news-feed-inner {
    margin: 0 20px;
}
    .news-feed-head p {
    font-size: 15px;
    line-height: 22px;
}
    .news-feed-details p {
    line-height: 22px;
    font-size: 15px;
}
/*News feed*/
/*feedback*/
    .feedback-content p {
    font-size: 15px;
    line-height: 22px;
    padding-bottom: 36px;
}
/*feedback*/
/*plans*/
    .plans-list p {
    font-size: 15px;
    }
    .plans-list-inner {
    padding: 0 25px;
}
/*plans*/
/*Banner 2*/
    .banner-2-inner h4 {
    padding-bottom: 15px;
}
    .banner-2-inner p {
    font-size: 15px;
    line-height: 22px;
}
    .banner-2-inner {
    margin: 0 20px;
}
    .bottom-store img {
    width: 45%;
}
    .form button {
    font-size: 16px;
}
/*Banner 2*/
}