/*
 * Start Bootstrap - Landing Page (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body,
html {
    width: 100%;
    height: 100%;
}

body,h1,h2,h3,h4,h5,h6 {
    font-family: "Lato","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}
.topnav {
    font-size: 17px; 
}
#top_navbar > ul > li > a {
    font-family:Avenir !important; 
    font-weight: 300;
    line-height: 2.35;
    letter-spacing: normal;
    padding-top: 16px;
    padding-bottom: 11px;
}
.main-page-background{
    width:100%;
    background-color: white;
}
.section-heading {
    margin-bottom: 20px;
}
.section-heading-spacer {
    float: left;
    width: 200px;
    border-top: 3px solid #e7e7e7;
}
.main-heading{
    font-family: Avenir !important;
    font-size: 42px;
    font-weight: 600 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.24;
    letter-spacing: 1px;
    text-align: center;
    color: #000000;
}

.heading_description{
    font-family: avenir !important;
    font-size:22px;
    font-weight: 100 !important;
    line-height: 1.57;
    letter-spacing: -0.2px;
}
.custom-width-container{
    max-width:1440px;
    margin-left: auto;
    margin-right: auto;
}

.content-section-d{
    margin-top: 70px;
}
footer {
    padding: 50px 0;
    background-color: #f8f8f8;
}
/*PREVENTS AUTO ZOOM IN MOBILES*/
input{
    font-size: 16px !important;
}
/*ADD THE CLASS NAME BEFORE THE : (AND) ::*/
::-webkit-input-placeholder {
    text-align: center;
}
:-moz-placeholder { /* Firefox 18- */
    text-align: center;  
}
::-moz-placeholder {  /* Firefox 19+ */
    text-align: center;  
}
:-ms-input-placeholder {  
    text-align: center; 
}
.topnav-fixed-width{
    max-width: 1440px; 
    margin-left: auto;
    margin-right: auto;
}
.top-right-navbar-button{
    font-family: avenir !important;
    background-color: #009a61;
    color: white;
    font-weight: 500 !important;
    margin-top: 14px;
    border: none;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    height: 40px;
    width: 100% !important;
    letter-spacing: 1px;
}
.top-right-navbar-button:hover{
    background-color: #212b35;
    color: white;
    -webkit-box-shadow: 0px 0px 41px -6px rgba(0,0,0,0.62);
    -moz-box-shadow: 0px 0px 41px -6px rgba(0,0,0,0.62);
    box-shadow: 0px 0px 41px -6px rgba(0,0,0,0.62);
}
.navbar-right{
    margin-right: 50px;
}
.navbar-left{
    margin-left: 35px;
}
.mac-mobile-area{
    width:1440px;
    padding-left: 15px;
    padding-right: 15px;
}
.white_area{
    background-color: white;
}
.grey_area{
    background-color: #ebebeb;
}
.green_area{
    background-color: #009a61;
    clear: both;
}
.content_inner{
    padding:25px;
    /*height: 732px;*/
}
.content_inner_custom{
    padding:10px;
    /*height: 732px;*/
}

.content_inner-padding{
    padding:15%;
}
.left{
    float: left;
}
.right{
    float: right;
}
.grey_hr_line{
    border-top: 1px solid #c9c6c6;;
}
.sub-heading{
    font-family: avenir !important;
    font-size: 37px;
    line-height: 1.36;
    text-align: left;
}
.sub-heading_description{
    font-family: avenir !important;
    font-size:22px;
    font-weight: 100 !important;
    line-height: 1.57;
    letter-spacing: -0.2px;
    text-align: left;
}
.italics-text{
    font-size: 20px;
    font-family: Times;
    font-weight: normal;
    font-style: italic;
    color:#777;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.author_name{
    font-family: avenir !important;
    font-size: 16px;
    font-weight: 600 !important;
    line-height: 1.86;
}
.bottom_heading_text{
    font-family: avenir !important;
    color: white;
    text-align: center;
    font-size: 42px;
    line-height: 1.42;
    letter-spacing: 1px;
    font-weight: 100 !important;
}
.mobile_image_width{
    width: 100%;
    max-width: 300px;
    margin:2% auto;
}
.email-box{
    max-width:30% !important;
    height: 60px;
    padding-top: 10px;
    border:1px solid white;
    background-color: #009a61;
    color: white;
}

.email-box::-webkit-input-placeholder {
    color:white;
    font-weight: 100 !important;
}
.email-box:-moz-placeholder { /* Firefox 18- */
    color:white;
    font-weight: 100 !important;
}
.email-box::-moz-placeholder {  /* Firefox 19+ */
    color:white; 
    font-weight: 100 !important;
}
.email-box:-ms-input-placeholder {  
    color:white; 
    font-weight: 100 !important;
}
.no-risk-text{
    font-family: avenir !important;
    color:white;
    font-size: 14px;
    font-weight: 100 !important;
    margin-top: -20px ;
}
.getstarted_button{
    font-family: avenir !important;
    font-size: 20px;
    cursor: pointer;
    height: 60px !important;
    width: 30% !important;
    margin-left: 0;
    background-color: white;
    color: #009a61;
    font-weight: 600;
    margin-top: 14px;
    margin-left: 0px;
    margin-bottom: 10px;
    border: none;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
}


.responsive-container {
    position: relative;
    width: 100%;
    /*border: 1px solid black;*/
}

.dummy {
    padding-top: 100%; /* forces 1:1 aspect ratio */
}

.text-container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align:left; /* Align center inline elements */
    font: 0/0 a;
}

.text-container .centerer {
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.text-container div {
    vertical-align: middle;
    display: inline-block;
    max-height: 100%;  /* <-- Set maximum height to 100% of its parent */
    max-width: 100%;   /* <-- Set maximum width to 100% of its parent */
}
.dance2-dummy{
    padding-top: 78.5%;
}
.dance3-dummy{
    padding-top: 95%;
}
.dance4-dummy{
    padding-top: 95.5%;
}
.dance6-dummy{
    padding-top: 99%;
}
.dance5-dummy{
    padding-top: 91.4%;
}
.content-inner-padding-left{
    padding-left: 16%;
}
.content-inner-padding-right{
    padding-left: 10%;
}
.remove_break{
    display: inherit;
}
.pricing-section-top{
    padding:20px;
    margin-top: 70px;
}
.pricing-section-heading{
    font-family: Avenir !important;
    font-size: 38px;
    font-weight: 500 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: center;
    color: #000000;
    margin-bottom: 0px;
}
.pricing-section-description{
    font-family: Avenir !important;
    font-size: 26px;
    font-weight: 300 !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: center;
    color: #777777;
}
.start-for-free-btn{
    font-weight: normal !important;
    letter-spacing: 1px;
    font-size: 15px;
}
.getstarted-pricing{
    height: 45px;
    max-width: 170px;
}
.pricing-section-table{
    padding: 20px; 
}
.pricing-table-label{
    font-family: Avenir !important;
    font-size: 14px;
    font-weight: normal !important;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.2px;
    text-align: center;
    color: #627280;
    margin-bottom: 0;
}
tr,td,th{
    height: 40px;
    text-align: center;
}
td{
    padding: 5px;
}
tr > td:first-child {
    text-align: left;
    padding-left: 20px !important;
    font-family: Avenir !important;
    font-size: 14px;
    font-weight: normal !important;
    letter-spacing: -0.2px;
    color: #627280;
}

tbody >tr:first-child > td:first-child{
    text-align: left;
    padding:20px;
}
table > thead > tr > th{
    height: auto;
    width:165px;
    text-align: center;
    background-color: #f4f6f8;
    padding: 20px 5px;
    font-size: 19px;
    font-family: avenir;
    font-weight: 500;
}
table > thead > tr > th:first-child{
    width:345px;
}
.dollar-top{
    font-weight: normal;
    font-size: 16px;
    top:-1em;
}
.pricing-table-bold-data{
    font-family: avenir;
    font-weight: 500;
    font-size: 40px;
    color:#30373b;
}
tbody > tr:nth-child(2),tbody > tr:nth-child(14){
    background-color: #f4f6f8;
}

.no-right-border{
    border-right-color: #f4f6f8 !important;
}
.far{
    font-size: 14px !important;
}
.fa-check:before{
    font-weight: 900;
    color:#007aff;
}
.fa-minus:before{
    font-weight: 900;
    color:#dfe3e9;  
}
.pricing-section-table{
    padding:15px;
}
.pricing-toggle-button{
    width:280px;
    height: 43px;
    border:solid 1px #dfe3e9;
}
.toggle-button{
    border-right: 1px solid #dfe3e9;
    padding:13px;
    font-family: avenir;
    font-size:11px;
    color:#627280;
    text-align: center;
    letter-spacing: 0.4px;
}
.toggle-button-active{
    font-family: avenir;
    font-size:11px;
    font-weight: 900;
    text-align: center;
    padding:13px;
    letter-spacing: 0.4px;
    background-color: #f4f6f8;
    border-bottom: 0.5px solid #dfe3e9;
}
.no-top-border{
    border-top:0 !important;
}
.no-bottom-border{
    border-bottom:0 !important;
}
.table-head-padding-mobile{
    padding-right: 10px;
    padding-left: 10px;
}

.gross_screen{
    padding:20px;
}

.gross_heading{
    font-family: avenir !important;
    font-size: 21px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.31;
    letter-spacing: 0.6px;
}
.gross_description {
    font-family: avenir !important;
    font-size: 16px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.49;
    letter-spacing: -0.1px;
    text-align: justify;
    color: #000000;
}
.gross_subheading{
    font-size: 20px;
}
.gross_result{
    font-size: 20px;
}
.gross-ip-width{
    width:100%;
    padding:5px;
}
.annual-savings{
    font-family: avenir !important;
    font-size:30px; 
    font-weight:600;
    color: #009a61;
}
.no-margin{
    margin:0;
}
.popup-close-web{
    cursor: pointer;
    float: right;
    font-family: avenir;
    font-size: 16px;
    letter-spacing: 0.6px;
}
.popup-close-mobile{
    display:none;
    cursor: pointer;
    float: left;
    font-family: avenir;
    font-size: 15px;
    letter-spacing: -0.3px;
}

#faq-sec  > .col-md-4 > p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1em;
    color: black;
}
#faq-sec  > .col-md-4 > p > a{
    cursor:grab; 
}
.inner_content{
    height: 250px;
    padding: 15px;
}

.heading_mobileview{
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-left: 6% !important;
    margin-right: 6% !important;

}

.content_mobileView{
    height: 160px;
    padding-left:14%;
}


.content_mobileView > center > h1 {
    font-size: 31px !important;
}


.bottom_form_input{
    width: 50% !important;
    height: 40px !important;
}
.bottom_form_button{
    max-width: 50% !important;
    margin-top: 10px !important;
    margin-left: 0px !important;
}

#bottom_form > h1 {
    margin-top: 0px;
    margin-bottom: 15px; 
    line-height: 0.6 !important;
}
.web_view {
    display: block;
}  
.mobile_view {
    display: none;
}

.mobile_image_margin{
    margin-top: -30px;
}

.form-error-msg{
    font-weight: normal;
    font-size: 18px !important;
}
.heading_home{
    font-family: Avenir;
    font-size: 42px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.2;
    letter-spacing: -0.3px; 
    margin-top: 70px;
    margin-bottom: 50px;
    text-align: center;
}
/*.home-top-content{
    padding-top: 70px;
}*/
.bold-green-text{
    font-weight: 600 !important;
    color:#009a61 !important;
    font-size: 15px;
    cursor: pointer;
}
/*.home-content{
    padding:20px;
    padding-bottom:50px;
}*/
.home-content-text{
    font-family: Avenir;
    font-size: 28px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.3px;
    padding-top: 50px; 
    padding-bottom: 25px;
}
.getstarted-home{
    margin: 0px !important;
    height: 60px !important;
    max-width: 280px !important;
    font-size: 18px;
    font-weight: 400 !important;
}
.company-owner-text{
    font-family: Avenir;
    font-size: 16px;
    font-weight: 800;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: -0.4px;
}
.logo-container{
    height:177px;
}

.home-content-logo{
    background-color: #efefef;
    padding:20px;
}
.goodcompany-description{
    font-size:17px;
    font-weight: 300;
    color: #5f5f5f;
    letter-spacing: 0.5px;
    margin: auto;
}
.logo-heading{
    font-size: 36px;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
}
.custom-input-placeholder::-webkit-input-placeholder {/* Chrome/Opera/Safari */
    font-size: 15px;
    font-weight: 300;
}
.custom-input-placeholder:-moz-placeholder { /* Firefox 18- */
    font-size: 15px;
    font-weight: 300;
}
.custom-input-placeholder::-moz-placeholder {  /* Firefox 19+ */
    font-size: 15px;
    font-weight: 300;
}
.custom-input-placeholder:-ms-input-placeholder {  
    font-size: 15px;
    font-weight: 300;
}
.modal-dialog{
    width: 300px !important;
}

.discover_why_button{
    width:180px !important;
    margin-left: 0px !important;
    background-color: white !important;
    cursor: pointer;
    margin-left: 0;
    color: #009a61 !important;
    border: none;
/*    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    border: 1px solid rgba(0,0,0,0.15) !important;*/
    font-weight: 600;
    height: 40px;
}
.discover_why_button:hover{
    color: #333 !important;
    background-color: #e6e6e6 !important;
    -webkit-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
    box-shadow: 0px 5px 15px 0px rgba(0,0,0,0.15);
}
.home-top-container{
    /*width:275px;*/
    padding-top:70px
}
.Contactus-container{
    width:300px;
    padding:20px;
}
.whymystudio-top-container{
    /*width: 1000px;*/
}
.img-dance2{
    max-width:400px;
    width: 100%;  
}
.img-dance5{
    max-width: 556px;
    width: 100%;
}
.img-dance7{
    max-width: 550px;
    width: 100%;
    margin: 2% auto;
}
/*For Desktop Normal Size*/
@media only screen and (max-width:1024px){
    .custom-width-container{
        max-width:1024px;
    }
    .topnav {
        font-size: 16px; 
    }
    .top-right-navbar-button{
        font-weight: 400 !important;
        /*margin-top: 14px;*/
        /*margin-left: 8px;*/
        /*height: 40px;*/
        /*width: 100% !important;*/
        letter-spacing: 0.50px;
    }
    .main-heading{
        font-size: 40px;
        /*font-weight: 600;*/
        line-height: 1.14;
        letter-spacing: 0.5px;
        /*text-align: center;*/
    }

    .heading_description{
        font-size:20px;
        /*font-weight: 100;*/
        line-height: 1.47;
        /*letter-spacing: -0.2px;*/
    }
    .content-inner-padding-left{
        padding-left: 5%;
    }
    .content-inner-padding-right{
        padding-left: 5%;
    }
    .sub-heading{
        font-size: 35px;
        line-height: 1.36;
        text-align: left;
    }
    .sub-heading_description{
        font-size:20px;
        font-weight: 100 !important;
        line-height: 1.57;
        letter-spacing: -0.2px;
        text-align: left;
    }
    .italics-text{
        font-size: 18px;
        /*letter-spacing: 0.5px;*/
        /*line-height: 1.4;*/
    }

    .author_name{
        font-size: 15px;
        /*font-weight: 600;*/
        /*line-height: 1.86;*/
    }
    .bottom_heading_text{
        color: white;
        text-align: center;
        font-size: 38px;
        line-height: 1.42;
        letter-spacing: 1px;
    }
    .getstarted_button{
        font-size: 18px;
    }
    .gross-ip-width{
        width:30%;
    }
    .navbar-right{
        margin-right: 1.5%;
    }
    .navbar-left{
        margin-left: 0%;
    }
}
/*For Tablets Size*/
@media only screen and (max-width:768px){
    .discover_why_button{
        min-width:248px !important;
    }
    .custom-width-container{
        max-width:768px;
    } 
    .custom-width-container > div:nth-child(2) {
        min-height: 330px;
    }
    .custom-width-container > div:nth-child(3) {
        min-height: 520px;
    }
    .grey_area>.col-xs-12,.white_area>.col-xs-12,.green_area>.col-xs-12{
        width:50%;
    }
    .main-heading{
        font-size: 30px !important;
        /*font-weight: 600;*/
        line-height: 1.14;
        letter-spacing: 0.5px;
        /*text-align: center;*/
        /*margin:0;*/
    }
    .heading_description{
        font-size:18px;
        /*font-weight: 100;*/
        line-height: 1.47;
        /*letter-spacing: -0.2px;*/
    }
    .content_inner{
        padding:15px;
    }
    .content_inner_custom{
        padding:5px;
    }

    .content-inner-padding-left,.content-inner-padding-right{
        padding:0;
    }
    .sub-heading{
        font-size: 25px !important;
        line-height: 1.36;
        text-align: left !important;
    }
    .sub-heading_description{
        font-size:18px;
        font-weight: 100 !important;
        line-height: 1.57;
        letter-spacing: -0.2px;
        text-align: left;
    }
    .italics-text{
        font-size: 17px;
        /*letter-spacing: 0.5px;*/
        /*line-height: 1.4;*/
    }

    .author_name{
        font-size: 14px;
        /*font-weight: 600;*/
        /*line-height: 1.86;*/
    }
    .email-box{
        max-width:50% !important;
        height: 50px;
    }
    .getstarted_button{
        width:50% !important;
        height:50px !important;
    }
    .bottom_heading_text{
        font-size: 25px;
    }
    .heading_home{
        font-size: 38px;
        margin-top: 50px;
        margin-bottom: 40px;
    }
    .home-content-text{
        font-size: 25px;
        padding-top: 30px;
    }
    .pricing-section-heading{
        font-size: 36px;
    }
    .pricing-section-description{
        font-size: 24px;
    }
    .custom-width-header,
    .custom-width-header-toggle{
        width: 397px !important;
    }
    .mobile_view {
        display: block;
    } 
    .web_view {
        display: none;
    } 
    .grey_hr_line{
        margin-top: 0;
        margin-left: 30%;
        margin-right: 30%;
        margin-bottom: 10px;
    }
    .mobile_image_width{
        max-width: 250px;
        margin-bottom: 7%;
    }
    .company-owner-text{
        font-size: 14px;
    }
    .pricing-table-bold-data{
        width:83px;
    }
    .gross_screen{
        width:320px;
        margin:auto;
    }
   
    .gross-ip-width{
        width:95%;
    }
}
/*For sizes between  Mobile & Tab*/
@media only screen and (max-width:640px){
    .goodcompany-description{
        /*padding:0 5%;*/
    }
}
/*For Mobile Size*/
@media only screen and (max-width:480px){
    .custom-width-container > div:nth-child(2) {
        min-height: 1px;
    }
    .custom-width-container > div:nth-child(3) {
        min-height: 1px;
    }
    .remove_break{
        display: none;
    }
    .main-heading{
        font-size: 24px !important;
        font-weight: 600 !important;
        line-height: 1.14;
        letter-spacing: 0.5px;
        /*text-align: center;*/
        /*margin:0;*/
        text-align: left !important;
    }
    .heading_description{
        font-size:16px;
        /*font-weight: 100;*/
        line-height: 1.47;
        /*letter-spacing: -0.2px;*/
        text-align: left !important;
    }
    .content_inner{
        padding:10px;
    }
    .grey_area>.col-xs-12,.white_area>.col-xs-12,.green_area>.col-xs-12{
        width:100%;
    }

    .responsive-container {
        position: static;
        width: auto;
    }
    .dummy,.dance2-dummy,.dance3-dummy,.dance4-dummy,dance6-dummy,.dance5-dummy{
        padding-top: 0;
    }
    .text-container{
        position: static;
    }
    .text-container .centerer {
        display: auto;
        vertical-align: auto;
        height: auto;
    }
    .sub-heading{
        font-size: 22px !important;
        line-height: 1.36;
        text-align: left !important;
    }
    .sub-heading_description{
        font-size:16px;
        font-weight: 100 !important;
        line-height: 1.57;
        letter-spacing: -0.2px;
        text-align: left;
    }
    .italics-text{
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 1.2;
    }

    .author_name{
        font-size: 12px;
        /*font-weight: 600;*/
        /*line-height: 1.86;*/
    }
    .email-box{
        max-width:100% !important;
        height: 40px !important;
    }
    .getstarted_button{
        width:100% !important;
        height: 40px !important;
        font-size: 14px;
        margin-bottom: 5px;
    }
    .bottom_heading_text{
        font-weight: 300 !important;
    }
    .email-box::-webkit-input-placeholder {
        font-size: 14px;
    }
    .email-box:-moz-placeholder { /* Firefox 18- */
        font-size: 14px;
    }
    .email-box::-moz-placeholder {  /* Firefox 19+ */
        font-size: 14px;
    }
    .email-box:-ms-input-placeholder {  
        font-size: 14px;
    }
    .no-risk-text{
        font-size: 12px;
    }
    .custom-input-placeholder::-webkit-input-placeholder {/* Chrome/Opera/Safari */
        font-size: 13px;
        font-weight: 100;
    }
    .custom-input-placeholder:-moz-placeholder { /* Firefox 18- */
        font-size: 13px;
        font-weight: 100;
    }
    .custom-input-placeholder::-moz-placeholder {  /* Firefox 19+ */
        font-size: 13px;
        font-weight: 100;
    }
    .custom-input-placeholder:-ms-input-placeholder {  
        font-size: 13px;
        font-weight: 100;
    }
    .dollar-top{
        font-size: 14px;
        top:-1.5em;
    }
    .pricing-section-heading{
        font-size: 33px !important;
        margin-top: 0px;
    }
    .pricing-section-description{
        font-size: 21px;
        width: 286px;
    }
    table > thead > tr > th{
        font-size: 15px;
    }
    .pricing-table-label{
        font-size:13px;
    }
    tr > td:first-child{
        font-size: 12px;
        width:158px;
        padding: 10px !important;
    }
    tbody > tr:first-child > td:first-child{
        width: 196px;
    }
    .pricing-table-bold-data{
        font-size:34px;
        text-align: center;
        width:90px;
    }
    .start-for-free-btn{
        font-size: 12px;
    }
    .navbar-left{
        margin-left: 0;
    }
    .form-error-msg{
        font-size: 14px !important;
    }
    .bold-green-text{
        font-size: 12px;
    }
    .heading_home{
        font-size: 21px;
        font-weight: 600;
        line-height: 1.21;
        letter-spacing: 0.3px;
        text-align: left;
        margin: 0;
        padding:20px;
    }
/*    .home-content{
        padding: 20px; 
    }*/
    .home-content-text{
        font-size: 18px;
        line-height: 1.33;
        letter-spacing: normal;
        text-align: left;
        padding:0;
        padding:20px;
    }
    .getstarted-home{
        height: 50px !important;
        max-width:90% !important;
    }
    .logo-heading{
        font-size: 22px;
        letter-spacing: -0.4px;
        margin: 0 !important;
    }
    .goodcompany-description{
        font-size:15px;
    }
    .gross-ip-width{
        width:100%;
        padding:1px;
    }
    .popup-close-web{
        display: none;
    }
    .popup-close-mobile{
        display: block;
    }
    .gross_screen{
        padding:20px 25px;
        width:auto;
    }
    .gross_heading{
        font-size: 20px;
    }
    .gross_description {
        font-size: 14px;
    }
    .gross_subheading{
        font-size: 20px;
    }
    .gross_result{
        font-size: 19px;
    }
    .gross-ip-width{
        width:100%;
        padding:1px;
    }
    .annual-savings{
        font-size:28px; 
    }
    .custom-width-header{
        width: 286px !important;
    }
    .custom-width-header-toggle{
        width: 286px !important;
    }
    .logo-container > img{
        width:120px;
    }
    .modal-dialog{
        width: 290px !important;
    }
    .discover_why_button{
        min-width:170px !important;
    }
    .home-footer-container{
        width:275px;
    }
    .goodcompany-container{
        width:230px;
    }
    .home-top-container{
        /*width:275px;*/
        padding-top:70px
    }
    .whymystudio-top-container{
        /*width: 273px;*/
    }
    .img-dance2{
        margin-bottom: 6%;
    }
    .img-dance5{
        margin-bottom:4%
    }
    .img-dance7{
        margin-bottom:7%
    }
}




