/* COLOR VARIABLES */
:root {
    --primary: #623188;
    --secondary: #66C0BE;
    --secondary-dark : #199794;
    --primary-light: #9F85BC;
    --primary-lighter: #D6C8E4;
    --primary-shade1: rgba(214, 200, 228, 0.64);
    --gray:#9D9D9C;
    --gray-dark:#3C3C3B;
    --gray-light:#DADADA;
    --white: #ffffff;
  }

body{
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 16px;
}

h1.logo{
    font-size: 0;
}
h2{
    font-weight: 300;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 60px;
}
h3{
    font-weight: 500;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 48px;
}
h4{
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 34px;
}
h5{
    font-weight: 400;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-size: 24px;
}
a{
    color: var(--primary);
    text-decoration: none;
}
a:hover{
    color: var(--primary-light);
}
.logo a{
    display: block;
    width: 180px;
    background: url('../images/logo.png')0 0 no-repeat transparent;
    background-size: contain;
    height: 76px;
}

.main-header{
    background: linear-gradient(90deg,#d6c8e4 30%,#f6f6f6 75%);
}
.main-header ul.nav-pills{
    display: flex;
    justify-content: center;
    align-items: center
}

.main-header ul.nav li a{
    color: var(--gray-dark);
}
.main-header ul.nav li a:hover{
    color: var(--gray);
}
.main-header ul.nav li .btn{
    color: var(--gray-dark);
    border-color: var(--gray-dark);
}

.main-header ul.nav .dropdown-menu{
    border-radius: 0;
    /* border-color: var(--primary); */
    background-color: var(--primary-lighter);
    transform: translate(0px , 58px) !important;
    max-height: calc(100vh - 60px);
    overflow: auto;
}

.main-header ul.nav .dropdown-menu li{
   line-height: 28px;
}
.main-header ul.nav .dropdown-menu li a{
    font-size: 14px;
 }
 .main-header ul.nav .dropdown-menu li a:hover{
    background-color: var(--primary);
    color: #fff;
 }

.main-header ul.nav li .btn:hover{
    color: var(--white);
    border-color: var(--primary);
    background-color: var(--primary);
    box-shadow: none;
    outline: none;
}
.main-header ul.nav li .btn:focus,
.main-header ul.nav li .btn:active{
    background-color: transparent;
    box-shadow: none;
    border-color: var(--primary);
    color: var(--primary);
    outline: none;
}
.main-header ul.nav li.active a{
    color: var(--primary);
    background-color: var(--primary-lighter);
}
.main-content{
    max-width: 100vw;
    overflow: hidden;
}
.hero{
    padding-top: 32px;
    padding-bottom: 100px;
}
.hero-content{
    background-color: var(--primary);
    color: #fff;
    border-radius: 8px;
    padding: 20px;
}
.hero-text{
    padding: 0 0 0 30px;
    top: -48px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.hero-text h2{
    font-weight: 600;
    font-size: 61px;
    margin-bottom: 56px;
    margin-top: 12px;
    font-family: 'Aubrey', cursive;
}
.hero-text p{
    font-size: 40px;
    line-height: 50px;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: 700;
    font-family: 'Amatic SC', cursive;

}
.hero-text h3{
    font-weight: 500;
    font-size: 24px;
    margin: 30px 0 18px 0;
}
.trial-container{
    display: flex;
}

/* FORM FIELDS */

.hero input[type="text"]{
    margin-right: 15px;
    vertical-align: middle;
    width: 300px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    color: #333;
    font-size: 15px;
    height: auto;
    max-width: 100%;
    padding: 10px;
    transition: border .2s linear;
}
.hero button{
    box-sizing: content-box;
    height: auto;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    background-color: var(--secondary);
    color: #fff;
}

.clients{
    padding: 60px 0;
    /* background: #f4f4f4; */
}
.clients h2{
    /* font-size: 18px;
    font-weight: 600; */
    color: var(--gray-dark);
}

.logo-list{
    margin: 40px auto 50px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.logo-list .logo-wrapper{
    display: flex;
    background-color: #f9fafb;
    flex: 0 0 20%;
    margin: 0;
    padding: 30px 10px;
    border: 1px solid var(--white);
    justify-content: center;
}

.logo-list .logo-wrapper img{
    height: auto;
    max-width: 100%;
    max-height: 36px;
}

.features-wrapper{
    padding: 40px 20px;
    text-align: center;
}
.feature{
    display: inline-block;
    width: 20%;
    min-width: 260px;
    max-width: 520px;
    vertical-align: top;
    background-color: var(--white);
    padding: 30px 20px;
    margin: 2%;
    border-radius: 7px;
    box-shadow: 0 0 10px #eee;
    min-height: 260px;
    position: relative;
}
.feature .icon{
    width: 48px;
    height: 48px;
    margin: 10px auto;
    display: block;

}
.feature .icon i{
    font-size: 38px;
    color: var(--secondary)
}
.feature h4{
    font-size: 18px;
    font-weight: 500;
    color: var(--gray-dark);
    margin: 12px 0;
}
.feature .ft-content{
    
}
.feature .ft-content p{
    font-size: 15px;
    color: #7c7c7c;
    font-weight: 300;
}

.how-it-works{
    padding: 60px 0;
}
.how-it-works h2{
    color: var(--gray-dark);
}
.hiw-wrapper{
    text-align: center;
    padding: 50px 0;
}
.hiw-block{
    margin: 12px 5px;
    background-color: var(--primary-lighter);
    display: inline-block;
    vertical-align: middle;
    width: calc((100%/3) - 13px);
    position: relative;
    border-radius: 8px;
    min-height: 180px;
    padding: 0 0 30px 0;
}
.hiw-block .icon{
    height: 48px;
    width: 48px;
    background-color: var(--primary);
    display: block;
    color: var(--white);
    border-radius: 6px;
    margin: 0 auto;
    top: -24px;
    position: relative;
    box-shadow: 0 1px 8px #ccc;
    line-height: 48px;
    font-size: 20px;
}
.hiw-block h3{
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 24px 0;
    color: var(--gray-dark);
}
.hiw-block p{
    font-weight: 400;
    font-size: 17px;
    color: var(--gray-dark);
    opacity: 0.8;
    max-width: 85%;
    margin: 0 auto;
}
.business h4{
    color: var(--primary);
    /* font-size: 18px;
    font-weight: 600; */
    letter-spacing: 1px;
    margin-bottom: 15px;
}
.business h5{
    margin: 22px 0;
    /* font-weight: 500;
    font-size: 36px; */
    color: var(--gray-dark);
}
.business p{
    margin: 0 auto;
    width: 90%;
    font-size: 17px;
    color: var(--gray-dark);
    max-width: 720px;
}
section.general{
    padding: 80px 0;
}
section.general h4{
    line-height: 1.5;
}


.btn-secondary{
    background-color: var(--secondary);
    border-radius: 28px;
    color: #fff;
    border: none;
    padding: 10px 24px;
    min-width: 180px;
    font-size: 16px;
    font-weight: 400;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active{
    outline: none;
    background-color: var(--secondary-dark);
}
.btn-primary{
    padding: 10px 24px;
    color: var(--white);
    background-color: var(--primary);
    border: none;
    font-weight: 400;
    border-radius: 28px;
    min-width: 180px;
    font-size: 16px;
    font-weight: 400;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active{
    outline: none;
    background-color: var(--primary-light);
}

.btn-outline-primary{
    background-color: transparent;
    border-radius: 28px;
    color: var(--primary);
    border-color: var(--primary);
}
.btn-outline-primary:hover{
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.general .text-content,
.general .order-lg-1 .img-wrapper{
    padding-right: 32px;
    padding-left: 0;
}
.general .order-lg-2 .text-content,
.general .img-wrapper{
    padding-left: 32px;
    padding-right: 0;
}
.general .text-content h3{
    color: var(--gray-dark);
    text-align: left;
    margin-bottom: 18px;
}
.general .text-content p{
    font-size: 18px;
    color: var(--gray-dark);
}
.general .text-content .btn{
    margin-top: 16px;
}
.help{
    padding: 80px 0;
}
.help .container{
    border-radius: 8px;
    background-color: #f9fafb;
    padding: 36px;
}
.help h2{
    /* font-size: 30px;
    font-weight: 500; */
    color: var(--gray-dark);
}
.help h3{
    /* font-size: 30px;
    font-weight: 500; */
    color: var(--primary);
    margin-bottom: 14px;
    font-weight: 700;
}

.help .btn{
    margin-top: 20px;
}

.get-started{
    padding: 60px 0 140px 0;
}

.get-started h2{
    font-weight: 500;
    font-size: 32px;
    color: var(--gray-dark);
}

.get-started p{
    font-size: 19px;
    margin-top: 15px;
    color: var(--gray-dark);
}

.signin-options{
    margin-top: 40px;
}

.signin-options .email-option,
.signin-options .other-options{
    background-color: #fff;
    border: 1px solid #afafaf;
    border-radius: 5px;
    display: inline-block;
    margin: 10px auto;
    padding: 20px;
}
.signin-options h4{
    font-weight: 700;
    color: var(--gray-dark);
    font-size: 17px;
    text-align: center;
}
.signin-options input[type="text"],
.signin-options input[type="email"]{
    background: #fff;
    border: 1px solid var(--gray-light);
    border-radius: 5px;
    color: #333;
    font-size: 15px;
    height: auto;
    width: 100%;
    padding: 10px;
    transition: border .2s linear;
    vertical-align: middle;
    margin: 7px auto;
}
.signin-options .email-option,
.signin-options .other-options{
    width: 100%;
    max-width: 322px;
    margin: 0 auto;
    display: block;
}

.signin-options .email-option button{
    padding: 0px;
    background: var(--primary-light);
    border: 1px solid var(--gray-light);
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    height: 44px;
    border-radius: 5px;
    margin: 7px auto;
}
.signin-options .email-option button:hover{
    opacity: 0.8;
}

.signin-options .email-option button .icon{
    background-color: #fff;
    height: 100%;
    display: block;
    border-radius: 4px 0 0 4px;
    padding: 2px;
}
.signin-options .email-option button .icon img{
    height: 100%;
    width: auto;
}
.signin-options .email-option button .text{
    display: flex;
    text-align: center;
    justify-content: center;
    flex-grow: 1;
    color: var(--white);
    font-size: 15px;
    font-weight: 700;
}

.signin-options .other-options a{
    border: 1px solid var(--gray-light);
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    height: 47px;
    border-radius: 5px;
    margin: 14px auto;
    text-decoration: none;
}
.signin-options .other-options a:hover{
    opacity: 0.8;
}
.signin-options .other-options .icon{
    display: block;
    background-color: #fff;
    height: 100%;
    display: block;
    border-radius: 4px 0 0 4px;
    padding: 6px 8px;
}
.signin-options .other-options .icon img{
    height: 100%;
    width: auto;
}
.signin-options .other-options .text{
    display: flex;
    text-align: center;
    justify-content: center;
    flex-grow: 1;
    color: var(--gray-dark);
    font-size: 15px;
    font-weight: 500;
    
}

.main-footer{
    border-top: 1px solid var(--gray-light);
    padding: 20px 0;
    background-color: #f7f7f7;
}

.main-footer h5{
    text-transform: uppercase;
    font-size: 16px;
    margin: 10px 0;
    color: var(--gray-dark);
    opacity: 0.8;
    font-weight: 600;
}

.main-footer ul{
    margin: 0;
    padding: 0;
}
.main-footer ul li{
    list-style-type: none;
    color: var(--gray-dark);
    opacity: 0.8;
    line-height: 30px;
}
.main-footer ul li:hover{
    opacity: 1;
}
.main-footer ul li a{
    color: var(--gray-dark);
    text-decoration: none;
    font-size: 14px;
    text-transform: capitalize;
}
.main-footer ul li a:hover{
    text-decoration: underline;
}
.main-footer ul + h5{
    margin-top: 24px;
}

.main-footer .cont span{
    display: block;
    font-size: 14px;
}
.main-footer .cont a{
    line-height: 24px;
    display: block;
    font-size: 14px;
    text-transform: lowercase;
}

.main-footer .address{
    padding-top: 22px;
}
.main-footer .address p{
    color: var(--gray-dark);
    font-size: 14px;
    line-height: 22px;
}

.copyright{
    margin: 50px 0 0 0;
}
.copyright p{
    margin: 0;
    padding: 0;
    font-size: 13px;
    color: var(--gray);
}
.copyright a{
    color: var(--gray);
    text-decoration: none;                                             
}

.sm-links{
    padding: 20px 0;
}
.sm-links a{
    color: var(--gray-dark);
    font-size: 28px;
    opacity: 0.7;
    margin: 2px 10px;
}

.sm-links a:hover{
    opacity: 1;
}

.carousel-indicators [data-bs-target]{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    margin: 0 6px;
}
.coming-soon{
    min-height: calc(100vh - 190px);
    display: flex;
    justify-content: center;
    width: 80%;
    margin: 0 auto;
    flex-direction: column;
    letter-spacing: 1px;
}
.coming-soon h2{
    margin-bottom: 20px;
    color: var(--secondary);
}
.coming-soon p{
    color: #666;
}
.coming-soon a{
    font-weight: 500;
    margin-top: 16px;
    display: inline-block;
}

.inner-hero{
    background-color: var(--primary);
    width: 100%;
    padding: 30px 20px;
    color: var(--white);
    text-align: center;
    min-height: 240px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.inner-hero h2{
    font-weight: 500;
    font-size: 44px;
}
.inner-hero h3{
    font-size: 20px;
}
.inner-hero p{
    font-size: 17px;
    opacity: 0.8;
}
.hr-bar{
    background-color: var(--gray-light);
    height: 60px;
    opacity: 0.3;
}
.inner-hero img{
    width: 100%;
    height: auto;
}
.general.grey-bg{
    background-color: #f4f4f4 ;
}

.pricing-plans{
    padding: 40px 0;
    background-color: #f8f8f8;
}
.pricing-plans .row > .col-sm-6{
    margin-bottom: 30px;
}
.pricing-plans .plan{
    background-color: #fff;
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    box-shadow: none;
    color: #000;
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-top: 10px;
    padding: 0;
}
.pricing-plans .plan:hover{
    box-shadow: 0 0 30px #d3d3d3;
    border: 1px solid #eaeaea;
}
.plan .plan-header{
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    justify-content: space-between;
    padding: 15px;
    text-align: center;
    flex-direction: column;
    background-color: #fff;
    border-radius: 5px 5px 0 0;
}
.plan .plan-header h4{
    font-size: 23px;
    font-weight: 700;
    margin: 0;
    padding: 15px 10px 12px 10px;
    text-align: center;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.plan hr{
    width: 64%;
    margin: 0 auto;
    border: 1px solid #e1e1e1;
    background-color: transparent;
    opacity: 1;
    border-radius: 0;
}

.plan .notes{
    font-style: italic;
    font-size: 14px;
    color: var(--primary-light);
    margin: 0 0 24px 0;
}

.plan .plan-content{
    flex: 1 0 auto;
    text-align: left;
    padding: 15px 20px;
}

.plan-content .features ul{
    margin: 0;
    padding: 0;
}
.plan-content .features ul li{
    list-style-type: none;
    font-size: 14px;
    margin: 0 0 30px 0;
    color: var(--gray-dark);
}
.plan-content .features ul li strong{
    font-weight: 700;
}
.plan-content .features ul li i{
    color: var(--gray-dark);
    opacity: 0.8;
    font-size: 18px;
    margin-right: 8px;
    display: inline-block;
    position: relative;
    bottom: -2px;
}
.price-amount{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    /* background-color: #eee; */
    margin-bottom: 15px;
}
.price-amount span{
    display: flex;
}
.price-amount .prefix{
    font-size: 24px;
    font-weight: 500;
}
.price-amount .suffix{
    font-size: 15px;
    padding-left: 3px;
    color: var(--whitek);
}
.price-amount .amount{
    font-size: 50px;
    font-weight: 700;
}
.plan .plan-footer{
    padding: 15px 0;
    text-align: center;
}
.plan .plan-footer .btn{
    font-weight: 600;
    width: 80%;
    max-width: 320px;
    height: 42px;
    padding-top: 8px;  
    margin: 20px 0 30px 0; 
    border-radius: 28px;
}
.plan.grey hr{

}
.plan.green hr{
    border-color: #69d38f;
}
.plan.green .btn-primary{
    background-color: #69d38f;
    color: #fff;
    border: 1px solid #69d38f;
}
.plan.green .btn-primary:hover{
    color: #69d38f;
    border:1px solid #69d38f;
    background-color: #fff;
}
.plan.orange hr{
    border-color: #ee7e34;
}
.plan.orange .btn-primary{
    background-color: #ee7e34;
    color: #fff;
    border: 1px solid #ee7e34;
}
.plan.orange .btn-primary:hover{
    color: #ee7e34;
    border:1px solid #ee7e34;
    background-color: #fff;
}
.plan.blue hr{
    border-color: #6989e4;
}
.plan.blue .btn-primary{
    background-color: #6989e4;
    color: #fff;
    border: 1px solid #6989e4;
}
.plan.premium .btn-primary{
    background-color: #935cbc;
    color: #fff;
    border: 1px solid #935cbc;
}
.plan.premium .btn-primary:hover{
    background-color: var(--primary);
    color: #fff;
    border: 1px solid var(--primary);
}
.faq-wrapper{
    padding: 20px 0 ;
}
.faq-wrapper h4{
    margin: 20px 0 ;
}
.general.contact{
    background-color: #f4f4f4;
}
.contact-form-wrapper{
    width: 90%;
    margin: 0 auto;
    max-width: 600px;
    padding: 40px 20px;
   
}
.contact-form-wrapper input[type="text"],
.contact-form-wrapper input[type="email"]{
    margin-bottom: 28px;
    height: 56px;
    border-radius: 4px;
    padding: 0 12px;
    background-color: rgba(255,255,255,0.24);
    border: 1px solid rgba(0,0,0,0.24);
}
.contact-form-wrapper textarea{
    margin-bottom: 28px;
    min-height: 180px;
    background-color: rgba(255,255,255,0.24);
    padding: 12px;
}
.contact-form-wrapper input[type="text"]:hover,
.contact-form-wrapper input[type="email"]:hover,
.contact-form-wrapper textarea:hover{
    box-shadow: none;
    border-color: var(--primary-lighter);
}
.contact-form-wrapper input[type="text"]:focus,
.contact-form-wrapper input[type="email"]:focus,
.contact-form-wrapper textarea:focus{
    box-shadow: none;
    border-color: var(--primary-light);
    border-width: 2px;
    padding-left: 11px;
    padding-right: 11px;
    background-color: rgba(255,255,255,0.6);
}
.contact-form-wrapper textarea:focus{
    padding: 11px;
}
.contact-form-wrapper .btn-wrapper{
    display: flex;
    justify-content: end;
}
.contact-form-wrapper .btn-wrapper .btn{
    min-width: 240px;
}
input:-webkit-autofill,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
    border: 1px solid var(--primary-lighter);
    box-shadow: none;
    outline:none;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    transition: #fff 5000s ease-in-out 0s;
  }


.notification{
    background-color: #eee;
    border: 2px solid #ccc;
    border-radius: 6px;
    padding: 20px;
    margin: 10px 0;
}
.notification.success{
    background-color: #d7ecd7;
    border-color: #93d093;
    color:#3d7b3d;
}
.notification.error{
    background-color: #ffdbdb;
    border-color: #eda2a2;
    color: #b12626;
}
.any-q{
    padding: 60px 40px;
    background-color: #f5f5f5;
    margin-top: 50px;
}
.about ul{
    padding: 27px 0 40px 22px;
}
.about ul li{
    margin-bottom: 15px;
    list-style-type: square;
}
.any-q .btn{
    margin-top: 30px;
}
.inner-pg .inner-hero h2,
.inner-pg .inner-hero p{
    text-align: left;
}
.inner-pg .general h3{
    font-size: 28px;
    margin-top: 40px;

}
.inner-pg .general h5{
    margin-top: 15px;
}
.inner-pg .general p{
    font-size: 18px;
    line-height: 37px;
    color: #666;
    padding-top: 15px;
    padding-bottom: 25px;

}

/* =======   MEDIA QUERIES  ============= */
@media all and (min-width: 992px) {
    .nav-item.dropdown:hover .dropdown-menu{
        display: block;
        top: 16px;
    }
    .nav-item{
        height: 100%;
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 1199) {
    .hero-text{
        top: 0;
    }
}
@media only screen and (max-width: 991px) {
   .signin-options .other-options{
        margin-top: 20px;
    }
    .hero-carousel .hero-text{
        padding: 0;
        margin-bottom: 5px;
    }
    .hero-carousel .hero-text p{
        font-size: 16px;
    }
    .inner-pg .general p{
        font-size: 15px;
        text-align: left;
        padding-top: 15px;
        line-height: 27px;
        padding-bottom: 20px;
    }

}
@media only screen and (max-width: 767px) {
    h2{
        font-size: 44px;
    }
    h3{
        font-size: 38px;
    }
    h4{
        font-size: 26px;
    }
    h5{
        font-size: 20px;
    }
    .how-it-works .hiw-block{
        max-width: 420px;
        display: block;
        margin: 50px auto;
        width: 96%;
        padding-left: 20px;
        padding-right: 20px;
    }
    .logo a{
        width: 135px;
        height: 61px;
        animation: bounceIn-data-v-7d3c6608 0.6s;
        transform: rotate(0deg) scale(1) translateZ(0);
        transition-timing-function: ease;
        transition: width 0.5s,height 0.5s,background-color 0.5s,transform 0.5s;
        cursor: pointer;
    }
    .main-header{
        padding-bottom: 12px;
    }
    .logo-list .logo-wrapper{
        display: inline-block;
        width: 50%;
        flex: none;
        text-align: center;
        vertical-align: middle;
    }
    .hero-text h2{
        font-size: 30px;
        text-align: center;
    }
    .hero-text p{
        text-align: center;
        font-size: 17px;
        line-height: 28px;
        margin-top: 28px;
    }

    .hero-content .img-wrapper{
        padding: 20px 0;
    }
    .carousel-item .hero-text{
        height: 300px;
    }
    section.general{
        text-align: center;
        padding-top: 20px;
    }
    .general .text-content h3{
        text-align: center;
        margin-top: 20px;
    }
    .general .text-content,
    .general .img-wrapper{
        text-align: center;
        padding-right: 20px;
        padding-left: 20px;
    }
    .inner-hero .row .col{
        display: block;
        width: 100%;
        flex: none;
    }
    .inner-hero .row .col img{
        max-height: 200px;
        width: auto;
        margin: 20px 0 ;
    }
    .main-footer .col-md-3 h5{
        margin-top: 30px;
    }
    .inner-pg .inner-hero h2{
        text-align: center;
        font-size: 22px;
    }
    .inner-pg .inner-hero p{
        text-align: center;
    }
    .inner-pg .general .container{
        padding-left: 20px;
        padding-right: 20px;
    }
  }


  @media only screen and (max-width: 479px) {
    .logo-list .logo-wrapper{
        width:90%;
        margin-bottom: 10px;
    }
    .main-footer .col-md-3{
        text-align: center;
    }

    .inner-pg .general p{
        text-align: center;
    }
  }