/* ==========================================================================
   all page inline css
   ========================================================================== */

        /* header
           ========================================================================== */
                #header-wrapper .errormsg{
                    color: #D03135;
                    display: block;
                    padding: 0px 0;
                }
                #header-wrapper #dropdownbox {
                    height: 170px;
                    top:30px;
                    margin-left: -35px;
                    width: 190px;
                    padding: 15px;
                    display: none;
                    border-radius: 5px;
                    background-color: white;
                    border: 1px solid #DDDDDD;
                    position:absolute;
                    z-index: 99;
                }

        /* fronts/directory_result
           ========================================================================== */
                .openCONTENT {
                    z-index: 99;
                    position: absolute;
                    display: none;
                    opacity: 1!important;
                    width: 254px;
                    height: 110px;
                    padding-left: 8px;
                    padding-right: 8px;
                    border: 1px solid #BEBEBE;
                    border-right: 6px solid #BEBEBE;
                    top: -1px;
                    right: 0px;
                    background: white!important;
                    background-color: white!important;
                }

        /* fronts/expertise_search
           ========================================================================== */
                ul.ui-autocomplete{
                    width:200px;
                    background-color:white;
                    border:1px solid gray;
                    margin-left:-3px !important;
                    margin-right:1px !important;
                    margin-top:-4px;
                    font-family:Helvetica, Arial,sans-serif;max-height:180px;
                    overflow:hidden;
                    max-height:160px;
                }
                ul.ui-autocomplete li{
                    list-style:none;
                    border-top:1px solid white;
                    border-left:1px solid white;
                    margin:0;
                    max-height:180px;
                    overflow:auto;
                }
                ul.ui-autocomplete li:first-child{
                    border-top:none;
                }
                ul.ui-autocomplete li:last-child{
                    border-bottom:none;
                }
                ul.ui-autocomplete li a{
                    border:none !important;
                    text-decoration:none !important;
                    padding:2px;
                    display:block;
                    color:black;
                }
                ul.ui-autocomplete li img{
                    margin-right:4px;
                }
                ul.ui-autocomplete li span{
                }
                #ui-active-menuitem{
                    background-color:#efefef;
                    cursor:pointer;
                }

        /* fronts/index
           ========================================================================== */
                @media screen and (min-width: 1400px){
                    .navbar .container,#footer-section .container,#subfooter-section .container{
                        max-width: 1500px;
                        display: table;
                        width: 100%;
                        margin: 0 auto;
                        position: relative;
                        padding-right: 0;
                        padding-left: 0;
                    }
                    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
                        margin-left: -5px;
                    }
                    .navbar-right{
                        margin-right: 0px;
                    }
                }
                @media screen and (max-width: 1600px){
                    .navbar .container,#footer-section .container,#subfooter-section .container{
                        max-width: 1170px;
                        padding-right: 15px;
                        padding-left: 15px;
                    }
                }
                @media screen and (max-width: 1200px){
                    .navbar .container,#footer-section .container,#subfooter-section .container{
                        max-width: 970px;
                    }
                }
                @media screen and (max-width: 992px){
                    .navbar .container,#footer-section .container,#subfooter-section .container{
                        max-width: 750px;
                    }
                }

        /* fronts/thanks
           ========================================================================== */
                .flash_good {
                    font-family: Ubuntu;
                    font-size: 15px;
                }

        /* members/casestudy
           ========================================================================== */
                .casestudy-full-page .ql-editor {
                    padding:0px;
                }
                .casestudy-full-page a {
                    color: #d03135;
                }



/* ===================================================style38.css Start======================================================== */
/*common*/
* {
    font-family: 'OpenSansRegular',sans-serif;
}
a{
    color: #D03135;
}
input:not([type="checkbox"]){
    -webkit-appearance: none;
}
label {
    font-weight: normal;
}
.pad0 {
    padding: 0px;
}
.margin0 {
    margin: 0px;
}
.mshow {
    display: none !important;
}
::selection {
    background-color: #d03135;
    color: #fff;
}
.text-center {
    text-align: center !important;
}
.shownav {
    display: none !important;
}
.margint20 {
    margin-top: 20px;
}
.modal .close {
    position: absolute;
    right: 15px;
    top: 11px;
}
.heading-mark {
    font-size: 35px !important;
}
textarea,
input,
button {
    outline: none !important;
}
.sign-gurantee {
    width: 20px;
}
.display-block {
    display: block;
}
.mt10 {
    margin-top: 10px !important;
}
a:focus {
    outline: 0px;
}
.pad40 {
    padding-right: 40px;
}
/*active class*/
.active-member {
    box-shadow: 0px 0px 12px 5px rgba(0, 0, 0, 0.08);
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.05);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.05);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.05);
    transition: all 200ms ease-in;
    transform: scale(1.05);
    border-top: 2px solid #d03135 !important;
}
/*errors*/
.form-control {
    color: #000 !important;
}
.error {
    color: #d03135;
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 13px;
}
.form-control.error,
.form-control.error:focus {
    border: 2px solid #d03135;
}
/*button*/
.get-started,
.resource-scroll,
.membership-btn {
    background-color: #d03135;
    color: #fff;
    font-family: 'UbuntuM';
    font-size: 16px;
    padding: 6px 12px;
    border: 1px solid #d03135;
}
.membership-btn {
    font-size: 24px;
}
.get-started:hover,
.resource-scroll:hover,
.membership-btn:hover {
    background-color: #000 !important;
    color: #fff !important;
    border: 1px solid #000 !important;
}
#banner-section .get-started {
    font-size: 16px !important;
}
.disable-btn {
    background-color: #d8d8d8 !important;
    pointer-events: none;
}
/*header css*/
.header-align {
    margin-bottom: 0px;
    height: 90px;
    border-top: 2px solid #d03135;
    background-color: #fff;
    z-index: 7777;
}
.header-align .navbar-brand {
    padding: 0px;
}
.header-align .navbar-brand img {
    margin-top: 10px;
    width: 391px;
}
.header-align .navbar-brand {
    position: relative;
    z-index: 999;
}
.header-align .navbar-right li {
    color: #000;
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    padding: 0px 10px;
    cursor: pointer;
    margin-top: 50px;
}
.header-align .navbar-right li:last-child{
    padding-right: 0;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand{
    margin-left: 0;
}
.navbar-right{
    margin-right: 0;
}
.header-align .navbar-right li a {
    font-family: 'OpenSansRegular',sans-serif;
    padding: 0px;
    color: #000;
    font-size: 16px;
    cursor: pointer;
    //font-weight: bold;
    display: initial;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover, .header-align .navbar-right li a:hover{
    color: #d03135;
}
.header-align .navbar-right li #dropdownbox td a{
    color: #000 !important;
}
.header-align .navbar-right li #dropdownbox td a:hover, .header-align .navbar-right li #dropdownbox td a:focus{
    color: #d03135 !important;
}
.header-align .nav-top {
    position: absolute;
    right: 0;
    top: 10px;
}
.header-align .nav-top li {
    display: inline-block;
    font-family: 'UbuntuM';
    color: #000;
    font-size: 16px;
    cursor: pointer;
    margin-left: 30px;
    font-weight: 300;
}
.header-align .nav-top li a {
    font-family: 'OpenSansRegular',sans-serif;
    //font-weight: 700;
    padding: 5px 10px;
    border: 1px solid #d03135;
    position: relative;
    top: 0px;
    cursor: pointer;
    text-decoration: none;
    color: #d03135 !important;
    font-size: 14px;
}
.header-align .navbar-toggle {
    border: none;
    margin-top: 25px;
}
.header-align .navbar-toggle:hover {
    background-color: #fff;
}
.header-align .navbar-toggle .icon-bar {
    background-color: #d03135;
    width: 20px;
    height: 3px;
}
.header-align .navbar-collapse {
    border: none;
    position: relative;
}
.navbar-header button {
    margin-top: 20px;
}
.header-align .navbar-right > li.login{
    margin-top: 39px;
}
.header-align .profile-dropdown {
    /* top: -13px; */
    /* border: 1px solid #f6f6f6; */
    height: 40px;
}
.header-align .profile-dropdown .dropdown-toggle {
    padding: 0px;
    border: none;
}
.header-align .profile-dropdown .dropdown-toggle:active,.header-align .profile-dropdown .dropdown-toggle:focus{
    color: #333;
    background: transparent;
    box-shadow: none;
}
.header-align .profile-dropdown .dropdown-toggle .profile-img {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 0%;
    background: #ccc;
}
.header-align .profile-dropdown .name {
    font-size: 14px;
    padding: 10px 0 0 15px;
    display: none;
    vertical-align: middle;
}

.header-align .profile-dropdown .dropdown-toggle:hover,
.header-align .profile-dropdown .dropdown-toggle:active:hover,
.header-align .profile-dropdown .dropdown-toggle:focus {
    background-color: transparent;
}
.header-align .profile-dropdown .dropdown-toggle .profile-img img {
    width: 100%;
}
.header-align .profile-dropdown .caret {
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: 20px;
}
.header-align .profile-dropdown ul li {
    margin-top: 0px;
    line-height: 30px;
    padding: 0px;
}
.header-align .profile-dropdown ul li a {
    padding: 5px 10px;
    width: 100%;
    display: inline-block;
    vertical-align: top;    
}
.header-align .profile-dropdown .dropdown-menu {
    right: -20px;
}
.btn:focus,
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0px;
    background-color: #d03135;
    color: #fff;
    border: none;
}
/*banner section*/
#banner-section {
    margin-top: 90px;
    position: relative;
}
.website-inner-content .website-page{
    display: flex;
    align-items: center;
}
#banner-section .get-started {
    margin-top: 20px;
}
#banner-section .banner-content {
    margin-top: 13%;
}
#banner-section .banner-content h1 {
    font-family: 'UbuntuM';
    color: #fff;
    font-size: 35px;
}
#banner-section .banner-content p {
    font-family: 'OpenSansRegular',sans-serif;
    color: #fff;
    font-size: 24px;
}
#banner-section .featured-work {
    width: 1000px;
    margin: 0 auto;
    margin: 50px auto;
}
#banner-section .featured-work .heading h5 {
    font-family: 'UbuntuM';
    color: #fff;
    text-decoration: underline;
    font-size: 24px;
    margin-bottom: 60px;
}
#banner-section .featured-work .featured-desc img {
    display: block;
    margin: 0 auto;
}
#banner-section .featured-work .featured-desc label {
    font-family: 'OpenSansRegular',sans-serif;
    color: #fff;
    font-size: 16px;
    margin-top: 10px;
}
#banner-section .blockquote-reverse {
    border-right: 0px solid #eee;
}
.banner-content .start-img {
    width: 210px;
}
/*impression-section*/
#impression-section {
    background-color: #000;
    padding: 80px 0px;
}
#impression-section .impression-desc h1 {
    font-family: 'UbuntuM';
    color: #fff;
    font-size: 35px;
    margin-top: 0px;
    margin-bottom: 20px;
}
#impression-section .impression-desc ul {
    padding-left: 20px;
}
#impression-section .impression-desc p {
    font-family: 'OpenSansRegular',sans-serif;
    color: #fff;
    font-size: 24px;
}
#impression-section .impression-desc ul li {
    font-family: 'OpenSansRegular',sans-serif;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.6px;
    list-style-type: disc;
}
/*amplify section*/
.ampliy-section#impression-section,
#testimonial-section,
#portfolio-section {
    background-color: #CCCCCC;
    padding: 80px 0px;
}
#impression-section.ampliy-section .impression-desc h1,
#impression-section.ampliy-section .impression-desc p,
#impression-section.ampliy-section .impression-desc ul li {
    color: #000;
}
#impression-section.ampliy-section .impression-desc ul li {
    font-family: 'OpenSansRegular',sans-serif;
}
/*testimonial-section*/
#testimonial-section {
    padding-bottom: 30px;
}
#testimonial-section .testimonial-heading h1,
#portfolio-section .testimonial-heading h1,#portfolio-section .testimonial-heading h6,
#membership-section .features-heading h1,
#customized-membership .features-heading h1,
#features-section .features-heading h1 {
    font-family: 'UbuntuM';
    color: #000;
    font-size: 35px;
    margin-top: 0px;
}
#testimonial-section .testimonial-heading p,
#portfolio-section .testimonial-heading p,
#membership-section .features-heading p,
#customized-membership .features-heading p,
#features-section .features-heading p {
    font-family: 'OpenSansRegular',sans-serif;
    color: #333333;
    font-size: 16px;
}
.testimonial-container .tesimonial-part .person-img {
    display: inline-block;
    vertical-align: top;
    width: 150px;
    height: 150px;
    overflow: hidden;
    margin: 20px;
}
.testimonial-container .tesimonial-part .person-img img {
    width: 100%;
}
.testimonial-container {
    background-color: #EFEFEF;
    width: 80%;
    margin: 0 auto;
    margin-top: 40px;
    position: relative;
}
.testimonial-container .tesimonial-part .person-desc {
    display: inline-block;
    width: 70%;
    padding-left: 10px;
    padding-top: 14px;
    padding-bottom: 10px;
}
.testimonial-container .tesimonial-part .person-desc p,
.testimonial-container .tesimonial-part .person-desc span {
    font-family: 'OpenSansRegular',sans-serif;
    color: #333333;
    font-size: 16px;
    line-height: 24px;
}
.testimonial-container .tesimonial-part .person-desc label {
    display: block;
    font-family: 'UbuntuM';
    color: #000;
    font-size: 16px;
}
.testimonial-container .carousel-control.right:hover,
.testimonial-container .carousel-control.left:hover {
    color: #d03135;
}
.testimonial-container .carousel-control.right {
    position: absolute;
    margin-right: -50px;
    top: 50px;
    right: -60px;
    cursor: pointer;
}
.testimonial-container .carousel-control.left {
    position: absolute;
    margin-left: -50px;
    top: 50px;
    left: -60px;
    cursor: pointer;
}
.testimonial-container .carousel-control.right,
.testimonial-container .carousel-control.left {
    background-image: none !important;
}
/*talkto us*/
// #interested-section {
//     padding: 40px 0px;
// }
#interested-section .get-started {
    background-color: #d03135;
    color: #fff;
    font-family: 'UbuntuM';
    font-size: 24px;
    width: 50%;
    padding: 10px;
}
#interested-section .form-interest {
    width: 400px;
    margin: 0 auto;
    margin-top: 20px;
}
#interested-section .form-success {
    margin-top: 30px;
}
#interested-section .form-success p {
    font-family: 'UbuntuM';
    color: #d03135;
    font-size: 16px;
}
#interested-section .form-interest .get-started {
    width: 100%;
}
#interested-section .form-interest .form-control {
    border-radius: 0px;
    box-shadow: none;
    font-family: 'OpenSansRegular',sans-serif;
    height: 45px;
}
#interested-section .form-section span {
    font-family: 'UbuntuM';
    font-size: 16px;
    display: block;
    margin: 20px 0px;
}
/*footer section*/
#footer-section {
    background-color: #222222;
    padding: 40px 0px;
    clear: both;
}
#footer-section h2 {
    font-family: 'UbuntuM';
    font-size: 16px;
    color: #fff;
    margin-top: 0px;
}
#footer-section p {
    font-family: 'OpenSansRegular',sans-serif;
    color: #fff;
    font-size: 16px;
}
#footer-section .about-footer ul {
    margin-top: 20px;
}
#footer-section .about-footer ul li {
    line-height: 30px;
    color: #fff;
    font-family: 'UbuntuM';
}
#footer-section .about-footer ul li label {
    font-family: 'OpenSansRegular',sans-serif;
    opacity: 0.6;
    font-size: 16px;
}
#footer-section .about-footer ul li span {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
}
#footer-section ul li a,
#footer-section ul li a:hover {
    color: #fff;
    font-family: 'UbuntuM';
    text-decoration: none;
    font-size: 16px;
    cursor: pointer;
}
#footer-section .social-footer ul li a {
    font-size: 22px;
    padding-right: 10px;
}
#footer-section .social-footer ul li a:hover {
    color: #CF3135;
}
#footer-section .tweets-footer ul li {
    padding-bottom: 15px;
    cursor: pointer;
}
#footer-section .tweets-footer ul li a {
    cursor: pointer;
}
#footer-section .social-footer ul li {
    display: inline-block;
    margin-right: 10px;
}
#subfooter-section {
    background-color: #2a2a2a;
    padding: 10px 0px;
    padding-top: 15px;
}
#subfooter-section ul {
    margin-bottom: 0px;
}
#subfooter-section ul li,
#subfooter-section ul li a,
#subfooter-section ul li a:hover {
    color: #fff;
    display: inline-block;
    font-family: 'OpenSansRegular',sans-serif;
    text-decoration: none;
    opacity: 0.9;
    font-size: 16px;
}
#subfooter-section label {
    color: #fff;
    font-family: 'OpenSansRegular',sans-serif;
    opacity: 0.9;
    font-size: 16px;
}
.portfolio-section {
    margin-top: 50px;
}
/*website page css goes here*/
.website-page#banner-section .banner-content {
    margin-top: 10%;
}
.website-page .blockquote-reverse {
    margin-bottom: 0px;
}
.website-page .blockquote-reverse p,
.website-page .blockquote-reverse footer {
    color: #fff;
    font-family: 'UbuntuM';
    font-size: 16px;
}
.website-page .cariusel-banner {
    width: 750px;
    margin: 0 auto;
    position: relative;
}
.website-page#banner-section .featured-work {
    width: 1000px;
    margin: 0 auto;
}
#banner-section.website-page .featured-work .heading h5 {
    margin-bottom: 20px;
}
.portfolio-section .featured-work label {
    display: block;
    text-align: center;
    font-family: 'UbuntuM';
    font-size: 16px;
    margin-top: 10px;
}
.featured-desc {
    padding: 30px;
    border: 2px solid #ccc;
}
.featured-desc:hover {
    border: 2px solid #d03135;
}
.featured-desc a,
.featured-desc a:hover {
    color: #000;
    text-decoration: none;
}
.invest-details .invest-area {
    border-top: 2px solid #d03135;
    width: 450px;
    margin: 0 auto;
    padding: 20px 0px;
    background-color: #EFEFEF;
}
.invest-details .invest-area .invest-heading {
    margin: 20px 0px;
}
.invest-details .invest-area .invest-heading h1 {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 36px;
    display: inline-block;
    margin-top: 0px;
}
.invest-details .invest-area .invest-heading label a {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    color: #d03135;
}
.invest-details .i-details ul {
    padding-left: 40px;
    margin-bottom: 10px;
}
.invest-details .i-details ul li {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    text-align: left;
    line-height: 26px;
    list-style: disc;
}
.invest-details .invest-img {
    width: 270px;
    padding: 50px 0px;
}
.visit-website {
    position: absolute;
    right: 0px;
    z-index: 999;
    padding: 10px;
    bottom: 0px;
}
.visit-website label {
    margin-bottom: 0px;
}
.visit-website label a,
.visit-website label a:hover {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 14px;
    color: #d03135;
    text-decoration: none;
}
.visit-website label a:hover {
    text-decoration: underline;
}
.upfront-label {
    font-family: 'UbuntuM';
    font-size: 16px;
    color: #000;
    display: block;
    margin-bottom: 35px;
}
/*login modal*/
.loginModal .modal-header {
    border-bottom: none;
}
.loginModal .modal-dialog {
    width: 600px;
}
.loginModal .modal-content {
    border-radius: 4px;
    background-color: #efefef;
    padding: 5px 10px;
}
.loginModal .modal-title {
    font-family: 'UbuntuM';
    text-align: center;
    font-size: 24px;
}
.loginModal .login-form .form-group .form-control {
    height: 45px;
    box-shadow: none;
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 14px;
}
.loginModal .get-started {
    font-size: 16px;
    padding: 5px 10px;
    width: auto;	
    margin-bottom: 20px;
}
.loginModal .forget-label {
    padding-bottom: 10px;
}
.loginModal .forget-label label {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    cursor: pointer;
    color: #d03135;
}
.need-account,
.need-accounts {
 /*   margin: 10px 0px;*/
    margin-bottom: 0px;
}
.need-account label,
.need-accounts label {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    margin-bottom: 0px;
}
.need-account label span,
.need-accounts label span {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    color: #d03135;
    cursor: pointer;
}
.loginModal .or {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    color: #000;
    text-align: center;
    display: block;
    margin: 20px 0px;
    position: relative;
}
.loginModal .or:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0px;
    width: 23%;
    background-color: rgba(0, 0, 0, 0.18);
    top: 12px;
    height: 1px;
}
.loginModal .or:after {
    content: '';
    position: absolute;
    display: inline-block;
    right: 0px;
    width: 23%;
    background-color: rgba(0, 0, 0, 0.18);
    top: 12px;
    height: 1px;
}
#signup-modal .or:before {
    width: 22%;
}
#signup-modal .or:after {
    width: 22%;
}
.loginModal .forgetpassword-desc {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    line-height: 25px;
}
.registerModel .modal-content {
    border-radius: 4px;
    background-color: #efefef;
    padding: 15px 15px;
}
.registerModel .modal-title {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    line-height: 25px;
}
.registerModel .modal-title label {
    font-family: 'UbuntuM';
}
.registerModel .consultant-section h1 {
    font-family: 'UbuntuM';
    font-size: 24px;
    margin-top: 0px;
}
.registerModel .consultant-section p {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    line-height: 25px;
    font-size: 16px;
    padding-bottom: 10px;
}
/*errors*/
.login-error {
    padding: 10px 0px;
}
.login-error label {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    color: #d03135;
    display: block;
}
/*tabs link*/
.fixed-tab {
    position: fixed;
    top: 90px;
    width: 100%;
    background-color: #fff;
    z-index: 999;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
}
.tab-links ul {
    margin-bottom: 0px;
    text-align: center;
}
.tab-links ul li {
    font-family: 'UbuntuM';
    font-size: 16px;
    display: inline-block;
    margin-left: 50px;
    letter-spacing: 0.5px;
    cursor: pointer;
    padding: 18px 0px;
}
.tab-links ul li a,
.tab-links ul li a:hover {
    font-family: 'UbuntuM';
    font-size: 16px;
    padding: 20px 30px;
    text-decoration: none;
    color: #000;
}
.tab-links ul li a.active {
    background-color: #d03135;
    color: #fff;
}
/*features*/
#features-section {
    background-color: #ccc;
    padding-bottom: 50px;
}
#features-section .features-heading {
    padding: 30px 0px;
}
#features-section .features-heading p {
    margin-bottom: 0px;
}
#features-section .feature-container {
    background-color: #fff;
    border-radius: 6px;
    margin: 17px 0px;
    padding: 0px;
    height: 300px;
    overflow: hidden;
}
#features-section .feature-container .features-desc h1 {
    font-family: 'UbuntuM';
    font-size: 24px;
    color: #d03135;
    margin-bottom: 0px;
}
#features-section .feature-container .features-desc p {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    padding: 10px 20px;
    color: #333333;
}
#features-section .feature-container .features-desc p a {
    color: #d03135;
}
/*membership section*/
#membership-section {
    /*background-color: #CCCCCC;*/
    padding: 40px 0px;
}
#membership-section .plan-c {
    margin: 40px 0px;
}
#membership-section .plan-container {
    background-color: #efefef;
    border: 1px solid #ddd;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    padding-bottom: 10px;
    height: 540px;
    position: relative;
}
#membership-section .plan-container .p-header {
    /*height: 80px;
    overflow: hidden;*/
}
#membership-section .guild-subdesc p {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    line-height: 23px;
    margin-bottom: 0px;
    padding: 10px 10px;
}
#membership-section .plan-container .p-header img {
    width: 100%;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
#membership-section .p-price {
    background-color: #dbd8d8;
    text-align: center;
}
#membership-section .p-price label {
    font-family: 'UbuntuM';
    font-size: 35px;
    color: #000;
    padding: 10px 0px;
}
#membership-section .price-desc {
    margin: 20px 0px;
}
#membership-section .price-desc ul {
    padding-left: 10px;
}
#membership-section .price-desc ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    /* border-radius: 50%; */
    background-color: #000;
    display: inline-block;
    position: relative;
    left: 0px;
    top: -3px;
    margin-right: 4px;
}
#membership-section .price-desc ul li {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    display: block;
    padding-bottom: 15px;
    line-height: 23px;
    padding-right: 10px;
    color: #333333;
}
#membership-section .plan-submit {
    position: absolute;
    width: 100%;
    bottom: 10px;
}
#membership-section .plan-submit .get-started {
    width: 95%;
    text-align: center;
    padding: 10px 0px;
}
/*customize members*/
.c-memeber {
    margin: 40px auto;
}
.c-memeber .c-desc {
    margin-bottom: 20px;
}
.c-memeber .c-desc label {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
}
.c-memeber .form-control {
    width: 40px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -6px;
    margin: 0px 4px;
    padding: 5px;
    box-shadow: none;
    font-family: 'UbuntuM';
}
.total-cost {
    margin-top: 20px;
}
.total-cost label {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
}
.total-cost .form-inline {
    display: inline-block;
}
.total-cost .form-control {
    width: 150px;
    height: 58px;
    display: inline-block;
    margin-top: -8px;
    font-size: 30px;
    font-family: 'UbuntuM';
}
.total-cost .get-started {
    display: inline-block;
    margin-left: 30px;
}
/*email signature*/
.email-c {
    text-align: left;
    width: 100%;
    margin: 25px auto;
}
.email-c .email-img {
    width: 90px;
    height: 90px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
}
.email-c .email-img img {
    width: 100%;
    border-radius: 2px;
}
.email-c .email-desc {
    display: inline-block;
    width: 60%;
    margin-left: 5px;
}
.email-c .email-desc h2 {
    font-family: 'UbuntuM';
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
    margin-top: 0px;
}
.paddingalign {
    margin-left: 0px;
    background-color: #f6f6f6;
    padding: 20px 20px;
    margin-bottom: 0px;
}
.email-c .email-desc label {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 12px;
    display: block;
}
.email-c .sub-desc-e {
    margin-top: 5px;
}
.web-id a {
    font-family: 'OpenSansRegular',sans-serif;
}
.email-c .sub-desc-e p {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 12px;
    display: block;
    margin-bottom: 3px;
}
.email-c .sub-desc-e label {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 13px;
    display: block;
}
.email-c .sub-desc-e span {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 13px;
    display: block;
}
.email-c .sub-desc-e label.web-id {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 13px;
    color: #d03135;
    display: block;
}
.align-test {
    padding-bottom: 100px !important;
}
.badge-c {
    background-color: #333;
    width: 90%;
    padding: 15px 0px;
}
.badge-c .email-desc h2,
.badge-c .email-desc label {
    color: #fff;
}
.badge-c .sub-desc-e {
    display: inline-block;
}
.badge-c .sub-desc-e a {
    display: inline-block;
}
.badge-c .sub-desc-e img {
    width: 90px;
    height: auto;
    margin-left: -6px;
}
.badge-c .get-started {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 14px;
    display: inline-block;
    padding: 7px 5px;
    border-radius: 2px;
}
.badge-c .get-started:hover,
.badge-c .get-started:focus {
    background-color: #d03135 !important;
    color: #fff !important;
    border: 1px solid #d03135 !important;
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 14px;
    display: inline-block;
    padding: 7px 5px;
    border-radius: 2px;
}
.badge-c.email-c .email-img {
    width: 90px;
    height: 90px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    margin-left: 15px;
}
#banner-section.advantage-page {
    height: 480px !important;
}
.total-cost .form-control {
    width: 250px;
    font-family: 'UbuntuM';
}
/*placeholder css*/
.total-cost .form-control::-webkit-input-placeholder {
    color: #000;
    opacity: 0.5;
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 14px;
    position: relative;
    top: -5px;
}
.total-cost .form-control::-moz-placeholder {
    color: #000;
    opacity: 0.5;
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 14px;
    position: relative;
    top: -5px;
}
.form-success {
    margin-top: 30px;
    text-align: center;
}
.form-success p {
    font-family: 'UbuntuM';
    color: #d03135;
    font-size: 16px;
}
/*privacy section*/
#privacy-section {
    margin-top: 100px;
    padding: 0px;
    margin-bottom: 60px;
}
#privacy-section .p-area {
    margin-bottom: 30px;
}
#privacy-section .p-area .privacy-heading {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
#privacy-section .p-area .privacy-heading h1 {
    font-family: 'UbuntuM';
    font-size: 24px;
    color: #000;
    display: inline-block;
}
#privacy-section .p-area .privacy-heading label {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 0px;
    display: block;
}
#privacy-section .p-area .privacy-desc p,
#privacy-section .p-area .privacy-desc ul li,
#privacy-section .p-area .privacy-desc label {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    line-height: 28px;
}
#privacy-section .p-area .privacy-desc p a,
#eligibility-section .e-heading a,
#apply-section .right-apply .apply-desc label a,
.l-desc a {
    font-family: 'OpenSansRegular',sans-serif;
    color: #d03135 !important;
    font-size: 16px;
}
#privacy-section .p-area .privacy-desc h5 {
    font-family: 'UbuntuM';
    font-size: 16px;
    margin-bottom: -5px;
}
#privacy-section .p-area .privacy-desc p label {
    font-family: 'UbuntuM';
    margin-bottom: 0px;
}
#privacy-section .p-area .privacy-desc ul {
    list-style: decimal;
}
#privacy-section .p-area .privacy-desc ul li {
    margin-top: 5px;
}
/*eligibility section*/
#eligibility-section,
#apply-section {
    margin-top: 120px;
    margin-bottom: 100px;
    padding: 0px;
}
#eligibility-section .e-heading h5 {
    font-family: 'UbuntuM';
    font-size: 24px;
    color: #000;
    display: inline-block;
    margin-bottom: 0px;
    line-height: 30px;
}
#eligibility-section .e-heading p {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    color: #333333;
    margin-top: 20px;
    line-height: 28px;
}
#eligibility-section .e-subheading {
    margin-top: 10px;
}
#eligibility-section .e-subheading h5 {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #000;
}
#eligibility-section .e-desc {
    margin-top: 20px;
}
#eligibility-section .e-desc ul li {
    margin-bottom: 20px;
}
#eligibility-section .e-desc ul li label,
#eligibility-section .e-desc ul li span,
#eligibility-section .current-avaliable,
#eligibility-section .free-member {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    color: #333333;
}
#eligibility-section .current-avaliable label {
    text-decoration: underline;
}
#eligibility-section .e-desc ul li span {
    color: #000;
}
#eligibility-section .free-member {
    display: block;
    margin: 20px 0px;
}
#eligibility-section .get-started {
    font-size: 16px;
}
#eligibility-section .e-button {
    margin-top: 20px;
}
#eligibility-section .e-button label {
    margin-right: 20px;
}
#eligibility-section .e-button label a {
    font-family: 'OpenSansRegular',sans-serif;
    color: #d03135 !important;
    font-size: 16px;
}
/*applysection*/
#apply-section {
    margin-top: 90px;
    padding: 40px 0px 50px 0;
    margin-bottom: 0px;
    background-color: #EFEFEF;
}
@media screen and (min-width: 767px){
    #apply-section .apply-heading.space-top{
        margin-top: 125px;
    }
}
#apply-section .apply-heading,
#apply-section .right-apply .apply-heading {
    border-bottom: 1px solid #ddd;
}
#apply-section .apply-heading h5 {
    font-family: 'UbuntuM';
    font-size: 24px;
    color: #000;
}
#apply-section .login-with {
    margin: 30px 0px;
}
#apply-section .login-with img {
    cursor: pointer;
}
#apply-section .or {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    text-align: center;
    display: block;
    margin: 35px 0px;
    margin-bottom: 40px;
    position: relative;
}
#apply-section .or:before {
    content: '';
    position: absolute;
    display: inline-block;
    left: 0px;
    width: 37%;
    background-color: rgba(0, 0, 0, 0.18);
    top: 12px;
    height: 1px;
}
#apply-section .or:after {
    content: '';
    position: absolute;
    display: inline-block;
    right: 0px;
    width: 37%;
    background-color: rgba(0, 0, 0, 0.18);
    top: 12px;
    height: 1px;
}
#apply-section .form-group {
    display: inline-block;
    margin: 20px 0px;
    margin-bottom: 0px;
}
#apply-section select.form-control.select-price {
    float: left;
}
#apply-section input.form-control.enter-price {
    width: 67.7%;
    float: left;
}
#apply-section input.form-control.enter-price {
    margin-left: 5px;
}
#apply-section .form-control {
    box-shadow: none;
    border: 1px solid #ddd;
    height: 45px;
    border-radius: 2px;
}
#apply-section textarea {
    height: auto !important;
}
#apply-section .width49 {
    width: 49.5%;
    display: block;
    vertical-align: top;
}
#apply-section .width100 {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
#apply-section .right-apply .apply-desc p,
.lenses-section .lenses-discount label {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    margin-top: 25px;
    color: #333333;
}
#apply-section .apply-form h5 {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin: 40px 0px;
    margin-bottom: 15px;
}
#apply-section .checkbox {
    margin: 20px 0px;
}
#apply-section .checkbox label {
    font-size: 16px
}
#apply-section .get-started {
    font-size: 16px;
    float: right;
}
#banner-section.lenses-page {
    height: 400px !important;
}
#banner-section.lenses-page.hPage {
    height: 470px !important;
}
#banner-section.lenses-page .banner-content {
    margin-top: 3%;
}
/*.bg-icon{
    width: 32%;
    }*/
#banner-section.hPage .banner-content h1,
#banner-section.hPage .banner-content p,
.business-step ul li span {
    color: #000 !important;
}
/*lenses page*/
.lenses-section {
    padding: 20px 0px;
    padding-bottom: 80px;
}
.lenses-section .lenses-heading {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 18px;
}
.lenses-section .lenses-heading h1,.lenses-section .lenses-heading h6,
.lenses-section .lenses-discount h1,.lenses-section .lenses-discount h6 {
    font-family: 'UbuntuM';
    font-size: 24px;
    color: #000;
    display: inline-block;
}
.lenses-section .lenses-heading label {
    margin-bottom: 0px;
    position: relative;
    top: -4px;
}
.lenses-section .lenses-heading label img {
    width: 100px;
}
.lenses-section .l-desc p {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #333333;
}
.lenses-section .l-desc label {
    font-family: 'UbuntuM';
    margin-bottom: 0px;
}
.lenses-section iframe {
    height: 250px !important;
}
.lenses-section .lenses-discount {
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
}
.embed-responsive-4by3 {
    padding-bottom: 56% !important;
}
.flevy-page .l-desc p {
    margin-bottom: 20px;
}
.lenses-section.flevy-page .lenses-heading label img {
    width: 70px;
}
.lenses-section.flevy-page .lenses-discount a {
    color: #d03135 !important;
}
.lenses-section.flevy-page .l-desc h5 {
    font-family: 'UbuntuM';
    font-size: 16px;
}
.lenses-section.flevy-page .l-desc ul li {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    list-style: decimal;
    margin-bottom: 5px;
}
.lenses-section.flevy-page .l-desc ul li a {
    list-style: decimal;
    margin-bottom: 5px;
    color: #d03135 !important;
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
}
.lenses-section.flevy-page .l-desc ul {
    margin-left: 0px;
}
#banner-section.f-page .banner-content {
    margin-top: 5%;
}
/*guaranty page*/
.g-heading h5 {
    font-family: 'UbuntuM';
    font-size: 24px;
    color: #000;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
.g-list {
    margin: 10px 0px;
    margin-bottom: 25px;
}
.g-list li {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    list-style-type: disc;
    margin-bottom: 10px !important;
}
.gu-desc a {
    color: #d03135 !important;
}
/*create section*/
#apply-section .create-section .form-group {
    display: block;
    margin-bottom: 15px;
}
#apply-section .create-section .form-group label {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}
#apply-section .create-section .width49 {
    width: 49.7%;
    display: inline-block !important;
}
.acc-content-inner .form-group.has-success .form-control {
    border-color: #ccc;
}
.create-section select,
.acc-content-inner .form-group select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #999;
    background-color: #fff;
    border-radius: 2px;
    font-family: 'OpenSansRegular',sans-serif;
    background-position: right 50%;
    background-repeat: no-repeat;
    background-image: url("../images/select.png");
    padding: 6px 1.5em 6px 6px;
    outline: 0;
    margin-bottom: 0;
    padding-left: 12px;
}
.acc-content-inner .form-group select.form-control {
    cursor: pointer;
    border-color: #ccc;
    box-shadow: none;
    border-radius: 4px;
    height: 40px;
}
.acc-content-inner .form-group.form-group-error .form-control{
    border-color: #CF3135;
}
.acc-content-inner .form-group.form-group-error .error{
    color: #CF3135;
    position: static;
}
.create-section .e-button {
    margin-top: 50px;
}
.create-section .e-button label {
    margin-right: 10px;
    margin-top: 10px;
}
.create-section .e-button label a {
    font-family: 'OpenSansRegular',sans-serif;
    color: #d03135 !important;
    font-size: 16px;
}
.create-section .get-started {
    font-size: 16px;
}
.select-price {
    width: 30.9%;
    display: inline-block;
}
.enter-price {
    width: 68%;
    display: inline-block;
}
.cr-desc h5 {
    font-family: 'UbuntuM';
    color: #000;
    font-size: 16px;
    margin-bottom: 10px;
}
.create-right .apply-desc {
    margin-top: 27px;
}
#apply-section .cr-desc {
    margin-bottom: 20px;
}
#apply-section .cr-desc p {
    font-family: 'OpenSansRegular',sans-serif;
    color: #333333;
    font-size: 16px;
    margin-top: 0px !important;
    line-height: 24px;
}
.free-c {
    font-family: 'OpenSansRegular',sans-serif;
    color: #000;
    font-size: 16px;
    margin-left: 5px;
    font-weight: 300;
}
#apply-section .create-section .apply-heading h5 {
    display: inline-block;
}
.popover {
    background-color: #000;
    color: #fff;
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
}
.popover-content p {
    color: #fff;
}
.popover.right>.arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #000;
    border-left-width: 0;
}
.create-section .file-uploads {
    width: 270px;
}
.create-section .mt10 {
    margin-top: -10px !important;
}
textarea {
    resize: none;
}
.create-section input[type=file] {
    display: block;
    font-size: 13px;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.acc-content-inner .form-group.social-add {
    width: 100%;
    display: inline-block;
    padding: 0 50px 0 0;
    position: relative;
    margin-bottom: 20px;
}
.acc-content-inner .form-group.social-add span {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: 50px;
    text-align: center;
}
.acc-content-inner .form-group.social-add span a {
    color: #CF3135;
    font-size: 24px;
    font-weight: 600;
}
.acc-content-inner .form-group.social-add .form-control {}
/*project view page*/
.project-overview {
    margin-top: 30px;
}
.overview-desc {
    margin-bottom: 35px;
}
.overview-desc h5 {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    color: #000;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.overview-desc p {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    margin-bottom: 20px;
}
.attach-overview a {
    color: #d03135;
}
.projectCreated#apply-section {
    margin-top: 50px;
}
.overview-desc.created-by a {
    color: #d03135;
}
.created-person-img {
    width: 200px;
}
.created-person-img img {
    width: 100%;
}
/*project list members page*/
.p-members-table {
    margin-top: 40px;
}
.p-members-table h5 {
    font-family: 'UbuntuM';
    font-size: 24px;
    color: #000;
}
.p-members-table table {
    margin-top: 25px;
}
.p-members-table table tr th {
    background-color: #000;
    color: #fff;
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    border-bottom: 0px;
    min-width: 150px;
}
.p-members-table table {
    border: 0px solid #ddd;
}
.p-members-table table tr td {
    padding: 15px 8px;
    font-size: 16px;
    font-family: 'OpenSansRegular',sans-serif;
    color: #000;
    min-width: 150px;
}
.p-members-table .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff;
}
.char-limit {
    font-size: 12px;
    font-family: 'OpenSansRegular',sans-serif;
    color: #000;
    position: relative;
    top: 6px;
    right: 3px;
}
span.char-limit span{
    display: inline !important;
}
#projectnew .overview-desc h5,
#projectnew-view .overview-desc h5 {
    font-family: 'UbuntuM' !important;
}
#projectnew .overview-desc.account-info{
    display: inline-block;
    margin-top: 0;
}
#projectnew .project-overview {
    margin-top: 30px;
    padding-bottom: 20px;
    background-color: #fff;
    width: 100%;
    display: inline-block;
}
#projectnew .overview-desc,
#projectnew-view .overview-desc {
    margin-bottom: 0px;
    padding: 20px 20px;
    padding-bottom: 0px;
}
#projectnew .overview-desc p,
#projectnew-view .overview-desc p {
    margin-bottom: 10px;
}
#projectnew-view .apply-heading {
    background-color: #fff;
}
#projectnew-view .project-overview {
    margin-top: 0px;
    padding-bottom: 20px;
    background-color: #fff;
}
#projectnew-view .apply-heading h5 {
    padding: 7px 0px;
    padding-left: 20px;
}
.account-info ul.proposal-list li{
    width: 100%;
    display: inline-block;
    margin: 15px 0 0;
}
.account-info ul.proposal-list li:first-child{
    margin-top: 0;
}
#projectnew .project-overview .p-members-table table tr th,
#projectnew .project-overview .p-members-table table tr td{
    min-width: initial;
}
#projectnew .overview-desc.account-info > .button-set{
    float: right;
}
#projectnew .overview-desc.account-info > .button-set .btn-primary{
    line-height: 2.1;
}
.proposal-list li span{
    margin: 0 0 0 10px;
}
.proposal-list li .button-set{
    float: right;
    line-height: 35px;
}
.proposal-list li .button-set span{
    display: inline-block;
    vertical-align: middle;
}
.proposal-list li .button-set span + a.reset{
    margin-right: 0;
    margin-left: 10px;
}
.proposal-list li .button-set a.reset{
    margin-right: 10px;
    vertical-align: middle;
}
.proposal-list li .button-set .btn-primary{
    line-height: 2.1;
    width: 100px;
}
.interest-section .interest-c {
    width: 30px;
    height: 30px;
    display: inline-block;
    margin-top: 4px;
}
.interest-section .interest-c img {
    width: 100%;
}
.interest-section label {
    margin-bottom: 0px;
    margin-left: 10px;
    position: relative;
    top: 1px;
}
.p-names {
    width: 50%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
    top: 7px !important;
}
.interest-section {
    clear: both;
    margin: 25px 0px;
}
.interest-section .e-button {
    margin-top: 0px;
}
.interest-section .e-button .get-started {
    font-size: 14px !important;
    float: right;
    padding: 7px 10px;
}
.interest-section .e-button label {
    margin-right: 25px;
    margin-top: 7px;
}
.created-person-img .get-started {
    margin-top: 10px;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 20px;
    float: none !important;
}
.guest-signup {
    margin: 40px 0px;
}
.g-heading label {
    font-size: 16px;
    //font-family: 'UbuntuM';
    color: #000;
}
.g-heading {
    margin-bottom: 20px;
}
.g-linkedin p {
    font-size: 12px;
    font-family: 'OpenSansRegular',sans-serif;
    color: #000;
    width: 70%;
    line-height: 17px;
    margin: 10px auto;
    position: relative;
    top: 10px;
}
#guest-container {
    background-color: #fff;
    padding: 10px 15px;
}
.g-linkedin {
    padding: 100px 0px;
    border-left: 1px solid #ddd !important;
}
#guest-container .apply-form {
    margin-top: 40px;
}
#guest-container .apply-form .width49 {
    width: 100%;
    margin-top: 0px;
}
/*home project page*/
.business-step {
    text-align: center;
    margin: 0px auto;
    margin-top: 40px;
}
.business-step ul li {
    display: inline-block;
    padding: 0px;
    width: 18%;
    vertical-align: top;
}
.business-step ul li label {
    font-family: 'UbuntuM';
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #333333 !important;
    font-size: 16px;
    color: #fff;
    padding: 19px 0px;
}
.business-step ul li span {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
    display: block;
}
#banner-section .projectHome .banner-getstarted {
    font-size: 16px !important;
    font-family: 'UbuntuM';
}
.md-heading h5 {
    margin-top: 10px !important;
}
.media-wrapper .memberData.mdData {
    padding: 20px 0px;
}
/*client section*/
.trusted-section {
    margin: 50px 0px;
    background-color: #fff;
}
.trusted-heading {
    text-align: center;
}
.trusted-heading h5 {
    font-family: 'UbuntuM';
    color: #000;
    font-size: 35px;
    margin-top: 0px;
}
.trusted-logo {
    text-align: center;
}
.trusted-logo ul li {
    display: inline-block;
    cursor: pointer;
    padding: 20px 0px;
}
.trusted-logo ul li:first-child {
    opacity: 0.5;
}
.trusted-logo ul li:hover:first-child {
    opacity: 1;
}
.trusted-logo ul li img {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
}
.trusted-logo ul li img:hover {
    -webkit-filter: grayscale(0%);
    -moz-filter: grayscale(0%);
    filter: grayscale(0%);
}
.trusted-heading h6 {
    font-family: 'UbuntuM';
    font-size: 16px;
}
.trusted-section label {
    font-family: 'UbuntuM';
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    display: block;
}
/*why guild*/
.why-guild {
    background-color: #EFEFEF;
}
.w-heading h5 {
    font-family: 'UbuntuM';
    color: #000;
    font-size: 35px;
    margin: 40px 0px;
    margin-bottom: 10px;
}
.w-heading p {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    color: #333333;
}
.why-container {
    text-align: center;
    padding: 50px 0px;
    padding-bottom: 70px;
}
.why-container label {
    font-family: 'UbuntuM';
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    display: block;
    margin: 10px auto;
    margin-top: 20px;
}
.why-container span {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #333333;
}
.why-container span a {
    color: #d03135;
}
.member-wrapper {
    background-color: #fff;
}
.memberData {
    padding: 50px 0px;
    display: inline-block;
    width: 100%;
}
.memberData .member-image {
    width: 170px;
    margin: 0 auto;
}
.memberData .member-image img {
    width: 100%
}
.memberData a {
    text-decoration: none;
}
.memberData label {
    font-family: 'UbuntuM';
    font-size: 16px;
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 2px;
    color: #333;
    cursor: pointer;
}
.memberData label a {
    font-family: 'UbuntuM';
    font-size: 16px;
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
.memberData label a:hover {
    color: #d03135;
}
.memberData span {
    font-size: 14px;
    display: block;
    text-align: center;
    font-family: 'OpenSansRegular',sans-serif;
    color: #000;
}
.post-section {
    background-color: #EFEFEF;
    padding: 50px 0px;
}
.post-section p {
    font-family: 'UbuntuM';
    margin-bottom: 30px;
}
.media-section img {
    /*width: 100%;*/
}
.media-wrapper {
    background-color: #EFEFEF;
    padding: 20px 0px;
    clear: both;
}
.media-wrapper .memberData {
    padding: 30px 0px;
}
.linkedin-section {
    padding: 30px 0px;
    display: inline-block;
    width: 100%;
}
.linkedin-section iframe {
    width: 100%;
    max-width: 100%;
}
/*project proposal*/
.project-proposal-container {
    padding-top: 30px;
    background-color: #EFEFEF;
    padding-bottom: 50px;
}
.project-proposal-container .pp-heading {
    display: block;
    background-color: #000;
    padding: 10px;
}
.project-proposal-container .pp-heading label {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    color: #fff;
}
.pp-img {
    width: 100px;
    display: inline-block;
}
.pp-img img {
    width: 100%;
}
.pp-desc {
    padding-left: 15px;
    width: 90%;
    display: inline-block;
    vertical-align: top;
}
.pp-desc .pp-name {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.pp-desc .pp-name span {
    font-family: 'UbuntuM' !important;
}
.pp-desc .pp-name span,
.pp-desc .pp-name label {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    color: #000;
    display: inline;
}
.pp-desc .pp-name span a {
    color: #000;
    text-decoration: none;
    font-family: 'UbuntuM' !important;
}
.pp-wrapper {
    padding: 15px 0px;
}
.pp-sub {
    margin-bottom: 10px;
    margin-top: 5px;
}
.pp-sub label {
    font-size: 16px;
    color: #000;
    margin-bottom: 0px;
    font-family: 'OpenSansRegular',sans-serif;
}
.pp-sub span a {
    color: #d03135;
    font-size: 16px;
}
.pp-data {
    padding: 10px 10px;
    margin-bottom: 10px;
    background-color: #fff;
}
/*
.pp-data:hover {
    background-color: #efefef;
    }*/
#banner-section.project-banner {
    height: 400px !important;
}
#banner-section.case-banner {
    height: 400px !important;
}
.all-tags {
    display: inline-block;
}
.all-tags label {
    font-family: 'UbuntuM';
    color: #fff;
    font-size: 12px;
    background-color: #666666;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
    cursor: pointer;
    //text-transform: uppercase;
}
.tag-container {
    margin: 20px 0px;
    margin-bottom: 0px;
}
.main-tags {
    display: inline-block;
}
.tag-lists ul li {
    font-family: 'OpenSansRegular',sans-serif !important;
    color: #333333;
    font-size: 12px !important;
    background-color: #EFEFEF;
    padding: 5px 10px !important;
    display: inline-block;
    margin-bottom: 10px;
}
.tag-lists ul li a {
    font-family: 'OpenSansRegular',sans-serif;
    color: #333333;
    text-decoration: none;
}
.tag-lists ul li a:hover {
    font-family: 'OpenSansRegular',sans-serif;
    color: #d03135;
    text-decoration: underline;
}
.t-listwrapper {
    border: 1px solid #f6f6f6;
    padding: 20px 0px;
    margin: 0px;
    padding-bottom: 0px;
}
.main-tags ul li {
    font-family: 'OpenSansRegular',sans-serif;
    color: #000;
    font-size: 14px;
    background-color: #ccc;
    padding: 5px 10px;
    display: inline-block;
    margin-bottom: 10px;
}
.main-tags ul li a {
    font-family: 'OpenSansRegular',sans-serif;
    color: #000;
    text-decoration: none;
}
.t-listwrapper {
    margin-bottom: 20px;
    background-color: #fff;
}
.nn-img img {
    width: 70px;
}
.t-listwrapper ul li a {
    font-family: 'OpenSansRegular',sans-serif;
    color: #000;
    text-decoration: none;
}
.t-listwrapper ul li {
    font-family: 'OpenSansRegular',sans-serif;
    color: #000;
    font-size: 12px;
    padding: 5px 5px;
    display: inline-block;
    margin-bottom: 10px;
    width: 24%;
}
.dd-data {
    margin: 0 auto;
    display: block;
    padding-bottom: 30px;
}
.t-listwrapper ul li:hover {
    background-color: #EFEFEF;
}
.t-listwrapper ul li:hover a {
    color: #d03135;
    text-decoration: underline;
}
#proposal-page {
    margin-top: 90px; // background-color: #EFEFEF;
}
.pp-page {
    background-color: #fff;
    margin: 50px 0px;
    border: 1px solid #ddd;
}
.back-page {
    padding: 15px 0px;
}
.back-page label a {
    color: #d03135;
    font-size: 14px;
    font-family: 'OpenSansRegular',sans-serif;
}
.pp-heading h5 {
    font-size: 24px;
    font-family: 'UbuntuM';
    padding: 10px 150px;
    line-height: 30px;
}
.pp-pic {
    display: inline-block;
    overflow: hidden;
    width: 150px;
}
.pp-pic img {
    width: 100%;
}
.pp-heading {
    margin-bottom: 20px;
}
.pp-profile {
    padding: 20px 30px;
    position: relative;
}
.pp-label {
    padding: 10px 30px;
    padding-bottom: 0px;
}
.pp-rightside {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding-left: 10px;
    position: relative;
}
.pp-rightside h5 {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 24px;
    color: #000;
    margin-top: 0px;
    margin-bottom: 5px;
}
.pp-rightside h5 a {
    font-family: 'UbuntuM';
    font-size: 24px;
    color: #000;
    text-decoration: none !important;
}
.pp-rightside ul li {
    font-family: 'OpenSansRegular',sans-serif;
    color: #d03135;
    display: inline-block;
    font-size: 16px;
}
.pp-rightside ul li a {
    font-family: 'OpenSansRegular',sans-serif;
    color: #d03135;
    display: inline-block;
    font-size: 16px;
}
.pp-rightside .ll-data {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 14px;
    margin-bottom: 0px;
}
.pp-rightside .get-started {
    margin-top: 10px;
    padding: 7px 28px;
    display: block;
}
.pp-label h5 {
    font-family: 'UbuntuM';
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 0px;
    border-bottom: 1px solid #ddd;
}
.pp-label p {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    line-height: 24px;
    padding: 10px 0px;
    margin-bottom: 0px;
    color: #333333;
}
.gg-img img {
    width: 24px;
    margin-top: -5px;
}
.pp-label p a {
    color: #d03135;
    text-decoration: none !important;
}
.cc-data h4 {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    border-bottom: none;
}
.cc-data ul {
    padding-left: 0 !important;
    list-style: none;
    list-style-type: inherit;
    margin-left: 20px;
}
.cc-data ul li {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 12px;
    color: #000;
}
.cc-data ul li a {
    font-family: 'OpenSansRegular',sans-serif;
    color: #000;
}
.cc-data.tag-lists {
    margin-top: 20px;
    padding-bottom: 10px;
}
.cc-data.tag-lists ul {
    margin-left: 0px;
    margin-top: 15px;
}
.not-quite {
    margin: 20px auto;
    display: block;
    text-align: center;
    padding-bottom: 30px;
}
.not-quite label {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    color: #000;
    display: block;
    padding-bottom: 10px;
}
.pp-label ul {
    padding-left: 20px;
}
.pp-label ul li {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    color: #000;
    padding: 10px 0px;
    padding-bottom: 5px;
}
.share-section {
    display: inline-block;
    vertical-align: bottom;
    position: absolute;
    right: 30px;
    bottom: 25px;
}
.share-section .get-started,
.share-section .get-started:hover {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none;
    padding: 0px 0 0 20px;
}
.share-section .get-started img {
    width: 30px;
}
.share-section ul {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0px;
}
.share-section ul li {
    display: inline-block;
}
.share-section.pp-icon .list-unstyled.active {
    margin-right: 0;
}
.share-section #ss-btn {
    padding-left: 0;
}
/*consultant request*/
.pp-page.consultant_request {
    /*background-color:transparent;
    border:none;*/
}
.consultant_request_heading {
    font-family: 'UbuntuM';
    font-size: 24px;
    padding-bottom: 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
.cc-request-form {
    margin-top: 30px;
}
.cc-request-form label {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    padding-bottom: 5px;
}
.cc-request-form .e-button {
    margin-top: 15px;
}
.cc-request-form .e-button label a {
    font-family: 'OpenSansRegular',sans-serif;
    color: #d03135;
    margin-right: 10px;
}
.cc-button.get-started {
    background-color: transparent;
    color: #d03135;
    font-family: 'UbuntuM';
    font-size: 16px;
    padding: 7px 20px;
    border: 1px solid #d03135;
    display: inline-block;
    position: absolute;
    left: 10px;
    top: 102px;
}
.cc-button.get-started:focus,
.cc-button.get-started:hover,
.cc-button.get-started.active.focus,
.cc-button.get-started.active:focus,
.cc-button.get-started.active:hover,
.cc-button.get-started:active.focus,
.cc-button.get-started:active:focus,
.cc-button.get-started:active:hover {
    background-color: transparent !important;
    color: #d03135 !important;
    font-family: 'UbuntuM';
    font-size: 16px;
    padding: 7px 20px;
    border: 1px solid #d03135 !important;
    display: inline-block;
    box-shadow: none;
}
.cc-button.get-started .fa {
    position: relative;
    top: 2px;
}
.dd-notes h5 {
    font-family: 'UbuntuM';
    font-size: 16px;
    padding-bottom: 5px;
}
.dd-notes {
    clear: both;
}
.dd-notes ul {
    list-style-type: inherit !important;
    margin-left: 20px;
}
.dd-notes ul li {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    padding-bottom: 10px;
    color: #333333;
}
.cc-request-form .form-control {
    box-shadow: none;
    border: 1px solid #ddd;
    border-radius: 2px;
}
.dashTo {
    color: #000 !important;
}
.nn-btn {
    background: #666666 !important;
    border: 1px solid #666666 !important;
}
.crPage {
    border: 1px solid #ddd;
}
.crPages {
    padding: 40px 0px;
}
#banner-section.project-banner .banner-content {
    margin-top: 8%;
}
#banner-section.case-banner .banner-content {
    margin-top: 10%;
}
.btn-aligns {
    position: absolute;
    top: 102px
}
#editor-container {
    height: 375px;
}
.ql-toolbar.ql-snow {
    background-color: #fff;
}
.ql-snow * {
    box-sizing: border-box;
    background-color: #fff;
}
#editor-container.ql-snow,
#editor-container1,
#editor-container2 {
    height: 250px;
}
#banner-section.case-banner.s-banner .banner-content {
    margin-top: 3%;
}
#banner-section.s-banner .banner-content h1,
#banner-section.s-banner .banner-content p {
    color: #000;
}
#banner-section.case-banner.s-banner {
    height: 470px !important;
}
#banner-section.case-banner.site-banner .banner-content {
    margin-top: 6%;
}
#banner-section.project-banner.site-banner .banner-content {
    margin-top: 3%;
}
#banner-section.site-banner .banner-content h1,
#banner-section.site-banner .banner-content p {
    color: #000;
}
#banner-section.site-banner {
    height: 470px !important;
}
/*.site-icon{
    width: 20%;
    }*/
.ask-expertPage .apply-form .e-button {
    margin-top: 15px;
}
.ask-expertPage .tag-container {
    clear: both;
}
.ask-heading {
    background-color: #000;
}
.ask-heading h5 {
    color: #fff;
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
    padding: 10px 15px;
}
.ask-expertPage .pp-desc .pp-name {
    border-bottom: none;
}
#withoutimg-l .pp-desc {
    display: block;
    padding-left: 0px;
}
.withimg-data {
    display: inline-block;
}
.withimg-data .pp-img {
    display: inline-block;
    padding-right: 5px;
    margin-bottom: 10px;
}
#upvote-btn {
    border-radius: 0px;
    margin-top: 5px;
    font-size: 14px !important;
    font-family: 'OpenSansRegular',sans-serif;
    width: 100px;
    float: none !important;
    text-align: center;
    padding: 5px 0px;
}
.box1 #upvote-btn,
.box1 .upvote-button {
    width: 100%;
}
#apply-section.ask-expertPage .tag-lists ul li a,
#apply-section.ask-expertPage .tag-container ul li a {
    font-size: 12px !important;
    color: #333333 !important;
}
#apply-section.ask-expertPage .tag-lists ul li a:hover,
#apply-section.ask-expertPage .tag-container ul li a:hover {
    color: #d03135 !important;
    text-decoration: underline;
}
.mm-data ul li {
    display: inline-block;
    color: #333333;
    font-size: 14px;
}
.smallIcon {
    width: 18px;
    height: 18px;
    overflow: hidden;
    margin-bottom: 0px;
    vertical-align: top;
}
.smallIcon img {
    width: 100%;
}
.ask-expertPage#apply-section {
    margin-top: 0px;
}
.n-qna#apply-section{
    padding: 0;
}
#popularTags {
    padding: 10px 10px;
    padding-bottom: 0px;
    margin-left: 10px;
}
#popularTags .tag-lists {
    margin-left: 0px;
}
#popularTags .tag-lists span {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 14px;
    display: inline-block;
}
#popularTags .tag-lists ul {
    display: inline-block;
    margin-bottom: 0px;
}
#popularTags .tag-lists ul li {
    font-family: 'OpenSansRegular',sans-serif !important;
    color: #333333;
    font-size: 12px !important;
    background-color: #EFEFEF;
    padding: 5px 10px !important;
    display: inline-block;
    margin-bottom: 10px;
}
.position-pp {
    font-family: 'OpenSansRegular',sans-serif;
    font-size: 16px;
}
.pp-rightside.pp-data h5 {
    font-family: 'UbuntuM';
    font-size: 24px;
    color: #000;
    text-decoration: none !important;
}
.pp-rightside.pp-data ul {
    margin-top: 5px;
}
.pp-rightside.pp-data ul li a {
    display: inline-block;
    color: #000;
}
.pp-rightside.pp-data ul li {
    padding-right: 15px;
}
.pp-rightside.pp-data ul li .fa {
    font-size: 24px;
    color: rgba(0, 0, 0, 0.77);
}
.pp-rightside.pp-data ul li .fa:hover {
    color: #d03135;
}
.font19 {
    font-size: 19px !important;
}
.insight-img {
    margin: 30px 0px;
    width: 70%;
}
.insight-img img {
    width: 100%;
}
.e-button label a {
    font-family: 'OpenSansRegular',sans-serif;
    color: #d03135 !important;
    font-size: 16px;
}
.myaccount_client .e-button {
    margin-bottom: 30px;
}
.myaccount_client .e-button label {
    margin-right: 20px;
}
.post-project .project-form{
    width: 100%!important;
    display: inline-block;
    vertical-align: top;
    margin: 30px 0 0;
}
.post-project .project-form + .project-form{
    margin-top: 20px;
}
.post-project#apply-section .form-group{
    margin: 0 0 20px;
}
.post-project .char-limit{
    top: 0;
    right: 3px;
    line-height: 2;
}
.post-project .form-group label{
    font-weight: normal;
}
.post-project#apply-section .form-control{
    height: 54px;
    font-size: 16px;
}
.post-project#apply-section .cr-desc{
    margin-top: 35px;
}
.post-project .mt0{
    margin-top: 0!important;
}
.project-form .tooltip-inner{
    padding: 10px;
    font-size: 16px;
    text-align: left;
    width: 300px;
}
/*responsive code*/
@media screen and (min-width: 991px) and (max-width: 1150px) {
    .p-names {
        width: 37%;
    }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
    .paddingalign {
        margin-left: 0px;
    }
    .badge-c.email-c .email-img {
        margin-left: 5px;
    }
    .badge-c .get-started {
        padding: 6px 5px;
        border-radius: 2px;
    }
    .badge-c .sub-desc-e img {
        width: 70px;
    }
    /*create section*/
    #apply-section .create-section .width49 {
        width: 49.5%;
    }
    #apply-section input.form-control.enter-price {
        width: 67.4%;
        float: left;
    }
    #guest-container .apply-form .width49 {
        width: 100%;
    }
    /*project proposal page*/
    .pp-desc {
        width: 85%;
    }
	.header-align .navbar-right li a {
		font-size: 14px;
	} 

	.header-align .navbar-right li {
		padding: 0px 8px;
		/*margin-top: 35px;*/
	}

	.header-align .navbar-right > li.login {
		/*margin-top: 27px;*/
	}
}
@media screen and (max-width: 1100px) {
    .cc-button.get-started {
        position: static;
        display: inline-block !important;
    }
	
}
@media screen and (min-width: 991px) and (max-width: 1024px) {
    /*testimonial*/
    .testimonial-container .tesimonial-part .person-desc {
        width: 70%;
        padding-left: 5px;
        padding-top: 5px;
    }
    .testimonial-container .tesimonial-part .person-desc p,
    .testimonial-container .tesimonial-part .person-desc span {
        font-size: 16px;
        line-height: 21px;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
    /*header*/
    .navbar-right {
        float: right!important;
        margin-right: 0;
        position: relative;
        top: 38px;
    }
    .header-align .navbar-right li a,
    .header-align .navbar-right li {
        font-size: 13px !important;
		margin: 3px 0px !important;
    }
    .p-names {
        width: 40%;
    }
    .pp-desc {
        width: 85%;
    }
	.header-align .navbar-brand img {
		width: 100px;
		margin-top: 30px;
	}

	.header-align .navbar-right > li.login {
		margin-top: -8px  !important;
	}
	.navbar-collapse .navbar-nav>li{
		padding-right:0 !important;
	} 
}
@media only screen and (max-width: 991px) {
    .btn-aligns {
        position: static;
        top: auto;
    }
    .clearboth {
        clear: both;
    }
    /*header*/
    .header-align .container {
        width: 100%;
        padding: 0px 10px;
    }
    .header-align .navbar-brand {
        padding-left: 10px;
    }
    .header-align .nav-top {
        right: 5px;
    }
    .header-align .navbar-right li a,
    .header-align .navbar-right li {
        font-size: 16px;
    }
    .header-align .navbar-right li {
        padding: 0px 8px;
    }
    /*banner*/
    #banner-section {
        height: 420px !important;
    }
    #banner-section .featured-work {
        width: 100%;
    }
    #banner-section .banner-content {
        padding-top: 4%;
        margin-top: inherit;
    }
    /*impression section*/
    #impression-section,
    .ampliy-section#impression-section,
    #testimonial-section {
        padding: 40px 0px;
    }
    #impression-section .impression-desc {
        margin-top: 40px;
    }
    /*testimonial*/
    .testimonial-container {
        background-color: transparent;
        width: 100%;
    }
    .testimonial-container .tesimonial-part .person-img {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
    .testimonial-container .tesimonial-part .person-desc {
        width: 100%;
        text-align: center;
    }
    .testimonial-container .tesimonial-part .person-desc {
        width: 100%;
        padding-left: 5px;
        padding-top: 15px;
    }
    .testimonial-container .carousel-control.right {
        right: 40px;
    }
    .testimonial-container .carousel-control.left {
        left: 40px;
    }
    /*footer*/
    .about-footer {
        margin-top: 50px;
    }
    #footer-section .tweets-footer ul li,
    #footer-section .tweets-footer ul li a {
        font-size: 13px;
    }
    /*login*/
    .registerModel .consultant-section {
        margin-bottom: 20px;
    }
    /*feature*/
    #features-section .feature-container {
        height: auto;
    }
    /*membership container*/
    #membership-section .plan-container {
        height: auto;
    }
    .total-cost .get-started {
        margin-left: 0px;
        margin-top: 20px;
    }
    #membership-section .price-desc ul {
        margin-bottom: 60px;
    }
    .features-img img {
        width: 40%;
    }
    .sub-desc-e img {
        width: auto;
    }
    #features-section .feature-container .features-desc p {
        font-size: 14px;
        padding: 10px 10px;
    }
    /*badge*/
    .badge-c {
        background-color: #333;
        width: 90% !important;
        padding: 15px 0px;
    }
    .badge-c.email-c .email-img {
        margin-left: 5px;
    }
    .badge-c .get-started {
        padding: 6px 5px;
        border-radius: 2px;
    }
    .badge-c .sub-desc-e img {
        width: 70px;
    }
    #apply-section .get-started {
        margin-bottom: 30px;
    }
    #apply-section {
        margin-top: 70px;
        background-color: #EFEFEF;
    }
    /*lenses page*/
    .lenses-section {
        padding: 20px 15px;
    }
    .lenses-section iframe {
        height: 100% !important;
    }
    .lenses-section .lenses-discount label {
        margin-top: 0px;
        line-height: 27px;
    }
    #apply-section {
        margin-bottom: 0px;
    }
    #eligibility-section {
        margin-bottom: 60px;
    }
    .lenses-section {
        padding-bottom: 50px;
    }
    .pad40 {
        padding-right: 15px;
    }
    #guest-container .apply-form {
        margin-top: 30px;
    }
    .g-linkedin {
        padding: 10px 0px;
        border-right: none;
        border-bottom: 1px solid #ddd;
        text-align: center;
        padding-bottom: 30px;
    }
    #guest-container {
        padding: 30px 15px;
    }
    .g-linkedin p {
        width: 90%;
        text-align: center;
        margin: 0 auto;
        margin-top: 15px;
    }
    .w-heading h5 {
        padding-top: 30px;
    }
    .why-container span {
        padding-bottom: 50px;
        display: block;
    }
    .memberData span {
        margin-bottom: 40px;
    }
    .share-section ul {
        margin-right: 10px;
        margin-bottom: 0px;
        display: block;
        position: absolute;
        top: 8px;
        left: 190px;
    }
    .share-section {
        display: inline-block;
        vertical-align: bottom;
        position: relative;
        right: 0px;
        bottom: -25px;
        width: 100%;
    }
    .pp-heading h5 {
        padding: 10px 10px;
    }
    .t-listwrapper ul li {
        width: 48%;
    }
}
@media only screen and (max-width: 767px) {
    /*header*/
    .nav-top,
    .mhide {
        display: none !important;
    }
    .mshow {
        display: block !important;
    }
    .header-align .navbar-right li {
        margin-top: 20px;
        margin-left: 10px;
    }
    .header-align .navbar-collapse {
        background-color: #fff;
    }
    .header-align .profile-dropdown .caret {
        left: 10px;
        border-width: 7px;
    }
    .header-align .dropdown-menu li a {
        color: #000 !important;
    }
    .header-align .dropdown-menu li a:hover {
        color: #d03135 !important;
    }
    /*banner*/
    .banner-content .start-img {
        width: 210px;
    }
    #banner-section .banner-content h1 {
        font-size: 35px;
    }
    #banner-section .banner-content p {
        font-size: 16px;
        padding: 0px 5px;
    }
    #banner-section .featured-work .featured-desc {
        margin-bottom: 20px;
    }
    #banner-section .featured-work .featured-desc img {
        width: 60px;
    }
    #banner-section .featured-work .featured-desc label {
        font-size: 16px;
        padding: 5px;
    }
    #banner-section .featured-work .heading h5 {
        margin-bottom: 30px;
    }
    #banner-section .featured-work {
        margin: 15px auto;
    }
    /*impression section*/
    #impression-section .impression-desc h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }
    .mpad0 {
        padding: 0px;
    }
    /*testimonial*/
    #testimonial-section .testimonial-heading h1 {
        font-size: 25px;
    }
    .testimonial-container .tesimonial-part .person-desc p {
        margin-top: 15px;
    }
    /*form section*/
    #interested-section .form-interest {
        width: 100%;
    }
    #interested-section .get-started {
        width: auto;
        font-size: 16px;
    }
    /*header*/
    .shownav {
        display: block !important;
        position: absolute;
        top: 18px;
        right: 108px;
    }
    .shownav li,
    .shownav li a {
        font-family: 'OpenSansRegular',sans-serif;
        font-size: 11px;
        color: #000;
        line-height: 24px;
    }
    .shownav li a {
        color: #d03135;
        border: 1px solid #d03135;
        padding: 3px 3px;
    }
    .featured-desc {
        margin-bottom: 30px;
    }
    /*loginModal*/
    .loginModal .modal-dialog {
        width: 450px;
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
    }
    .modal-content {
        height: 100vh;
        /* overflow: auto; */
    }
    .registerModel .modal-dialog { 
        margin: 0px;
    }
    /*ytab link*/
    .tab-links ul li {
        margin-left: 0px;
    }
    .tab-links ul li a,
    .tab-links ul li a:hover {
        font-size: 12px;
        padding: 24px 5px;
    }
    #customized-membership .features-heading p {
        padding: 15px;
    }
    /*advantage page*/
    .website-page.advantage-page .banner-content {
        padding-top: 70px !important;
    }
    .website-page.advantage-page .banner-content h1 {
        font-size: 24px !important;
    }
    .website-page.advantage-page .banner-content p {
        font-size: 14px !important;
        padding: 0px 15px !important;
    }
    .align-test {
        padding-bottom: 50px !important;
    }
    #banner-section .get-started {
        font-size: 14px !important;
    }
    .header-align .profile-dropdown {
        border: none;
        top: 0;
        height: auto;
        padding: 10px 0 10px 15px;
        display: inline-block;
        width: 100%;
    }
    #apply-section .width49 {
        width: 100% !important;
    }
    #apply-section .or:before {
        content: '';
        position: absolute;
        display: inline-block;
        left: 0px;
        width: 35%;
        background-color: rgba(0, 0, 0, 0.18);
        top: 12px;
        height: 1px;
    }
    #apply-section .or:after {
        content: '';
        position: absolute;
        display: inline-block;
        right: 0px;
        width: 35%;
        background-color: rgba(0, 0, 0, 0.18);
        top: 12px;
        height: 1px;
    }
    .p-names {
        width: 80%;
    }
    .interest-section .e-button {
        margin-top: 20px;
    }
    .free-c {
        margin-left: 0px;
    }
    #projectnew-view .apply-heading h5 {
        padding-bottom: 0px;
    }
    .business-step ul li {
        margin-right: 0px;
        width: 32%;
        vertical-align: top;
        padding: 0px;
    }
    .business-step ul li label {
        font-family: 'UbuntuM';
        width: 30px;
        height: 30px;
        border-radius: 100%;
        background-color: #d03135;
        font-size: 14px;
        color: #fff;
        padding: 6px 0px;
    }
    .business-step ul li span {
        font-size: 11px;
    }
    .projectHome h1 {
        font-size: 18px !important;
    }
    .w-heading h5 {
        padding-top: 30px;
    }
    .pp-desc {
        padding-left: 0px;
        width: 100%;
    }
    .pp-img {
        width: 100px;
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    #withimg-l .pp-img {
        margin-bottom: 0px;
    }
    .tag-container {
        margin: 20px 10px;
    }
    .pp-desc .pp-name span,
    .pp-desc .pp-name label,
    .pp-sub label,
    .pp-sub span a {
        font-size: 14px;
    }
    .tag-lists ul li,
    .main-tags ul li {
        font-size: 12px;
        padding: 5px 5px;
    }
    .pp-heading h5 {
        font-size: 14px;
        padding: 0px 15px;
    }
    .back-page {
        padding: 15px 10px;
        padding-bottom: 0px;
    }
    .pp-page {
        padding: 0px;
        margin: 10px 0px;
    }
    .pp-profile,
    .pp-label {
        padding: 20px 10px;
    }
    .pp-rightside {
        width: 100%;
        text-align: center;
    }
    .pp-pic {
        display: block;
        overflow: hidden;
        width: 150px;
        margin: 10px auto;
    }
    .not-quite .get-started {
        font-size: 13px;
        padding: 10px 10px;
    }
    .pp-label p {
        font-size: 14px;
    }
    .pp-rightside .get-started {
        display: block;
        margin: 10px auto;
    }
    .t-listwrapper ul li {
        width: 48%;
        font-size: 13px;
    }
    .share-section .get-started img {
        width: 25px;
    }
    #banner-section.case-banner .banner-content {
        padding-top: 20%;
    }
    #banner-section.case-banner {
        height: 300px !important;
    }
    #banner-section.project-banner .banner-content {
        padding-top: 18%;
    }
    .bg-icon {
        width: 300px;
    }
    #banner-section.site-banner {
        height: 450px !important;
    }
    #popularTags {
        padding: 10px 10px;
        margin-left: 0px;
    }
    table.smartresponsive-table {
        border: 1px solid #ddd;
    }
    table.smartresponsive-table thead {
        display: none;
    }
    table.smartresponsive-table tr {
        background: rgba(0, 0, 0, 0.001);
        border-bottom: 1px solid rgba(0, 0, 0, 0.4);
    }
    table.smartresponsive-table tr td {
        width: 100%;
        display: block;
        padding: 10px 8px 10px 130px!important;
        border: 0!important;
        min-height: 40px;
        position: relative;
    }
    table.smartresponsive-table tr td::before {
        content: attr(data-th);
        width: 130px;
        text-align: left;
        padding-right: 15px;
        display: inline-block;
        position: absolute;
        left: 15px;
        top: 50%;
        margin-top: -11px;
    }
    nav #dropdownbox, #header-wrapper #dropdownbox{
        padding: 0 0 0 10px;
        top: 0;
        width: 100%;
        position: relative;
        height: auto;
        border: 0;
        margin: 0;
    }
    nav #dropdownbox table{
        width: 100%;
    }
    nav #dropdownbox table tr td a{
        font-size: 14px!important;
        color: #d03135 !important;
        padding: 10px 15px;
        width: 100%;
    }
    nav #dropdownbox table tr td{
        border-bottom: 1px solid #EFEFEF;
    }
    nav #dropdownbox table tr:last-child td{
        border-bottom: 0px;
    }
    #projectlist{
        position: relative;
        top: 16px;
        display: inline-block;
        vertical-align: top;
    }
    .header-align .profile-dropdown .dropdown-toggle .profile-img{
        border-radius: 2px;
        vertical-align: top;
    }
}
@media only screen and (max-width: 520px) {
    /*header*/
    .header-align .navbar-brand img {
        width: 140px;
        margin-top: 18px;
    }
    .invest-details .invest-area {
        width: 100%;
    }
    .shownav {
        right: 58px;
    }
    /*footer*/
    #subfooter-section ul,
    #subfooter-section label {
        text-align: center;
        float: none !important;
        display: block;
    }
    /*login model*/
    .loginModal .modal-dialog {
        width: auto;
        display: block;
    }
    .loginModal .modal-title {
        font-size: 16px;
    }
    .features-img img {
        width: 60%;
    }
    .sub-desc-e img {
        width: auto;
    }
    #privacy-section .p-area .privacy-desc p,
    #privacy-section .p-area .privacy-desc ul li,
    #privacy-section .p-area .privacy-desc label {
        font-size: 14px;
    }
    #apply-section .or:before {
        content: '';
        position: absolute;
        display: inline-block;
        left: 0px;
        width: 27%;
        background-color: rgba(0, 0, 0, 0.18);
        top: 12px;
        height: 1px;
    }
    #apply-section .or:after {
        content: '';
        position: absolute;
        display: inline-block;
        right: 0px;
        width: 27%;
        background-color: rgba(0, 0, 0, 0.18);
        top: 12px;
        height: 1px;
    }
    /*create section*/
    .enter-price {
        width: 67%;
    }
    .create-section .e-button label a {
        font-size: 14px !important;
    }
    /*project list members page*/
    .p-members-table table tr th {
        font-size: 13px;
    }
    .p-members-table table tr td,
    .p-members-table table tr td a {
        font-size: 13px !important;
    }
    .membership-btn {
        font-size: 14px !important;
    }
    .interest-section .e-button {
        margin-top: 15px !important;
        margin-bottom: 0px;
    }
    .interest-section .e-button .get-started {
        font-size: 12px !important;
        padding: 5px 6px;
    }
    .interest-section .e-button label {
        margin-right: 10px;
        margin-top: 3px;
    }
    .created-person-img .get-started {
        padding: 10px 25px !important;
    }
    .g-linkedin img {
        width: 100%;
    }
    .g-heading label {
        font-size: 13px;
    }
    .loginModal .or:before {
        width: 28%;
    }
    .loginModal .or:after {
        width: 28%;
    }
    #signup-modal .or:before {
        width: 12%;
    }
    #signup-modal .or:after {
        width: 12%;
    }
    .login-with img {
        width: 80%;
    }
    .share-section ul {
        margin-right: 10px;
        margin-bottom: 0px;
        display: block;
        position: absolute;
        top: 0px;
        left: 130px;
    }
    .share-section .get-started,
    .share-section .get-started:hover {
        padding: 2px 10px !important;
        font-size: 14px;
    }
    .consultant_request_heading {
        font-size: 18px;
    }
    .bg-icon {
        width: 300px;
    }
    #banner-section.lenses-page.hPage {
        height: 500px !important;
    }
    #banner-section.case-banner.s-banner {
        height: 500px !important;
    }
    #banner-section.site-banner {
        height: 500px !important;
    }
}
@media only screen and (max-width: 420px) {
    /*impression*/
    #impression-section .impression-desc h1 {
        font-size: 20px;
    }
    /*email signature*/
    .email-c {
        width: 100%;
    }
    .email-c .email-desc {
        width: 60%;
    }
    #eligibility-section .get-started,
    .create-section .get-started {
        padding: 10px 8px;
        font-size: 13px !important;
    }
    #apply-section .create-section .form-group label {
        font-size: 14px;
    }
    .char-limit {
        font-size: 10px;
    }
    .t-listwrapper ul li {
        font-size: 12px;
    }
    /**/
    #apply-section select.form-control.select-price,
    #apply-section input.form-control.enter-price {
        width: 100%;
    }
    #apply-section input.form-control.enter-price {
        margin-left: 0;
    }
}
@media only screen and (max-width: 360px) {
    .tab-links ul li {
        padding: 12px 0px;
        padding: 12px 0px;
        margin-top: -4px;
    }
    .char-limit {
        top: 0px;
    }
    .tab-links ul li a,
    .tab-links ul li a:hover {
        font-size: 11px;
        padding: 15px 5px;
    }
    .total-cost .form-control {
        width: 220px;
        font-family: 'UbuntuM';
    }
}
@media only screen and (min-width: 1500px) {
    #banner-section.lenses-page.hPage {
        height: 600px !important;
    }
    #banner-section.site-banner {
        height: 600px !important;
    }
}
/* ===================================================style38.css End======================================================== */
/* ===================================================mini.css Start======================================================== */
.jssora05l,
.jssora05r {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: url('../images/portfolio/a17.png') no-repeat;
    overflow: hidden
}
.jssora05l {
    background-position: -10px -40px
}
.jssora05r {
    background-position: -70px -40px
}
.jssora05l:hover {
    background-position: -130px -40px
}
.jssora05r:hover {
    background-position: -190px -40px
}
.jssora05l.jssora05ldn {
    background-position: -250px -40px
}
.jssora05r.jssora05rdn {
    background-position: -310px -40px
}
.jssora05l.jssora05lds {
    background-position: -10px -40px;
    opacity: .3;
    pointer-events: none
}
.jssora05r.jssora05rds {
    background-position: -70px -40px;
    opacity: .3;
    pointer-events: none
}
.jssort01 .p {
    position: absolute;
    top: 0;
    left: 0;
    width: 72px;
    height: 72px
}
.jssort01 .t {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none
}
.jssort01 .w {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}
.jssort01 .c {
    position: absolute;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
    border: #000 2px solid;
    box-sizing: content-box;
    background: url('../images/portfolio/t01.png') -800px -800px no-repeat;
    _background: none
}
.jssort01 .pav .c {
    top: 2px;
    _top: 0;
    left: 2px;
    _left: 0;
    width: 68px;
    height: 68px;
    border: #000 0 solid;
    _border: #fff 2px solid;
    background-position: 50% 50%
}
.jssort01 .p:hover .c {
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    border: #fff 1px solid;
    background-position: 50% 50%
}
.jssort01 .p.pdn .c {
    background-position: 50% 50%;
    width: 68px;
    height: 68px;
    border: #000 2px solid
}
* html .jssort01 .c,
* html .jssort01 .pdn .c,
* html .jssort01 .pav .c {
    width: 72px;
    height: 72px
}
.jssort01 {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 800px;
    height: 100px;
}
.jssora05l {
    top: 158px;
    left: 8px;
    width: 40px;
    height: 40px;
}
.jssora05r {
    top: 158px;
    right: 8px;
    width: 40px;
    height: 40px;
}
.loading-slider {
    position: absolute;
    top: 0px;
    left: 0px;
}
.filter-slider {
    filter: alpha(opacity=70);
    opacity: 0.7;
    position: absolute;
    display: block;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.filter1-slider {
    position: absolute;
    display: block; //background:url('images/portfolio/loading.gif') no-repeat center center;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}
.sliders {
    cursor: default;
    position: relative;
    top: 0px;
    left: 0px;
    width: 800px;
    height: 356px;
    overflow: hidden;
}
#jssor_1 {}
/* ===================================================mini.css End======================================================== */
/* ===================================================quill.snow.css Start======================================================== */
/*!
 * Quill Editor v1.0.0
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 100%;
    margin: 0px;
    position: relative;
}
.ql-clipboard {
    left: -100000px;
    height: 1px;
    overflow-y: hidden;
    position: absolute;
    top: 50%;
}
.ql-clipboard p {
    margin: 0;
    padding: 0;
}
.ql-editor {
    box-sizing: border-box;
    cursor: text;
    line-height: 1.42;
    height: 100%;
    outline: none;
    overflow-y: auto;
    padding: 12px 15px;
    tab-size: 4;
    -moz-tab-size: 4;
    text-align: left;
    white-space: pre-wrap;
    word-wrap: break-word;
}
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
    margin: 0;
    padding: 0;
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
    padding-left: 1.5em;
}
.ql-editor ol>li,
.ql-editor ul>li {
    list-style-type: none;
}
.ql-editor ul>li::before {
    content: '\25CF';
}
.ql-editor li::before {
    display: inline-block;
    margin-right: 0.3em;
    text-align: right;
    white-space: nowrap;
    width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl)::before {
    margin-left: -1.5em;
}
.ql-editor ol li,
.ql-editor ul li {
    padding-left: 1.5em;
}
.ql-editor ol li {
    counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
    counter-increment: list-num;
}
.ql-editor ol li:before {
    content: counter(list-num, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
    counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
    content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
    counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
    counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
    content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
    counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
    counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
    content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
    counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
    counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
    content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
    counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
    counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
    content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
    counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
    counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
    content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
    counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
    counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
    content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
    counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
    counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
    content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
    counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
    counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
    content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
    padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
    padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
    padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
    padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
    padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
    padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
    padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
    padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
    padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
    padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
    padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
    padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
    padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
    padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
    padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
    padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
    padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
    padding-right: 28.5em;
}
.ql-editor .ql-video {
    display: block;
    max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
    margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
    margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
    background-color: #000;
}
.ql-editor .ql-bg-red {
    background-color: #e60000;
}
.ql-editor .ql-bg-orange {
    background-color: #f90;
}
.ql-editor .ql-bg-yellow {
    background-color: #ff0;
}
.ql-editor .ql-bg-green {
    background-color: #008a00;
}
.ql-editor .ql-bg-blue {
    background-color: #06c;
}
.ql-editor .ql-bg-purple {
    background-color: #93f;
}
.ql-editor .ql-color-white {
    color: #fff;
}
.ql-editor .ql-color-red {
    color: #e60000;
}
.ql-editor .ql-color-orange {
    color: #f90;
}
.ql-editor .ql-color-yellow {
    color: #ff0;
}
.ql-editor .ql-color-green {
    color: #008a00;
}
.ql-editor .ql-color-blue {
    color: #06c;
}
.ql-editor .ql-color-purple {
    color: #93f;
}
.ql-editor .ql-font-serif {
    font-family: Georgia, Times New Roman, serif;
}
.ql-editor .ql-font-monospace {
    font-family: Monaco, Courier New, monospace;
}
.ql-editor .ql-size-small {
    font-size: 0.75em;
}
.ql-editor .ql-size-large {
    font-size: 1.5em;
}
.ql-editor .ql-size-huge {
    font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
    direction: rtl;
    text-align: inherit;
}
.ql-editor .ql-align-center {
    text-align: center;
}
.ql-editor .ql-align-justify {
    text-align: justify;
}
.ql-editor .ql-align-right {
    text-align: right;
}
.ql-editor.ql-blank::before {
    color: rgba(0, 0, 0, 0.6);
    content: attr(data-placeholder);
    font-style: italic;
    pointer-events: none;
    position: absolute;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
    clear: both;
    content: '';
    display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
    background: none;
    border: none;
    cursor: pointer;
    display: inline-block;
    float: left;
    height: 24px;
    outline: none;
    padding: 3px 5px;
    width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
    float: left;
    height: 100%;
}
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
    display: none;
}
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
    color: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
    fill: #06c;
}
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar button:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-mitter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-mitter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-mitter {
    stroke: #06c;
}
.ql-snow {
    box-sizing: border-box;
}
.ql-snow * {
    box-sizing: border-box;
}
.ql-snow .ql-hidden {
    display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
    visibility: hidden;
}
.ql-snow .ql-tooltip {
    position: absolute;
}
.ql-snow .ql-tooltip a {
    cursor: pointer;
    text-decoration: none;
}
.ql-snow .ql-formats {
    display: inline-block;
    vertical-align: middle;
}
.ql-snow .ql-formats:after {
    clear: both;
    content: '';
    display: table;
}
.ql-snow .ql-toolbar.snow,
.ql-snow .ql-stroke {
    fill: none;
    stroke: #444;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2;
}
.ql-snow .ql-stroke-mitter {
    fill: none;
    stroke: #444;
    stroke-mitterlimit: 10;
    stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
    fill: #444;
}
.ql-snow .ql-empty {
    fill: none;
}
.ql-snow .ql-even {
    fill-rule: evenodd;
}
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
    stroke-width: 1;
}
.ql-snow .ql-transparent {
    opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
    display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
    display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
    display: none;
}
.ql-snow .ql-editor h1 {
    font-size: 2em;
}
.ql-snow .ql-editor h2 {
    font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
    font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
    font-size: 1em;
}
.ql-snow .ql-editor h5 {
    font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
    font-size: 0.67em;
}
.ql-snow .ql-editor a {
    text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
    border-left: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
    background-color: #f0f0f0;
    border-radius: 3px;
}
.ql-snow .ql-editor pre {
    white-space: pre-wrap;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px 10px;
}
.ql-snow .ql-editor code {
    font-size: 85%;
    padding-bottom: 2px;
    padding-top: 2px;
}
.ql-snow .ql-editor code:before,
.ql-snow .ql-editor code:after {
    content: "\A0";
    letter-spacing: -2px;
}
.ql-snow .ql-editor pre.ql-syntax {
    background-color: #23241f;
    color: #f8f8f2;
    overflow: visible;
}
.ql-snow .ql-editor img {
    max-width: 100%;
}
.ql-snow .ql-picker {
    color: #444;
    display: inline-block;
    float: left;
    font-size: 14px;
    font-weight: 500;
    height: 24px;
    position: relative;
    vertical-align: middle;
}
.ql-snow .ql-picker-label {
    cursor: pointer;
    display: inline-block;
    height: 100%;
    padding-left: 8px;
    padding-right: 2px;
    position: relative;
    width: 100%;
}
.ql-snow .ql-picker-label::before {
    display: inline-block;
    line-height: 22px;
}
.ql-snow .ql-picker-options {
    background-color: #fff;
    display: none;
    min-width: 100%;
    padding: 4px 8px;
    position: absolute;
    white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
    cursor: pointer;
    display: block;
    padding-bottom: 5px;
    padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    color: #ccc;
    z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
    fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
    stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    display: block;
    margin-top: -1px;
    top: 100%;
    z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
    width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
    padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
    right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
    padding: 4px 0px;
}
.ql-snow .ql-icon-picker .ql-picker-item {
    height: 24px;
    width: 24px;
    padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
    padding: 3px 5px;
    width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
    border: 1px solid transparent;
    float: left;
    height: 16px;
    margin: 2px;
    padding: 0px;
    width: 16px;
}
.ql-snow .ql-color-picker .ql-picker-item.ql-primary-color {
    margin-bottom: toolbarPadding;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
    position: absolute;
    margin-top: -9px;
    right: 0;
    top: 50%;
    width: 18px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
    content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
    width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
    content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
    font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
    font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
    font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
    font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
    font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
    font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
    width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
    content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
    content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
    content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
    font-family: Georgia, Times New Roman, serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
    font-family: Monaco, Courier New, monospace;
}
.ql-snow .ql-picker.ql-size {
    width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
    content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
    font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
    font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
    font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
    background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
    background-color: #000;
}
.ql-toolbar.ql-snow {
    border: 1px solid #ccc;
    box-sizing: border-box;
    font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
    margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
    border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
    border: 1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
    border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
    border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
    border-color: #000;
}
.ql-toolbar.ql-snow+.ql-container.ql-snow {
    border-top: 0px;
}
.ql-snow .ql-tooltip {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0px 0px 5px #ddd;
    color: #444;
    margin-top: 10px;
    padding: 5px 12px;
    white-space: nowrap;
}
.ql-snow .ql-tooltip::before {
    content: "Visit URL:";
    line-height: 26px;
    margin-right: 8px;
}
.ql-snow .ql-tooltip input[type=text] {
    display: none;
    border: 1px solid #ccc;
    font-size: 13px;
    height: 26px;
    margin: 0px;
    padding: 3px 5px;
    width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
    display: inline-block;
    max-width: 200px;
    overflow-x: hidden;
    text-overflow: ellipsis;
    vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action::after {
    border-right: 1px solid #ccc;
    content: 'Edit';
    margin-left: 16px;
    padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove::before {
    content: 'Remove';
    margin-left: 8px;
}
.ql-snow .ql-tooltip a {
    line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
    display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type=text] {
    display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
    border-right: 0px;
    content: 'Save';
    padding-right: 0px;
}
.ql-snow .ql-tooltip[data-mode=link]::before {
    content: "Enter link:";
}
.ql-snow .ql-tooltip[data-mode=formula]::before {
    content: "Enter formula:";
}
.ql-snow .ql-tooltip[data-mode=video]::before {
    content: "Enter video:";
}
.ql-snow a {
    color: #06c;
}
.ql-container.ql-snow {
    border: 1px solid #ccc;
}
/* ===================================================quill.snow.css End======================================================== */

h1,
h2,
h3,
h4,
h5,
h6,
.btn {
    font-family: "UbuntuM",sans-serif;
}
html {
    font-size: 100%;
}
body {
    font-family: 'OpenSansRegular';
    font-size: 16px;
}

p {
    font-size: 16px;
    color: #333;
    font-weight: 500%;
}
a {
    -webkit-transition: all 0.1s ease-in-out 0.1s;
    -moz-transition: all 0.1s ease-in-out 0.1s;
    -o-transition: all 0.1s ease-in-out 0.1s;
    transition: all 0.1s ease-in-out 0.1s;
}
a:hover,
a:focus {
    color: #D03135;
    text-decoration: none;
    outline: none;
}
img {
    max-width: 100%;
}
ul,
ol {
    padding: 0px;
    margin: 0px;
    list-style: none;
}
iframe {
    border: none;
}
input,
select,
textarea {
    outline: 0;
}
hr {
    margin: 0px;
    border-color: #ccc;
    margin: 15px 0px;
}
/*=============================================
=               Section Header               =
=============================================*/
// .site-header{
//  border-top: 2px solid #D03135;
//  border-bottom: 1px solid #CCCCCC; 
// }
//  /*----------  Top Head  ----------*/
//      .right-info{
//          float: right;
//          font-size: 16px;
//          font-family: "UbuntuM",sans-serif;
//          padding-top: 5px;
//      }
//      .call-info{
//          float: left;
//          padding: 5px 20px 5px 0px;
//      }
//      .call-info a{
//          color: #CF3135;
//          font-weight: 500;
//      }
//      .call-info a:hover{
//          color: #000;
//      }
//      .nav-icon{
//          display: none;
//      }
//      .membership-btn{
//          float: left;
//      }
//      .membership-btn .btn{
//          font-family: 'OpenSansRegular';
//          font-weight: 600;
//          text-transform: uppercase;
//      }
//  /*----------  Logo  ----------*/
//      .logo{
//          padding: 10px 0px;
//          float: left;
//      }
//      .logo img{
//          max-width: 210px;
//      }
//  /*----------  Menu  ----------*/
//      .navbar-collapse .navbar-nav>li{
//          margin: 15px;
//          padding-right: 20px; 
//          border-right: 1px solid #000000;
//      }
//      .navbar-collapse .navbar-nav>li:last-child{
//          border: none;
//      }
//      .navbar-collapse .navbar-nav>li>a{
//          color: #CF3135;
//          font-size: 16px;
//          padding: 0px;
//          font-weight: 600;
//      }
//      .navbar-collapse .navbar-nav > li > a:hover{
//          color: #000;
//      }
//      .navbar-collapse .nav>li>a:focus, .navbar-collapse .nav>li>a:hover{
//          background: transparent;
//      }
//      .user img{
//          margin-top: -6px;
//      }
/*=============================================
=               Content              =
=============================================*/
.content-wrap {
    background-color: #EFEFEF;
    padding: 50px 0px 0px;
    margin-top: 90px;
}
.box-wrap {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 20px 45px;
    margin-bottom: 20px;
}
.box-wrap p {
    margin-bottom: 20px;
}
.btm-info {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 15px;
}
.categorie-info li {
    display: inline-block;
    vertical-align: top;
    margin-right: 1px;
    margin-top: 9px;
}
.categorie-info li a {
    font-family: 'OpenSansRegular';
    color: #333333;
    font-size: 12px;
    background-color: #EFEFEF;
    padding: 5px 7px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}
.categorie-info li a:hover {
    color: #CF3135;
    text-decoration: underline;
}
.ans-btn strong a {
    font-family: "UbuntuM",sans-serif;
    font-size: 16px;
    color: #CF3135;
    font-weight: 600;
}
.ans-btn strong a:hover {
    color: #333333;
}
.ans-btn .btn {
    font-size: 16px;
    font-weight: 500;
}
.description .box-btm.ans-btn .btn.btn-primary {
    padding: 6px 15px;
}
.description .box-btm.ans-btn .btn.btn-primary:active,
.description .box-btm.ans-btn .btn.btn-primary:focus {
    background-color: #333333;
    border-color: #333333;
    outline: none;
}
.user-img {
    width: 100px;
    height: 100px;
    float: left;
}
.user-img img {
    width: 100%;
}
.user-info {
    overflow: hidden;
    padding-left: 20px;
}
.section-ans .description {
    margin-left: 110px;
}
.user-info h2 {
    margin-bottom: 5px;
}
.section-ans.box-wrap .user-info p {
    margin-bottom: 5px;
    width: 100%;
    max-width: 851px;
    min-height: 43px;
}
.user-info a {
    font-family: 'OpenSansRegular';
    color: #CF3135;
    font-size: 16px;
}
.user-info h2 a {
    font-family: 'UbuntuM';
    font-size: 24px;
    color: #333;
    font-weight: 500;
}
// .user-info a:hover{
//  color: #333333;
// }
.section-ans .description .btm-info {
    margin-top: 0px;
}
.section-ans .description p a {
    color: #CF3135;
}
// .section-ans .description p a:hover{
//  color: #333333;
// }
.more-icon li {
    float: left;
    margin-left: 20px;
    margin-top: 2px;
}
.questionpage-list .more-icon li.share-btn,
.questionpage-list .social.more-icon.pull-right ul li:first-child {
    margin-left: -10px;
}
.more-icon li img {
    width: 30px;
}
.review {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding-top: 20px;
}
.review {
    font-family: 'OpenSansRegular';
    color: #000000;
    font-weight: 500;
}
.review span {
    font-weight: 500;
}
.review a {
    color: #CF3135;
    font-weight: 500;
}
// .review a:hover{
//  color: #333333;
// }
/*----------  Title  ----------*/
.title-medium {
    font-size: 24px;
    font-weight: 500;
    margin-top: 0px;
}
.title-box {
    background-color: #333;
    padding: 10px;
    margin-bottom: 10px;
}
.title-box h1 {
    color: #fff;
    font-size: 24px;
    font-weight: 500;
    margin: 0px;
}
.main-title {
    font-size: 24px;
    font-weight: 500;
    line-height: 30px;
    margin-top: 20px;
    margin-bottom: 0px;
    width: 100%;
    text-align: left;
    display: table;
}
/*----------  Button  ----------*/
.btn-primary-trans {
    background: transparent;
    border-color: #CF3135;
    color: #CF3135;
    border-radius: 0px;
}
.btn-primary-trans:hover,
.btn-primary-trans:focus {
    background-color: #CF3135;
    color: #fff;
}
.btn-primary {
    background: #CF3135;
    border-color: #CF3135;
    color: #fff;
    border: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.btn:active:focus,
.btn:focus {
    background-color: #333333;
    border-color: #666;
    color: #fff;
}
.btn-primary[disabled],
.btn-primary[disabled]:hover {
    background: #CF3135;
}
/*=============================================
=               Comment Section              =
=============================================*/
.section-que p {
    font-size: 16px;
}
.ans-btn p {
    font-family: 'OpenSansRegular';
    font-size: 16px;
    font-weight: 500;
    margin: 7px 10px 0 0;
    float: left;
}
.box-editor {
    margin: 70px 0 0 0;
}
.box-editor-btm {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 70px 0 50px 0;
}
.box-editor-btm.ask_expert {
    padding: 20px 0 0px 0;
    margin: 0;
}
.box-editor-btm form#QuestionSubmitform {
    padding-bottom: 50px;
}
#statusbar {
    display: none;
}
.box-editor .box-btm {
    width: auto;
    display: inline-block;
    vertical-align: top;
    float: right;
}
.section-ans.box-editor form .description .box-btm {
    margin: 20px 0 0 0;
}
.section-ans.box-editor form .description .box-btm a {
    color: #CF3135;
    font-weight: 500;
    margin-left: 15px;
}
.section-ans.box-editor form .description .box-btm .btn {
    padding: 6px 15px;
    background: #CF3135;
    color: #fff;
    border: none;
}
.section-ans.box-wrap.box-editor {
    padding: 20px 45px 71px 45px;
}
.section-ans.box-editor form .description .box-btm .btn:hover,
.section-ans.box-editor form .description .box-btm .btn:active,
.section-ans.box-editor form .description .box-btm .btn:focus {
    background-color: #333333;
    color: #fff;
}
.box-editor .Editor-editor {
    outline: none;
}
.box-editor .user-info p {
    float: right;
}
.box-editor-btm h3 {
    padding-bottom: 10px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin: 0;
}
.box-editor-btm .box {
    padding: 20px 45px;
    margin-bottom: 10px;
    background-color: #fff;
}
.box-editor-btm .box p {
    font-family: "UbuntuM",sans-serif;
    display: inline-block;
    width: 100%;
    margin: 0;
    font-size: 16px;
}
.box-editor-btm .box p a {
    color: #333;
    font-weight: 500;
}
.box-editor-btm .box p a:hover {
    color: #333;
}
.box-editor-btm .box p a.btn {
    color: #CF3135;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: "OpenSansRegular";
}
.box-editor-btm .box p a.btn:hover {
    color: #333333;
}
.box-editor-btm .box ul {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.box-editor-btm .box ul li {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 4px;
}
.box-editor-btm .box ul li a {
    font-family: "OpenSansRegular";
    padding: 6px 15px;
    background-color: #efefef;
    color: #333;
    display: inline-block;
    font-weight: 500;
    margin: 10px 0 20px 0;
    font-size: 12px;
    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}
.box-editor-btm .box ul li a:hover {
    color: #CF3135;
    text-decoration: underline;
}
.box-editor-btm .box-btm {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.box-editor-btm .box-btm a {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.box-editor-btm .box-btm a img {
    height: 100px;
    width: 100px;
}
.box-editor-btm form .box.askanexpert a#cancelLink,
.section-ans.box-wrap .description .box-btm.ans-btn .btn-cancle {
    color: #CF3135;
    font-weight: 500;
    margin-right: 15px;
}
.box-editor-btm form .box.askanexpert #previewbutton_area {
    float: right;
    line-height: 36px;
}
.section-ans.box-wrap .description .box-btm.ans-btn {
    float: right;
    display: flex;
    align-items: center;
    margin-top: 10px;
}
/*  ==========================================================================
    Ask expert
    ========================================================================== */
.ask_expert {
    margin-bottom: 100px;
}
.ask_expert h3 sub {
    font-family: 'OpenSansRegular';
    font-size: 16px;
}
.ask_expert label {
    width: 100%;
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.ask_expert label span {
    float: right;
}
.ask_expert label span span {
    float: none;
}
.ask_expert textarea {
    width: 100%;
    display: inline-block;
    border: 1px solid #DDDDDD;
    outline: 0;
    padding: 15px;
    font-size: 16px;
    margin-bottom: 15px;
    height: 150px;
}
.ask_expert .box {
    padding: 30px;
    width: 100%;
    display: inline-block;
}
.ask_expert a.btn {
    font-size: 16px;
    font-weight: 500;
    padding: 6px 15px;
    float: right;
    border: none;
}
/*****/
.social-btn {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.social-btn ul {
    float: right;
}
.social-btn ul li:first-child,
.social.more-icon.pull-right ul li:first-child {
    margin-left: 0;
}
hr {
    display: inline-block;
    width: 100%;
}
.social-btn .list-unstyled {
    line-height: 32px;
}
.social-btn .list-unstyled li,
.social.more-icon.pull-right ul li {
    margin-top: 0px;
    margin-bottom: 0px;
}
.social-btn .list-unstyled li,
.social .list-unstyled li {
    margin-left: 5px;
}
.social-btn .list-unstyled li:last-child,
.social .list-unstyled li:last-child {
    margin-right: 20px;
}
.social-btn .list-unstyled li a,
.social .list-unstyled li a {
    height: 25px;
    width: 26px;
    display: inline-block;
}
.social.more-icon.pull-right {
    width: 50%;
}
.social.more-icon.pull-right ul {
    float: right;
    margin-top: -11px;
}
.social .list-unstyled {
    line-height: 25px;
}
.section-ans.box-wrap.box-editor form .user-info {
    padding: 0px 0 20px 10px;
}
.section-ans.box-wrap.box-editor form .user-info p {
    width: auto;
    max-width: inherit;
    min-height: 0;
    margin: 0;
}
.share-section .list-unstyled li a i,
.social.more-icon.pull-right .list-unstyled li a i,
.more-icon.pull-right.social-btn .list-unstyled li a i {
    background: #333;
    color: #fff;
    border-radius: 3px;
    height: 25px;
    width: 26px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
}
.share-section .list-unstyled li a i:hover,
.social.more-icon.pull-right .list-unstyled li a i:hover,
.more-icon.pull-right.social-btn .list-unstyled li a i:hover {
    background: #CF3135;
}
/*  ==========================================================================
    Contact Poppup
    ========================================================================== */
.modal-dialog {
    width: 700px;
    margin-top: 120px;
}
.modal-dialog.question .modal-content {
    padding: 15px;
}
.modal-dialog.question .modal-content .modal-header {
    padding: 20px 20px 35px 20px;
}
.modal-dialog.question .modal-content .modal-body {
    padding: 20px;
}
.modal-dialog.question .modal-content .modal-footer {
    padding: 30px 15px 15px 15px;
}
.modal-dialog.question .modal-content .modal-body .form-group {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.modal-dialog.question .modal-content .modal-body .form-group .form-control {
    height: 45px;
}
.modal-dialog.question .modal-content .modal-body .form-group.first,
.modal-dialog.question .modal-content .modal-body .form-group.last {
    width: 48%;
}
.modal-dialog.question .modal-content .modal-body .form-group.first {
    float: left;
}
.modal-dialog.question .modal-content .modal-body .form-group.last {
    float: right;
}
.modal-title {
    text-align: center;
}
.form-control {
    height: 40px;
}
.modal-footer .send,
.modal-footer .cancel {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-family: "UbuntuM",sans-serif;
    font-size: 18px;
    font-weight: 500;
    padding: 8px;
    border-radius: 4px;
}
.modal-footer .send {
    background-color: #CF3135;
    color: #fff;
}
.modal-footer .cancel {
    background: #EFEFEF;
    color: #333;
}
.modal-footer .cancel:hover,
.modal-footer .send:hover {
    background: #333333;
    color: #fff;
}
.form-control:focus {
    border-color: #ccc;
    box-shadow: none;
    outline: none;
}
.form-control.editor {
    height: auto;
    min-height: 200px;
    overflow-y: scroll;
}
.modal-dialog.question .modal-content {
    background: #EFEFEF;
}
.modal-dialog.question .btn.que-link {
    color: #CF3135;
    background: transparent;
    box-shadow: none;
    border: none;
    font-size: 14px;
    font-family: 'OpenSansRegular';
    padding: 0;
    margin-left: 10px;
    vertical-align: middle;
}
.modal-dialog.question .btn.que-link:focus,
.modal-dialog.question .btn.que-link:active {
    outline: none;
    border: none;
}
.modal-dialog.question .btn.que-link:hover {
    color: #CF3135;
    background: transparent;
    border: none;
}
.inner-content-wrapper {
    margin-top: 90px;
    padding: 53px 0 50px;
    0;
}
.inner-content-wrapper .mentors-content .box-wrap-sight {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    padding: 20px 0px;
    margin-bottom: 20px;
}
.inner-content-wrapper .banner-photo {
    opacity: 0.9;
    position: absolute;
    border: 0px;
    height: 100%;
    width: 100%; // background-position: right top !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
}
.inner-content-wrapper .banner-content {
    background-color: rgba(0, 0, 0, 0.4);
    text-align: left;
    padding: 18px;
    height: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
    color: #fff;
    font-weight: bold;
}
.inner-content-wrapper .banner-title {
    padding: 75px 101px;
    min-height: 163px;
    text-align: center;
}
.inner-content-wrapper .banner-title h5 a {
    font-size: 35px;
    font-family: "UbuntuM",sans-serif;
    font-weight: 500;
    line-height: 30px;
    width: 100%;
    display: table;
    color: #fff;
    line-height: 42px;
    letter-spacing: 1.3px;
}
.inner-content-wrapper .banner-title .org-date,
.inner-content-wrapper .QnAbutton,
.inner-content-wrapper .content-submit,
.inner-content-wrapper .insight-banner,
.inner-content-wrapper .insight-img-banner,
.inner-content-wrapper .banner-title,
.preview-banner {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.insight-banner .insight-img-banner,
.preview-banner .preview-img-banner {
    position: relative;
}
.insight-banner .insight-img-banner {
    background: rgba(89.41%, 89.41%, 89.41%, 1);
}
.inner-content-wrapper .banner-title .org-date span {
    font-size: 14px;
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-top: 18px;
    font-weight: 400;
    text-align: center;
}
.inner-content-wrapper .banner-title .org-date span.hbr {
    margin-top: 5px;
}
.inner-content-wrapper .banner-title .org-date .hbr img {
    border-radius: 50px;
    height: 16px;
    width: 16px;
}
.inner-content-wrapper .banner-title span a {
    font-size: 14px;
    color: #fff;
}
.inner-content-wrapper .banner-is-guild {
    width: 369px;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 1;
    background-size: auto 100% !important;
    background-position: right center!important;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    -o-filter: blur(0px);
    filter: blur(0px);
}
.inner-content-wrapper .banner-is-guild:after {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(89.41%, 89.41%, 89.41%, 1.0), rgba(89.41%, 89.41%, 89.41%, 0.3) 80%);
}
.inner-content-wrapper .img-gradient {
    position: absolute;
    right: 0;
    top: 0;
    min-width: 180px;
    max-width: 55%;
    overflow: hidden;
    opacity: 0.1;
    background-position: right center;
    background-size: auto 100%;
    background-repeat: no-repeat;
}
.inner-content-wrapper .text-content-box p {
    color: #292929;
    line-height: 140%;
    padding-top: 10px;
    font-weight: 300;
    font-family: 'ubuntuM';
    font-size: 16px;
}
.inner-content-wrapper .ql-editor ul li {
    padding: 0 0 10px 0;
    margin-left: 15px;
    color: #292929;
    font-family: ubuntu;
    font-size: 16px;
    font-weight: 300;
}
.inner-content-wrapper .ql-editor ol li {
    padding: 0 0 10px 0;
    margin-left: -10px;
    color: #292929;
    font-family: 'ubuntuM';
    font-size: 16px;
    font-weight: 300;
}
.inner-content-wrapper .img-gradient-img {
    margin-top: 30px;
    height: 250px;
}
.inner-content-wrapper .img-gradient-overlay {
    background-image: linear-gradient(to right, rgba(69.02%, 69.02%, 69.02%, 1.0), rgba(69.02%, 69.02%, 69.02%, 0.3) 80%);
}
.inner-content-wrapper .QnAbutton {
    margin-top: 7px;
}
.inner-content-wrapper .QnAbutton a {
    color: #333333;
    font-size: 12px;
    background-color: #EFEFEF;
    padding: 7px 12px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    margin: 0px 10px 0 0;
    -webkit-transition: all 0s ease-in-out 0s;
    -moz-transition: all 0s ease-in-out 0s;
    -o-transition: all 0s ease-in-out 0s;
    transition: all 0s ease-in-out 0s;
}
.inner-content-wrapper .QnAbutton a:hover {
    color: #CF3135;
    text-decoration: underline;
}
.inner-content-wrapper a.back-post {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
    line-height: 1.42857143;
}
.inner-content-wrapper .description p {
    font-size: 16px;
    color: #333;
}
.inner-content-wrapper .description a {
    color: #CF3135;
}
.inner-content-wrapper .user-info .answer {
    display: inline-block;
}
.inner-content-wrapper .user-info p {
    margin: 0;
    width: 100%;
    max-width: 851px;
    min-height: 44px;
}
.inner-content-wrapper .user-info .answer a {
    position: relative;
    top: 4px;
}
.inner-content-wrapper .user-info a.mail-btn {
    margin: 0px 0px 0 20px;
    float: right;
    position: relative;
    bottom: 7px;
}
.inner-content-wrapper .user-info a.mail-btn img {
    width: 30px;
}
.inner-content-wrapper .share_icons {
    display: inline-block;
    width: 100%;
    position: relative;
    bottom: 9px;
}
.inner-content-wrapper .share_icons .share-button {
    float: right;
    position: relative;
    top: 3px;
}
.inner-content-wrapper .share_icons .share-button .share-button {
    height: 30px;
    display: inline-block;
}
.inner-content-wrapper .share_icons #shareicon {
    visibility: visible;
    width: 130px;
    float: right;
    position: relative !important;
    margin: 3px 15px 2px 0;
}
.inner-content-wrapper .share_icons .share-button img {
    width: 30px;
}
.inner-content-wrapper .share_icons #shareicon ul {
    margin: 0;
    padding: 0;
    display: inline-block;
}
.inner-content-wrapper .share_icons #shareicon ul li {
    list-style-type: none;
    float: left;
    margin-left: 5px;
}
.inner-content-wrapper .share_icons #shareicon ul li a i {
    background: #333;
    color: #fff;
    border-radius: 3px;
    height: 25px;
    width: 26px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
}
.inner-content-wrapper .share_icons #shareicon ul li a i:hover {
    background: #CF3135;
}
.inner-content-wrapper .btm-info {
    margin-top: 19px;
}
.inner-content-wrapper .btm-info .upvote .mgButton {
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    padding: 10px 14px;
}
.inner-content-wrapper .description p a {
    font-size: 16px;
    color: #d03135;
    letter-spacing: 0.3px;
}
.inner-content-wrapper .description .ql-editor {
    padding: 0px 15px;
}
.inner-content-wrapper .mentors-content {
    padding: 50px 0 30px 0;
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.inner-content-wrapper .mentors-content .user-info .title-medium {
    margin-bottom: 8px;
}
.inner-content-wrapper .mentors-content hr {
    margin: 15px 0;
}
/**/
.inner-content-wrapper {
    overflow: hidden;
}
.inner-content-wrapper .preview-banner {
    overflow: hidden;
}
.preview-banner .preview-img-banner .img-gradient {
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.preview-banner .preview-img-banner .img-gradient .img-gradient-img {
    margin: 0;
    height: 100%;
    width: 100%;
}
.preview-banner .banner-title span {
    margin: 32px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.preview-banner .banner-title {
    margin: 0;
}
.inner-content-wrapper .project-overview.box-wrap {
    margin: 0px;
    padding: 50px 0 0 0;
    background: transparent;
}
.inner-content-wrapper .project-overview.box-wrap .ql-editor {
    padding: 0px;
}
.inner-content-wrapper .project-overview.box-wrap p:empty {
    display: none;
}
.inner-content-wrapper .project-overview.box-wrap .form-group {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.inner-content-wrapper .project-overview.box-wrap .form-group.pop {
    border-bottom: 1px solid rgb(190, 190, 190);
    background: rgb(204, 204, 204);
    border-radius: 5px;
    width: auto;
    float: left;
    margin-right: 5px;
}
.inner-content-wrapper .project-overview.box-wrap .form-group.pop.last {
    margin-right: 0;
}
.inner-content-wrapper .project-overview.box-wrap .form-group.pop span {
    float: right;
    padding: 2px 5px;
    background: #ccc;
    cursor: pointer;
    border-radius: 5px;
    color: #D03135;
}
.inner-content-wrapper .project-overview.box-wrap .form-group.pop p {
    margin: 0;
    padding: 9px;
}
.inner-content-wrapper .project-overview.box-wrap .user-info h2 {
    margin-bottom: 8px;
}
.inner-content-wrapper .box-wrap .preview-title {
    margin: 0;
    font-size: 24px;
}
.inner-content-wrapper .e-button {
    margin-top: 5px;
    font-size: 16px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.inner-content-wrapper .e-button label {
    margin: 0 15px 0 0;
}
.inner-content-wrapper .e-button .mgButton {
    font-size: 16px;
}
.inner-content-wrapper .preview-banner .banner-title h5 {
    height: 100%;
    min-height: auto;
}
/*================================== 
=            Website Page          =
==================================*/
.navbar .navbar-collapse .website-header {
    margin: 21px 0 0 0;
}
.website-inner-content,
.website-page,
.website-page .banner-content-img .see-features,
.beautiful-section,
.testimonial-section .carousel-inner,
.get-free-section,
.website-portfolio-section .request-section,
.request-section .form-section {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.beautiful-section {
    padding: 50px 0;
}
.website-inner-content h2,
.website-inner-content p {
    margin: 0;
}
.website-inner-content h2 {
    font-size: 35px;
}
.website-inner-content h3 {
    font-weight: normal;
    color: #333;
    text-align: right;
    font-size: 24px;
    margin-bottom: 0;
    margin-top: 30px;
}
.website-inner-content h3 span {
    color: #333;
    font-family: "UbuntuM",sans-serif;
}
.website-page {
    position: relative;
}
.website-page::after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(51, 51, 51, 0.7);
    z-index: 1;
}
.website-page .banner-content-img {
    padding: 50px 15px;
    position: relative;
    z-index: 999;
}
.website-page .banner-content-img .see-features {
    margin: 0 0 120px 0;
}
.website-page .banner-content-img .see-features a {
    font-size: 16px;
    background: #5A5A5A;
    padding: 9px 16px;
    color: #fff;
    border-radius: 5px;
    float: left;
    font-weight: 400;
}
.website-page .banner-content-img .see-features i {
    margin-left: 9px;
}
.website-page .banner-content-img h2 {
    color: #fff;
    margin: 38px 0 26px 0;
}
.website-page .banner-content-img p {
    color: #fff;
    font-size: 24px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 80px 0;
}
.website-inner-content .website-page .banner-content-img p{
    color: #efefef;
}
.request-free {
    background: #CF3135;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin: 26px 0 0 0;
    font-family: "UbuntuM",sans-serif;
    padding: 14px 28px;
    border: none;
}
.request-free:hover {
    background: #000;
    color: #fff;
}
.beautiful-section .right {
    padding: 49px 0;
    margin: 0 0 0 30px;
}
.beautiful-section .right ul {
    margin: 37px 0 0 0;
}
.beautiful-section .right ul li {
    margin: 0 0 10px 0;
}
.beautiful-section .right ul li i {
    color: #000;
    margin-right: 5px;
    float: left;
    line-height: 24px;
    font-size: 10px;
}
.beautiful-section .right ul li span {
    font-size: 16px;
    color: #333333;
    display: block;
    overflow: hidden;
}
.beautiful-section .right ul li span a,
.beautiful-section .right ul li span a:hover {
    color: #cf3135;
}
.testimonial-section {
    background: #292929;
    font-size: 16px;
}
.testimonial-section,
.testimonial-section p {
    color: #dedede;
    line-height: 24px;
}
.testimonial-section .testimonial-heading p {
    margin: 10px 0;
}
.testimonial-section .testimonial-heading {
    padding: 95px 0 0 0;
}
.testimonial-section .testimonial-heading h2 {
    margin: 0 0;
    color: #fff;
}
.testimonial-section .carousel {
    position: relative;
    margin: 37px 0 0 0;
    padding: 0 0 115px 0;
}
.testimonial-section .item .tesimonial-part .person-img {
    float: left;
    margin: 5px 43px 0 37px;
}
.testimonial-section .item .tesimonial-part .person-desc {
    display: block;
    overflow: hidden;
    margin: 0 30px 0 0;
}
.testimonial-section .item .tesimonial-part .person-desc p {
    margin: 0 0 10px 0;
}
.testimonial-section .item .tesimonial-part .person-desc label,
.testimonial-section .item .tesimonial-part .person-desc span {
    width: 100%;
}
.testimonial-section .item .tesimonial-part .person-desc label {
    margin: 5px 0 0 0;
    font-family: 'ubuntuM';
}
.testimonial-section .carousel .button {
    position: absolute;
    top: 68px;
}
.testimonial-section .carousel .left-arrow {
    left: -23px;
}
.testimonial-section .carousel .right-arrow {
    right: -23px;
}
.get-free-section {
    text-align: center;
    padding: 100px 0;
}
.get-free-section p {
    margin: 10px 0 0 0;
}
/* .website-inner-content .website-portfolio-section {
    background-color: #292929;
    padding: 94px 0 100px 0;
} */
.website-inner-content .website-portfolio-section h2 {
    color: #333;
}
.website-portfolio-section .portfolio-section {
    margin: 25px 0 0 0;
}
.website-inner-content .request-section {
    padding: 0 0 100px 0;
}
.website-inner-content .request-section .request-free.tell {
    border-radius: 0 0 10px 10px;
    margin: 0 auto;
    display: table;
    padding: 14px 40px;
    outline: none;
}
.website-inner-content .request-section .request-free.submit {
    margin: 16px 0 0 0;
    padding: 10px 20px
}
.request-section .form-section .form-interest {
    margin: 30px 0 0 0;
}
.request-section .form-section .form-group .form-control {
    height: 45px;
}
.request-section .invest-details .invest-img {
    padding: 80px 0 45px 0;
}
.request-section .website {
    padding: 0 17px;
}
.request-section .website h4 {
    text-align: left;
    font-size: 24px;
    margin: 0 0 25px 0;
}
.request-section .website .invest-area {
    width: 100%;
    padding: 28px 47px;
}
.request-section .website .invest-area ul {
    padding: 0;
}
.request-section .website .invest-area ul li {
    list-style-type: none;
    display: inline-block;
    width: 100%;
}
.request-section .website .invest-area ul li span {
    margin-right: 5px;
}
.request-section .website .invest-area ul li i {
    color: #000;
    margin-right: 5px;
    float: left;
    line-height: 27px;
    font-size: 10px;
}
.request-section .website .invest-area .view,
.request-section .website .invest-area .view:hover {
    color: #cf3135;
    margin: 4px 0 0 0;
    display: inline-block;
    width: 100%;
}
.request-section .form-section .bottom {
    margin: 24px 0 0 0;
    display: inline-block;
    width: 100%;
}
.website-inner-content .request-section .request-free.ask {
    margin: 16px 0 0 0;
    border-radius: 5px;
    /* padding: 14px 52px; */
}
.tag-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tag-list li {
    display: inline-block;
    vertical-align: top;
    float: left;
    margin-right: 4px;
}
.tag-list li a,
.tag-list li span {
    font-family: "OpenSansRegular";
    padding: 6px 15px;
    background-color: #efefef;
    color: #333;
    display: inline-block;
    font-weight: 500;
    margin: 10px 0 20px 0;
    font-size: 12px;
    -webkit-transition: all 0.35s ease 0s;
    -moz-transition: all 0.35s ease 0s;
    -ms-transition: all 0.35s ease 0s;
    -o-transition: all 0.35s ease 0s;
    transition: all 0.35s ease 0s;
}
.tag-list li a:hover,
.tag-list li span:hover {
    color: #CF3135;
    text-decoration: underline;
}
.linked-mobile{display: none;}
.linked-desktop{display: block;}
@media screen and (max-width: 1199px) {
    #banner-section.website-page {
        height: 700px!important;
    }
    /* .beautiful-section img {
        height: 100%;
    } */
    .beautiful-section .right {
        padding: 47px 0;
    }
}
@media screen and (max-width: 991px) {
    .website-page .banner-content-img .see-features {
        margin: 0 0 80px 0;
    }
    .website-page .banner-content-img p {
        font-size: 21px;
    }
    .website-page .banner-content-img h2 {
        margin: 28px 0 16px 0;
    }
    .website-inner-content h2 {
        font-size: 32px;
    }
    .beautiful-section img {
        width: 100%;
    }
    .beautiful-section .right {
        margin: 0;
    }
    .beautiful-section .right,
    .get-free-section {
        padding: 70px 0;
    }
    .testimonial-section .testimonial-heading {
        padding: 70px 0 0 0;
    }
    .testimonial-section .carousel,
    .website-inner-content .request-section {
        padding: 0 0 70px 0;
    }
    .testimonial-section .carousel {
        margin: 30px 0 0 0;
    }
    .website-inner-content .website-portfolio-section {
        padding: 70px 0;
    }
    .request-section .invest-details .invest-img {
        padding: 40px 0;
    }
    .testimonial-section .item .tesimonial-part .person-desc label,
    .testimonial-section .item .tesimonial-part .person-desc span {
        font-size: 14px;
    }
    .testimonial-section .carousel .left-arrow {
        left: 0px;
    }
    .testimonial-section .carousel .right-arrow {
        right: 0px;
    }
}
@media screen and (max-width: 767px) {
    .shownav.header-show {
        right: 15px;
    }
    #banner-section.website-page {
        height: 600px!important;
    }
    .website-inner-content h2 {
        font-size: 28px;
    }
    .website-page .banner-content-img p {
        margin: 0;
        font-size: 18px;
        line-height: 24px;
    }
    .beautiful-section .right ul {
        margin: 25px 0 0 0;
    }
    .beautiful-section .right,
    .get-free-section {
        padding: 60px 0;
    }
    .testimonial-section .testimonial-heading {
        padding: 60px 0 0 0;
    }
    .testimonial-section .carousel,
    .website-inner-content .request-section {
        padding: 0 0 60px 0;
    }
    .website-inner-content .website-portfolio-section {
        padding: 60px 0;
    }
    .testimonial-section .item .tesimonial-part .person-img {
        margin: 5px 20px 0 20px;
    }
    .testimonial-section .carousel {
        margin: 20px 0 0 0;
    }
    .request-section .website .invest-area {
        padding: 25px;
    }
    .beautiful-section .right ul li span {
        font-size: 14px;
    }
    .beautiful-section .right ul li i {
        font-size: 10px;
        line-height: 20px;
    }
}
@media screen and (max-width: 640px) {
    .website .navbar-brand img {
        width: 160px;
        margin-top: 16px;
    }
    .website-page .banner-content-img .see-features {
        margin: 0 0 60px 0;
    }
    .website-page .banner-content-img p {
        font-size: 17px;
    }
    #banner-section.website-page {
        height: 550px!important;
    }
    .beautiful-section .right,
    .get-free-section {
        padding: 50px 0;
    }
    .testimonial-section .testimonial-heading {
        padding: 50px 0 0 0;
    }
    .testimonial-section .carousel,
    .website-inner-content .request-section {
        padding: 0 0 50px 0;
    }
    .website-inner-content .website-portfolio-section {
        padding: 50px 0;
    }
    .website-page .banner-content-img .start-img {
        height: 40px;
    }
    .beautiful-section .right ul {
        margin: 20px 0 0 0;
    }
    .testimonial-section .carousel .tesimonial-part {
        text-align: center;
    }
    .testimonial-section .item .tesimonial-part .person-img {
        margin: 0 0 30px 0;
        float: none;
    }
    .testimonial-section .item .tesimonial-part .person-desc {
        display: inline-block;
        margin: 0;
    }
    .request-section .website {
        padding: 0;
    }
}
@media screen and (max-width: 480px) {
    .linked-mobile{display: block;}
    .linked-desktop{display: none;}
    .request-free {
        padding: 10px 28px;
        margin: 20px 0 0 0;
    }
    .website .navbar-brand img {
        width: 120px;
        margin-top: 25px;
    }
    .website-page .banner-content-img {
        padding: 30px 15px;
    }
    #banner-section.website-page {
        height: 500px!important;
    }
    .website-page .banner-content-img .see-features a {
        font-size: 14px;
    }
    .website-page .banner-content-img .see-features {
        margin: 0 0 40px 0;
    }
    .website-page .banner-content-img .start-img {
        height: 30px;
    }
    .website-page .banner-content-img p {
        font-size: 16px;
    }
    .website-page .banner-content-img h2 {
        margin: 18px 0 10px 0;
    }
    .beautiful-section h2,
    .testimonial-section h2,
    .get-free-section h2,
    .website-portfolio-section h2 {
        font-size: 24px;
    }
    .beautiful-section .right,
    .get-free-section {
        padding: 30px 0;
    }
    .testimonial-section .testimonial-heading {
        padding: 30px 0 0 0;
    }
    .testimonial-section .carousel,
    .website-inner-content .request-section {
        padding: 0 0 30px 0;
    }
    .website-inner-content .website-portfolio-section {
        padding: 30px 0;
    }
    .testimonial-section .carousel .left-arrow span img,
    .testimonial-section .carousel .right-arrow span img {
        height: 40px;
    }
    .testimonial-section .item .tesimonial-part .person-img {
        margin: 0 0 20px 0;
    }
    .request-section .website .invest-area {
        padding: 15px;
    }
    .request-section .website h4 {
        font-size: 20px;
        margin: 0 0 10px 0;
    }
    .invest-details .i-details ul li {
        font-size: 14px;
    }
    /* .website-inner-content .request-section .request-free.ask {
        padding: 10px 52px;
    } */
    .request-section .form-section .form-group .form-control {
        height: 40px;
    }
    .proposal-list li .button-set span{
        margin: 0;
        line-height: 40px;
    }
    .proposal-list li .button-set .btn-primary{
        line-height: 1.42857143;
        width: auto
    }
}
@media screen and (max-width: 380px){
    .proposal-list li .button-set{
        width: 100%;
        margin-top: 5px;
    }
}
.help-block {
    font-size: 14px;
    clear: both
}
.acc-content-inner.topic select+.help-block {
    padding-top: 3px;
}
/*  ==========================================================================
    Expert List
    ========================================================================== */
.expert-list {
    margin-bottom: 50px;
}
#financial-management,
.heading-acs {
    margin: 20px 0px;
    background: #333333;
    width: 100%;
}
#financial-management p,
.heading-acs span {
    color: #fff;
    padding: 12px;
}
#financial-management p span,
.heading-acs span {
    font-weight: 500;
}
.box1 {
    width: 100%;
    display: inline-block;
    margin: 10px 0;
    background: #fff;
    padding: 30px;
}
.content-left-img {
    float: left;
    width: 122px;
    padding-right: 20px;
}
.content-left-img a {
    border: 1px solid #DCDCDC;
    float: left;
    display: inline-block;
}
.content-left-img a img {
    width: 100px;
}
.qna-search-results .content-left-img,
.qna-search-results .content-left-img a {
    width: 170px;
}
.qna-search-results .content-left-img a img {
    width: 150px;
}
.qna-search-results .content-left-img a {
    border: 0!important;
}
.qna-search-results.search-results .set_0:first-child .content-right-text::after {
    display: none;
}
.content-right-text {
    display: block;
    overflow: hidden;
    padding-left: 170px;
}
.box-head {
    width: 100%;
    display: inline-block;
    margin-bottom: 0;
}
.fixed-head {
    width: 100%;
    display: inline-block;
    position: relative;
}
.box-head h1 {
    color: #666;
    font-size: 15px;
    padding: 0px;
    margin: 0px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 170px;
}
.box-head h1 span {
    color: #292929;
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    display: inline-block;
}
.box1 .content-right-text>h3 {
    color: #292929;
    font-weight: 500;
    margin: 0 0 5px 0;
    width: 100%;
    display: inline-block;
}
.box1 .content-right-text>h3 a {
    color: #D03135;
    font-size: 16px;
}
.box1 .content-right-text>h3 a:hover {
    color: #D03135;
}
.box1 .content-right-text>p.user-name {
    margin-bottom: 5px;
}
.box1 .content-right-text>p.user-name span a {
    font-size: 14px;
    color: #333;
    line-height: 22px;
}
.box-head h1 span.phone {
    position: absolute;
    right: 0;
    bottom: 0;
    width: auto;
}
.box-head h1 span.phone span {
    width: auto
}
.box-head h1 span a {
    text-decoration: none;
    font-size: 24px;
    color: #333;
    font-weight: 500;
    font-family: 'UbuntuM';
}
.box-head h1 span a:hover {
    text-decoration: none;
    color: #333;
}
.box-head h1 p {
    margin: 4px 0 1px 0;
    max-width: 55%;
}
.text-content-box {
    width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}
.text-content-box p {
    color: #292929;
    line-height: 140%;
    padding-top: 15px;
}
.text-content-box p a {
    color: #CF3135;
}
.expertise-header {
    float: left;
    width: 100%;
}
.expertise-header.case-studies {
    margin: 16px 0 0 0;
}
.expertise-header h1 {
    color: #292929;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 5px;
}
.expertise-header p {
    padding: 0px;
    margin: 0px;
}
.expertise-header h2 {
    color: #000;
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 5px;
    padding-top: 5px;
}
.expertise-header p span {
    color: #D03135;
    text-decoration: underline;
    font-weight: bold;
    margin-top: 20px;
}
.expertise-header .tag-list li {
    margin: 0 5px 5px 0;
}
.expertise-header .tag-list li a {
    margin: 0;
}
.no-profile {
    font-size: 14px;
}
.no-profile a {
    color: #CF3135;
}
.qa-listing .content-right-text {
    padding-top: 30px!important;
    padding-bottom: 0!important;
}
.qa-listing .box1 .content-right-text>h3 {
    font-size: 24px;
    color: #333333;
    font-family: 'OpenSansRegular';
    margin-top: -2px;
}
.qa-listing .box1 .content-right-text>h3+.expertise-header {
    margin-top: 15px;
}
.qa-listing .box1 .content-right-text>p.user-name span a {
    font-size: 14px;
    color: #000;
}
.qa-listing .box1 .content-right-text .mm-data {
    margin: 13px 0!important;
}
.qa-listing .content-right-text::after,
.qa-listing .box1 .box-head::after {
    display: none!important;
}
.qa-listing .box-head {
    border-top: 1px solid #DDD;
    margin-top: 30px;
}
.qa-listing .box1:first-child .box-head {
    border: 0;
    margin-top: 0;
}
/****/
.expert-list .search-results {
    border: 1px solid #DDDDDD;
}
.expert-list #mentors-content .search-results {
    width: 100% !important;
    display: inline-block;
    vertical-align: top;
}
.search-results .box1 {
    margin: 0;
    position: relative;
    padding: 0px 30px;
}
.search-results .box1 .content-left-img {
    padding-top: 27px;
}
.search-results .box1 .content-left-img a {
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.search-results .box1 .content-left-img a img {
    border-radius: 2px;
}
.search-results.qa-listing .box1:last-child .box-head {
    margin-bottom: 30px;
}
.search-results .box-head h1,
.search-results .box-head h1 span.phone {
    position: relative;
}
.search-results .box-head h1 {
    left: 0;
}
.search-results .box-head h1 span a {
    line-height: 18px;
}
.search-results .box-head h1 span {
    margin: 0 0 10px 0;
}
.search-results .content-right-text {
    padding: 31px 0 26px 0;
    position: relative;
    top: -4px;
}
.search-results .fixed-head {
    float: left;
    width: auto;
    display: block;
}
.search-results .box-head h1 p {
    max-width: 50%;
    display: inline-block;
    margin: 0;
    font-size: 14px;
    line-height: 1.8;
}
.search-results .box-head h1 p small {
    font-size: 14px;
    line-height: 1.7;
}
.search-results .box-head h1 p.user-headline {
    color: #666666;
}
.search-results .text-content-box p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
}
.search-results .expertise-header .tag-list li a {
    line-height: 18px;
}
.search-results .tag-list {
    display: inline-block;
}
.search-results .content-right-text:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    top: 0px;
    left: 0px;
    background-color: #DDDDDD;
}
.search-results .text-content-box {
    margin-bottom: 8px;
}
.view-more-detail {
    width: 100%;
    text-align: center;
    display: inline-block;
    padding: 50px 0 0 0;
}
.view-more-detail .mymodal {
    font-size: 16px;
    color: #CF3135;
}
.view-more-detail .search-btn {
    width: auto;
    padding: 0px 24px;
    height: 45px;
    font-size: 16px;
    line-height: 45px;
    display: inline-block;
}
.box1.no-profile {
    margin: 0;
}
@media screen and (max-width: 991px) {
    #inner-content-box {
        width: 100%;
        display: inline-block;
    }
}
@media screen and (max-width: 767px) {
    #results .box-head h1>span.phone {
        padding-top: 10px;
    }
    .search-results .box-head h1 p {
        max-width: 100%;
    }
}
@media screen and (max-width: 640px) {
    #results .content-left-img {
        width: 100%!important;
        padding-right: 0;
        padding-bottom: 20px;
        text-align: center;
    }
    #results .content-left-img a {
        float: none;
    }
    #results .content-right-text {
        width: 100%;
        padding: 0;
    }
    #results .box-head h1 {
        width: 100%;
        display: inline-block;
        padding-bottom: 0;
        position: relative;
        left: 0;
    }
    #results .box-head h1 p {
        max-width: 100%;
    }
    #results .box-head h1>span {
        width: 100%;
        margin: 7px 0;
        display: inline-block;
    }
    #results .box-head h1 span.phone {
        position: relative;
    }
    .search-results .box1 {
        padding: 20px 20px 0 20px;
    }
    .search-results .box1 .box-head {
        position: relative;
    }
    .search-results .box1 .content-left-img {
        padding-top: 0px;
        padding-bottom: 0px !important;
    }
    .search-results .fixed-head {
        width: 100%;
        text-align: center;
    }
    .search-results .fixed-head .content-left-img {
        float: none;
        display: table;
        margin: 0 auto;
        padding-right: 0;
    }
    .search-results .content-right-text {
        width: 100%;
        padding: 20px 0 !important;
        top: 0;
    }
    .search-results .content-right-text:after {
        position: relative;
    }
    .search-results .box1 .box-head:after {
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        top: -21px;
        left: 0;
        background: #DDDDDD;
    }
    .view-more-detail .mymodal {
        font-size: 14px;
    }
    .view-more-detail .search-btn {
        padding: 0px 20px;
        height: 40px;
        font-size: 14px;
        line-height: 40px;
    }
    .view-more-detail {
        padding: 30px 0 0 0;
    }
    .expert-list {
        margin: 0 0 30px 0;
    }
    .qa-listing .content-right-text {
        padding-top: 30px !important;
        padding-bottom: 0 !important;
    }
    .qa-listing .box-head {
        margin-top: 0;
        padding-top: 30px;
    }
    .qa-listing .box1:first-child .box-head {
        padding-top: 0;
    }
    .qa-listing .box1:last-child .box-head {
        padding-bottom: 20px;
    }
    .qa-listing .box1 .content-right-text>h3 {
        font-size: 20px;
    }
    #apply-section .expert-list .qa-listing #withoutimg-l.box1 .content-right-text {
        padding-bottom: 10px!important;
    }
}
/**/
.heading-acs span {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.content-left-img.user-100 {
    width: 120px;
}
.project-proposal-content {
    padding-top: 30px;
    background-color: #EFEFEF;
}
#apply-section .search-results .content-right-text .withimg-data .content-left-img.user-100 {
    padding-top: 5px;
    padding-right: 10px;
    width: 112px;
}
#apply-section .search-results .text-content-box p {
    // padding-top: 0;
    line-height: 14px;
}
#apply-section .search-results .text-content-box p.ptop-0 {
    padding-top: 0;
}
#apply-section .search-results .content-right-text {
    padding: 30px 0;
}
#apply-section .search-results .box1#withimg-l .content-left-img {
    padding-bottom: 30px;
}
#apply-section .search-results .content-right-text .mm-data {
    display: inline-block;
    margin-top: 5px;
    width: 100%;
}
@media screen and (max-width: 991px) {
    #apply-section .search-results .box1#withimg-l .content-left-img .get-started {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 640px) {
    #apply-section .search-results .box1#withoutimg-l .content-right-text {
        padding: 0 0 20px 0 !important;
    }
    #apply-section .search-results .text-content-box p {
        line-height: normal;
    }
    #apply-section .search-results .content-right-text .mm-data {
        margin: 5px 0 0 0;
    }
    #apply-section .search-results .box1 .content-right-text .text-content-box {
        margin-bottom: 0;
    }
    #apply-section .search-results .box1 .text-content-box p {
        position: relative;
        top: -4px;
    }
    .expertise-header.case-studies {
        margin: 0;
    }
}
@media screen and (max-width: 320px) {
    #apply-section .search-results .content-right-text .withimg-data .content-left-img.user-100 {
        width: 99px;
        padding-right: 4px;
    }
    #apply-section .search-results .content-right-text .withimg-data .content-left-img.user-100:nth-child(1),
    #apply-section .search-results .content-right-text .withimg-data .content-left-img.user-100:nth-child(2) {
        padding-top: 0;
    }
}
/*  ==========================================================================
    Link Creator
    ========================================================================== */
.full-height {
    height: 100%;
}
.scroll-y {
    overflow-y: auto;
}
.hide-overflow {
    overflow-y: hidden;
}
.stretch {
    width: 100%;
    height: 100%;
}
iframe.stretch {
    margin-left: -15px;
    margin-right: -15px;
    position: absolute;
    background: url("../images/preview-img.jpg") no-repeat left top;
}
.no-border {
    border: 0;
}
.stretch-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.40);
    z-index: 1;
}
.creator-heading {
    background-color: #f5f7f7;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 0;
    border-bottom: 1px solid #e2e3e2;
}
.creator-heading h4 {
    margin-bottom: 33px;
    margin-top: 0px;
    position: relative;
    top: 10px;
}
.creator-heading .close-button {
    font-size: 40px;
    position: absolute;
    right: 10px;
    top: 0px;
    color: #aeaeae;
    cursor: pointer;
}
.creator-info {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 80px;
    margin-bottom: 20px;
}
.creator-link {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.creator-link .copy-button {
    padding: 9px 12px;
    background: #EDF1F6;
    border: 1px solid #ccc;
}
.creator-link .copy-button:hover,
.creator-link .copy-button:focus {
    background: #DDE1E6;
    border: 1px solid #8c8c8c;
    color: #333;
    outline: none;
}
.creator-link .input-group {
    margin-bottom: 4px;
}
.creator-link .toggle-shortlink-mode {
    font-style: italic;
    font-size: 14px;
    color: gray;
    text-decoration: underline;
    cursor: pointer;
}
.creator-link .toggle-shortlink-mode:hover {
    text-decoration: none;
    color: #CF3135;
}
.creator-link .upgrade-lock {
    font-size: 16px;
    color: #CF3135;
    margin-left: 5px;
}
.creator-sidebar .visit-btn {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 12px;
}
.social-assets {
    width: 100%;
    vertical-align: top;
    display: inline-block;
    margin-top: 50px;
    margin-bottom: 100px;
}
.social-assets .center-line {
    height: 1px;
    background-color: #eee;
    text-align: center;
}
.social-assets .center-line .center-line-text {
    background-color: white;
    position: relative;
    top: -13px;
    padding: 0 5px;
    color: #b6bbc5;
    font-weight: 300;
    font-size: 12px;
}
.social-assets .social-list-square {
    text-align: center;
    margin-top: 30px;
}
.social-list-square {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social-list-square li {
    display: inline-block;
    vertical-align: top;
}
.social-list-square li a {
    display: inline-block;
    vertical-align: top;
}
.social-list-square li a i {
    background: #333;
    color: #fff;
    border-radius: 3px;
    height: 25px;
    width: 26px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
}
.social-list-square li a:hover i {
    background: #CF3135;
}
.creator-user {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
    z-index: 1;
    background: #fff;
}
.creator-user-img {
    float: left;
    width: 75px;
    height: 75px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.creator-user-img img {
    object-fit: cover;
    height: 75px;
    width: 75px;
    border-radius: 0;
}
.creator-user-info {
    display: inline-block;
    float: left;
    height: 75px;
    width: calc(100% - 120px);
    position: relative;
    z-index: 2;
    padding: 10px 0;
}
.creator-user-info>a {
    float: right;
    cursor: pointer;
}
.creator-user-info .closebtn {
    opacity: 0.4;
    color: #000;
    padding: 0 2.5px;
}
.creator-user-info .closebtn:hover {
    opacity: 0.6;
}
.creator-user-info .helpbtn {
    font-size: 12px;
    opacity: 0.4;
    color: #000;
    padding: 0 2px 0 6px;
    line-height: 1.99;
}
.creator-user-info .helpbtn:hover {
    opacity: 0.6;
}
.creator-user-info .creator-user-logo {
    padding: 2.5px;
    width: 46px;
    height: 14px;
    opacity: 0.6;
    margin-top: 6px;
    background-size: 100%;
}
.creator-user-info .creator-user-logo:hover {
    opacity: 0.75;
}
.creator-user-info .creator-user-name {
    color: #222;
    opacity: 0.6;
    text-transform: uppercase;
    width: 60%;
    line-height: 20px;
    font-size: 12px;
    padding-bottom: 3px;
    float: left;
}
.creator-user-info .creator-user-name:hover {
    opacity: 0.75;
    text-decoration: underline;
}
.creator-user-btn {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 6px;
}
.creator-user-btn span {
    line-height: 20px;
    max-width: 90%;
    display: inline-block;
    word-break: break-all;
}
.styled-form input[type="checkbox"] {
    display: none;
}
.styled-form input[type="checkbox"]+label {
    background: url(../../img/media/checked.png) 0px -30px no-repeat;
    display: inline-block;
    padding: 0 0 3px 30px;
    cursor: pointer;
}
.styled-form input[type="checkbox"]:checked+label {
    background: url(../../img/media/checked.png) 0px 0 no-repeat;
    display: inline-block;
    padding: 0 0 3px 30px;
}
.styled-form input[type="radio"] {
    display: none;
}
.styled-form input[type="radio"]+label {
    background: url(../../img/media/checked.png) 0px -60px no-repeat;
    display: inline-block;
    padding: 0 0 3px 30px;
    cursor: pointer;
    filter: brightness(0.95);
    -webkit-filter: brightness(0.95);
}
.styled-form input[type="radio"]:checked+label {
    background: url(../../img/media/checked.png) 0px -92px no-repeat;
    display: inline-block;
    padding: 0 0 3px 30px;
}
.snip-wrap {
    width: 100%;
    max-width: 415px;
    display: table;
    margin: 0 auto;
    padding: 0 15px;
}
.create-snip-box .styled-form input[type="checkbox"]+label {
    background-size: 20px;
    background-position: 0px -21px;
    padding-left: 25px;
    filter: brightness(0.95);
    -webkit-filter: brightness(0.95);
}
.create-snip-box .styled-form input[type="checkbox"]:checked+label {
    background-size: 20px;
    background-position: 0px 3px;
    padding-left: 25px;
}
.creator-user-btn .btn {
    float: right;
}
.create-snip-box {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
    margin-bottom: 20px;
}
.create-snip-box ul li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px;
    position: relative;
}
.create-snip-box ul li label {
    font-size: 16px;
    display: inline-block;
    width: 100%;
}
.create-snip-box ul li label span {
    float: right;
    font-size: 12px;
    margin-top: 4px;
}
.create-snip-box ul li label span div {
    display: inline-block;
}
.create-snip-box ul li textarea {
    height: 110px;
}
.unsnippable-message {
    display: none;
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 12px;
    color: #CF3135;
}
.unsnippable-message .tooltip {
    width: 200px;
    left: auto!important;
    right: -10px!important;
}
.unsnippable-message .tooltip.top .tooltip-arrow {
    left: auto!important;
    right: 10px!important;
}
.unsnippable-message .tooltip .tooltip-inner {
    max-width: 100%;
}
.unsnippable-message1 {
    display: none;
    position: absolute;
    right: 0;
    top: 4px;
    font-size: 12px;
    color: #CF3135;
}
.unsnippable-message1 .tooltip {
    width: 200px;
    left: auto!important;
    right: -10px!important;
}
.unsnippable-message1 .tooltip.top .tooltip-arrow {
    left: auto!important;
    right: 10px!important;
}
.unsnippable-message1 .tooltip .tooltip-inner {
    max-width: 100%;
}
.unsnippable-row .fa-exclamation {
    position: absolute;
    display: none;
    color: #CF3135;
    font-size: 14px;
    bottom: 0;
    right: 0;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    pointer-events: none;
}
.unsnippable-row.show-icon .fa-exclamation {
    display: block;
}
.unsnippable-row.show-icon .form-control {
    padding-right: 40px;
}
@media screen and (max-width: 1250px) {
    .create-snip-box ul li.unsnippable-row.show-icon {
        padding-top: 25px;
    }
}
@media screen and (max-width: 767px) {
    .snip-wrap {
        max-width: 100%;
    }
    .unsnippable-message .tooltip {
        width: 250px;
    }
    .unsnippable-message1 .tooltip {
        width: 250px;
    }
}
iframe.preview_iframe {
    margin: 0;
}
.email-optup {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    padding: 10px;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.1);
}
.email-optup .email-optup-logo {
    float: left;
    display: inline-block;
    margin-right: 15px;
}
.email-optup .email-optup-logo a {
    display: inline-block;
}
.email-optup .email-optup-logo img {
    height: 75px;
    width: 75px;
}
.email-optup .email-optup-logo .creator-name {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    text-transform: uppercase;
    color: #222;
    opacity: 0.6;
    margin-left: 8px;
}
.email-optup .email-optup-logo .creator-name:hover {
    text-decoration: underline;
    opacity: 0.75;
}
.email-optup .email-optup-field {
    display: block;
    overflow: hidden;
    text-align: center;
    margin-top: 20px;
}
.email-optup .email-optup-field span {
    font-size: 14px;
}
.email-optup .email-optup-field input.form-control {
    width: auto;
    display: inline-block;
    height: auto;
}
.email-optup .email-optup-field .btn {
    font-size: 16px;
    font-weight: 500;
}
.w100per {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
@media screen and (max-width: 890px) {
    .email-optup .email-optup-field {
        margin-top: 5px;
    }
    .email-optup .email-optup-field span {
        width: 100%;
        display: inline-block;
        margin-bottom: 5px;
    }
}
@media screen and (max-width: 480px) {
    .email-optup .email-optup-logo {
        width: 100%;
        display: inline-block;
        margin-right: 0;
        text-align: center;
    }
    .email-optup .email-optup-field {
        width: 100%;
        display: inline-block;
        margin-top: 15px;
    }
}
/*  ==========================================================================
    Account Setting
    ========================================================================== */
.left-tab {
    width: 210px;
    float: left;
    display: inline-block;
    z-index: 1;
    position: relative;
    left: 1px;
    padding-top: 20px;
}
.left-tab li {
    width: 100%;
    display: inline-block;
}
.left-tab li a {
    padding: 15px 20px;
    width: 100%;
    display: inline-block;
    color: #333;
    border: 1px solid;
    border-width: 1px 0 1px 4px;
    border-color: transparent;
}
.left-tab li a:hover {
    color: #D03135;
}
.left-tab li.active a {
    background: #fff;
    border-color: rgba(0, 0, 0, 0.15) transparent rgba(0, 0, 0, 0.15) #D03135;
}
.left-tab-content {
    display: block;
    overflow: hidden;
    background: #fff;
    padding: 30px 30px;
    margin-bottom: 50px;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    position: relative;
    min-height: 250px;
}
.left-tab-content .button-set {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    text-align: right;
}
.left-tab-content .button-set .btn {
    line-height: 2.1;
    width: 100px;
}
.left-tab-content .button-set a.reset {
    color: #CF3135;
    margin-right: 10px;
    vertical-align: middle;
}
.account-info {
    width: 100%!important;
    display: none;
    vertical-align: top;
}
.account-info.active {
    display: inline-block;
}
.account-info h3 {
    margin: 0 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 10px;
}
.account-info ul {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.account-info ul li {
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.account-info ul li.full {
    width: 100%;
    margin-right: 0;
}
.account-info ul li:last-child {
    margin-bottom: 0;
}
.account-info ul li a {
    color: #CF3135;
}
.account-info ul li label {
    font-size: 14px;
}
.account-info ul li.styled-form input[type="checkbox"]+label {
    background-size: 20px;
    background-position: 0px -21px;
    padding-left: 25px;
    font-size: 16px;
    filter: brightness(0.95);
    -webkit-filter: brightness(0.95);
}
.account-info ul li.styled-form input[type="checkbox"]:checked+label {
    background-size: 20px;
    background-position: 0px 3px;
    padding-left: 25px;
}
.account-info ul li a img {
    width: 20px;
    height: 20px;
}
.account-info .card-btn {
    display: inline-block;
    margin: 0 0 25px 10px;
}
.account-info .buttons {
    margin-top: 20px;
}
.account-info .buttons .btn {
    line-height: 1.8;
    border-radius: 4px;
    margin-right: 10px;
    vertical-align: top;
}
.account-info .buttons .btn-primary-trans:not(:hover) {
    color: #333;
    border-color: #333;
}
.account-info .buttons .btn i {
    margin-right: 10px;
}
.account-info .buttons .link {
    line-height: 1.6;
    padding: 6px 12px;
    display: inline-block;
    vertical-align: top;
    color: #CF3135;
}
.account-info .buttons .link i {
    margin-right: 5px;
}
@media screen and (max-width: 767px) {
    .left-tab {
        width: 100%;
        text-align: center;
        left: 0;
        top: 1px;
        padding-top: 10px;
    }
    .left-tab li {
        display: inline-block;
        width: auto;
    }
    .left-tab li a {
        border-width: 4px 1px 0px 1px;
        padding: 10px 15px;
        vertical-align: top;
    }
    .left-tab li.active a {
        border-color: #D03135 rgba(0, 0, 0, 0.15) transparent rgba(0, 0, 0, 0.15);
    }
    .left-tab-content {
        min-height: auto;
    }
}
@media screen and (max-width: 550px) {
    .account-info .buttons .btn {
        margin-bottom: 12px;
    }
    .account-info .buttons .btn:last-child {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 480px) {
    .left-tab li a {
        border-width: 2px 1px 0px 1px;
        padding: 5px 7px;
        font-size: 12px;
    }
    .left-tab-content {
        padding: 20px 10px;
    }
}
@media screen and (max-width: 360px) {
    .left-tab li a {
        max-width: 90px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .account-info .card-btn {
        margin: 15px 0;
        width: 100%;
    }
}
/*  ==========================================================================
    404
    ========================================================================== */
.error-page {
    padding-bottom: 50px;
}
.white-bg {
    background: #fff;
}
.error-page h1 {
    font-size: 48px;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
.error-page h3 {
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 30px;
}
.error-page p {
    font-size: 16px;
    letter-spacing: 1px;
    margin-bottom: 30px;
}
.error-page a {
    color: #cf3135;
    text-decoration: underline;
}
@media screen and (max-width: 480px) {
    .error-page h1 {
        font-size: 28px;
    }
    .error-page h3 {
        font-size: 18px;
    }
}
/*  ==========================================================================
    Edit profile
    ========================================================================== */
.edit-profile {
    margin-bottom: 50px;
}
.edit-profile h2 {
    margin: 10px 0 20px 0;
}
.edit-profile .profile-img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    position: relative;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
}
.edit-profile .profile-img .qq-upload-drop-area {
    min-height: 0;
    background: #D03135;
}
.edit-profile .profile-img .qq-upload-drop-area span {
    top: 0;
    margin-top: 0;
    font-size: 14px;
    color: #fff;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.edit-profile .profile-img>img {
    width: 100%;
    height: auto;
}
.edit-profile .imgedit-btn {
    width: 100%;
    display: inline-block;
}
.edit-profile .imgedit-btn .qq-upload-button {
    background: #333;
    color: #fff;
    box-shadow: none;
    border: 0;
    width: 100%;
    line-height: 2;
}
.edit-profile .form-control {
    margin-bottom: 30px;
}
.edit-profile .expertise .form-group,
.edit-profile .form-group.has-error .form-control {
    margin-bottom: 0px;
}
.edit-profile .form-group {
    margin-bottom: 30px;
}
.edit-profile .form-control+a {
    position: absolute;
    right: 27px;
    top: 10px;
    color: #CF3135;
}
.edit-profile .form-control+a img {
    display: none;
}
.edit-profile .form-control+a::before {
    content: "\f014";
    font-family: FontAwesome;
}
.social-links {
    display: inline-block;
    vertical-align: top;
}
.social-links li {
    display: inline-block;
    margin-right: 5px;
    float: left;
}
.social-links li a {
    width: 25px;
    height: 25px;
    border-radius: 3px;
    background: #333;
    color: #fff;
    line-height: 25px;
    font-size: 12px;
    text-align: center;
    display: inline-block;
}
.social-links li a:hover {
    background: #CF3135;
}
.social-links li a i {
    line-height: 25px;
}
.edit-profile #edit_btn {
    color: #CF3135;
    cursor: pointer;
}
#edit_box {
    width: 100%;
    margin-top: 20px;
}
.edit-profile #edit_box .form-control {
    margin-bottom: 10px;
    padding-right: 30px;
}
.edit-profile .button-set .btn {
    line-height: 2.1;
    width: 100px;
}
.edit-profile .button-set.submitProfile {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 30px 0 0 0;
}
.edit-profile .button-set.submitProfile .sp-cancle {
    margin-right: 15px;
    font-size: 14px;
    color: #CF3135;
}
.edit-profile .area-box {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
}
.mentor_details #area-box h4,
.edit-profile .area-box h4 {
    font-size: 24px;
}
.user-status {
    border: 1px solid #ccc;
    padding: 5px 20px;
    border-radius: 4px;
    height: 138px;
    overflow: auto;
}
.edit-profile textarea.form-control {
    height: 215px;
    margin: 0;
}
.edit-profile .expertise p {
    margin: 0;
}
.user-status .user-status-account {
    display: flex;
    align-items: center;
    margin: 15px 0;
}
.user-status .user-status-account a {
    cursor: pointer;
    color: #CF3135
}
.user-status .user-status-account .col1 .minus_user {
    display: inline-block;
    margin-right: 15px;
    height: 100%;
    position: relative;
    top: -2px;
}
.user-status .user-status-account .col1 {
    width: 25%;
}
.user-status .user-status-account .col2 {
    width: 8%;
}
.user-status .user-status-account .col3 {
    width: 50%;
}
.user-status .user-status-account .col4 {
    width: 17%;
    text-align: right;
}
.user-status .user-status-account:last-child {
    margin-bottom: 0;
}
.mentor_details .user-status .user-status-account .col1 .minus_user {
    margin-right: 0;
}
.client-profile .expertise p {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 4px;
    overflow: auto;
    height: 372px;
}
.apply-button-search.button-set {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.apply-button-search.button-set .btn {
    width: 100px;
    line-height: 2.1;
}
@media screen and (max-width: 1199px) {
    .user-status .user-status-account .col1 {
        width: 30%;
    }
    .user-status .user-status-account .col3 {
        width: 45%;
    }
}
@media screen and (max-width: 991px) {
    .user-status {
        height: 158px;
    }
    .user-status .user-status-account .col1 {
        width: 35%;
    }
    .user-status .user-status-account .col2 {
        width: 10%;
    }
    .user-status .user-status-account .col3 {
        width: 35%;
    }
    .user-status .user-status-account .col4 {
        width: 20%;
    }
}
@media screen and (max-width: 767px) {
    .edit-profile .form-control {
        margin-bottom: 20px;
    }
    .edit-profile .profile-img {
        margin-bottom: 30px;
    }
    .user-status {
        height: 190px;
    }
    .user-status .user-status-account {
        display: inline-block;
        width: 100%;
        vertical-align: top;
    }
    .user-status .user-status-account .col1,
    .user-status .user-status-account .col2,
    .user-status .user-status-account .col3,
    .user-status .user-status-account .col4 {
        float: left;
    }
    .user-status .user-status-account .col1,
    .user-status .user-status-account .col2 {
        margin: 0 0 15px 0;
    }
    .user-status .user-status-account .col1,
    .user-status .user-status-account .col3 {
        width: 70%;
    }
    .user-status .user-status-account .col2,
    .user-status .user-status-account .col4 {
        width: 30%;
    }
    .user-status .user-status-account .col2 {
        text-align: right
    }
}
@media screen and (max-width: 640px) {
    .user-status {
        height: 225px;
    }
    .user-status .user-status-account .col3 {
        width: 60%;
    }
    .user-status .user-status-account .col4 {
        width: 40%;
    }
}
@media screen and (max-width: 480px) {
    .user-status {
        height: 328px;
        font-size: 14px;
        padding: 5px 15px;
    }
    .user-status .user-status-account .col1,
    .user-status .user-status-account .col2,
    .user-status .user-status-account .col3,
    .user-status .user-status-account .col4 {
        width: 100%;
    }
    .user-status .user-status-account .col1,
    .user-status .user-status-account .col2,
    .user-status .user-status-account .col3 {
        margin: 0 0 8px 0;
    }
    .user-status .user-status-account .col2,
    .user-status .user-status-account .col4 {
        text-align: left;
    }
    .client-profile .expertise p {
        padding: 15px;
    }
    .user-status .user-status-account {
        margin: 10px 0;
    }
    .user-status .user-status-account:nth-child(odd),
    .user-status .user-status-account:nth-child(even) {
        padding: 10px;
        border-radius: 4px;
    }
    .user-status .user-status-account:nth-child(odd) {
        background: #EFEFEF;
    }
}
/*  ==========================================================================
    test
    ========================================================================== */
.acc-padding {
    padding: 0 0 30px 15px !important;
}
.main-wizard {
    background-color: #EFEFEF;
    width: 100%;
    display: inline-block;
}
.wizard-content {
    background-color: #fff;
    margin: 170px 0 50px 0;
    width: 100%;
    display: inline-block;
}
.wizard-body {
    width: 100%;
    padding: 7px 30px 40px 40px;
    display: inline-block;
    position: relative;
}
.wizard-body div:nth-child(9).acc-btn h5:after {
    position: relative;
}
.wizard-body div:nth-child(9).acc-btn h5.selected:after {
    position: absolute;
}
.wizard-title {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 40px 40px 0 40px;
}
.wizard-title h2 {
    margin: 0;
    font-size: 35px;
    font-weight: 600;
}
.acc-container {
    width: 90%;
    margin: 30px auto 0 auto;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    overflow: hidden;
}
.acc-btn {
    width: 100%;
    margin: 0 auto;
    padding: 33px 0;
    cursor: pointer;
    display: inline-block;
}
.acc-content {
    height: 0;
    width: 100%;
    overflow: hidden;
    padding: 0 0 0 61px;
    position: relative;
}
.acc-content:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #D8D8D8;
    top: 17px;
    left: 20px;
}
.acc-content.selected {
    height: auto!important;
}
.open {
    height: auto;
}
.acc-btn h5 {
    font-family: 'UbuntuM';
    font-weight: 600;
    color: #ffffff;
    font-size: 16px;
    background-color: #9E9E9E;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50px;
    margin: 0 20px 0 0;
    float: left;
    position: relative;
}
.acc-btn h5:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 35px;
    background-color: #D8D8D8;
    top: 55px;
    left: 20px;
}
.acc-btn h5.selected {
    background-color: #CF3135;
}
.acc-btn span {
    display: block;
    overflow: hidden;
    color: #333333;
    line-height: 40px;
    font-size: 18px;
    font-weight: 600;
}
.acc-content-inner {
    padding: 0px;
    float: left;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.acc-content-inner .personal-img {
    width: 200px;
    padding: 0;
    margin-right: 15px;
    float: left;
}
.acc-content-inner .personal-img img {
    width: 100%;
    padding: 0!important;
}
.acc-content-inner .personal-img .btn {
    width: 100%;
    font-size: 12px;
    font-weight: bold;
    padding: 7px 10px;
    background: #333;
    color: #fff;
    border-radius: 0;
    overflow: hidden;
}
.acc-content-inner .personal-img .btn table,
.acc-content-inner .personal-img .btn table tbody,
.acc-content-inner .personal-img .btn table tbody tr,
.acc-content-inner .personal-img .btn table tbody tr td,
.acc-content-inner .personal-img .btn table tbody tr td #vertical_logo,
.acc-content-inner .personal-img .btn table tbody tr td #vertical_logo .qq-uploader {
    width: 100%;
    display: inline-block;
}
.acc-content-inner .personal-img .btn table tbody tr td #vertical_logo .qq-uploader .qq-upload-list,
.acc-content-inner .personal-img .btn table tbody tr td #vertical_logo .qq-uploader .qq-upload-list .qq-upload-file,
.acc-content-inner .personal-img .btn table tbody tr td #vertical_logo .qq-uploader .qq-upload-list .qq-upload-size,
.acc-content-inner .personal-img .btn table tbody tr td #vertical_logo .qq-uploader .qq-upload-list .qq-upload-failed-text {
    width: 100%;
    margin: 0;
}
.acc-content-inner .personal-img .btn table tbody tr td #vertical_logo .qq-uploader .qq-upload-list .qq-upload-file {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.acc-content-inner .personal-img .btn table tbody tr td #vertical_logo .qq-uploader .qq-upload-list li {
    display: flex;
    flex-direction: column;
    text-align: center;
}
.acc-content-inner .personal-img .btn table tbody tr td #vertical_logo .qq-uploader .qq-upload-list {
    display: block;
}
.acc-content-inner .personal-img .btn table tbody tr td #vertical_logo .qq-uploader .qq-upload-list span {
    font-size: 12px;
    color: #fff;
}
@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}
.qq-upload-spinner {
    position: relative;
    display: inline-block !important;
    background: none !important;
    width: 100% !important;
    height: 20px !important;
    border: none;
    margin-right: 0 !important;
}
.qq-upload-spinner:before {
    border-style: solid;
    border-width: 2px;
    border-color: #D03135 transparent #D03135 transparent;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    border-radius: 100px;
    height: 20px;
    width: 20px;
    animation: spinner .6s linear infinite;
}
.qq-upload-list li a {
    color: #D03135;
}
.acc-content-inner .personal-img .btn .qq-upload-button {
    background: transparent;
    padding: 0;
    color: #fff;
    border: 0;
    box-shadow: none;
    display: inline-block;
}
.acc-content-inner .personal-detail {
    display: block;
    vertical-align: top;
    overflow: hidden;
}
.acc-content-inner .form-group {
    width: 50%;
    padding: 0 15px 30px 15px;
    margin: 0;
    display: inline-block;
    float: left;
}
.acc-content-inner .form-group.has-success {
    border-color: #ccc;
}
.acc-content-inner .form-group span {
    color: #333333;
}
.acc-content-inner .form-group span,
.acc-content-inner .button {
    font-size: 14px;
    margin: 0 5px 4px 5px;
    display: inline-block;
}
.acc-content-inner .form-group span span {
    margin: 0;
    position: relative !important;
    top: 0 !important;
    right: 0 !important;
}
.fieldset-box {
    border: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    display: inline-block;
    padding: 0px 20px 20px;
}
.fieldset-box .form-group.client label.avability {
    position: relative;
    top: -12px;
    background: #fff;
    width: auto;
    padding: 0 15px;
    z-index: 10;
    left: -13px;
}
.acc-content-inner .form-group label.avability {
    min-height: 21px;
    display: inline-block;
    width: 100%;
}
.acc-content-inner .form-group ul {
    font-size: 14px;
    display: inline-block;
}
.acc-content-inner .form-group ul li {
    display: inline-block;
}
.acc-content-inner .form-group ul li a {
    color: #CF3135;
    font-weight: 400;
}
.acc-content-inner .form-group ul li a:hover {
    color: #BD2C30;
}
.acc-content-inner .form-group .form-control {
    height: 40px;
}
.acc-content-inner .form-group.headline,
.acc-content-inner .form-group.professional-summary {
    width: 100%;
    position: relative;
}
.acc-content-inner .form-group.headline {
    padding: 0 0 30px 15px;
}
.acc-content-inner .form-group.headline .form-control {
    padding: 9px 12px;
    height: 63px;
}
.acc-content-inner .form-group.headline textarea.form-control {
    box-shadow: none;
}
.acc-content-inner .form-group.headline span,
.acc-content-inner .form-group.professional-summary span {
    position: absolute;
    top: -25px;
    right: 5px;
}
.publish-btm {
    margin: 30px 0;
    float: left;
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.publish-btm.mtop0 {
    margin-top: 0;
}
.button-publish {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin: 0 0 0 20px;
}
.button-publish .rest {
    color: #CF3135;
    margin-right: 10px;
    vertical-align: middle;
}
.button-publish .btn {
    line-height: 2.1;
    width: 100px;
}
.publish-btm.last,
.button-publish.pull-right {
    margin: 0;
    width: 100%;
}
.button-publish.pull-right {
    text-align: right;
}
.acc-content-inner .form-group.sample-profile {
    padding: 0;
}
.acc-content-inner .form-group.professional-summary {
    margin: 30px 0;
}
.acc-content-inner .form-group.professional-summary,
.acc-content-inner .form-group.client {
    width: 100%;
    display: inline-block;
    padding: 0;
}
.acc-content-inner .form-group.professional-summary textarea {
    height: 100%;
    min-height: 260px;
}
.acc-content-inner .form-group.client {
    padding: 0 0 30px 0;
    width: 100%;
}
.acc-content-inner .form-group.client textarea {
    width: 100%;
    height: 100%;
    display: inline-block;
    min-height: 100px;
    overflow-y: auto;
}
.acc-content-inner .form-group.food {
    padding: 0 15px 0 0;
}
.acc-content-inner .form-group.food,
.acc-content-inner .form-group.farming {
    width: 45%;
}
.acc-content-inner .form-group.social {
    width: auto;
    padding: 0;
    text-align: center;
    line-height: 35px;
    display: flex;
    align-items: center;
    margin: 27px 0 0 0;
    justify-content: flex-end;
}
.acc-content-inner .form-group.social span {
    display: inline-block;
}
.acc-content-inner .form-group.social span a {
    color: #CF3135;
    font-size: 24px;
    font-weight: 600;
}
.acc-content-inner .form-group.social span a#id2 {
    margin: 0 3px 0 0;
}
.acc-content-inner .form-group.social span a.remove-food-row {
    margin-right: 6px;
}
.acc-content-inner .form-group.farming {
    padding: 0 0 30px 15px;
}
.acc-content-inner .form-group.social-contact {
    display: table;
    width: 50%;
    padding: 0;
    float: none;
}
.acc-content-inner .form-group.social-contact ul {
    margin-left: 0;
}
.acc-content-inner .form-group.social-contact ul li img,
.acc-content-inner .form-group.social-contact ul li i,
.acc-content-inner .form-group.social-contact ul li span {
    margin-right: 5px;
}
.acc-content-inner .form-group.social-contact ul li span {
    color: #333;
    font-size: 16px;
    font-weight: 600;
}
.acc-content-inner .form-group.social-contact ul li {
    width: 100%;
    vertical-align: top;
    margin-bottom: 30px;
}
.acc-content-inner .form-group.social-contact ul li:last-child {
    margin-bottom: 0;
}
.acc-content-inner .form-group.social-contact ul li .social-contact-left {
    float: left;
    width: 25%;
    margin: 7px 0 0;
}
.acc-content-inner .form-group.social-contact ul li .form-control {
    display: block;
    overflow: hidden;
    width: 75%;
}
.acc-content-inner .form-group.typical {
    padding: 0 0 5px 0;
    width: 100%;
}
.acc-content-inner .form-group.typical span {
    width: auto;
    float: left;
    margin: 0 20px 0 0;
    line-height: 40px;
}
.acc-content-inner .form-group.typical label {
    line-height: 40px;
    margin: 0;
}
.acc-content-inner .form-group.typical .form-control{
    width: 225px;
    float: left;
    margin: 0 20px 0 0;
}
.acc-content-inner .form-group.typical select.form-control {
    width: 150px;
}
.acc-content-inner .form-group.client div[id*="div"] {
    font-family: 'OpenSansRegular';
    color: #333333;
    font-size: 12px;
    background: #EFEFEF !important;
    padding: 5px 25px 5px 7px !important;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    border: 0 !important;
    position: relative;
    border-radius: 0px !important;
    margin: 10px 5px 0 0 !important;
    float: left;
}
.acc-content-inner .form-group.client div[id*="div"] p {
    margin: 0;
    padding: 0 !important;
    font-size: 12px;
}
.acc-content-inner .form-group.client div[id*="div"] #close {
    position: absolute;
    right: 12px !important;
    background: transparent !important;
    color: #D03135;
    top: 6px;
    padding: 0 !important;
    margin: 0;
    border-radius: 100% !important;
    text-align: center;
    line-height: 13px;
    font-size: 14px;
    border: 0;
}
.acc-content-inner #profileImage .form-group {
    width: 200px;
    padding: 0;
}
.ui-widget-content.ui-autocomplete li a {
    width: 100%;
    display: inline-block;
}
.ui-widget-content.ui-autocomplete li a {
    width: 100%;
    display: inline-block;
    padding: 10px 10px;
    font-size: 12px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
.ui-widget-content.ui-autocomplete li a.ui-state-active,
.ui-widget-content.ui-autocomplete li:hover a,
.ui-widget-content.ui-autocomplete li a:hover {
    border: 0;
    background: #D03135;
    color: #fff!important;
}
.ui-widget-content.ui-autocomplete li a span {
    color: #333!important;
}
.ui-widget-content.ui-autocomplete li a.ui-state-active span,
.ui-widget-content.ui-autocomplete li:hover a span,
.ui-widget-content.ui-autocomplete li a:hover span {
    color: #fff!important;
}
@media screen and (max-width: 1199px) {
    .acc-content-inner .form-group.social-contact ul li .social-contact-left {
        width: 30%;
    }
    .acc-content-inner .form-group.social-contact ul li .form-control {
        width: 70%;
    }
    .acc-content-inner .form-group.social-contact {
        padding: 0;
    }
}
@media screen and (max-width: 991px) {
    .wizard-title h2 {
        font-size: 30px;
    }
    .acc-content-inner .form-group .form-control {
        font-size: 14px;
    }
    .button-publish {
        width: 44%;
        margin: 0 0 30px 0;
    }
    .acc-content-inner .form-group.sample-profile {
        width: 56%;
    }
    .acc-content-inner .form-group.farming {
        padding: 0 0 20px 15px;
    }
    .acc-content-inner .form-group.food {
        padding: 0 15px 20px 0;
    }
    .acc-content-inner .form-group.social-contact,
    .acc-content-inner .form-group.typical .form-radio {
        width: 100%;
    }
    .acc-content-inner .form-group.social-contact ul li .social-contact-left {
        width: 21%;
    }
    .acc-content-inner .form-group.social-contact ul li .form-control {
        width: 79%;
    }
    .acc-content-inner .form-group.typical .form-control {
        width: 74.9%;
    }
    .acc-content-inner .form-group.typical select.form-control {
        width: 20%;
        margin: 0;
    }
    .acc-content-inner .form-group.professional-summary textarea {
        min-height: 200px;
    }
    .publish-btm {
        margin: 0 0 30px 0;
    }
}
@media screen and (max-width: 767px) {
    .wizard-title h2 {
        font-size: 26px;
    }
    .button-publish,
    .acc-content-inner .form-group.sample-profile {
        width: 100%;
    }
    .button-publish {
        margin: 0 0 20px 0;
    }
    .fieldset-box .styled-form .form-control {
        margin: 0 0 5px 0;
    }
    .fieldset-box .styled-form:nth-child(3) .form-control {
        margin: 0;
    }
    .acc-content-inner .form-group.social-contact ul li .social-contact-left {
        width: 27%;
    }
    .acc-content-inner .form-group.social-contact ul li .form-control {
        width: 73%;
    }
    .acc-content-inner .form-group.typical .form-control {
        width: 69.9%;
    }
    .acc-content-inner .form-group.typical select.form-control {
        width: 23%;
    }
}
@media screen and (max-width: 640px) {
    .wizard-content {
        margin: 140px 0 50px 0;
    }
    .publish-btm {
        margin: 0;
    }
    .acc-content-inner .form-group ul li {
        margin: 0 0 10px 0;
    }
    .acc-content-inner .personal-img,
    .acc-content-inner .personal-detail,
    .acc-content-inner .form-group,
    .acc-content-inner .form-group.food,
    .acc-content-inner .form-group.social,
    .acc-content-inner .form-group.social-contact ul li .social-contact-left,
    .acc-content-inner .form-group.social-contact ul li .form-control,
    .acc-content-inner .form-group.typical .form-control {
        width: 100%;
    }
    .acc-content-inner .form-group.farming {
        width: 86%;
    }
    .acc-content-inner .personal-img,
    .acc-content-inner .form-group,
    .acc-content-inner .form-group.headline,
    .acc-content-inner .form-group.food,
    .acc-content-inner .form-group.farming {
        padding: 0 0 30px 0;
    }
    .acc-padding {
        padding: 0 0 30px 0 !important;
    }
    .acc-content-inner .form-group.typical .form-control,
    .acc-content-inner .form-group.typical select.form-control {
        margin: 0 0 30px 0;
    }
    .acc-content-inner .form-group.social-contact ul li {
        margin-bottom: 10px;
    }
    .acc-content-inner .form-group.typical select.form-control {
        width: 50%;
    }
    .acc-content-inner .form-group.social span {
        margin: 0;
    }
    .acc-content-inner .form-group.social {
        width: 14%;
        margin: 22px 0 0 0;
    }
}
@media screen and (max-width: 480px) {
    .styled-form input[type="checkbox"]+label {
        padding: 0 0 4px 30px;
    }
    .wizard-content {
        margin: 120px 0 30px 0;
    }
    .wizard-title {
        padding: 20px 20px 0 20px;
    }
    .wizard-body {
        padding: 7px 20px 20px 20px;
    }
    .acc-btn {
        padding: 25px 0;
    }
    .acc-btn h5 {
        margin: 0 10px 0 0;
    }
    .acc-btn span {
        font-size: 16px;
    }
    .acc-btn h5::after {
        top: 53px;
        height: 24px;
    }
    .acc-content::after {
        top: 10px;
    }
    .acc-content {
        padding: 0 0 0 40px;
    }
    .acc-content-inner .form-group .form-control {
        height: 40px;
    }
    .acc-content-inner .form-group.typical .form-radio ul li,
    .acc-content-inner .form-group.social-contact ul li span {
        font-size: 14px;
    }
    .acc-content-inner .form-group.client textarea {
        min-height: 180px;
    }
    .acc-content-inner .form-group.farming {
        width: 80%;
    }
    .acc-content-inner .form-group.social {
        width: 20%;
    }
    .header-align .navbar-brand img {
        width: 117px;
        margin-top: 22px;
    }
}
/*  ==========================================================================
    Client Profile
    ========================================================================== */
.client-profile {
    margin-bottom: 50px;
}
.profileimg {
    width: 200px;
    float: left;
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    margin-top: 20px;
}
.profileimg img {
    width: 100%;
    height: auto;
}
.profile-caption {
    position: absolute;
    top: -2px;
    display: block;
    overflow: hidden;
    left: 240px;
    width: 100%;
}
.profile-caption h3 {
    margin-bottom: 5px;
}
.profile-caption p {
    margin-bottom: 5px;
}
.mentor_details {
    width: 100%;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
    .profileimg {
        width: 100%;
        display: inline-block;
    }
    .profile-caption {
        position: relative;
        left: 0;
        display: inline-block;
    }
}
.video-modal .close,.invoice-modal .close {
    position: absolute;
    right: -7px;
    top: -5px;
    background: #fff;
    opacity: 1;
    width: 21px;
    border-radius: 12px;
    height: 21px;
    font-size: 16px;
    z-index: 100;
}
.video-modal .close span,.invoice-modal .close span {
    position: relative;
    top: -1px;
}
/*  ==========================================================================
    Member Advantage
    ========================================================================== */
.member-content,
.membership,
.member-feature,
.member-feature .feature-box .mb-profile span,
.m-testimonial .item. .premium-mp,
.premium-mp .premium-detail ul,
.premium-mp .premium-detail,
.customized-plan .plan-box .c-box ul,
.customized-plan .plan-box .c-box ul li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.md-p-100 {
    padding: 100px 0;
}
.member-content {
    margin: 90px 0 0px 0;
}
.member-advantage {
    background-image: url('https://test.guild.im/yogesh_new1/images/member-advantage-background.jpg');
    padding: 210px 0 157px 0;
    background-size: cover;
    background-position: center;
}
.member-detail {
    color: #fff;
    text-align: center;
    width: 70%;
    display: table;
    margin: 0 auto;
}
.member-detail.title h2,
.member-feature .member-detail.mb-title h2,
.premium-mp .member-detail.mb-title h2,
.customized-plan .member-detail.mb-title h2 {
    color: #333;
}
.member-detail h2 {
    margin: 0 0 20px 0;
}
.member-detail span {
    font-size: 24px;
    color: #fff;
    display: inline-block;
}
.member-detail.mb-title h2 {
    margin: 0 0 7px 0;
    font-size:35px;
}
.member-advantage .button-set,
.membership .button-set {
    margin: 20px 0 0 0;
    width: 100%;
    display: inline-block;
    text-align: center;
}
.member-advantage .button-set .btn-primary,
.membership .button-set .btn-primary {
    height: 50px;
    min-width: 189px;
    font-size: 16px;
    line-height: 38px;
}
.membership .button-set .btn-primary {
    text-align: center;
}
.membership .mb-detail-left p {
    margin: 0 0 30px 0;
}
.membership .md-detail-right ul li {
    margin: 0 0 16px 0;
    color: #666666;
}
.membership .md-detail-right ul li i {
    margin: 0 4px 0 0;
}
.membership .md-detail-right ul li a {
    color: #CF3135;
}
.membership .md-detail-right ul li i,
.premium-mp .premium-detail ul li i {
    color: #333333;
}
.m-testimonial {
    background: #292929;
    color: #dedede;
}
.m-testimonial .member-detail.mb-title p {
    color: #dedede;
    margin: 0;
}
.m-testimonial .item {
    display: table;
    margin: 45px 0 0 0;
    padding: 0 133px;
    outline: 0;
    min-height: 150px;
}
.m-testimonial .t-img {
    float: left;
    margin: 0 34px 0 0;
    width: 152px;
}
.m-testimonial .t-detail {
    display: block;
    overflow: hidden;
    text-align: center;
}
.m-testimonial .t-detail p {
    color: #CCCCCC;
    letter-spacing: -0.2px;
}
.m-testimonial .t-detail h4 {
    margin-bottom: 3px;
}
.carousel-control.right,
.carousel-control.left {
    background-image: none;
}
.carousel-control {
    width: auto;
}
.carousel {
    padding: 0 35px;
}
.member-feature {
    background-color: #f9f9f9;
}
.member-feature .row.flex,
.premium-mp .row.flex {
    display: flex;
    flex-flow: row wrap;
}
.member-feature .member-detail {
    padding: 0 0 21px 0;
}
.member-feature .col-lg-4 {
    padding: 0 15px;
}
.member-feature .col-lg-4 {
    margin: 0 0 30px 0;
}
.member-feature .col-lg-4:nth-child(10),
.member-feature .col-lg-4:nth-child(11) {
    padding: 0 15px;
}
.member-feature .feature-box {
    padding: 20px;
    background: #fff;
    border: 1px solid #EBEBEB;
    height: 100%;
    min-height: 217px;
}
.member-feature .feature-box .f-center {
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms--display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms--flex-flow: row wrap;
    align-content: center;
    -webkit-align-content: center;
    -moz-align-content: center;
    -ms--align-content: center;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms--align-items: center;
}
.member-feature .feature-box .f-third {
    height: calc(100% - 40px);
    min-height: 158px;
}
.member-feature .feature-box .f-first {
    /* height: calc(100% - 117px); */
    margin-top: 10px;
}
.member-feature .feature-box .f-second {
    height: calc(100% - 106px);
}
.member-feature .feature-img {
    float: left;
    padding: 0 15px 0 0;
}
.member-feature .feature-img img {
    width: 45px;
    height: 45px;
}
.member-feature .feature-img.ninety-img img {
    width: 90px;
    height: 90px;
}
.member-feature .feature-detail {
    display: block;
    overflow: hidden;
    position: relative;
    top: -2px;
}
.member-feature .feature-detail h4 {
    margin: 0;
}
.member-feature .feature-detail h4 a {
    font-size: 16px;
}
.member-feature .feature-detail a,
.member-feature .feature-detail p {
    font-size: 12px;
}
.member-feature .feature-detail .socialul li a img {
    height: 24px;
    width: 24px;
}
.member-feature .feature-detail p {
    margin: 5px 0 0 0;
}
.member-feature .feature-detail a,
.member-feature .feature-detail p a {
    color: #d03135;
}
.member-feature .feature-detail ul {
    margin: 6px 0 0 0;
}
.member-feature .feature-detail ul li {
    float: left;
    margin: 0 4px 0 0;
}
.member-feature .feature-detail ul li a img {
    height: 24px;
    width: 24px;
}
.member-feature .feature-box p {
    letter-spacing: -0.2px;
    margin: 0;
    display: block;
}
.member-feature .feature-box p a {
    color: #d03135;
}
.member-feature .feature-box .mb-profile {
    padding: 15px;
    background: #333333;
    display: inline-block;
    width: 100%;
}
.member-feature .feature-box .mb-profile h4 a,
.member-feature .feature-box .mb-profile p {
    color: #fff;
}
.member-feature .feature-box .mb-profile .feature-img {
    padding: 0 9px 0 0;
}
.member-feature .feature-box .mb-profile span {
    margin: 10px 0 0 0;
    display: inline-block;
    width: 100%;
}
.member-feature .feature-box .mb-profile .mb-gm-logo {
    float: left;
    margin: 6px 0 0 0;
}
.member-feature .feature-box .mb-profile .button-set {
    display: block;
    overflow: hidden;
    float: right;
}
.member-feature .feature-box .mb-profile .button-set .btn-primary {
    height: 36px;
    width: 88px;
    padding: 5px;
    line-height: 26px;
    color: #fff;
}
.member-feature .feature-box .mb-profile .button-set .btn-primary:hover {
    background: #CF3135;
    border-color: #CF3135;
}
.member-feature .feature-box .f-box {
    display: flex;
    align-items: center;
}
.member-feature .feature-box .f-box img {
    margin: 0 10px 0 0;
    height: 40px;
}
.member-feature .feature-box .f-box span {
    font-size: 20px;
    //text-transform: uppercase;
    font-weight: bold;
    color: #666666;
}
/**/
.premium-mp .premium-plan {
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    height: 100%;
    display: flex;
    flex-flow: column wrap;
    -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.1);
}
.premium-mp .member-detail {
    padding: 0 0 15px 0;
}
.premium-mp .premium-price {
    background: #F2F2F2;
    padding: 19px;
}
.premium-mp .premium-price h2 {
    margin: 0 0 7px 0;
    font-weight: bold;
    font-family: 'OpenSansRegular';
}
.premium-mp .premium-price span {
    color: #333333;
}
.premium-mp .premium-detail {
    padding: 10px 10px 0 10px;
    text-align: left;
    flex: 1;
}
.premium-mp .premium-detail p {
    padding: 0 20px;
    margin: 0 0 29px 0;
}
.premium-mp .premium-detail ul {
    padding: 0 20px;
    color: #666;
}
.premium-mp .premium-detail ul li {
    margin: 0 0 27px 0;
    font-size: 16px;
}
.premium-mp .premium-detail ul li i {
    margin: 0 5px 0 0;
}
.premium-mp .button-set {
    padding: 0 10px 10px;
}
.premium-mp .button-set .btn-primary {
    width: 100%;
    height: 50px;
    font-size: 16px;
    line-height: 38px;
}
.premium-mp .premium-logo.master {
    background: #060709;
    border-radius: 4px 4px 0 0;
}
.premium-mp .premium-logo.premier {
    background: #CCCCCC;
    border-radius: 4px 4px 0 0;
}
/**/
.customized-plan {
    background: #F9F9F9;
}
.customized-plan .plan-box {
    width: 72.333%;
    display: table;
    margin: 0 auto;
    border: 1px solid #E3E3E3;
    padding: 35px;
    background: #fff;
}
.customized-plan .plan-box .c-box {
    width: 50%;
    float: left;
}
.customized-plan .member-detail.mb-title p {
    color: #666;
}
.c-box ul .styled-form input[type="checkbox"]+label {
    background: url(../../img/media/checked.png) 0px -22px no-repeat;
    background-size: 20px;
    filter: brightness(0.95);
    -webkit-filter: brightness(0.95);
}
.c-box ul .styled-form input[type="checkbox"]:checked+label {
    background-position: 0 2px;
}
.c-box ul .styled-form label {
    line-height: 20px;
    margin: 0;
}
.c-box ul .styled-form {
    margin: 0 0 20px 0;
    width: 100%;
    display: inline-block;
}
.c-box ul .styled-form .qtr {
    display: inline-block;
}
.c-box ul .styled-form .qtr {
    padding: 0 0 3px 0;
}
.c-box ul .styled-form .qtr .form-control {
    width: 30px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #B5B5B5;
    padding: 0 6px;
    margin: 0 10px;
    display: inline-block;
}
.plan-box .c-box.c-right .styled-form label {
    width: 170px;
}
.customized-plan .plan-box .plan-box-btm {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    text-align: center;
}
.customized-plan .plan-box .plan-box-btm span {
    display: inline-block;
}
.customized-plan .plan-box .plan-box-btm .form-control {
    width: 205px;
    display: inline-block;
    margin: 0 14px 0 24px;
}
.customized-plan .plan-box .plan-box-btm .button-set {
    margin: 0 0 0 14px;
    display: inline-block;
}
.customized-plan .plan-box .plan-box-btm .btn-primary {
    height: 40px;
    width: 173px;
    line-height: 28px;
    font-size: 16px;
}
.customized-plan .member-detail.mb-title {
    padding: 0 0 15px 0;
}
.t-testimonial .slick-prev {
    background-image: url('../../yogesh_new1/images/testimonial-left.png');
    background-repeat: no-repeat;
    left: 72px;
}
.t-testimonial .slick-next {
    background-image: url('../../yogesh_new1/images/testimonial-right.png');
    background-repeat: no-repeat;
    right: 72px;
}
.t-testimonial .slick-prev,
.t-testimonial .slick-next {
    width: 20px;
    height: 54px;
    position: absolute;
    top: 95px;
    cursor: pointer;
    color: transparent;
    border: none;
    background-color: transparent;
    z-index: 111;
}
@media screen and (max-width: 1199px) {
    .md-p-100 {
        padding: 80px 0;
    }
    .member-detail {
        width: 90%;
    }
    .m-testimonial .item {
        min-height: 200px;
    }
    .member-feature .feature-box .mb-profile .mb-gm-logo {
        width: 100%;
        margin: 10px 0;
    }
    .member-feature .feature-box .mb-profile .button-set {
        float: left;
    }
    .member-feature .feature-box .f-second {
        height: calc(100% - 154px);
    }
    .member-feature .feature-box {
        min-height: 262px;
    }
    .t-testimonial .slick-prev,
    .t-testimonial .slick-next {
        top: 118px;
    }
}
@media screen and (max-width: 991px) {
    .md-p-100 {
        padding: 70px 0;
    }
    .member-advantage {
        padding: 160px 0 107px 0;
    }
    .member-feature .col-lg-4:nth-child(10) {
        padding: 0 15px 30px;
    }
    .m-testimonial .item {
        padding: 0 40px;
        min-height: 160px;
    }
    .t-testimonial .slick-prev {
        left: 0;
    }
    .t-testimonial .slick-next {
        right: 0;
    }
    .member-feature .feature-box {
        min-height: 240px;
    }
}
@media screen and (max-width: 767px) {
    .md-p-100 {
        padding: 60px 0;
    }
    .member-advantage {
        padding: 130px 0 77px 0;
    }
    .member-detail {
        width: 100%;
    }
    .col-100 {
        padding-bottom: 30px;
    }
    .customized-plan .plan-box {
        width: 100%;
        display: inline-block;
    }
    .member-feature .feature-box .mb-profile .button-set {
        margin: 10px 0 0 0;
        width: 100%;
    }
    .member-feature .feature-box .mb-profile .button-set .btn-primary {
        height: 30px;
        line-height: 18px;
    }
    .m-testimonial .item {
        min-height: 155px;
    }
    .member-feature .feature-box {
        min-height: 260px;
    }
    .plan-box .c-box.c-right .styled-form label {
        width: 154px;
    }
    .t-testimonial .slick-prev,
    .t-testimonial .slick-next {
        top: 120.5px;
    }
}
@media screen and (max-width: 640px) {
    .md-p-100 {
        padding: 50px 0;
    }
    .member-advantage {
        padding: 100px 0 60px 0;
    }
    .member-detail h2 {
        margin: 0 0 15px 0;
        font-size: 28px;
    }
    .member-detail span {
        font-size: 18px;
    }
    .member-advantage .button-set .btn-primary,
    .membership .button-set .btn-primary {
        line-height: 28px;
        height: 40px;
        min-width: 149px;
    }
    .membership .mb-detail-left p {
        margin: 0 0 20px 0;
    }
    .m-testimonial .item {
        margin: 30px 0 0 0;
        min-height: 140px;
    }
    .m-testimonial .t-detail {
        display: inline-block;
        overflow: visible;
        width: 100%;
        margin: 30px 0 0 0;
    }
    .m-testimonial .t-img img {
        display: inline-block;
    }
    .m-testimonial .t-img {
        margin: 0;
        width: 100%;
    }
    .member-feature .col-sxs-12 {
        width: 100%;
    }
    .customized-plan .plan-box {
        padding: 25px;
    }
    .customized-plan .plan-box .c-box {
        width: 100%;
        display: block;
    }
    .customized-plan .plan-box .plan-box-btm .form-control,
    .customized-plan .plan-box .plan-box-btm .btn-primary {
        width: auto;
    }
    .member-feature .feature-box .mb-profile .button-set {
        margin: 0 0 0 15px;
        width: auto;
        float: left;
    }
    .member-feature .feature-box {
        min-height: 240px;
    }
    .member-feature .feature-box .f-first {
        /* height: calc(100% - 115px); */
    }
    .member-feature .feature-box .f-second {
        height: calc(100% - 148px);
    }
    .t-testimonial .slick-prev,
    .t-testimonial .slick-next {
        top: 199px;
    }
}
@media screen and (max-width: 480px) {
    .md-p-100 {
        padding: 30px 0;
    }
    .member-detail h2 {
        font-size: 24px;
    }
    .member-detail span {
        font-size: 16px;
    }
    .member-advantage .button-set,
    .membership .button-set {
        margin: 15px 0 0 0;
    }
    .member-advantage {
        padding: 70px 0 40px 0;
    }
    .m-testimonial .item {
        padding: 0 30px;
    }
    .m-testimonial .t-detail {
        display: inline-block;
        width: 100%;
        margin: 20px 0 0 0;
    }
    .t-testimonial .slick-prev,
    .t-testimonial .slick-next {
        background-size: 10px 30px;
        top: 210px;
    }
    .m-testimonial .t-img img {
        width: 100px;
    }
    .member-feature .feature-box .f-box span {
        font-size: 18px;
    }
    .premium-mp .premium-plan .premium-logo img {
        width: 200px;
    }
    .premium-mp .premium-price h2 {
        font-size: 24px;
    }
    .premium-mp .premium-detail p {
        margin: 0 0 20px 0;
    }
    .premium-mp .premium-detail ul li {
        margin: 0 0 20px 0;
    }
    .premium-mp .button-set .btn-primary {
        height: 40px;
        line-height: 28px;
    }
    .c-box ul .styled-form {
        margin: 0 0 15px 0;
    }
    .customized-plan .plan-box .plan-box-btm {
        display: inline-block;
    }
    .customized-plan .plan-box .plan-box-btm .form-control {
        width: 157px;
        margin: 0 14px;
    }
    .customized-plan .plan-box .plan-box-btm {
        line-height: 40px;
    }
    .customized-plan .plan-box .plan-box-btm .button-set {
        margin: 0;
        display: inline-block;
        padding: 15px 0 0 0;
    }
    .member-feature .feature-box .mb-profile .button-set {
        margin: 10px 0 0 0;
        width: 100%;
    }
    .member-feature .feature-box .mb-profile .button-set .btn-primary {
        width: 100px;
    }
    .customized-plan .plan-box .plan-box-btm .button-set,
    .customized-plan .plan-box .plan-box-btm .btn-primary {
        width: 100%;
    }
    .member-feature .feature-box .f-second {
        height: calc(100% - 158px);
    }
}
/* ==========================================================================
   striperecurr page Design
   ========================================================================== */
.premium-website {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 50px 0;
    background: #fff;
    padding: 80px 50px;
    border-radius: 3px;
    border-bottom: 1px solid #DDD;
}
.premium-title h3 {
    margin: 0 0 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 20px;
}
.premium-user-info,
.premium-user-btm,
.premium-user-detail a {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.premium-user-img {
    float: left;
    border-radius: 3px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    margin: 2px 30px 0 0;
}
.premium-user-img img {
    height: 150px;
    width: 150px;
}
.premium-user-detail {
    display: block;
    overflow: hidden;
}
.premium-user-detail ul li,
.premium-user-detail p {
    color: #666666;
}
.premium-user-detail ul li,
.premium-user-detail a {
    margin: 0 0 10px 0;
}
.premium-user-detail ul li i,
.premium-user-detail p i,
.premium-user-detail h2 a {
    color: #333333;
}
.premium-user-detail ul li i,
.premium-user-detail p i {
    margin: 0 4px 0 0;
}
.premium-user-detail h2 a {
    margin: 0;
    display: inline-block;
    font-family: 'UbuntuM';
}
.premium-user-detail h2 {
    margin: 0;
}
.premium-user-detail h2 a {
    font-size: 24px;
}
.premium-user-detail a {
    color: #D03135;
}
.premium-user-btm {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.premium-user-btm .premium-btn {
    margin: 0 10px 0 0;
}
.premium-user-btm .premium-btn a {
    color: #D03135;
    text-decoration: none;
}
@media screen and (max-width: 1366px) {
    .premium-website {
        padding: 50px;
    }
}
@media screen and (max-width: 480px) {
    .premium-website {
        padding: 30px;
    }
    .premium-user-img {
        float: none;
        display: inline-block;
    }
    .premium-user-detail {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin: 15px 0;
    }
}
/* ==========================================================================
   My_Badges page Design
   ========================================================================== */
.bs-flex {
    display: flex;
    flex-wrap: wrap;
}
.my-badges-content {
    background-color: #F9F8F8;
    padding: 50px 0px 50px 0;
    margin-top: 90px;
}
.my-badges-content #inner-content-box {
    overflow: hidden;
    border: 0px solid yellow;
    position: relative;
}
.my-badges-content .pagewidth {
    width: 960px;
    margin: 0 auto;
    clear: both;
}
.my-badges-content .badge-body {
    margin-right: 182px;
    margin-left: 20px;
    float: left;
}
.my-badges-content .my-badges-iframe {
    width: 100%;
    overflow: hidden;
    display: inline-block;
}
.my-badges-content .signbox {
    background-color: #fff;
    padding: 30px;
    border: 1px solid #DDDDDD;
    outline: 0;
}
.signbox-img {
    width: 80px;
    height: 80px;
    margin-right: 10px;
    float: left;
}
.signbox-img a {
    display: inline-block;
}
.signbox-img a img {
    width: 80px;
    height: 80px;
}
.signbox-content {
    overflow: hidden;
    display: block;
    margin: -2px 0 0 0;
}
.signbox-content .sc-title {
    font-size: 12px;
    line-height: 14px;
    color: rgb(33, 33, 33);
    margin: 0 0 13px 0;
}
.signbox-content .sc-title span {
    font-weight: bold;
    color: rgb(33, 33, 33);
    display: inline-block;
    width: 100%;
}
.signbox-content .sc-title a {
    color: rgb(208, 49, 53);
    display: inline-block;
    width: 100%;
}
.signbox-content .sc-content {
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    margin: 0 0 10px 0;
    width: 100%;
}
.signbox-content .sc-content span,
.signbox-content .sc-content span a {
    color: rgb(33, 33, 33);
    display: inline-block;
    width: 100%;
}
.signbox-content .sc-content span.scc-title {
    font-weight: bold;
}
.signbox-content .sc-social {
    display: inline-block;
    width: 100%;
    margin: 0 0 10px 0;
}
.signbox-content .sc-title a,
.signbox-content .sc-content span a,
.signbox-content .sc-social a img {
    cursor: pointer;
}
.signbox-content .sc-social a {
    display: inline-block;
    margin-bottom: 4px;
    width: 24px;
}
.signbox-content p .bussness-link {
    color: rgb(208, 49, 53);
    display: inline-block;
}
.signbox-content p .bussness-link i {
    margin-right: 3px;
    color: #333;
}
.signbox-content p .sc-location {
    color: rgb(33, 33, 33);
    display: inline-block;
}
.signbox-content p a,
.signbox-content p:nth-child(3) a img {
    cursor: pointer;
}
.signbox-content p:nth-child(3) a {
    display: inline-block;
    height: 24px;
}
.singbox-notice {
    margin: 40px 0 0 0;
    display: inline-block;
    width: 100%;
    font-family: Helvetica, Arial, sans-serif;
    color: rgb(146, 146, 146);
    font-size: 12px;
    line-height: 12px
}
.my-badges-content .badge-sidebar {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    height: 100%;
}
.container_box {
    background-color: #f9f8f8;
    padding: 8px 0;
    display: inline-block;
}
.my-badges-content .container_box {
    width: 50%;
    float: left;
    margin: 30px 0 0 0;
}
.my-badges-content .container_box h3 {
    color: #212121;
    font-size: 14px;
    margin: 0 0 15px 0;
}
.my-badges-content .container_box h3 strong {
    color: #212121;
    font-size: 14px;
    font-weight: bold;
}
.my-badges-content .hidden {
    display: none;
}
.my-badges-content .badge-sidebar:after {
    content: '';
    position: absolute;
    background: #dedede;
    height: 100%;
    width: 2px;
    top: 0;
    left: 0px;
}
.badge-sidebar h2 {
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 18px;
}
.container_box h3 {
    color: #212121;
    font-size: 14px;
    margin-left: 6px;
    margin-bottom: 4px;
    margin-top: 0;
}
#txtarea {
    font-size: 12px;
    color: #444;
    background-color: #ddd;
    margin-left: 5px;
    padding: 8px;
    width: 341px;
    border: 2px dotted #ccc;
    margin-top: 4px;
}
.my-badges-content .badge-sidebar .bs-box {
    margin: 0 0 30px 0;
}
.my-badges-content .badge-sidebar .bs-box p {
    display: inline-block;
    padding: 0 0 10px 0;
    margin: 0;
    color: #292929;
    line-height: 140%;
    font-size: 14px;
    font-family: Ubuntu, arial, vardana;
}
.tbox {
    top: 25% !important;
}
.tinner {
    height: 100%!important;
    max-width: 412px;
    min-width: 381px!important;
}
.overlay {
    background-color: #212121;
    opacity: 0;
    position: absolute;
    width: 180px;
    height: 80px;
    margin-top: -80px;
    cursor: pointer;
}
.overlay:hover {
    color: #fff !important;
    text-align: center;
    background-color: #D03135;
    opacity: .9;
}
.overlay p {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-top: 35px;
}
.overlay-lg {
    background-color: #212121;
    opacity: 0;
    position: absolute;
    width: 340px;
    height: 115px;
    margin-top: -120px;
    cursor: pointer;
}
.overlay-lg p {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    margin-top: 46px;
}
.overlay-lg:hover {
    color: #fff !important;
    text-align: center;
    background-color: #D03135;
    opacity: .9;
}
.bs-box a {
    color: #D03135;
}
.tiny-popup-button {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin: 8px 0 0px 0;
    width: 100%;
}
.tiny-popup-button .tiny-cancle {
    color: #D03135;
    margin-right: 15px;
    font-size: 14px;
}
.tiny-popup-button .btn {
    height: 41px;
    line-height: 29px;
    width: 100px;
    margin-right: 4px;
}
.txtarea {
    font-size: 12px;
    color: #444;
    background-color: #ddd;
    margin-left: 5px;
    padding: 8px;
    width: 341px;
    border: 2px dotted #ccc;
    margin-top: 4px;
}
@media screen and (max-width: 991px) {
    .my-badges-content .badge-sidebar {
        margin-top: 55px;
        padding-left: 0px;
    }
    .my-badges-content .badge-sidebar:after {
        width: 100%;
        height: 2px;
        top: -30px;
    }
    .my-badges-content .badge-sidebar .bs-box:last-child {
        margin: 0;
    }
}
@media screen and (max-width: 767px) {
    .singbox-notice {
        margin: 20px 0 0 0;
    }
    .my-badges-content .container_box {
        width: 100%;
    }
}
@media screen and (max-width: 640px) {
    .my-badges-content .badge-sidebar .bs-box {
        margin: 0 0 20px 0;
    }
}
@media screen and (max-width: 480px) {
    .my-badges-content {
        padding: 30px 0 30px 0;
    }
    .my-badges-content .signbox {
        padding: 15px;
    }
    .my-badges-content .container_box {
        width: 100%;
        max-width: 100%;
        overflow: auto;
        position: relative;
        padding: 8px 0;
        margin-right: 0;
    }
    .my-badges-content .container_box.con-box {
        overflow: hidden;
    }
    .my-badges-content .container_box {
        margin: 20px 0 0 0;
    }
    .tbox {
        top: 15% !important;
    }
    .tinner {
        max-width: 276px;
        min-width: 292px!important;
        position: relative;
    }
    .container_box iframe {
        width: 350px;
    }
    .tcontent {
        overflow: scroll;
    }
    .tclose {
        margin-top: 0px!important;
        top: -12px!important;
        right: -12px!important;
    }
    .tiny-popup-button {
        width: 350px;
    }
}
/*  ==========================================================================
    invite-a-colleague Header Popup
    ========================================================================== */
.invite-a-colleague .modal {
    background-color: rgba(4, 4, 4, 0.8);
}
.invite-a-colleague .modal-dialog {
    top: 10%;
}
.invite-a-colleague .modal-body,
.invite-a-colleague .modal-header {
    padding: 20px;
}
.invite-a-colleague .modal-header a.pull-right {
    display: flex;
    align-items: center;
    height: 34px;
    color: #D03135;
    ;
}
.invite-a-colleague .modal-content {
    border-radius: 4px;
    border: none;
    top: 40%;
}
.invite-a-colleague .modal-body {
    background-color: #F9F9F9;
    color: white;
    border-radius: 0 0 4px 4px;
}
.invite-a-colleague .modal-title {
    text-align: left;
}
.invite-a-colleague .modal-title i {
    margin-right: 5px;
}
.invite-a-colleague .modal-body .form-horizontal .control-label {
    color: #666;
    text-align: left;
}
.invite-a-colleague .modal-body .form-horizontal .control-label.subject {
    text-align: left;
    color: #D03135;
}
.invite-a-colleague .modal-body .button-set {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.invite-a-colleague .modal-body .button-set .btn {
    line-height: 2.1;
    width: 120px;
}
.invite-a-colleague .modal-body .form-horizontal .form-group.vp-btm {
    margin: 0;
}
@media screen and (max-width: 1199px) {
    .invite-a-colleague .modal-dialog {
        top: 0;
    }
}
@media screen and (max-width: 767px) {
    .invite-a-colleague .modal-body .form-horizontal .control-label {
        margin: 0 0 10px 0;
    }
}
@media screen and (max-width: 480px) {
    .invite-a-colleague .modal-body,
    .invite-a-colleague .modal-header {
        padding: 15px;
    }
    .invite-a-colleague .modal-dialog {
        padding: 0 15px;
        margin-left: 0;
    }
    .invite-a-colleague .modal-header a.pull-right {
        height: 25px;
    }
    .invite-a-colleague .modal-title {
        font-size: 18px;
    }
}
/*  ==========================================================================
    test page design
    ========================================================================== */
.profile-member-content,
.profile-banner,
.profile-banner-box,
.profile-inner-content,
.gpp-profile,
.gpp-profile .gpp-box,
.member-box {
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
.profile-member-content {
    margin: 90px 0 0 0;
}
.profile-banner {
    /*padding: 20px 0 0 0;*/
    /*background: url('https://test.guild.im/yogesh_new1/images/profile-banner.jpg');*/
    background-size: cover;
    background-position: center;
    background-color: #191919;
}
.profile-banner-box {
    background: #191919;
    padding: 40px 0 10px 0;
}
.profile-banner-box .banner-box {
    display: flex;
    align-items: self-start;
}
.profile-banner-box .banner-box .banner-box-img {
    max-width: 200px;
    min-width: 200px;
    margin-right: 20px;
    display: inline-block;
}
.profile-banner-box .banner-box .banner-box-img img {
    width: 100%;
}
.banner-box-img .button-set a {
    height: 40px;
    width: 200px;
    line-height: 28px;
    margin: 10px 0 0 0;
    font-size: 16px;
}
#vertical_logo .qq-uploader .qq-upload-list span{
    color: #fff;
}
.banner-box-content .bb-title h4 {
    margin: -2px 0 10px 0;
    font-size: 24px;
    color: #fff;
    float: left;
}
.banner-box-content .bb-title h4 span {
    margin: -2px 0 0 0;
    font-size: 24px;
    color: #fff;
    float: left;
    font-family: "UbuntuM",sans-serif;
}
.banner-box-content .bb-title h4 span#viewfirstname{margin-right: 5px; }
.banner-box-content .bb-title img {
    padding: 5px 0 0 5px;
    width: 20px;
    display: block;
    overflow: hidden;
}
.banner-box-content .bb-title a img {
    padding: 5px 0 0 5px;
    width: 20px;
    display: block;
    overflow: hidden;
}
.banner-box-content {
    margin: -1px 0 0 0;
    display: inline-block;
}
.banner-box-content span {
    display: inline-block;
    color: #fff;
}
.banner-box-content span a {
    line-height: 17px;
    position: relative;
    padding: 0 5px;
    float: left;
}
.banner-box-content span a,
.banner-box-content span p {
    font-size: 12px;
    color: #fff;
}
.banner-box-content span p {
    margin: 7px 0 0 0;
    display: inline-block;
    line-height: 22px;
    width: 100%;
}
.banner-box-content span a:nth-child(1) {
    padding-left: 0px;
    padding-right: 8px;
}
.banner-box-content span a:nth-child(2):after {
    position: absolute;
    content: '';
    top: 3px;
    left: -2px;
    height: 12px;
    width: 1px;
    background: #fff;
}
.banner-box-content p {
    color: #fff;
    font-size: 16px;
    margin: 17px 0;
    font-weight: 500;
    line-height: 22px;
}
.bb-client-social {
    width: 100%;
    display: flex;
}
.bb-client-social .list-unstyled li {
    float: left;
    margin-right: 5px;
}
.bb-client-social .list-unstyled li,
.bb-client-social .list-unstyled li a,
.bb-client-social .list-unstyled li a i {
    height: 25px;
    width: 26px;
}
.bb-client-social .list-unstyled li a i {
    border-radius: 3px;
    line-height: 25px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: #333;
}
.bb-client-social .list-unstyled li:hover a i {
    background: #CF3135;
}
.bb-social {
    display: inline-block;
}
.banner-box-content .bb-social li {
    float: left;
    line-height: 25px;
}
.banner-box-content .bb-social li.share-icon .list-unstyled {
    float: right;
}
.banner-box-content .bb-social li a {
    padding: 0 10px 0 0;
    display: inline-block;
}
.banner-box-content .bb-social li a i {
    color: #fff;
}
.bb-banner-slider {
    margin: 52px 0 62px 0;
    background: url('https://test.guild.im/yogesh_new1/images/bb-quate.png');
    background-position: 65px 0;
    background-repeat: no-repeat;
    position: relative;
    z-index: 111;
    outline: 0;
    text-align: right;
    padding: 0 0 0 40px;
}
.bb-banner-slider.new-banner{
    margin: 14px 0 24px 0;
}
.bb-banner-slider .bb-box {
    outline: 0;
}
.bb-banner-slider .bb-box h4 {
    color: #fff;
    font-size: 18px;
    margin: 38px 3px 0 0;
    font-style: italic;
}
.bb-banner-slider .bb-box a,
.bb-banner-slider .bb-box span {
    width: 100%;
    display: inline-block;
    font-size: 12px;
    color: #fff;
}
.bb-banner-slider .bb-box a {
    font-weight: 700;
    padding: 14px 0 0 0;
    letter-spacing: 0.5px;
}
.profile-inner-content {
    padding: 50px 0;
}
.profile-tab {
    position: relative;
    display: inline-block;
    margin-bottom: 45px;
    background-color: #b9b7b7;
}
.profile-tab:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 3px;
    background: #EFEFEF;
    z-index: -1;
}
.profile-tab li
{
    float:left;
}
.profile-tab li a {
    padding: 6px 12px 6px 12px;
    border-right: 1px solid #a9a6a6;
 border-bottom: 1px solid #a9a6a6;
    background-color: #efefef;
border-left:none;
    border-top:0;
}
.profile-tab li:last-child a {
    margin: 0;
}
.profile-tab li.active a {
 border-bottom:1px solid transparent !important;
    background-color: #FFFFFF;
    color: #333333;  
    font-weight: bold;
}

.profile-tab  li:first-child a
{
  border-left: 1px solid #a9a6a6;
}

.profile-tab li a {
    cursor: pointer;
    color: #333333;
    font-size: 16px;
    line-height: normal;
    display: inline-block;
    width: 100%;
}
.gpp-profile .gpp-box {
    margin: 0 0 34px 0;
}
.gpp-profile-title {
    display: flex;
    align-items: center;
    font-size: 24px;
    margin: 0 0 27px 0;
}
.gpp-profile-title i {
    margin-right: 6px;
    color: #666;
}
.gpp-profile-title h4 {
    font-size: 24px;
    margin: 0;
    line-height: 24px;
    color: #333;
}
.gpp-profile-content,
.gpp-profile-content p {
    color: #666;
    font-size:15px;
}
.gpp-profile-content p {
    margin: 0 0 26px 0;
}
.gpp-profile-content p a {
    color: #CF3135;
}
.gpp-profile-content ul {
    margin: 0;
    display: inline-block;
}
.gpp-profile-content ul:last-child {
    margin: 0 0 26px 0;
}
.gpp-profile-content ul li {
    width: 100%;
    display: inline-block;
    color: #666;
    margin: 0 0 2px 0;
}
.gpp-profile-content ul li span {
    display: inline-block;
}
.gpp-profile-content ul.read-more-data {
    display: none;
}
.gpp-profile-content ul li span .read-more-btn {
    color: #CF3135;
}
.ggp-social {
    display: inline-block;
    margin: 0 0 33px 0;
    width: 100%;
    vertical-align: top;
}
.ggp-social li {
    float: left;
    margin: 4px 4px 4px 0;
    line-height: 18px;
}
.ggp-social li a {
    display: inline-block;
}
.ggp-social li a i {
    color: #333;
    font-size: 27px;
    line-height: 25px;
}
.ggp-social li:hover a i {
    color: #CF3135;
}
.ggp-sidebar {
    margin: 0 0 35px 0;
    display: inline-block;
    width: 100%;
}
.ggp-sidebar ul {
    font-size: 14px;
}
.ggp-sidebar ul,
.ggp-sidebar ul li a {
    color: #666;
}
.ggp-sidebar ul li {
    margin: 0 0 6px 0;
    display: inline-block;
    width: 100%;
}
.ggp-sidebar ul li i {
    color: #333;
    margin: 0 11px 0 0;
    height: 20px;
    width: 14px;
    line-height: 20px;
    float: left;
    text-align: center;
}
.ggp-sidebar .ggp-availability li span {
    overflow: hidden;
    display: block;
}
.ggp-sidebar h5 {
    width: 100%;
    display: inline-block;
    margin: 0 0 7px 0;
    font-size: 16px;
}
.ggp-sidebar .ggp-gallery {
    display: flex;
    width: 85%;
    align-items: center;
    flex-wrap: wrap;
}
.ggp-sidebar .ggp-gallery li {
    float: left;
    margin: 0 20px 20px 0;
    width: 80px;
}
.ggp-sidebar .ggp-gallery li a {
    display: inline-block;
}
.ggp-sidebar .ggp-gallery li a img {
    width: 100%;
}
.ggp-sidebar .ggp-gallery li:nth-child(2n+2) {
    margin-right: 0;
}
.ggp-sidebar.expertise-header .tag-list li {
    float: none;
}
.gpp-profile-content p a.read-more {
    display: none;
}
.gpp-profile-content p a.read-more.collapsed {
    display: inline-block;
}
/*Case Studies tab*/
.member-box {
    padding: 30px 0;
    border-bottom: 1px solid #EFEFEF;
}
.member-box:last-child {
    border-bottom: 0;
}
.member-box .expertise-header {
    display: flex;
    align-items: center;
}
.member-box .expertise-header span {
    line-height: 29px;
    margin: 0 5px 5px 0;
    display: inline-block;
    color: #666;
}
/*.ggp-p-box .member-box:first-child {
    padding: 0 0 30px 0;
}
*/
.member-box .gpp-profile-content p:last-child {
    margin: 0 0 15px 0;
}
.testimonials .member-box .gpp-t-detail {
    display: flex;
    flex-wrap: wrap;
    justify-items: flex-end;
}
.testimonials .member-box .gpp-t-detail span {
    width: 100%;
    display: inline-block;
    margin: 0 0 5px 0;
    text-align: right;
}
.testimonials .member-box .gpp-t-detail span:last-child {
    margin: 0;
}
.project-proposals .member-box .gpp-profile-content p span {
    width: 100%;
    display: inline-block;
    margin: 5px 0;
}
.ggp-p-box.publications .pub-content {
    padding: 30px 0;
    border-bottom: 1px solid #EFEFEF;
}
.ggp-p-box.publications .pub-content:first-child {
    padding: 0 0 30px 0;
}
.ggp-p-box.publications .pub-content:last-child {
    border-bottom: 0;
}
.pub-content {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.pub-content .pub-img {
    width: auto;
    float: left;
}
.pub-content .pub-img a {
    display: inline-block;
}
.pub-content .pub-img a.pub-img-box {
    width: 200px;
    height: auto;
    float: left;
    border: 1px solid #EFEFEF;
}
.pub-content .pub-img a.pub-icon {
    margin: 0 15px;
    height: 21px;
    width: 22px;
}
.pub-content .member-box {
    padding: 0;
    display: block;
    overflow: hidden;
    width: auto;
    border: none;
}
.pub-content .member-box .gpp-profile-title {
    display: inline-block;
}
.pub-content .member-box .gpp-profile-title span {
    font-size: 16px;
}
@media screen and (max-width: 1199px) {
    .profile-inner-content {
        padding: 70px 0;
    }
    .bb-banner-slider {
        margin: 49px 0 49px 0;
    }
    .ggp-sidebar .ggp-gallery li:nth-child(3n+3) {
        margin-right: 9px;
    }
    .ggp-sidebar .ggp-gallery li:nth-child(2n+2) {
        margin-right: 9px;
    }
}
@media screen and (min-width: 991px) {
    .bb-banner-slider .bb-box span {
        min-height: 52px;
        max-height: 52px;
        overflow: hidden;
    }
    .bb-banner-slider .bb-box h4 {
        max-height: 44px;
        min-height: 44px;
        overflow: hidden;
	padding-right: 2px;
    }
}
@media screen and (max-width: 991px) {
    .profile-banner {
        padding: 20px 0;
    }
    .case-studies {
        margin: 0 0 30px 0;
    }
    .bb-banner-slider.new-banner{
        margin: 30px 0 0px 0;
    }
}
@media screen and (min-width: 767px) {
    .ptabe-title{
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .profile-tab{
        display: none;
    }
    .ptabe-title{
        cursor: pointer;
        font-family: "UbuntuM",sans-serif;
        color: #d03135;
        font-size: 16px;
        line-height: normal;
        display: inline-block;
        width: 100%;
        margin: 0;
        padding: 10px 15px;
        border: 1px solid rgba(0,0,0,0.1);
    }
    .profile-inner-content .tab-content > .tab-pane{
        display: block;
        margin-bottom: 10px;
    }
    .ptabe-content{
        display: none;
        padding: 0 15px;
        border: 1px solid rgba(0,0,0,0.1);
        border-color: #fff rgba(0,0,0,0.1) rgba(0,0,0,0.1);
        margin-top: -1px;
        background: #fff;
        position: relative;
        z-index: 1;
    }
    .ptabe-content .button-set{
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin: 0 0 15px;
    }
    .profile-banner-box {
        padding: 30px 0;
    }
    .gpp-profile-content p,
    .gpp-profile-title,
    .gpp-profile .gpp-box,
    .ggp-sidebar {
        margin: 0 0 20px 0;
    }
    .xs-m30 {
        margin-bottom: 0
    }
    .profile-tab li {
        float: left;
    }
    .profile-tab:after {
        display: none;
    }
    .profile-tab li a,
    .profile-tab li.active a {
        border: none;
    }
    .profile-tab li a {
        padding: 0 30px 0 0;
    }
    .profile-tab,
    .ggp-p-box {
        margin: 0 0 30px 0;
    }
    .ggp-social {
        margin: 0 0 22px 0;
    }
    .pub-content .member-box .gpp-profile-title span {
        font-size: 14px;
    }
    .bb-banner-slider.new-banner{
        padding: 0;
    }
}
@media screen and (max-width: 640px) {
    .bb-banner-slider {
        background-position: 0px 0;
        padding: 0;
    }
    .profile-banner {
        padding: 50px 0;
    }
    .bb-banner-slider {
        margin: 40px 0;
    }
    .profile-inner-content {
        padding: 50px 0;
    }
    .bb-client-social {
        display: inline-block;
    }
}
@media screen and (max-width: 480px) {
    .gpp-profile-title h4 {
        font-size: 20px;
    }
    .profile-banner-box {
        padding: 0;
    }
    .profile-banner-box .banner-box {
        display: inline-block;
        width: 100%;
    }
    .profile-banner-box .banner-box .banner-box-img {
        width: 200px;
        margin: 0 auto;
        display: table;
    }
    .banner-box-img .button-set a {
        width: 100%;
        margin: 0;
    }
    .banner-box-img .button-set {
        padding: 15px 0;
    }
    .bb-banner-slider {
        margin: 30px 0;
    }
    .profile-tab li a {
        padding: 0;
        width: 140px;
    }
    .profile-tab {
        margin: 0 0 10px 0;
    }
    .gpp-profile .gpp-box,
    .gpp-profile .gpp-box p {
        font-size: 14px;
    }
    .bb-client-social {
        min-height: 30px;
    }
    .member-box .expertise-header {
        display: inline-block;
    }
    .member-box .expertise-header span {
        width: 100%;
        margin: 0 0 5px 0;
    }
    .pub-content .pub-img {
        width: 100%;
    }
    .pub-content .member-box {
        width: 100%;
        display: inline-block;
        margin: 20px 0 0 0;
    }
    .pub-content .member-box .gpp-profile-content p:last-child {
        margin: 0;
    }
    .bb-banner-slider.new-banner {
        margin: 15px 0 0px 0;
    }
    .n-e-s .profile-banner-box .banner-box .banner-box-img{
        margin-bottom: 15px;
    }
}
/*  ==========================================================================
    Edit Profile
    ========================================================================== */
.profile-banner-box.edit {
    padding: 40px 0;
}
.profile-banner-box.edit .bb-title {
    display: flex;
    align-items: center;
    margin: 0px 0 10px 0;
}
.profile-banner-box.edit .banner-box-content .bb-title h4 {
    margin: -2px 0 0 0;
}
.button-set.edit {
    display: inline-block;
    width: 100%;
}
.button-set.edit a {
    margin: 0;
    border-radius: 0;
    height: 30px;
    background-color: #fff;
    color: #333333;
    line-height: 18px;
    font-size: 14px;
}
.button-set.edit table{
    width: 100%;
}
.button-set.edit table .qq-upload-button{
    width: 100%;
    box-shadow: none;
    font-family: "UbuntuM",sans-serif;
    font-size: 14px;
    font-weight: normal;
    padding: 4px 10px;
}
.edit-member {
    width: 100%;
    display: flex;
    vertical-align: top;
    flex-wrap: wrap;
}
.edit-member .form-group .form-control {
    color: #333;
    padding: 6px 15px;
    border: 1px solid #ddd;
    box-shadow: none;
}
.edit-member .form-group input[type="file"].form-control{
    padding: 7px 10px;
    height: auto;
}
.edit-member .form-group.has-error .help-block{
    margin: 5px 0 0 0;
}
.member-edit-popup .modal-body.edit-profile-m {
    padding: 20px 5px;
}
.member-edit-popup .modal-body.edit-profile-m .button-set {
    padding: 0 15px;
}
.edit-member .form-group:nth-child(3) {
    /* margin-bottom: 2px; */
}
.edit-member .form-group span {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    text-align: right;
    margin-bottom: 10px;
}
.upload-img-btn{
    width: 100%;
    display: inline-block;
    background: #f0f0f0;
    color: #333;
    border: 1px solid #ccc;
    padding: 4px 10px;
    font-family: "UbuntuM",sans-serif;
    font-size: 14px;
    text-align: center;
    position: relative;
}
.edit-member .profile-edit-img{
    width: 100%;
    text-align: center;
}
.edit-member .upload-img-btn input[type="file"].form-control{
    opacity: 0;
    position: absolute;
    width: 100%;
    padding: 0;
    left: 0;
    cursor: pointer;
    top: 0;
    height: 100%;
}
.edit-member #profileImage .qq-upload-button{
    width: 100%;
    box-shadow: none;
}
.edit-member .form-group textarea.form-control {
    width: 100%;
    height: 95px;
    overflow: auto;
}
.edit-status {
    margin: 0 0 40px 0;
}
.edit-staus-box .es-box a {
    float: left;
    line-height: 25px;
    color: #d03135;
}
.edit-staus-box .es-box a.es-minus {
    margin-right: 6px;
}
.edit-staus-box .es-box a img {
    height: 24px;
    width: 24px;
    margin-top: -1px;
}
.edit-status .edit-staus-box {
    display: flex;
    align-items: center;
    margin: 0 0 19px 0;
}
.edit-staus-box .es-box span,
.edit-aoe .aoe-title i {
    color: #666;
}
.edit-status .edit-staus-box:last-child {
    margin: 0;
}
.edit-staus-box .es-box:nth-child(1) {
    width: 25%;
}
.edit-staus-box .es-box:nth-child(2) {
    width: 10%;
}
.edit-staus-box .es-box:nth-child(3) {
    width: 36%;
}
.edit-staus-box .es-box:nth-child(4) {
    width: 29%;
}
.edit-staus-box .es-box:nth-child(3) a {
    margin-right: 4px;
}
.edit-staus-box .es-box:nth-child(4) a {
    text-align: right;
    width: 100%;
}
/**/
.aoe-box,
.edit-aoe-box,
.edit-aoe-box .aoe-box,
.aoe-box-preview {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.edit-aoe-box {
    margin: 0 0 40px 0;
}
.edit-aoe-box.aoe-m,
.edit-aoe {
    margin: 0 0 25px 0;
}
.edit-aoe,
.edit-aoe .aoe-title {
    display: flex;
    align-items: center;
}
.edit-aoe .aoe-title i {
    font-size: 24px;
}
.edit-aoe .aoe-title i {
    margin-right: 6px;
}
.edit-aoe .aoe-title h3 {
    margin: 0;
}
.edit-aoe-box .aoe-box .form-group:nth-child(1n+1) {
    padding: 0 15px 0 0;
}
.edit-aoe-box .aoe-box .form-group:nth-child(2n+2) {
    padding: 0 0 0 15px;
}
.profile-banner-box.edit .banner-box-content .bb-title a.e-pro{
    display: inline-block;
    margin: 0 0 0 10px;
    position: relative;
    top: 1px;
}
.edit-aoe a {
    display: inline-block;
    margin: 0;
}
.profile-banner-box.edit .banner-box-content .bb-title >h4 >a{
    margin: 0;
}
.profile-banner-box.edit .banner-box-content .bb-title a i,
.edit-aoe a i {
    height: 24px;
    width: 24px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border-radius: 4px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.profile-banner-box.edit .banner-box-content .bb-title a i {
    background: #fff;
    color: #666;
}
.edit-aoe a i {
    background: transparent;
    color: #666;
    border-radius: 100%;
}
.profile-banner-box.edit .banner-box-content .bb-title a:hover i,
.edit-aoe a:hover i {
    background: #EFEFEF;
}
.edit-aoe-box .gpp-profile-content ul {
    margin: 0;
}
.profile-banner-box.edit .banner-box-content .bb-title a:hover i {
    color: #fff;
}
.member-edit-popup .modal-header {
    padding: 15px 0;
    margin: 0 20px;
    border-bottom: 1px solid #dddddd;
}
.member-edit-popup .modal-body {
    padding: 20px 20px 20px 5px;
    display: inline-block;
    width: 100%;
}
.member-edit-popup .modal-body.aoe-box {
    display: inline-block;
    width: 100%;
}
.member-edit-popup .modal-header .close,.loginModal .modal-header .close {
    height: 35px;
    width: 35px;
    background: #fff;
    border: 1px solid #dddddd;
    color: #333;
    opacity: 1;
    border-radius: 100px;
    position: absolute;
    top: -11px;
    right: -11px;
}
.member-edit-popup .modal-header .close:hover,.loginModal .modal-header .close:hover {
    background: #d03135;
    color: #fff;
}
.member-edit-popup .modal-header .modal-title {
    text-align: left;
}
.member-edit-popup .modal-body .aoe-sign {
    width: 5%;
    float: left;
}
.member-edit-popup .modal-body .aoe-sign a {
    height: 40px;
    line-height: 40px;
    width: 29px;
    color: #d03135;
    font-weight: 600;
    text-align: center;
    display: inline-block;
    float: right;
}
.member-edit-popup .modal-body .form-group select,
.ggp-sidebar .edit-fee select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('https://test.guild.im/images/icon_sorting_dark.png');
    background-repeat: no-repeat;
    background-position: center right 12px;
}
.member-edit-popup .modal-body.topics .form-group {
    width: 100%;
    display: inline-block;
}
.member-edit-popup .modal-body.topics .aoe-box {
    margin: 0 0 15px 0;
}
.member-edit-popup .modal-body.topics .form-group textarea.form-control {
    padding: 20px;
}
.member-edit-popup .modal-body.topics .form-group span {
    width: 100%;
    /*display: inline-block;*/
    text-align: right;
    margin: 0 0 10px 0;
    font-size: 14px;
}
.member-edit-popup .modal-body.topics .form-group,
.member-edit-popup .modal-body.topics .topics-tag {
    padding: 0 0 0 15px;
}
.member-edit-popup .modal-body.topics .topics-tag,
.member-edit-popup .modal-body.topics .topics-tag li,
.edit-aoe-box.topics .aoe-box .topics-tag,
.edit-aoe-box.topics .aoe-box .topics-tag li {
    display: inline-block;
}
.member-edit-popup .modal-body.topics .topics-tag li,
.edit-aoe-box.topics .aoe-box .topics-tag li {
    margin: 0 15px 15px 0;
    float: left;
    vertical-align: top;
}
.member-edit-popup .modal-body.topics .topics-tag li:last-child,
.edit-aoe-box.topics .aoe-box .topics-tag li:last-child {
    margin: 0;
}
.member-edit-popup .modal-body.topics .e-topics-box{
    margin: 0 0 15px 15px;
}
.member-edit-popup .modal-body.topics .e-topics-box,
.member-edit-popup .modal-body.topics .topics-tag li span,
.edit-aoe-box.topics .aoe-box .topics-tag li span {
    position: relative;
    background: #EFEFEF;
    display: inline-block;
    color: #333333;
    font-size: 14px;
    float: left;
    border-radius: 4px;
}
.member-edit-popup .modal-body.topics .e-topics-box p,
.member-edit-popup .modal-body.topics .topics-tag li span {
    padding: 10px 30px;
}
.member-edit-popup .modal-body.topics .e-topics-box p{
    margin: 0;
    font-size: 14px;
}
.edit-aoe-box.topics .aoe-box .topics-tag li span {
    padding: 10px 15px;
}
.member-edit-popup .modal-body.topics .e-topics-box #close,
.member-edit-popup .modal-body.topics .topics-tag li span a,
.edit-aoe-box.topics .aoe-box .topics-tag li span a {
    position: absolute;
    top: 0;
    right: 7px;
    color: #d03135;
}
.member-edit-popup .modal-body.topics .e-topics-box #close{
    cursor: pointer;
}
.edit-aoe.anc {
    display: inline-block;
    width: 100%;
    vertical-align: top;
    margin-bottom: 0;
}
.edit-aoe.anc .aoe-title {
    margin: 0 0 20px 0;
}
.edit-aoe.anc ul {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}
.edit-aoe.anc ul li {
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}
.edit-aoe.anc .button-set,
.member-edit-popup .modal-body .button-set {
    width: 100%;
    display: inline-block;
    margin-top: 30px;
    text-align: right;
}
.member-edit-popup .modal-body .button-set {
    margin-top: 5px;
}
.edit-aoe.anc .button-set a.reset,
.member-edit-popup .modal-body .button-set a.reset,
.modal-footer .reset{
    color: #CF3135;
    margin-right: 10px;
    vertical-align: middle;
}
.modal-footer a{
    cursor: pointer;
}
.edit-aoe.anc .button-set .btn,
.member-edit-popup .modal-body .button-set .btn,
.modal-footer .btn{
    line-height: 2.1;
    width: 100px;
}
.ggp-social.ess-social {
    margin: 0 0 12px 0;
}
.esl-link,
.esl-link:hover,
.esl-link:focus {
    color: #CF3135;
}
.member-edit-popup .modal-body.esl-links .form-group {
    padding: 0 0px 0 15px;
}
.member-edit-popup .modal-body.esl-links .form-group:not(.w100per) {
    width: 95%;
    padding: 0 15px;
}
.member-edit-popup .modal-body.esl-links .aoe-box {
    display: flex;
    justify-content: space-between;
}
.edit-social {
    margin: 0 0 25px 0;
    display: inline-block;
}
.form-control[readonly] {
    background-color: transparent;
}
.aoe-box .form-control[readonly],
.ggp-sidebar .form-control[readonly] {
    background-color: #EFEFEF;
    border: 0;
    box-shadow: none;
}
.ggp-sidebar .form-control[readonly] {
    background: transparent;
    padding: 6px 0;
}
.ggp-sidebar .form-group span {
    display: inline-block;
    width: 100%;
    margin: 0 0 5px 0;
}
.ggp-sidebar.edit-euh .form-group:last-child {
    margin: 0;
}
.edit-fee {
    display: flex;
    align-items: center;
}
.edit-fee .doller-sign {
    padding: 0 6px 0 0;
}
.edit-fee .slash-sign {
    padding: 0 6px 0 0;
}
.edit-fee input.form-control {
    width: 78px;
}
.ggp-sidebar h4 {
    margin: 0 0 15px 0;
}
.ggp-sidebar .edit-aoe {
    margin: 0 0 7px 0;
}
.ggp-sidebar .edit-aoe h5 {
    width: auto;
    margin: 0;
    line-height: 24px;
}
.member-edit-popup .modal-body.availability .form-group {
    padding-right: 0px;
}
.member-edit-popup .modal-body.availability .form-group.has-success,
.member-edit-popup .modal-body.availability .form-group.has-success .form-control{
    border-color: #ccc;
}
.member-edit-popup .modal-body.availability .form-group.has-success .form-control:focus{
    box-shadow: none;
}
.member-edit-popup .modal-body.availability .form-group h5,
.member-edit-popup .modal-body.availability .styled-form label {
    margin: 0 0 7px 0;
}
.member-edit-popup .modal-body.availability .styled-form label,
.publications-edit .fetch-content,
.publications-edit .fetch-data {
    width: 100%;
    display: inline-block;
}
.edit-aoe-box.topics .gpp-profile-content p:last-child {
    margin: 0;
}
.member-edit-popup .modal-body.aoe-edit{
    padding: 20px 5px;
}
.publications-edit #allFeeds{
    margin: 30px 0 0 0;
    display: inline-block;
    width: 100%;
}
/** Edit Case Studies **/
.edit-case-detail,
.member-edit-popup.case-stuides-edit .modal-body .form-group .case-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.edit-case-detail {
    margin: 0 0 30px 0;
}
.edit-case-detail p {
    margin: 0;
}
.edit-case-detail .edit-case-btn a {
    color: #CF3135;
    margin-left: 15px;
}
.edit-case-studies .edit-case-btn,
.project-proposals .edit-case-btn{
    margin: 15px 0 0 0;
}
.edit-case-studies .edit-case-btn,
.publications-edit .edit-case-btn,
.project-proposals .edit-case-btn{
    display: inline-block;
    width: 100%;
}
.edit-case-studies .btn,
.publications-edit .fetch-content .btn,
.publications-edit .fetch-data .button-set .btn,
.button-set.t-btn .btn {
    line-height: 28px;
    height: 40px;
}
.member-edit-popup.p-container .modal-dialog {
    width: 1140px;
}
.member-edit-popup.case-stuides-edit .modal-body {
    padding: 20px 5px;
}
.member-edit-popup.case-stuides-edit .modal-body h4 {
    margin: 0 0 15px 0;
    font-size: 20px;
}
.member-edit-popup.case-stuides-edit .modal-body .form-group .case-flex {
    margin: 0 0 10px 0;
}
.member-edit-popup.case-stuides-edit .modal-body .form-group .case-flex span {
    font-size: 14px;
}
.member-edit-popup.case-stuides-edit .modal-body .form-group .ql-toolbar.ql-snow {
    border-radius: 4px 4px 0 0;
}
.member-edit-popup.case-stuides-edit .spp-case {
    margin: 0 0 30px 0;
}
.member-edit-popup.case-stuides-edit .spp-case .case-desc {
    margin-bottom: 20px;
}
.member-edit-popup.case-stuides-edit .spp-case .case-desc h5 {
    font-size: 16px;
    margin: 0 0 15px 0;
}
.member-edit-popup.case-stuides-edit .nrt-desc p a,
.publications-edit .pub-flex span a,
.publications-edit .fetch-data .button-set .reset {
    color: #CF3135;
}
.member-edit-popup.case-stuides-edit .nrt-desc p a {
    margin-left: 5px;
}
#editor-container4.ql-snow,
#editor-container5,
#editor-container6,
#editor-container7,
#editor-container8,
#editor-container9 {
    height: 250px;
}
.publications-edit .pub-flex {
    display: flex;
    justify-content: space-between;
}
.publications-edit .form-group .form-control {
    border: 1px solid #ddd;
}
.publications-edit .pub-flex span a {
    margin-left: 10px;
}
.publications-edit .gpp-profile-title {
    width: 100%;
}
.publications-edit .fetch-data h3 {
    margin: 0 0 15px 0;
}
.publications-edit .form-group img {
    width: 150px;
}
.publications-edit .fetch-data .button-set {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.publications-edit .fetch-data .button-set .btn {
    width: 100px;
}
.publications-edit .fetch-data .button-set .reset,
.testimonials .gpp-profile-content .t-btm .button-set .reset,
.edit-case-studies .edit-case-btn a,
.publications-edit .edit-case-btn a,
.project-proposals .edit-case-btn a{
    margin-right: 10px;
}
.testimonials .gpp-profile-content .t-btm {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
.testimonials .gpp-profile-content .t-btm .button-set {
    width: 30%;
}
.testimonials .gpp-profile-content .t-btm .button-set .reset {
    color: #D03135;
}
.testimonials .gpp-profile-content .t-btm-edit .button-set{
    margin: 15px 0 0 0;
}
.testimonials .gpp-profile-content .t-btm-edit .button-set a{
    margin: 0 0 0 10px;
}
.testimonials .gpp-profile-content .t-btm-edit .button-set .btn{
    display: inline-block;
    line-height: 28px;
    height: 40px;
    width: 80px;
}
.modal-open {
    overflow: auto;
    padding-right: 0 !important;
}
#aoe_box_preview {
    display: none;
}
#aoe_box_preview .pp-label {
    padding: 0;
}
#aoe_box_preview .form-group.p-tab {
    float: left;
    border-bottom: 1px solid #BEBEBE;
    background: #ccc;
    border-radius: 5px;
    margin: 15px 15px 15px 0;
}
#aoe_box_preview .form-group.p-tab span {
    float: right;
    display: inline-block;
    padding: 2px 5px;
    background: #ccc;
    cursor: pointer;
    border-radius: 5px;
}
#aoe_box_preview .form-group.p-tab p {
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 8px;
    display: inline-block;
}
#aoe_box_preview .button-set a.btn {
    width: auto;
}
/*engagements*/
.engagements{
    display: inline-block;
    width: 100%;
    vertical-align: top;
}
/* ----- industries-category-page ----- */
.industries-category-page, .comman-page-boby{
    margin-top: 90px;
}
.industries-category-head{
    padding: 100px 0;
    background: url('../images/i-c-head-banner.png');
    background-size: cover;
    background-repeat: no-repeat;
}
.industries-category-search{
    padding: 30px;
    border-radius: 7px;
    background: rgba(0, 0, 0, 0.6);
}
.industries-category-search h1{
    font-size: 35px;
    color: #fff;
    font-weight: 500;
    margin: 0;
}
.industries-category-search p{
    font-size: 17px;
    color: #fff;
    margin: 5px 0 25px;
}
.industries-category-search form{
    width: 100%;
    display: inline-block;
}
.industries-category-search .dropdown-section{
    float: left;
    min-width: 200px;
}
.industries-category-search .search-box{
    display: block;
    overflow: hidden;
    width: auto;
}
.industries-category-search input{
    width: calc(100% - 170px);
    float: left;
    border-radius: 0 3px 3px 0;
}
.industries-category-search input, .industries-category-search .dropdown-btn, .industries-category-search .btn{
    height: 44px;
    border: none;
}
.industries-category-search a.btn{
    background: #D03135;
    color: #fff;
    font-weight: 500;
    /* font-family: Ubuntu,arial,vardana; */
    font-size: 18px;
    text-align: center;
    width: 160px;
    line-height: 28px;
    float: right;
}
.industries-category-search a.btn img{
    margin-right: 10px;
}
.industries-category-search .most-box{
    margin: 5px 0 0;
    width: 100%;
    font-size: 15px;
    color: #fff;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -o-align-items: center;
    align-items: center;
}
.industries-category-search .most-box label{
    font-weight: 600;
    margin: 0 25px 0 0;
    float: left;
}
.industries-category-search .most-box a{
    width: auto;
    float: left;
    color: #fff;
}
.industries-category-search .most-box span{
	float: left;
	margin-right: 4px;
}
.industries-category-search .most-box p{
    margin: 0;
    font-size: 14px;
}
.industries-category-search .most-box a:hover{
    color: #D03135;
}
.featured-profile-section{
    padding: 100px 0;
}
.featured-profile-section h2{
    font-size: 32px;
    color: #333;
    margin: 0 0 50px;
    font-weight: 500;
}
.featured-profile-box{
    border-radius: 3px;
    border: 1px solid #D0D0D0;
}
.featured-profile-box-home{
    min-height: 428px;
    background-color: #fff;
}
.featured-profile-box-home img.box-bg-img {
    width: 100%;
}
.featured-profile-box .box-head{
    padding: 13px 0;
}
.featured-profile-box .box-head, .featured-profile-box .meta-box, .featured-profile-box .pro-post, .featured-profile-box .pro-info{
    padding-right: 20px;
    padding-left: 20px
}
.featured-profile-box .box-head span{
    font-size: 16px;
    color: #333;
    float: left;
    width: auto;
}
.featured-profile-box .box-head img{
    float: right;
}
.featured-profile-box .meta-box{
    margin-top: -35px;
    -webkit-display: flex;
    -moz-display: flex;
    -o-display: flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -o-align-items: flex-end;
    align-items: flex-end;
    transition: all 0.3s ease 0s;
    position: relative;
}
.featured-profile-box:hover{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
}
.featured-profile-box .meta-box img{
    float: left;
    margin-right: 10px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.5);
}
.featured-profile-box .meta-box h6{
    font-size: 22px;
    color: #333;
    display: block;
    overflow: hidden;
    margin: 0 0 3px;
    font-weight: 500;
}
.featured-profile-box .meta-box p {
    font-size: 12px;
    margin-bottom: 0;
}
.featured-profile-box .pro-post{
    margin: 20px 0 25px;
}
.featured-profile-box .pro-post p, .featured-profile-box .pro-info p{
    font-size: 14px;
    color: #333;
    margin: 0;
    line-height: 24px;
}
.featured-profile-box .pro-post p{
    font-size: 16px;
    font-weight: 500;
    font-family: ubuntum;
    line-height: 1.4;
}
.featured-profile-box .box-bottom{
    margin-top: 15px;
    padding: 20px 0;
    text-align: center;
    width: 100%;
    border-top: 1px solid #E0E0E0;
    display: inline-block;
}
.featured-profile-box .box-bottom a{
    font-size: 17px;
    color: #d03135; 
    font-weight: 600;
    width: auto;
}
.featured-profile-box .box-bottom a:hover{
    color: #333;
}
.industries-category-search .dropdown-section{
    position: relative;
}
.industries-category-search .dropdown-btn{
    color: #000;
    font-size: 14px;
    font-weight: bold;
    /* font-family: Ubuntu,arial,vardana; */
    /* letter-spacing: -0.5px; */
    line-height: 44px;
    padding: 0 45px 0 20px;
    border-right: 1px solid #000;
    width: 100%;
    display: inline-block;
    background: url('../images/d-arrow.png');
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-color: #E5E6E7;
}
.industries-category-search .dropdown-box{
    padding: 25px;
    width: 1080px;
    position: absolute;
    left: 0;
    top: 100%;
    background: #F9F8F8;
    margin: 5px 0 0;
    z-index: 1;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.4);
    display: none;
    flex-flow: row wrap;
    height: 380px;
    overflow-y: scroll;
}
.industries-category-search .dropdown-box.open{
    display: flex;
}
.industries-category-search .dropdown-box ul{
    width: 179px;
    margin: 0 25px 30px 0;
    float: left;
}
.industries-category-search .dropdown-box ul:nth-child(5n+5){
    margin-right: 0;
}
.industries-category-search .dropdown-box ul:last-child{
    margin-bottom: 0;
}
.industries-category-search .dropdown-box li a{
    font-size: 12px;
    color: #333;
    margin: 7px 0 0;
    display: inline-block;
    width: 100%;
}
.industries-category-search .dropdown-box li:first-child a{
    color: #000;
    font-weight: 600;
    margin: 0;
    font-size: 14px;
}
.industries-category-search .dropdown-box li a:hover, .industries-category-search .dropdown-box li:first-child a:hover{
    color: #C7303B;
}
.consult-page .inner_wrapper{
    margin: 0;
    padding: 75px 0;
    display: inline-block;
    width: 100%;
}
.consult-page .underline {
    border-bottom: 1px solid #DDDDDD;
    margin-bottom: 40px;
    padding-bottom: 10px;
}
.consult-page .underline h1{
    margin: 0;
    font-size: 24px;
}
.consult-page label {
    font-weight: normal;
    width: 100%;
    padding-bottom: 5px;
}
.consult-page a {
    color: #D03135;
    text-decoration: none;
}
.consult-page .mgButton, .test7-page .mgButton{
    background: none repeat scroll 0 0 #D03135;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: bold;
    height: 44px;
    text-align: center;
    margin: 0px;
    padding: 0px;
    width: 130px;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border: none;
    font-size: 16px;
    font-family: "UbuntuM",sans-serif;
    font-weight: 500;
    border-radius: 4px;
}
.consult-page .mgButton:hover, .test7-page .mgButton:hover{
    background: #000000;
}
.consult-page input, .consult-page textarea {
    font-size: 14px;
}
.consult-page form textarea{
    background: #fff;
    padding: 15px;
    width: 100%;
    border-color: #DDDDDD;
}
.consult-page form .characters-text{
    float: right;
}
.consult-page #oldButtonDiv{
    float: right;
    margin-top: 20px;
}
.directory-result-page{
    padding: 50px 0 80px;
}
.directory-result-page #financial-management{
    margin-top: 0; 
}
.directory-result-page .careerHOME {
    padding: 16px 0;
    position: relative;
}
.directory-result-page .careerHOME:hover {
    background-color: #EFEFEF;
}
.directory-result-page #user-account .subheading{
    border-bottom: 1px solid #BEBEBE;
}
.directory-result-page .careerHOME .name{
    padding-left: 0px;
    color: #333;
    font-size: 16px;
}
.directory-result-page .careerHOME:hover .name{
    color: #D03135;
}
.directory-result-page .careerBTN {
    display: none;
    width: 104px;
    position: absolute;
    right: 40px;
    top: 9px;
}
.directory-result-page .expButton1 {
    background: none repeat scroll 0 0 #D03135;
    color: #FFFFFF;
    cursor: pointer;
    font-weight: normal;
    height: 35px;
    text-align: center;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    float: none;
    width: 120px;
    border: none;
    font-size: 16px;
}
.directory-result-page .darrow {
    z-index: 9;
    display: none;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 10px solid #000000;
    position: absolute;
    right: 15px;
    top: 23px;
    cursor: pointer;
    transition: 2s;
}
.directory-result-page .openCONTENT, .directory-result-page .openCONTENT1{
    z-index: 99;
    position: absolute;
    display: none;
    opacity: 1;
    width: 300px;
    height: 120px;
    padding-left: 8px;
    padding-right: 8px;
    border: 1px solid #BEBEBE;
    border-right: 6px solid #BEBEBE;
    top: -1px;
    right: 0px;
    background: white;
}
.directory-result-page .darrowTOP {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 10px solid #000000;
    position: absolute;
    right: 9px;
    top: 17px;
    cursor: pointer;
    transition: 1s;
}
.directory-result-page .openCONTENT table tr td {
    padding: 7px 10px;
    font-size: 16px;
    background: white;
}
.directory-result-page .careerHOME:hover .careerBTN, .directory-result-page .careerHOME:hover .darrow, .directory-result-page .careerHOME.login-user-pro .careerBTN, .directory-result-page .careerHOME.login-user-pro .darrow{
    display: inline-block;
}
.directory-result-page .table-img{
    width: 19%;
}
.claim-profile-page h2, .test7-page h2{
    font-weight: normal;
    font-size: 24px;
    font-weight: 500;
    margin: 0 0 20px;
    padding: 0 0 20px;
    border-bottom: 1px solid #E1E1E1;
}
.claim-profile-page ul li {
    padding: 0 0 10px 0;
    margin: 0;
    color: #292929;
}
.claim-profile-page, .stripe-payment-page, .thanks-request-page, .test7-page .content-wrap{
    padding: 80px 0;
}
.claim-profile-page .styled-form{
    margin: 20px 0;
}
.claim-profile-page .text-info, .test7-page .text-info {
    text-align: right;
    display: inline-block;
    font-size: 12px;
    margin-top: 10px;
    width: 100%;
    color: #000;
}
.claim-profile-page .submitProfile img, .test7-page .submitProfile img{
    cursor: pointer;
    float: right;
}
.claim-profile-page .submitProfile span, .test7-page .submitProfile span{
    font-weight: bold;
    margin: 15px 20px 0 0;
    float: right;
    color: #333;
}
.claim-profile-page a {
    color: #D03135;
    text-decoration: none;
}
.claim-profile-page .down-a, .test7-page .down-a{
    margin: 15px 5px 0 0;
}
.claim-profile-page .submitprofile-full, .test7-page .submitprofile-full{
    border-style: solid;
    border-color: #E1E1E1;
    border-width: 1px 0 0;
    padding: 30px 0 0;
    margin: 80px 0 0;
}
.consult-page #regDivText{
    width: 100%;
    text-align: center;
    margin: 30px 0; 
}
.consult-page #linkedinDiv{
    display: inline-block;
    width: 100%;
}
.consult-page #linkedinDiv .linkedinDiv-left{
    float: left;
    width: 42%; 
    margin-top: 95px;
}
.consult-page #linkedinDiv .submitProfile{
    cursor: pointer;
}
.consult-page #linkedinDiv .text{
    display: block;
    font-size: 11px;
    margin-top: 10px;
}
.consult-page .vrtLINE {
    margin-top: 20px;
    height: 230px;
    border-left: 1px solid #BEBEBE;
    float: left;
    margin-left: 75px;
}
.consult-page #regDivText span{
    font-weight: bold;
}
.consult-page .label-text{
    float: right;
    margin-top: 13px;
    margin-right: 20px;
    width: 90px;
}
.consult-page .half-input{
    width: 163px;
}
.consult-page .full-input{
    width: 332px;
}
.consult-page #newmentorshipForm input{
    font-size: 14px;
    padding: 10px;
    background: #fff;
    border: 1px solid #DDDDDD;
    outline: none;
    margin: 0px 0px 20px 0px;
}
.consult-page .bottom-form-right {
    float: right;
    width: 49%;
    margin-top: 20px; 
}
#newmentorshipForm form{
    text-align: right;
}
#newmentorshipForm table{
    float: right;
}
.claim-profile-page .styled-form input[type="checkbox"]+label, .test7-page .styled-form input[type="checkbox"]+label{
    background: url("../images/checked-new.png") 0px -172px no-repeat;
}
.claim-profile-page .styled-form input[type="checkbox"]:checked+label, .test7-page .styled-form input[type="checkbox"]:checked+label{
    background: url("../images/checked-new.png") 0px 0 no-repeat;
}
.stripe-payment-list{
    display: inline-block;
    width: 100%;
    margin: 40px 0 70px;
}
.stripe-payment-list p{
    font-size: 16px;
    margin: 0 0 20px;
}
.stripe-payment-list ul{
    list-style: decimal;
}
.stripe-payment-list ul li{
    font-family: opensansregular;
    font-size: 16px;
    color: #333;
    margin-top: 8px;
    line-height: 28px;
}
.stripe-payment-page .project-heading{
    display: inline-block;
    margin: 0;
    line-height: 32px;
}
.stripe-payment-requirements{
    width: 100%;
    display: inline-block;
    border-style: solid;
    border-color: #e1e1e1;
    border-width: 1px 0 0;
    padding: 30px 0 0;
}
.thanks-request-page{
    text-align: center;
}
.thanks-request-page h3{
    margin: 0 0 20px;
}
.thanks-request-page p{
    margin-bottom: 25px;
}
.directory-result-page .login-user-pro{
    padding: 16px;
    border: 1px solid #BEBEBE;
    background: #EFEFEF;
}
.test7-page .content-wrap{
    background: #fff;
}
.test7-page p{
    color: #333;
    font-size: 18px;
    font-weight: 400;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    line-height: 26px;
    margin: 0;
}
.test7-page .styled-form label{
    margin: 0;
}
.test7-page .styled-form{
    position: relative;
    cursor: pointer;
}
.test7-page .styled-form2{
    margin: 40px 0 20px;
}
.test7-page a.test7-link-btn{
    margin: 30px 0 0;
    float: right;
}
.test7-page .styled-form input[type=checkbox]{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0; 
    display: block;
}
.header-align .login .profile-dropdown .dropdown-toggle{
    transition: all 0.5s ease 0s;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    padding: 0 10px;
    border-radius: 0;
    position: relative;
    z-index: 1;
    top: -3px;
    border-bottom: 1px solid #fff;
}
.header-align .login .profile-dropdown:hover .dropdown-toggle{
    border-left: 1px solid #DCDCDC;
    border-right: 1px solid #DCDCDC;
}
.header-align .profile-dropdown .dropdown-menu{
    right: 0;
    z-index: -1;
    border-radius: 10px 0 10px 10px;
}
.hero-section p.hero-section-input-msg{
    font-size: 16px;
    margin: 10px 0 0 !important;
    display: inline-block;
    width: 100%;
    color: #D03135;
    line-height: normal;
    font-family: 'OpenSansRegular';
}
@media screen and (max-width: 1400px){
    .industries-category-head{
        padding: 80px 0;
    }
    .industries-category-search .dropdown-box{
        height: 255px;
    }
}
@media screen and (max-width: 1199px) {
    .edit-staus-box .es-box:nth-child(1) {
        width: 35%;
    }
    .edit-staus-box .es-box:nth-child(2) {
        width: 10%;
    }
    .edit-staus-box .es-box:nth-child(3) {
        width: 30%;
    }
    .edit-staus-box .es-box:nth-child(4) {
        width: 25%;
    }
    .member-edit-popup.p-container .modal-dialog {
        width: 100%;
        padding-left: 15px;
        padding-right: 25px;
        margin-left: 0;
    }
    .industries-category-search .dropdown-box{
        width: 880px;
        padding: 20px 10px 0 10px;
    }
    .industries-category-search .dropdown-box ul{
        width: 25%;
        padding: 0 10px;
    }
    .industries-category-search .dropdown-box ul:nth-child(5n+5), .industries-category-search .dropdown-box ul{
        margin-right: 0;
    }
    .industries-category-head{
        padding: 80px 0;
    }
    .featured-profile-section {
        padding: 80px 0;
    }
    .claim-profile-page h2, .test7-page h2{
        font-size: 22px;
        margin: 0 0 15px;
        padding: 0 0 15px;
    }
    .claim-profile-page, .stripe-payment-page, .thanks-request-page, .test7-page .content-wrap{
        padding: 40px 0;
    }
    .claim-profile-page ul li{
        font-size: 15px;
    }
    .claim-profile-page .styled-form {
        margin: 10px 0 0;
    }
    .claim-profile-page .styled-form input[type="checkbox"]+label, .test7-page .styled-form input[type="checkbox"]+label{
        margin: 0;
    }
    .claim-profile-page .submitprofile-full, .test7-page .submitprofile-full{
        margin: 40px 0 0;
        padding: 25px 0 0;
    }
    .consult-page .inner_wrapper{
        padding: 50px 0;
    }
    .consult-page #regDivText{
        margin: 30px 0 10px;
    }
    .directory-result-page {
        padding: 40px 0 60px;
    }
    .directory-result-page .openCONTENT{
        width: 290px;
    }
}
@media screen and (max-width: 991px) {
    .edit-aoe.anc .button-set {
        margin: 0 0 30px 0;
    }
    .edit-case-studies .btn {
        margin: 30px 0 0 0;
    }
    .edit-case-studies .btn,
    .button-set.t-btn .btn {
        float: right;
    }
    .industries-category-search h1{
        font-size: 28px;
    }
    .industries-category-search p{
        font-size: 14px;
    }
    .industries-category-search{
        padding: 20px;
    }
    .industries-category-search .most-box label{
        margin: 0 15px 0 0;
    }
    .industries-category-search .dropdown-btn{
        padding: 0 35px 0 10px;
        background-position: center right 10px;
    }
    .industries-category-head{
        padding: 60px 0;
    }
    .featured-profile-section {
        padding: 60px 0;
    }
    .featured-profile-section h2{
        font-size: 26px;
        margin: 0 0 30px;
    }
    .featured-profile-box .box-bg-img{
    	width: 100%;
    	height: 65px;
    	object-fit: cover;
    }
    /* .featured-profile-box .box-head img, .box-bg-img{
        display: none;
    }
    .featured-profile-box .meta-box{
        margin: 0;
        -webkit-align-items: center;
        -moz-align-items: center;
        -o-align-items: center;
        align-items: center;
    } */
    .featured-profile-box .pro-post {
        margin: 20px 0 15px;
    }
    .featured-profile-box .box-bottom a{
        font-size: 15px;
    }
    .featured-profile-box .box-bottom{
        padding: 12px 0;
    }
    /* .featured-profile-box .box-head{
        border-bottom: 1px solid #E0E0E0;
        margin: 0 0 15px;
    } */
    .featured-profile-box .box-head span{
        font-size: 14px;
    }
    .industries-category-search .dropdown-box {
        width: 680px;
    }
    .industries-category-search .dropdown-box ul, .industries-category-search .dropdown-box ul:last-child{
        margin-bottom: 20px;
    }
    .claim-profile-page h2, .test7-page h2{
        font-size: 20px;
        margin: 0 0 10px;
        padding: 0 0 10px;
    }
    .claim-profile-page ul li{
        padding: 0 0 7px 0;
    }
    .submitprofile-full{
        padding: 20px;
    }
    .consult-page .inner_wrapper{
        padding: 40px 0;
    }
    .consult-page .underline h1{
        font-size: 18px;
    }
    .consult-page #oldButtonDiv{
        margin-top: 10px;
    }
    .consult-page form textarea{
        height: 200px;
    }
    .consult-page .vrtLINE{
        display: none;
    }
    .consult-page #linkedinDiv .linkedinDiv-left{
        width: 100%;
        margin-top: 0;
    }
    .consult-page .label-text{
        float: left;
    }
    #newmentorshipForm table{
        width: 100%;
    }
    .consult-page .half-input {
        width: 49.6%;
    }
    .consult-page .full-input {
        width: 100%;
    }
    .consult-page #linkedinDiv{
        padding: 20px;
        border: 1px solid #DDDDDD;
    }
    .consult-page #regDivText{
        margin: 20px 0;
    }
    .consult-page .bottom-form-right{
        width: 100%;
    }
    .directory-result-page .careerHOME .careerBTN, .directory-result-page .careerHOME .darrow{
        display: inline-block;
    }
    .stripe-payment-list p, .stripe-payment-list ul li{
        font-size: 14px;
    }
    .stripe-payment-list p{
        margin: 0 0 10px;
    }
    .stripe-payment-list{
        margin: 0 0 10px;
    }
    .stripe-payment-page .project-heading{
        line-height: 26px;
        font-size: 20px;
    }
    .stripe-payment-requirements{
        margin: 30px 0 0;
    }
    .test7-page p{
        font-size: 14px;
        line-height: 22px;
    }
    .test7-page .styled-form2 {
        margin: 30px 0 20px;
    }
}
@media screen and (max-width: 767px) {
    .profile-banner-box.edit {
        padding: 30px 0;
    }
    .member-edit-popup .modal-content {
        overflow: visible;
    }
    .ggp-p-box.edit-case-studies {
        margin: 15px 0 0 0;
        width: 100%;
    }
    .member-edit-popup.case-stuides-edit .button-set {
        margin: 0 0 30px 0;
    }
    #add_new_testimonial .button-set {
        margin: 0;
    }
    .featured-profile-box{
        margin: 0 0 30px; 
    }
    .featured-profile-section h2 {
        font-size: 22px;
        margin: 0 0 20px;
    }
    .featured-profile-section {
        padding: 30px 0 0;
    }
    .industries-category-head {
        padding: 40px 0;
    }
    .industries-category-search h1 {
        font-size: 22px;
    }
    .industries-category-search p{
        margin: 10px 0 15px;
    }
    .industries-category-search .dropdown-section{
        width: 100%;
        min-width: auto;
    }
    .industries-category-search .search-box{
        display: inline-block;
        padding: 10px 0 0;
        width: 100%;
    }
    .industries-category-search a.btn{
        width: 140px;
    }
    .industries-category-search input{
        width: calc(100% - 150px);
    }
    .industries-category-search .dropdown-box{
        width: 100%;
    }
    .industries-category-search .dropdown-box ul{
        width: 33.33%;
    }
    .industries-category-search .dropdown-box{
        height: 380px;
        overflow-y: scroll;
    }
    .consult-page .inner_wrapper{
        padding: 30px 0;
    }
    .consult-page .label-text{
        width: 75px;
    }
    .directory-result-page {
        padding: 40px 0 50px;
    }
    .stripe-payment-list ul li{
        line-height: 24px;
    }
    .stripe-payment-requirements{
        padding: 20px 0 0;
        margin: 20px 0 0;
    }
    .stripe-payment-page .project-heading{
        line-height: 24px;
        font-size: 18px;
    }
    .header-align .login .profile-dropdown:hover .dropdown-toggle{
        border-left: 1px solid transparent;
        border-right: 1px solid transparent;
    }
}
@media screen and (max-width: 640px) {
    .col-xs-012 {
        width: 100%;
    }
    .profile-banner-box.edit {
        padding: 0;
    }
    .member-edit-popup .modal-dialog {
        margin-left: 0;
    }
    .member-edit-popup .modal-header {
        padding: 15px;
    }
    .member-edit-popup .modal-header .modal-title {
        font-size: 20px;
    }
    .member-edit-popup .modal-header .close {
        height: 30px;
        width: 30px;
        top: -25px;
        right: -25px;
    }
    .member-edit-popup .modal-body.edit-profile-m {
        padding: 15px 0;
    }
    .edit-member .form-group span,
    .member-edit-popup .modal-body.topics .form-group span {
        font-size: 12px;
    }
    .edit-member .form-group .form-control {
        padding: 6px 12px;
    }
    .member-edit-popup .modal-body .button-set {
        margin-top: 0;
    }
    .member-edit-popup .modal-body .aoe-sign {
        width: 10%;
    }
    .member-edit-popup .modal-body.topics .form-group textarea.form-control {
        padding: 15px;
    }
    .member-edit-popup .modal-body.topics .form-group {
        margin: 0;
    }
    .member-edit-popup .modal-body.topics .aoe-box.e-topics .form-group {
        margin: 0 0 15px 0;
    }
    .edit-case-detail p {
        width: 70%;
    }
    .col-cs-12 {
        width: 100%;
    }
    .industries-category-search .dropdown-box ul{
        width: 50%;
    }
    .claim-profile-page {
        padding: 30px 0;
    }
    .claim-profile-page h2, .test7-page h2{
        font-size: 18px;
    }
    .claim-profile-page .submitprofile-full, .test7-page .submitprofile-full{
        margin: 30px 0 0;
        padding: 15px 0 0;
    }
    .claim-profile-page .submitProfile span, .test7-page .submitProfile span{
        margin: 15px 10px 0 0;
    }
    .consult-page .half-input {
        width: 100%;
    }
    .consult-page #newmentorshipForm input{
        margin: 0px 0px 10px 0px;
    }
    .directory-result-page .careerHOME .name{
        font-size: 14px;
    }
    .directory-result-page .account-form-col{
        width: 100%;
    }
    .directory-result-page {
        padding: 30px 0;
    }
    .directory-result-page #financial-management{
        margin-bottom: 10px; 
    }
}
@media screen and (max-width: 480px) {
    .industries-category-search .most-box a{
        //margin-right: 5px;
    }
    .col-aoe-12 {
        width: 100%;
    }
    .profile-banner-box.edit .button-set.edit {
        width: 100%;
        padding: 0 0 15px 0;
    }
    .edit-status .edit-staus-box {
        display: inline-block;
        width: 100%;
    }
    .edit-staus-box .es-box {
        width: 100% !important;
        display: inline-block;
        margin: 0 0 10px 0;
    }
    .edit-staus-box .es-box:last-child {
        margin-bottom: 0;
    }
    .edit-staus-box .es-box span {
        line-height: 25px;
    }
    .edit-staus-box .es-box:nth-child(2) {
        height: 25px;
    }
    .edit-staus-box .es-box:last-child a {
        text-align: left;
    }
    .edit-aoe-box .aoe-box .form-group:nth-child(1n+1),
    .edit-aoe-box .aoe-box .form-group:nth-child(2n+2) {
        padding: 0;
    }
    .edit-aoe .aoe-title h3 {
        font-size: 20px;
    }
    .edit-aoe-box.aoe-m,
    .edit-aoe {
        margin: 0 0 20px 0;
    }
    .edit-aoe-box,
    .edit-status {
        margin: 0 0 30px 0;
    }
    .styled-form input[type="radio"]+label {
        font-size: 14px;
    }
    .member-edit-popup .modal-dialog {
        padding: 0 26px 0 15px;
    }
    .edit-case-detail,
    .edit-case-detail p,
    .edit-case-detail .edit-case-btn {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .edit-case-detail {
        margin: 0 0 15px 0;
    }
    .edit-case-detail .edit-case-btn a {
        margin: 10px 10px 0 0;
        display: inline-block;
    }
    .testimonials .gpp-profile-content .t-btm .button-set {
        width: 50%;
    }
    .industries-category-search h1 {
        font-size: 18px;
    }
    .industries-category-head {
        padding: 30px 0;
    }
    .industries-category-search input{
        width: 100%;
        margin: 5px 0;
        border-radius: 3px;
    }
    .industries-category-search a.btn{
        width: 100%;
    }
    .industries-category-search .search-box{
        padding: 0;
    }
    .industries-category-search .most-box label{
        width: 100%;
    }
    .industries-category-search .most-box{
        width: 100%;
        display: inline-block;
    }
    .industries-category-search .most-box label{
        margin: 0 0 3px;    
    }
    .featured-profile-section h2{
        font-size: 20px;
    }
    .industries-category-search .dropdown-box ul{
        width: 100%;
    }
    .claim-profile-page .submitprofile-box{
        width: 100%;
        display: inline-block;
    }
    .consult-page .underline h1{
        font-size: 16px;
        line-height: 22px;
    }
    .consult-page .underline{
        margin-bottom: 10px;
    }
    .thanks-request-page p, .thanks-request-page h3{
        margin-bottom: 15px;
    }
    .consult-page form .characters-text{
        float: left;
        width: 100%;
    }
    .consult-page form textarea{
        padding: 10px;
        height: 150px;
    }
    .consult-page .label-text{
        width: 75px;
        margin-right: 0px;
    }
    .test7-page .styled-form2 {
        margin: 20px 0 10px;
    }
    .test7-page .mgButton{
        margin: 20px 0 0;
    }
    .claim-profile-page .submitprofile-box, .test7-page .submitprofile-box, .confirm_interest_btn{
        width: 100%;
        display: inline-block;
    }
}
.modal.in .modal-dialog.s-fee{
    width: 320px;
}
/*  ==========================================================================
    registration-step2
    ========================================================================== */
    .registration-step .rs-box{
        background-color: #fff;
        padding: 20px 40px;
        display: inline-block;
        width: 100%;
        margin: 0 0 50px 0;
    }
    .registration-step .rs-box h3{
        margin: 0 0 15px 0;
    }
    .registration-step .registration-user{
    }
    .registration-step .registration-user .profile-img{
        background: none repeat scroll 0 0 white;
        border: 1px solid #DDDDDD;
        float: left;
        margin: 0 30px 30px 0;
        overflow: hidden;
        text-align: center; 
        width:200px;
        height:auto;
    }
    .registration-step .registration-user .registration-form{
        display: block;
        overflow: hidden;
    }
    .registration-step .registration-form .links #p_social p{
        display: flex;
        -webkit-display: flex;
        -o-display: flex;
        align-items: center;
        -webkit-align-items: center;
        -o-align-items: center;
        margin: 0 0 15px 0;
        width: 100%;
    }
    .registration-step .registration-form .links #p_social p input{
        display: inline-block;
        width: 100%;
        height: 40px;
        color: #000!important;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        background-color: #fff;
        background-image: none;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
            -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
            transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    }
   /*  .registration-form .links #p_social p .form-control{
        width: 90%;
    } */
    .registration-form .links #p_social p .addmore{
        margin: -5px 0 0 12px;
        color: #CF3135;
        cursor: pointer;
        width: 33px;
        text-align: center;
    }
    .registration-form .example-domain{
        color:#888888; 
        font-size: 12px;
    }
    .registration-form .submit{
        float: right;
    }
    .registration-form .submit .btn {
        line-height: 2.1;
        width: 100px;
    }
    .registration-form .upload-resume .form-control{
        height: 215px;
    }
    .registration-step .profile-img,
    .registration-step .registration-add-image{
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .registration-step .profile-img img{
        max-width: 200px;
        min-width: 200px;
        width: 200px;
    }
    .registration-form .links #p_social p label{
        width: 100%;
    }
    .registration-step .registration-add-image .qq-upload-button{
        width: 100%;
        box-shadow: none;
        font-family: "UbuntuM",sans-serif;
        font-size: 12px;
        font-weight: normal;
        padding: 4px 10px;
        background-color: #333333;
        color: #fff;
        border: none;
        line-height: 22px;
    }
    .registration-step #vertical_logo .qq-uploader .qq-upload-list span{
        color: #666;
    }
    @media screen and (max-width: 641px) {
        .registration-step .rs-box{
            padding: 20px;
        }
        .registration-step .registration-user .profile-img{
            margin: 0 0 30px 0;
        }
        .registration-step .registration-user .registration-form{
            display: inline-block;
            width: 100%;
        }
    }
    .grey-box{
        background: #EFEFEF;
        width: 100%;
        display: inline-block;
        vertical-align: top;
        border: 1px solid #DDDDDD;
        border-radius: 3px;
        padding: 20px;
        margin-bottom: 30px;
        position: relative;
    }
    .grey-box:last-child{
        margin-bottom: 0;
    }
    .grey-box .edit-btn{
        top: 15px;
        right: 20px;
    }
    .grey-box h5{
        font-size: 16px;
        font-family: 'OpenSansRegular';
        margin: 0 0 20px;
    }
    .white-box{
        background: #fff;
        border: 1px solid #DDDDDD;
        border-radius: 3px;
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .edit-btn{
        width: 30px;
        height: 30px;
        display: inline-block;
        background: #333333;
        color: #fff;
        text-align: center;
        cursor: pointer;
        border-radius: 3px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 10;
    }
    .edit-btn:hover,.edit-btn:focus{
        color: #fff;
    }
    .edit-btn i{
        font-size: 18px;
        line-height: 30px;
    }
    .company-detail .edit-btn{
        top: 20px;
        right: 20px;
    }
    .cmp-row .edit-btn{
        top: 10px;
        right: 15px;
    }
    .profile-edit,.company-detail{
        position: relative;
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .profile-edit-img{
        width: 150px;
        float: left;
    }
    .profile-edit-info{
        display: block;
        overflow: hidden;
        padding-left: 20px;
    }
    .profile-edit-info h4,.profile-edit-info h4 span{
        font-size: 22px;
        font-weight: 400;
        margin: 0 0 10px;
        font-family: "UbuntuM",sans-serif;
    }
    .profile-edit-info h4 p{
        width: 100%;
        vertical-align: top;
        display: inline-block;
        margin: 8px 0 0;
        font-size: 14px;
        font-weight: 400;
    }
    .profile-edit-info p{
        width: 100%;
        display: inline-block;
        vertical-align: top;
        font-size: 12px;
        margin: 0 0 7px;
        color: #666;
    }
    .profile-edit-info p a{
        color: #666;
        padding: 0 10px 0 0;
        position: relative;
    }
    .profile-edit-info p a::before{
        content: '';
        height: 12px;
        width: 1px;
        background: #666;
        display: inline-block;
        position: absolute;
        top: 2px;
        left: -5px;
    }
    .profile-edit-info p a:first-child::before{
        display: none;
    }    
    .account-info .profile-edit-info ul.social-links li a{
        color: #fff;
    }
    .company-detail{
        padding: 20px;        
    }
    .cmp-logo{
        width: 100px;
        float: left;
        padding-right: 20px;
    }
    .cmp-logo a{
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
    .cmp-detail{
        display: block;
        overflow: hidden;
    }
    .cmp-detail p{
        font-size: 14px;
        color: #666;
    }
    .cmp-detail p:last-child{
        margin-bottom: 0;
    }
    .cmp-row{
        width: 100%;
        display: inline-block;
        vertical-align: top;
        border-bottom: 1px solid #DDDDDD;
        padding: 15px 15px;
        position: relative;
        color: #666;
    }
    .cmp-row:last-child{
        border: 0;
    }
    .cmp-row label{
        font-size: 14px;
        font-weight: 400;
        width: 165px;
        float: left;
        margin: 0;
        padding-left: 20px;
    }
    .cmp-row-info{
        display: block;
        overflow: hidden;
        padding-left: 15px;
    }
    .cmp-row-info p{
        margin: 0;
        font-size: 14px;
        color: #666;
    }
    .ac-info-row{
        margin: 0;
        color: #666;
        font-size: 14px;
    }
    .ac-info-row span{
        color: #333;
        font-weight: 600;
    }
    .left-tab-content .p-members-table{
        margin-top: 0;
    }
    .left-tab-content .p-members-table table tr td{
        min-width: inherit;
        font-size: 14px;
    }
    .website-inner-content .get-free-section-right p{
        font-size: 18px;
        color: #333333;
        margin: 0 0 20px; 
    }
    .website-inner-content .get-free-section-right p:last-child{
        margin: 0; 
    }
    .website-inner-content .get-free-section .row, .website-inner-content .beautiful-section .row{
        display: flex;
        align-items: center;
    }
    .website-inner-content .website-section-padding{
        padding: 100px 0;
    }
    .website-inner-content .beautiful-section{
        /* color: #fff; */
        background-color: #F2F2F2;
    }
    .website-inner-content .beautiful-section h2, .get-free-section-right h2{
        margin: 0 0 25px;
    }
    .website-inner-content .beautiful-section ul{
        padding: 0 0 0 40px;
        /* color: #dedede; */
    }
    .website-inner-content .beautiful-section ul li{
        margin: 0 0 15px;
        font-size: 18px;
        line-height: 28px;
    }
    .website-inner-content .beautiful-section ul li:last-child{
        margin: 0;
    }
    .website-inner-content .beautiful-section ul li i{
        margin: 6px 7px 0 0;
        font-size: 18px;
        float: left;
    }
    .website-inner-content .beautiful-section ul li span{
        display: block;
        overflow: hidden;
    }
    .website-inner-content .your-custom-box{
        max-width: 570px;
        width: 100%;
        margin: 0 auto;
        display: table;
        text-align: center;
    }
    .get-your-custom-section h2{
        line-height: 46px;
    }
    .get-your-custom-section .request-free{
        margin: 23px 0 0 0;
        white-space: normal;
    }
    .website-inner-content .m-testimonial .t-detail span{
        font-size: 14px;
        text-align: right;
        width: 100%;
        display: inline-block;
        margin: 20px 0 0;
    }
    .website-inner-content .m-testimonial .t-detail{
        text-align: left;
    } 
    .website-inner-content .m-testimonial .t-detail p{
        line-height: 24px;
    }
    .website-inner-content .request-section{
        background: #F2F2F2;
    }
    .website-inner-content .invest-details .invest-area{
        background-color: #fff;
    }
    .website-inner-content .beautiful-section h3{
        text-align: left;
    }
    .beautiful-section-img{
        max-width: 450px;
        margin: 0 auto;
        display: table;
    }
    .website-inner-content .testimonial-section, .website-inner-content .testimonial-section p{
        color: #cccccc;
    }
/*  ==========================================================================
    Responsive
    ========================================================================== */
        @media screen and (max-width: 1199px) {
            .box-editor,
            .box-editor-btm {
                margin: 50px 0 0 0;
            }
            .main-title {
                width: 85%;
            }
            .inner-content-wrapper .banner-title {
                padding: 75px 103px;
            }
            .inner-content-wrapper .banner-title h5 {
                margin: 0;
            }
            .website-inner-content .get-free-section-right p{
                font-size: 18px;
                margin: 0 0 20px;
            }
            .website-inner-content .website-section-padding {
                padding: 80px 0;
            }
            /* .website-inner-content .beautiful-section h2 {
                margin: 0 0 40px;
            } */
            .website-inner-content .beautiful-section ul{
                padding: 0 0 0 20px;
            }
        }
        @media screen and (max-width: 991px) {
            body,
            p {
                font-size: 14px;
            }
            .right-info {
                font-size: 14px;
            }
            .membership-btn .btn {
                font-size: 13px;
            }
            .logo img {
                max-width: 190px;
            }
            .navbar-collapse .navbar-nav>li {
                margin: 15px 5px;
                padding-right: 10px;
            }
            .navbar-collapse .navbar-nav>li>a {
                font-size: 14px;
            }
            .user img {
                width: 28px;
            }
            .content-wrap {
                padding: 30px 0px 0px;
            }
            .title-medium,
            .title-box h1 {
                font-size: 19px;
            }
            .btm-info {
                margin: 0px;
            }
            .categorie-info li a,
            .ans-btn strong a,
            .ans-btn .btn {
                font-size: 12px;
            }
            .user-info a {
                font-size: 16px;
            }
            /**/
            .inner-content-wrapper {
                padding: 30px 0;
            }
            .inner-content-wrapper .banner-content {
                padding-bottom: 8px;
            }
            .inner-content-wrapper .banner-title {
                padding: 50px;
            }
            .inner-content-wrapper .banner-title h5 a {
                font-size: 30px;
            }
            .inner-content-wrapper .mentors-content {
                padding: 30px 0 10px 0;
            }
            .inner-content-wrapper .description p {
                margin: 0;
            }
            .inner-content-wrapper .share_icons {
                margin-top: 3px;
            }
            .inner-content-wrapper .QnAbutton a {
                margin-bottom: 10px;
            }
            .inner-content-wrapper .share_icons .share-button {
                top: 0px;
            }
            .inner-content-wrapper .project-overview.box-wrap {
                padding: 30px 0 0 0;
            }
            .preview-banner .banner-title span {
                margin: 20px auto 0;
            }
            .website-inner-content .website-section-padding {
                padding: 60px 0;
            }
            .website-inner-content .get-free-section-right p{
                font-size: 16px;
                margin: 0 0 15px;
            }
            /* .website-inner-content .beautiful-section h2 {
                margin: 0 0 25px;
            } */
            .website-inner-content .beautiful-section ul li{
                margin: 0 0 10px;
            }
            .get-your-custom-section h2 {
                line-height: 38px;
            }
            .website-inner-content .member-detail.mb-title h2{
                font-size: 32px;
            }
            .website-inner-content .beautiful-section h2, .get-free-section-right h2{
                margin: 0 0 15px;
            }
            .website-inner-content .beautiful-section .row{
                display: inline-block;
            }
            .beautiful-section-img{
                margin-top: 20px; 
            }
            
        }
        @media screen and (min-width: 767px){
            .profile-edit-info ul.social-links{
                position: absolute;
                bottom: 0;
                left: 170px;
                right: 0;
                width: auto;
            }
        }
        @media screen and (max-width: 767px) {
            .right-info {
                padding-top: 10px;
                padding-right: 55px;
            }
            .call-info {
                padding-right: 10px;
                float: none;
            }
            .nav-icon {
                display: block;
                padding: 2px 5px;
                background: transparent;
                border: 2px solid #333;
                position: absolute;
                right: 20px;
                top: 30px;
            }
            .nav-icon .icon-bar {
                width: 22px;
                height: 2px;
                background-color: #333;
                display: block;
                margin: 4px 0px;
            }
            .nav-icon:hover {
                border-color: #CF3135;
            }
            .nav-icon:hover .icon-bar {
                background-color: #CF3135;
            }
            #header-wrapper .navbar-collapse {
                width: 100%;
                background-color: #fff;
                margin: 0;
                box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
                position: absolute;
                top: 88px;
                left: 0;
                z-index: 999;
            }
            #header-wrapper .navbar-collapse .navbar-nav {
                margin-bottom: 0px;
                margin-top: 0px;
            }
            .navbar-collapse .navbar-nav>li {
                border-bottom: 1px solid #EFEFEF;
                border-right: none;
                margin: 0px;
                padding: 0px;
            }
            .navbar-collapse .navbar-nav>li a {
                padding: 10px 15px;
                display: inline-block;
                vertical-align: top;
            }
            .header-align .navbar-right > li.login{
                margin-top: 0;
            }
            .header-align .profile-dropdown .dropdown-menu {
                right: 0;
                position: relative;
                top: 0;
                border: 0;
                box-shadow: none;
                padding: 0;
                width: 100%;
                margin: 10px 0 0 0;
                background: transparent;
                z-index: 1;
            }
            .header-align .profile-dropdown ul li{
                margin: 0;
                border-bottom: 1px solid #EFEFEF;
            }
            .header-align .profile-dropdown ul li:last-child{
                border: 0;
            }
            .header-align .profile-dropdown ul li a, .header-align .profile-dropdown > ul > li > a, .header-align .profile-dropdown.open > ul > li > a{
                width: 100%;
                display: inline-block;
                vertical-align: top;
                font-size: 14px;
                /*padding: 10px 15px;*/
                padding: 10px 0px;
            }
            .content-wrap {
                padding: 15px 0px 0px;
            }
            .section-que .categorie-info {
                width: 100%;
                margin-bottom: 10px;
                text-align: left;
            }
            .section-que .ans-btn {
                margin: 0;
                width: 100%;
                text-align: center;
            }
            .section-que .ans-btn strong {
                width: 100%;
                display: inline-block;
                vertical-align: top;
                margin-bottom: 15px;
            }
            .categorie-info li {
                margin-bottom: 5px;
            }
            .box-editor,
            .box-editor-btm {
                margin: 30px 0 0 0;
            }
            .main-title {
                font-size: 18px;
                line-height: 22px;
            }
            .social.more-icon.pull-right {
                width: 70%;
            }
            .modal-dialog {
                margin-top: 70px;
                padding: 0 100px;
                width: 100%;
            }
            .modal-content {
                height: auto;
            }
            .modal-dialog.question .form-control.editor {
                min-height: 190px;
            }
            .inner-content-wrapper {
                padding: 15px 0 0 0;
            }
            .inner-content-wrapper .mentors-content {
                padding: 0 15px;
            }
            /**/
            .banner-content,
            .banner-photo {
                height: 250px;
            }
            .banner-title h5 a {
                font-size: 18px;
            }
            .inner-content-wrapper .description p,
            .QnAbutton a.back-post,
            .inner-content-wrapper .description p a,
            .inner-content-wrapper .btm-info .upvote .mgButton {
                font-size: 14px;
            }
            .btm-info .upvote .mgButton,
            .more-button-search a {
                font-size: 12px;
            }
            .inner-content-wrapper .mentors-content {
                padding: 30px 0px;
            }
            .inner-content-wrapper .banner-title {
                padding: 40px;
            }
            .inner-content-wrapper .banner-title h5 {
                min-height: 84px;
            }
            .inner-content-wrapper .banner-title h5 a {
                font-size: 26px;
                line-height: normal;
            }
            .inner-content-wrapper .banner-title .org-date span {
                margin: 0;
            }
            .inner-content-wrapper .box-wrap .preview-title,
            .inner-content-wrapper .project-overview.box-wrap .main-title {
                font-size: 22px;
            }
            .company-detail,.grey-box{
                padding: 10px;
            }
            .grey-box .white-box{
                border: 0;
            }
            .cmp-logo{
                width: 50px;
            }
            .cmp-logo img{
                height: auto!important;
            }
            .grey-box{
                margin-bottom: 15px;
            }
            .grey-box h5{
                margin: 0 0 10px;
            }
            .company-detail .edit-btn {
                top: 10px;
                right: 10px;
            }
            .profile-edit-img,.profile-edit-img a,.profile-edit-img img{
                width: 100%;
                display: inline-block;
            }
            .profile-edit-img img{
                max-width: 150px;
            }
            .profile-edit-info{
                width: 100%;
                display: inline-block;
                padding: 15px 0 0;
            }
            .cmp-row{
                padding: 10px 15px;
            }
            .cmp-row label,.cmp-row-info{
                width: 100%;
                display: inline-block;
                vertical-align: top;
                padding: 0
            }
            .cmp-row-info{
                padding-top: 10px;
            }
            .grey-box .edit-btn{
                top: 10px;
                right: 10px;
                width: 20px;
                height: 20px;
            }
            .grey-box .edit-btn i{
                font-size: 10px;
                line-height: 20px;
            }
            .website-inner-content .website-section-padding {
                padding: 40px 0;
            }
            .website-inner-content .beautiful-section ul{
                padding: 0;
            }
            .website-inner-content .get-free-section .row{
                display: inline-block;
            }
            .get-free-section-right{
                margin: 30px 0 0;
            }
            .website-inner-content .get-free-section-right p{
                margin: 0 0 15px;
            }
            .get-your-custom-section h2 {
                line-height: 34px;
            }
            .website-inner-content .member-detail.mb-title h2 {
                font-size: 28px;
            }
            .website-inner-content h3{
                font-size: 20px;
            }
            .website-inner-content .beautiful-section ul li{
                font-size: 16px;
                line-height: 26px;
            }
            .website-inner-content .beautiful-section ul li i{
                margin: 5px 7px 0 0;
            }
			.header-align .login .profile-dropdown .dropdown-toggle {
				display: block;
				width: 100%;
				text-align: left;
				padding-left: 0;
			}

			.header-align .caret, #projectlist {
				float: right;
			}
			.header-align .profile-dropdown .name {
				display: inline-block;
			}
        }
        @media screen and (max-width: 640px) {
            .social-btn {
                margin-top: 20px;
            }
            .section-que .ans-btn {
                text-align: left;
            }
            .section-ans.box-wrap .description .box-btm.ans-btn {
                margin-top: 17px;
                float: left;
            }
            .social-btn .list-unstyled li:last-child,
            .social .list-unstyled li:last-child {
                margin-right: 0;
            }
            .social-btn ul {
                margin-left: 15px;
                width: auto;
            }
            .section-ans.box-wrap.box-editor form .user-info {
                padding: 0px 0 10px 10px;
            }
            .section-ans.box-wrap.box-editor form .user-info p {
                width: 100%;
                margin-top: 5px;
            }
            .section-ans.box-editor form .description .box-btm .btn,
            .inner-content-wrapper .banner-title h5 {
                margin: 0;
            }
            .section-ans.box-wrap .description .box-btm.ans-btn {
                float: left;
            }
            .section-ans.box-editor form .description .box-btm a {
                margin: 0 15px 0 0;
            }
            .box-editor-btm form .box.askanexpert #previewbutton_area {
                float: left;
            }
            .social .list-unstyled {
                margin-right: 15px;
            }
            .modal-dialog {
                padding: 5px;
            }
            .modal-dialog.question .form-control.editor {
                min-height: 190px;
            }
            .box-editor-btm {
                padding: 0 0 20px 0;
            }
            .box-editor-btm form#QuestionSubmitform {
                /* padding-bottom: 30px; */
            }
            /**/
            .share_icons {
                display: inline-block;
                width: 100%;
                margin-top: 5px;
            }
            .inner-content-wrapper .banner-title h5 a {
                line-height: normal;
            }
            .inner-content-wrapper .banner-title {
                padding: 30px;
            }
            .inner-content-wrapper .banner-title .org-date span,
            .inner-content-wrapper .banner-title .org-date span.hbr {
                margin-top: 12px;
            }
            .inner-content-wrapper .QnAbutton {
                margin-top: 9px;
            }
            .inner-content-wrapper .mentors-content {
                padding: 20px 0px;
            }
            .inner-content-wrapper .btm-info .upvote .mgButton {
                padding: 8px 14px;
            }
            .inner-content-wrapper .user-info .social.more-icon.pull-right {
                width: auto;
                margin: 3px 0 0 0;
            }
            .inner-content-wrapper .box-wrap .preview-title,
            .inner-content-wrapper .project-overview.box-wrap .main-title {
                font-size: 20px;
            }
            .user-info>a {
                float: left;
            }
            .social.more-icon.pull-right {
                width: 65%;
                margin-top: -1px;
            }
            .social.more-icon.pull-right ul {
                margin-top: 0;
            }
            .social.more-icon.pull-right ul.list-unstyled {
                margin-right: 1px;
                width: 100%;
                text-align: right;
                margin-top: 10px;
            }
            .social.more-icon.pull-right ul.list-unstyled li {
                float: none;
                display: inline-block;
            }
            .website-inner-content .website-section-padding {
                padding: 30px 0;
            }
            /* .website-inner-content .beautiful-section h2 {
                margin: 0 0 15px;
            } */
            .get-your-custom-section .request-free {
                margin: 15px 0 0 0;
            }   
        }
        @media screen and (max-width: 480px) {
            body,
            p {
                font-size: 13px;
            }
            .box-wrap,
            .box-editor-btm .box {
                padding: 15px;
            }
            .right-info {
                font-size: 13px;
                padding-top: 5px;
                padding-right: 0px;
                display: table;
                margin: 0px auto;
            }
            .call-info,
            .membership-btn {
                display: inline-block;
                vertical-align: top;
                float: none;
            }
            .call-info {
                padding-right: 5px;
            }
            .membership-btn .btn {
                font-size: 11px;
                padding: 5px;
            }
            .logo {
                width: 100%;
            }
            .logo img {
                max-width: 140px;
            }
            .nav-icon {
                position: static;
                float: right;
                margin-top: 10px;
            }
            .site-header .navbar-collapse {
                top: 108px;
            }
            .title-medium,
            .title-box h1 {
                font-size: 17px;
            }
            .box-wrap p {
                text-align: justify;
                margin-bottom: 10px;
            }
            .user-img {
                float: none;
                margin: 0 auto;
            }
            .section-ans .description {
                margin-left: 0px;
            }
            .user-info {
                padding-left: 0px;
                padding-top: 20px;
            }
            .more-icon li {
                margin-left: 9px;
                float: none;
                display: inline-block;
            }
            /**/
            .box-editor-btm .box p a {
                width: 100%;
            }
            .box-editor-btm .box p a.btn {
                width: 100%;
                text-align: left;
                padding: 6px 0;
                display: inline-block;
                vertical-align: top;
            }
            .box-editor-btm .box ul li {
                margin-right: 10px;
            }
            .box-editor-btm .box ul li a {
                margin: 0px 0 10px 0;
                vertical-align: top;
            }
            .box-editor-btm .box-btm a {
                margin: 0;
                float: left;
                padding: 10px 15px 0 0;
            }
            .section-que p {
                margin-bottom: 12px;
                font-size: 14px;
            }
            .main-title {
                width: 100%;
                margin-top: 0;
            }
            .social.more-icon.pull-right ul li {
                display: inline-block;
                margin: 0 0 0 5px;
            }
            .social ul {
                width: auto%;
                margin-left: 7px;
            }
            .social .list-unstyled {
                width: 61%;
            }
            .social .list-unstyled li a {
                width: 25px;
            }
            .social .list-unstyled li:last-child {
                margin-right: 7px;
            }
            .social-btn {
                margin-top: 10px;
            }
            .social-btn .list-unstyled {
                margin: 0px 7px 0 0;
            }
            .social-btn .list-unstyled li:last-child {
                margin-right: 0;
            }
            .section-ans .description p a {
                word-break: break-all;
            }
            .user-info h2 a {
                font-size: 20px;
            }
            .box-editor-btm {
                margin: 0;
            }
            .box-editor-btm h3 sub {
                line-height: 24px;
            }
            .box-editor-btm h3 {
                margin-bottom: 20px;
            }
            .ask_expert label span {
                float: none;
            }
            .ask_expert .box {
                padding: 15px;
            }
            .section-ans.box-wrap.box-editor form .user-info {
                padding: 10px 0;
            }
            .section-ans.box-editor form .description .box-btm .btn {
                margin: 0;
            }
            .section-ans.box-wrap.box-editor {
                padding: 15px 15px 70px 15px;
            }
            .ask_expert a.btn {
                font-weight: 400;
                font-size: 14px;
            }
            .modal-dialog.question {
                padding: 20px 4px;
                margin: 0;
            }
            .modal-dialog.question .modal-content {
                padding: 15px 0px;
            }
            .modal-dialog.question .modal-content .modal-header {
                padding: 10px 20px 25px 20px;
            }
            .modal-dialog.question .modal-content .modal-header .modal-title {
                font-size: 20px;
            }
            .modal-dialog.question .modal-content .modal-body {
                padding: 15px 4px;
            }
            .modal-dialog.question .modal-content .modal-footer {
                padding: 20px 15px 5px 15px;
            }
            .modal-body {
                padding: 15px 5px;
            }
            .modal-dialog.question .modal-content .modal-body .form-group.first,
            .modal-dialog.question .modal-content .modal-body .form-group.last {
                width: 100%;
            }
            .modal-dialog.question .modal-content .modal-body .form-group .form-control {
                height: 40px;
            }
            .form-group.first,
            .form-group.last {
                width: 100%;
            }
            .modal-dialog.question .form-control.editor {
                min-height: 195px;
            }
            /**/
            .inner-content-wrapper .banner-title {
                padding: 30px 0;
            }
            .inner-content-wrapper .banner-title h5 {
                min-height: 0;
            }
            .inner-content-wrapper .banner-title h5 a {
                font-size: 18px;
            }
            .banner-title h5 a {
                margin: 0;
                line-height: normal;
            }
            .QnAbutton a.back-post {
                float: left;
            }
            .inner-content-wrapper .user-info {
                margin-top: 0;
            }
            .inner-content-wrapper .user-info .answer a {
                position: static;
            }
            .inner-content-wrapper .description {
                margin: 0;
            }
            .inner-content-wrapper .user-info .answer {
                width: 100%;
                margin: 10px 0;
            }
            .get-free-section-right{
                margin: 20px 0 0;
            }
            .website-inner-content .m-testimonial .t-detail p {
                line-height: 22px;
            }
            .website-inner-content .member-detail.mb-title h2{
                margin: 0;
                font-size: 24px;
            }
            .website-inner-content h2 {
                font-size: 24px;
            }
            .get-your-custom-section h2 {
                line-height: 32px;
            }
            .website-inner-content h3{
                font-size: 18px;
                margin-top: 20px;
                text-align: left;
            }
        }
.alert-info{color:#fff;background-color:#666666;border-color:#bce8f1}
.progresbar{
    display: inline-block;
    width: 100%;
    float: left;
}
.progresbar ul{
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms--justify-content: space-between;
    display: flex;
    -webkit-display: flex;
    -moz-display: flex;
    -ms--display: flex;
    position: relative
}
.progresbar ul li::after{
    position: absolute;
    content: '';
    left: 30px;
    right: 30px;
    top: 20px;
    height: 2px;
    background: #DDDDDD;
    z-index: 0;
}
.progresbar ul li.active:nth-child(2)::after {
    background: #666666;
    right: 70%;
    z-index: 1;
}
.progresbar ul li.active:nth-child(3)::after {
    background: #666666;
    right: 50%;
    z-index: 1;
}
.progresbar ul li.active:nth-child(4)::after {
    background: #666666;
    right: 30%;
    z-index: 1;
}
.progresbar ul li.active:nth-child(5)::after {
    background: #666666;
    right: 30px;
    z-index: 1;
}
.progresbar ul li.active-half span::before{
    content: '';
    height: 40px;
    width: 20px;
    background: #666666;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 90px 0 0 90px;
    z-index: -1;
}
.progresbar ul li.active span{
/*     background: #CA2E32; */
    background: #666666;
    color: #fff;
}
.progresbar ul li span{
    background: #DDDDDD;
    height: 40px;
    width: 40px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    line-height: 40px;
    font-size: 14px;
    color: #000;
    text-align: center;
    z-index:2;
    position: relative
}
.progresbar ul li .title{
    display: inline-block;
    width: 100%;
    float: left;
    margin: 10px 0 0;
}
.progresbar ul li .title p{
    float: left;
    width: 100%;
    text-align: center;
    display: inline-block;
    max-width: 80px;
    font-size: 12px;
}
.project-overview .e-button a{
    display: inline-block;
    vertical-align: middle;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
    ::i-block-chrome,.progresbar ul li{
        width: 20%;
        float: left;
    }
    ::i-block-chrome,.progresbar ul li:last-child{
        float: right;
    }
    ::i-block-chrome,.progresbar ul li .title p{
        float: none;
        width: 80px;
        text-align: center;
        display: table;
        font-size: 12px;
        margin: 0 auto;
    }
}
@media screen and (max-width: 640px){
    .progresbar ul li span{
        height: 30px;
        width:30px;
        line-height: 30px;
    }
    .progresbar ul li:after{
        top: 15px;
    }
    .progresbar ul li.active span:after{
        width: 8px;
        top: 7px;
        height: 15px;
    }
}
.project-heading{
    color: #000;
    font-size: 24px;
    font-family: 'UbuntuM';
}
.page-content{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin: 90px 0 0;
    padding: 80px 0 70px;
}
.mt-30{
    margin-top: 30px;
}
.right-btnset{
    text-align: right;
}
.right-btnset a.reset{
    margin-right: 10px;
    vertical-align: middle;
}
.right-btnset .btn{
    line-height: 2.1;
    width: 100px;
}
.invoice-box{
    background: #EFEFEF;
    width: 100%;
    display: inline-block;
    vertical-align: top;
    padding: 20px;
    margin-top: 30px;
}
.invoice-box:first-child{
    margin-top: 0;
}
.title-h2{
    margin: 0 0 20px;
    font-size: 35px;
}
.invoice-box h5{
    font-size: 16px;
    margin: 0 0 15px;
}
.invoice-box ul{
    margin: 0;
    padding: 0;
}
.invoice-box ul li{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 10px;
}
.invoice-box ul li:first-child{
    margin-top: 0;
}
.invoice-box ul li label{
    font-size: 16px;
    color: #333333;
    display: inline-block;
    vertical-align: top;
    float: left;
}
.invoice-box ul li input{
    width: 90px;
    font-size: 16px;
    padding: 3px 10px;
    border-radius: 2px;
    display: inline-block;
    text-align: right;
    border: 1px solid #CCCCCC;
}
.invoice-box ul li span{
    font-size: 16px;
    color: #333333;
    display: inline-block;
    vertical-align: top;
    float: right;
    width: 90px;
    text-align: right;
}
.invoice-box ul li span.total{
    padding: 3px 10px;
}
.invoice-box.lg ul li:not(:first-child){
    margin-top: 20px;
}
.invoice-box.lg ul li label{
    width: 245px;
}
.invoice-box.lg ul li span{
    width: auto;
    display: block;
    overflow: hidden;
    float: none;
    text-align: left;
}
#Invoiceform .form-group{
    margin-bottom: 20px;
}
.hero-section-input #emailinput{
	float: left;
	width: 245px;
	height: 50px;
	border: 1px solid #ccc;
	padding: 6px 12px;
	border-radius: 4px;
        margin: 0 15px 0 0;
}
.hero-section-input .btn{
	//margin: 0 0 0 15px;
	min-width: auto;
	width: auto;
}
.hero-section-input{
	width: 100%;
	display: inline-block;
}

@media screen and (max-width: 992px){
	.hero-section-input .btn{
		margin: 0 0 0 3%;
		width: 37%;
		padding: 0;
	}
	.hero-section-input #emailinput{
	    width: 60%;
	}
}
@media screen and (max-width: 991px){
    .page-content{
        padding: 40px 0;
    }
    .invoice-box:first-child{
        margin-top: 10px;
    }
    .title-h2{
        margin: 0 0 20px;
        font-size: 26px;
    }
}
@media screen and (max-width: 600px){
    .invoice-box.lg ul li label{
        width: 160px;
    }
}
@media screen and (max-width: 460px){
    .invoice-box.lg ul li label,.invoice-box.lg ul li span{
        width: 100%;
        display: inline-block;
    }
}
/*  ==========================================================================
    Invoice
    ========================================================================== */
        .invoice-head{
            width: 100%;
            display: inline-block;
            vertical-align: top;
            margin: 0 0 20px;
            border-bottom: 1px solid #CCCCCC;
            padding-bottom: 20px;
        }
        .invoice-logo,.invoice-logo img{
            display: inline-block;
            vertical-align: top;
        }
        .invoice-location{
            float: right;
            text-align: right;
        }
        .invoice-location p{
            font-size: 18px;
            font-family: "UbuntuM",sans-serif;
            margin: 0;
        }
        .invoice-title{
            width: 100%;
            display: inline-block;
            vertical-align: top;
            background: #D03336;
            margin-top: 30px;
        }
        .invoice-title span{
            margin-right: 105px;
            float: right;
            background: #fff;
            color: #333333;
            font-size: 72px;
            text-transform: uppercase;
            font-family: "UbuntuM",sans-serif;
            padding: 0 30px;
            line-height: 55px;
        }
        .invoice-content{
            width: 100%;
            display: inline-block;
            vertical-align: top;
        }
        .invoice-content h4{
            font-size: 56px;
            margin: 15px 0 10px;
            display: inline-block;
            text-transform: uppercase;
        }
        .invoice-info{
            float: right;
        }
        .invoice-info ul{
            margin: 0;
            padding: 0;
            list-style: none;
        }
        .invoice-info ul li{
            font-size: 18px;
            margin: 0;
        }
        .invoice-info ul li label{
            font-family: UbuntuM;
            margin: 0 15px 0 0;
            width: 150px;
            float: left;
            text-align: right;
        }
        .invoice-info ul li span{
            float: right;
            color: #666666;
            font-weight: 600;
        }
        .invoice-from-to{
            border-top: 1px solid #CCCCCC;
            padding: 30px 0 0;
            margin: 20px 0 0;
            width: 100%;
            display: inline-block;
        }
        /* .invoice-from-to p:first-child{
            float: right;
            text-align: right;
        } */
        .invoice-from-to p{
            font-size: 18px;
            font-family: 'UbuntuM';
            margin: 0;
            display: inline-block;
        }
        .invoice-from-to p:last-child{
            float: left;
        }
        .invoice-from-to p strong{
            font-size: 28px;
            display: inherit;
            line-height: 1;
            font-family: 'UbuntuM';
            font-weight: 500;
        }
        .invoice-table{
            margin: 40px 0 30px;
            display: inline-block;
            width: 100%;
        }
        .invoice-table table{
            margin: 0;
        }
        .invoice-table table thead tr{
            color: #CCCCCC;
            font-size: 18px;
            text-transform: capitalize;
            background: #333333;
        }
        .invoice-table table thead tr th{
            border-right: 1px solid #CCCCCC;
        }
        .invoice-table table thead tr th:last-child{
            border-right: 0;
            width: 100px;
        }
        .invoice-table table tbody{
            color: #333333;
            font-size: 16px;
        }
        .invoice-table table tbody tr{
            border-bottom: 1px solid #CCCCCC;
        }
        .invoice-table table tbody tr td:first-child{
            line-height: 27px;
            border-right: 1px solid #CCCCCC;
        }
        .invoice-table table tbody tr td:first-child span{
            width: 100%;
            display: inline-block;
            vertical-align: top;
            margin: 0 0 20px;
        }
        .invoice-table table tbody tr td:last-child{
            font-weight: 600;
            text-align: right;
        }
        .invoice-total-box{
            float: right;
            width: auto;
        }
        .invoice-total-box ul li{
            margin: 0 0 10px;
            font-size: 16px;
            padding: 0 20px;
            text-align: right;
        }
        .invoice-total-box ul li label{
            font-family: UbuntuM;
            margin: 0 20px 0 0;
            min-width: 110px;
            text-align: right;
        }
        .invoice-total-box ul li span{
            color: #666666;
            font-weight: 600;
            width: 100px;
            display: inline-block;
            text-align: right;
        }
        .invoice-total{
            background: #333;
            width: 100%;
            display: inline-block;
            vertical-align: top;
        }
        .invoice-total ul{
            float: right;
        }
        .invoice-total ul li{
            margin: 0;
            font-size: 16px;
            padding: 15px 20px;
            text-align: right;
        }
        .invoice-total ul li label{
            font-family: UbuntuM;
            margin: 0 20px 0 0;
            min-width: 110px;
            text-align: right;
            color: #fff;
        }
        .invoice-total ul li span{
            color: #fff;
            font-weight: 600;
            width: 100px;
            display: inline-block;
            text-align: right;
        }
        .thanks-bar{
            padding: 25px 0 0;
            display: inline-block;
            width: 100%;
        }
        .thanks-bar .thanks{
            color: #333333;
            font-size: 36px;
            font-weight: 500;
            margin: 0;
            width: 100%;
            display: inline-block;
            text-align: center;
            font-family: 'UbuntuM';
        }
        .thanks-bar p:last-child{
            color: #666;
            font-size: 12px;
            line-height: 18px;
            margin: 0 0 10px;
            text-align: center;
        }
        .thanks-bar p:last-child a{
            color: #D03135;
        }
        .table>thead>tr>th{
            border-bottom: none;
        }
        .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
            border-top: none;
            padding: 16px 25px;
        }
        .input-group-addon:focus{
            outline: none;
        }
        @media screen and (max-width: 991px){
            .invoice-title span{
                margin-right: 70px !important;
                font-size: 46px !important;
                padding: 0 20px !important;
                line-height: 35px !important;
            }
            .invoice-location p{
                font-size: 15px !important;
            }
            .invoice-logo{
                width: 240px !important;
            }
            .invoice-title{
                margin-top: 25px !important;
            }
            .invoice-head{
                margin: 0 0 30px !important;
            }
            .invoice-content h4{
                font-size: 24px !important;
            }
            .invoice-to strong, .invoice-info li{
                font-size: 16px !important;
            }
            .table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
                padding: 14px 22px;
                font-size: 15px;
            }
            .table td{
                line-height: 24px !important;
            }
            .thanks-bar{
                padding: 20px 0 0 !important;
                margin: 30px 0 0 !important;
            }
            .thanks-bar .thanks{
                font-size: 30px !important;
            }
            
        }
        @media screen and (max-width: 600px){
            .invoice-table{
                margin: 30px 0 20px !important;
            }
            .invoice-total-box, .invoice-conditions,.invoice-total ul{
                width: 100% !important;
            }
            .invoice-total-box span{
                min-width: 80px;
                float: right;
            }
            .invoice-table{
                overflow: scroll;
            }
            .invoice-table table{
                width: 570px;
            }
            .invoice-from-to p{
                width: 100%;
                margin-bottom: 10px!important;
            }
            .invoice-from-to p br{
                display: none;
            }
            .invoice-from-to p:last-child{
                margin-bottom: 0!important;
            }
        }
        @media screen and (max-width: 480px){
            .invoice-logo {
                width: 150px !important;
            }
            .invoice-location{
                float: left !important;
                text-align: left !important;
                margin-top: 10px !important;
                width: 100%;
            }
            .invoice-title span {
                margin-right: 50px !important;
                font-size: 32px !important;
                padding: 0 12px !important;
                line-height: 23px !important;
            }
            .invoice-content h4 {
                font-size: 20px !important;
            }
            .invoice-title {
                margin-top: 20px !important;
            }
            .invoice-head {
                margin: 0 0 20px !important;
                padding-bottom: 20px !important;
            }
            .invoice-from-to{
                padding-top: 20px !important;
                margin-top: 20px!important;
            }
            .invoice-info{
                width: 100% !important;
                float: left !important;
                margin: 10px 0 0;
            }
            .invoice-to{
                width: 100% !important;
            }
            .invoice-table {
                margin: 20px 0 20px !important;
            }
            .invoice-total-box label{
                margin: 0 !important;
            }
            .thanks-bar {
                padding: 15px 0 0 !important;
                margin: 15px 0 0 !important;
            }
            .thanks-bar .thanks {
                font-size: 24px !important;
            }
        }
/*  ==========================================================================
    Media Opportunities
    ========================================================================== */
        .media-opportunities{
            padding: 90px 0 70px;
            background: #EFEFEF;
            display: inline-block;
            width: 100%;
        }
        .media-hero{
            padding: 125px 0;
            margin: 0 0 50px;
            background: url('../../img/media/home-banner.jpg') repeat-x left top;
            width: 100%;
            position: relative;
            z-index: 1;
            display: inline-block;
            text-align: center;
        }
        .media-hero::before{
            content: '';
            background: #000;
            height: 100%;
            width: 100%;
            position: absolute;
            z-index: -1;
            top: 0;
            left: 0;
            opacity: 0.4;
        }
        .media-hero h2{
            font-size: 35px;
            color: #fff;
            font-weight: bold;
            margin: 0
        }
        .media-hero p{
            font-size: 17px;
            color: #fff;
            font-family: 'Ubuntu',arial;
            padding: 10px 0 20px;
            margin: 0;
        }
        .media-hero p a,.media-opportunities-head p a{
            color: #fff;
        }
        .media-hero .btn{
            font-size: 18px;
            border-radius: 3px;
            padding: 15px 25px;
        }
        .media-opportunities-head{
            padding: 17px 20px;
            display: inline-block;
            width: 100%;
            background: #333333;
            margin: 0 0 20px;
        }
        .media-opportunities-head p{
            font-size: 16px;
            color: #fff;
            width: auto;
            float: left;
            margin: 0;
        }
        .media-opportunities-head p span{
            color: #CF3135;
        }
        .media-opportunities-head p.head-right{
            float: right;
        }
        .media-opportunities-box{
            width: 100%;
            display: inline-block;
            border: 1px solid #DDDDDD;
            background: #fff;
            padding: 28px 20px;
        }
        .media-opportunities-info{
            margin: 0 0 30px;
            display: inline-block;
            width: 100%;
        }
        .media-opportunities-info label, .media-opportunities-info p{
            font-size: 16px;
            color: #333333;
        }
        .media-opportunities-info label{
            font-weight: 600;
            width: 170px;
            float: left;
            padding: 0 10px 0 0;
            margin: 0;
        }
        .media-opportunities-info-text{
            display: block;
            overflow: hidden;
        }
        .media-opportunities-info-text p{
            margin: 0 0 25px;
            width: 100%;
            display: inline-block;
            line-height: 25px;
        }
        .media-opportunities-info-text p:last-child{
            margin: 0;
        }
        .media-opportunities-btn{
            width: 100%;
            display: inline-block;
        }
        .media-opportunities-btn button{
            color: #fff;
            background: #D03135;
            border-radius: 3px;
            float: right;
            line-height: 2.1;
            min-width: 100px;
            padding: 6px 12px;
            font-size: 14px;
            text-align: center;
            border: none;
        }
        .media-opportunities-btn button:hover{
            background: #333333;
        }
        .media-opportunities-bdr:last-child{
            display: none;
        }
        .media-opportunities-bdr hr{
            border-color: #DDDDDD;
            margin: 35px 0;
        }
        .media-opportunities-form-box textarea.form-control{
            height: 250px;
            padding: 15px;
            border-radius: 0;
            border-color: #DDDDDD;
            box-shadow: none;
            font-size: 16px;
        }
        .media-opportunities-btn button.cancel-btn{
            background: transparent;
            color: #CF3135;
            padding: 4px 0;
            min-width: auto;
            font-size: 16px;
            margin-right: 13px;
        }
        .media-opportunities-form-box{
            margin: 30px 0;
            padding: 0 0 0 170px;
        }
        .inviteacolleague  .control-label.subject{
            color: #CF3135;
        }
        .txt-form{
            display: inline-block;
            width: 100%;
        }
        .respond-popup{
            display: none;
            position: fixed;
            top: 40%;
            left: 0;
            right: 0;
            max-width: 670px!important;
            text-align: center;
            width: 100%!important;
            z-index: 1000;
            margin: 0 auto;
        }
        .respond-popup .close{
            position: absolute;
            right: -15px;
            top: -15px;
            z-index: 2;
            height: 35px;
            width: 35px;
            background: #fff;
            border: 1px solid #dddddd;
            color: #333;
            opacity: 1;
            border-radius: 100px;            
        }
        .respond-popup .close:hover{
            background: #d03135;
            color: #fff;
        }
        .respond-popup::after{
            content: '';
            background: rgba(0,0,0,0.5);
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }
        .respond-popup .popup-inner{            
            background: #EFEFEF;
            border-radius: 2px;
            padding: 30px;
            position: relative;
            z-index: 1;
        }
        .respond-popup .popup-inner p:last-child{
            margin-bottom: 0;
        }
        @media screen and (max-width: 1199px){
            .media-opportunities-info{
                margin: 0 0 30px;
            }
            .media-opportunities-info-text p{
                margin: 0 0 20px;
            }
            .media-opportunities-info label, .media-opportunities-info p, .media-opportunities-head p, .media-opportunities-form-box textarea.form-control{
                font-size: 15px;
            }
            .media-opportunities-btn button{
                padding: 12px;
            }
            .media-opportunities-form-box textarea.form-control{
                height: 200px;
            }
            .media-opportunities-form-box{
                margin: 20px 0;
            }
        } 
        @media screen and (max-width: 991px){
            .media-opportunities{
                padding: 40px 0;
            }
            .media-opportunities-btn button{
                font-size: 16px;
                min-width: 110px;
            }
            .media-opportunities-form-box textarea.form-control{
                padding: 12px;
                height: 160px;
            }
        }
        @media screen and (max-width: 767px){
            .media-opportunities-info{
                margin: 0 0 20px;
            }
            .media-opportunities-info label, .media-opportunities-info p, .media-opportunities-head p, .media-opportunities-form-box textarea.form-control{
                font-size: 14px;
            }
            .media-opportunities-info-text p{
                line-height: 23px;
            }
            .media-opportunities-bdr hr{
                margin: 25px 0;
            }
            .media-opportunities-info label{
                width: 150px;
            }
            .media-opportunities-form-box{
                padding: 0 0 0 150px;
            }
            .media-opportunities-head{
                padding: 15px 20px;
            }
            .respond-popup{
                width: auto!important;
                margin: 0 15px;
            }
            .media-hero{
                background-size: cover;
            }
            .hero-section-input{
            	margin: 0 0 20px;
            }
        }
        @media screen and (max-width: 640px){
            .media-opportunities-btn button {
                font-size: 15px;
                min-width: 100px;
                padding: 10px;
            }
        }
        @media screen and (max-width: 480px){
            .media-opportunities {
                padding: 30px 0;
            }
            .media-opportunities-info{
                margin: 0 0 15px;
            }
            .media-opportunities-info-text {
                display: inline-block;
                overflow: visible;
                width: 100%;
            }
            .media-opportunities-info label {
                width: 100%;
                padding: 0 0 2px;
            }
            .media-opportunities-box{
                padding: 15px;
                margin: 0 0 10px;
            }
            .media-opportunities-head{
                padding: 12px 15px;
            }
            .media-opportunities-info-text p {
                margin: 0 0 10px;
            }
            .media-opportunities-form-box{
                padding: 0;
            }
            .media-opportunities-form-box {
                margin: 15px 0;
            }
            .media-opportunities-bdr hr {
                margin: 20px 0;
            }
            .hero-section-input #emailinput{
                width: 55%;
            }
            .hero-section-input .btn{
            	font-size: 17px;
            	width: 42%;
            }
        }
/*  ==========================================================================
    Bootstrap 4
    ========================================================================== */
        .d-flex {
          display: -webkit-box !important;
          display: -ms-flexbox !important;
          display: flex !important;
        }
        .flex-wrap {
          -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
        }
        .justify-content-start {
          -webkit-box-pack: start !important;
          -ms-flex-pack: start !important;
          justify-content: flex-start !important;
        }
        .justify-content-end {
          -webkit-box-pack: end !important;
          -ms-flex-pack: end !important;
          justify-content: flex-end !important;
        }
        .justify-content-center {
          -webkit-box-pack: center !important;
          -ms-flex-pack: center !important;
          justify-content: center !important;
        }
        .justify-content-between {
          -webkit-box-pack: justify !important;
          -ms-flex-pack: justify !important;
          justify-content: space-between !important;
        }
        .justify-content-around {
          -ms-flex-pack: distribute !important;
          justify-content: space-around !important;
        }
        .align-items-start {
          -webkit-box-align: start !important;
          -ms-flex-align: start !important;
          align-items: flex-start !important;
        }
        .align-items-end {
          -webkit-box-align: end !important;
          -ms-flex-align: end !important;
          align-items: flex-end !important;
        }
        .align-items-center {
          -webkit-box-align: center !important;
          -ms-flex-align: center !important;
          align-items: center !important;
        }
        .align-items-baseline {
          -webkit-box-align: baseline !important;
          -ms-flex-align: baseline !important;
          align-items: baseline !important;
        }
        .align-items-stretch {
          -webkit-box-align: stretch !important;
          -ms-flex-align: stretch !important;
          align-items: stretch !important;
        }
        .align-content-start {
          -ms-flex-line-pack: start !important;
          align-content: flex-start !important;
        }
        .align-content-end {
          -ms-flex-line-pack: end !important;
          align-content: flex-end !important;
        }
        .align-content-center {
          -ms-flex-line-pack: center !important;
          align-content: center !important;
        }
        .align-content-between {
          -ms-flex-line-pack: justify !important;
          align-content: space-between !important;
        }
        .align-content-around {
          -ms-flex-line-pack: distribute !important;
          align-content: space-around !important;
        }
        .align-content-stretch {
          -ms-flex-line-pack: stretch !important;
          align-content: stretch !important;
        }
        .align-self-auto {
          -ms-flex-item-align: auto !important;
          align-self: auto !important;
        }
        .align-self-start {
          -ms-flex-item-align: start !important;
          align-self: flex-start !important;
        }
        .align-self-end {
          -ms-flex-item-align: end !important;
          align-self: flex-end !important;
        }
        .align-self-center {
          -ms-flex-item-align: center !important;
          align-self: center !important;
        }
        .align-self-baseline {
          -ms-flex-item-align: baseline !important;
          align-self: baseline !important;
        }
        .align-self-stretch {
          -ms-flex-item-align: stretch !important;
          align-self: stretch !important;
        }
        .modal-backdrop{
            z-index: 10400;
        }
        .modal{
            z-index: 10500;
        }
        .toggle-password{
            float: right;
            margin: -44px 0 0 0;
            display: inline-block;
            width: 45px;
            text-align: center;
            height: 45px;
            line-height: 45px;
            cursor: pointer;
            position: relative;
            z-index: 1;
        }
/*  ==========================================================================
    New Home
    ========================================================================== */
        @import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700');
        .container-wrap{
            max-width: 1500px;
            display: table;
            width: 100%;
            margin: 0 auto;
            position: relative;
            padding-right: 15px;
            padding-left: 15px;
        }
        .home-red-btn {
            margin-top: 30px;
        }
        .btn-red{
            height: 50px;
            min-width: 190px;
            font-size: 18px;
            line-height: 38px;
            background: #d03135;
            color: #fff;
            border: 0;
            font-family: "UbuntuM",sans-serif;
            display: inline-block;
            padding: 6px 12px;
            cursor: pointer;
            border-radius: 4px;
            font-weight: 400;
            -webkit-transition: all 0.35s ease 0s;
               -moz-transition: all 0.35s ease 0s;
                -ms-transition: all 0.35s ease 0s;
                 -o-transition: all 0.35s ease 0s;
                    transition: all 0.35s ease 0s;
        }
        .btn-red:hover{
            color: #fff;
            background: #333333;
        }
        .section-title{
            width: 100%;
            display: inline-block;
            vertical-align: top;
            margin: 0 0 40px;
        }
        .section-title h2{
            font-size: 35px;
            margin: 0 0 20px;
        }
        .section-title p{
            font-size: 18px;
            color: #333;
        }
        .hero-section{
            width: 100%;
            display: inline-block;
            vertical-align: top;
            padding: 100px 0;
        }
        .member-content .hero-section{
            background: #F2F2F2;
        }
        .hero-section h2{
            font-size: 72px;
            font-weight: 500;
            position: relative;
            line-height: 1.14;
            margin: 0 0 100px;
        }
        .companyintro-section h3{
            position: relative;
        }
        .hero-section h2::after{
            content: '';
            width: 377px;
            height: 20px;
            background: #FFC000;
            position: absolute;
            right: -50px;
            z-index: 1;
            bottom: -50px;
        }
        /* .companyintro-section h3::after{
            left: -70px;
            right: auto;
        } */
        .hero-section p{
            font-size: 22px;
            margin-bottom: 20px;
            line-height: 1.7;
        }
        .hero-section p:last-child{
            margin-bottom: 0;
        }
        .requirements-section{
            width: 100%;
            display: inline-block;
            vertical-align: top;
            padding: 100px 0;
            background: #F2F2F2;
        }
        /* .featured-profile-box.expert{
            background: #fff;
        } */
        .expert .pro-info{
            min-height: 72px;
            margin: 20px 0;
        }
        .masters-section .btn-red{
            margin-top: 30px;
        }
        .service-box{
            width: 100%;
            display: inline-block;
            vertical-align: top;
        }
        .service-box .service-icon{
            width: 80px;
            float: left;
            padding-right: 15px;
            text-align: center;
        }
        .service-box .service-icon img{
            display: inline-block;
            vertical-align: top;
        }
        .service-box .service-detail{
            display: block;
            overflow: hidden;
        }
        .service-box .service-detail h4{
            font-size: 24px;
            margin: 0 0 10px;
        }
        .service-box .service-detail p{
            max-width: 360px;
            font-size:16px;
            margin-bottom:30px;
        }
        .companyintro-section{
            width: 100%;
            display: inline-block;
            vertical-align: top;
            padding: 100px 0;
        }
        .companyintro-section img{
            vertical-align: top;
            display: inline-block;
        }
        .companyintro-section h3{
            font-size: 35px;
            color: #333;
            /* font-weight: 700; */
            margin: 0 0 30px;
        }
        .companyintro-section .intro-text{
            padding-left: 40px;
            text-align: center;
        }
        .companyintro-section .container{
            margin-bottom: 50px;
        }
        /* .companyintro-section h4{
            margin: 0;
        } */
        .companyintro-section h4{
            margin: 15px 0 0;
            color: #333;
            font-size: 16px;
            font-family: opensansregular;
            font-weight: 400;
            width: 100%;
            display: inline-block;
            vertical-align: top;
            line-height: 1.35;
        }
        .companyintro-section .col-sm-2{
            width: 20%;
        }
        .review-section{
            width: 100%;
            display: inline-block;
            vertical-align: top;
            padding: 100px 0;
        }
        .review-section .t-detail p{
            margin-bottom: 20px;
            font-size:18px;
        }
        .review-section .t-detail span{
            font-size: 16px;
            float: none;
            text-align: center;
            width: auto;
            display: table;
            position: relative;
            margin: 0 auto;
        }
        .review-section .t-detail span:after {
            position: absolute;
            content: "";
            height: 2px;
            width: 15px;
            background: #fff;
            left: -20px;
            top: 11px;
            margin: -1px 0 0;
        }
        .masters-section{
            width: 100%;
            display: inline-block;
            vertical-align: top;
            padding: 100px 0;
            background: #f2f2f2;
        }
        .masters-section .service-box .service-icon{
            width: 165px;
        }
        .masters-section .service-box .service-icon img{
            border-radius: 2px;
        }
        .companys-section{
            width: 100%;
            display: inline-block;
            vertical-align: top;
            padding: 100px 0;
        }
        .partnership-section{
            background: #333333;
            color: #dedede;
        }
        .partnership-section h2{
            color: #fff;
        }
        .partnership-section p{
            color: #CCCCCC;
        }
        .partnership-section .notes{
            color: #EFEFEF;
            font-family: 'OpenSansRegular';
            font-size: 16px;
            margin-top: 20px;
            margin-bottom: 0; 
        }
        .industry-section{
            width: 100%;
            display: inline-block;
            vertical-align: top;
            padding: 100px 0;
        }
        .industry-section .graphics-box{
            margin-bottom: 30px;
        }
        .industry-section ul{
            display: inline-block;
        }
        .function-img{
            position: relative;
            margin: 30px 30px 0;
            vertical-align: top;
            width: 100%;
            max-width: 467px;
        }
        .industry-section ul li{
            position: relative;
            padding-left: 20px;
            margin-bottom: 7px;
        }
        .industry-section ul li::before{
            content: '';
            height: 15px;
            width: 15px;
            border-radius: 2px;
            background: #CCCCCC;
            position: absolute;
            left: 0;
            top: 4px;
        }
        .industry-section .info{
            font-weight: 400;
            margin: 0 0 30px;
            font-family: ubuntum;
            font-size: 22px;
        }
        .mentor_details{
            margin-bottom: 35px;
            margin-top: 0;
        }
        #Apply{
            float: right;
            margin-bottom: 20px;
        }
        .btn-inline .reset{
            margin-right: 20px;
        }
        .e-button.btn-inline .reset{
            line-height: 40px;
        }
        #dropdownbox{
            display: none;
        }
        .profile-edit-img .qq-upload-button{
            width: 100%;
        }
        .t-testimonial .slick-list{
            background: url("https://test.guild.im/yogesh_new1/images/bb-quate.png");
            background-position: 120px 5px;
            background-repeat: no-repeat;
        }
        .member-wrapper .featured-profile-box-home{
            margin: 0 0 30px;
        }



        @media screen and (max-width: 1600px){
            .hero-section h2{
                font-size: 42px;
            }
            .hero-section p{
                font-size: 18px;
            }
            .container-wrap{
                max-width: 1170px;
            }
        }
        @media screen and (max-width: 1200px){
            .container-wrap{
                max-width: 970px;
            }
        }
        @media screen and (max-width: 992px){
            .container-wrap{
                max-width: 750px;
            }
        }
        @media screen and (max-width: 1300px){
            .service-box .service-detail h4{
                font-size: 20px;
            }
            .masters-section .service-box .service-icon{
                width: 100px;
            }
        }
        @media screen and (max-width: 1025px){
            .hero-section,.requirements-section,.companyintro-section,.review-section,.masters-section,.companys-section,.industry-section{
                padding: 30px 0;
            }
            .section-title h2,.member-detail.mb-title h2,.companyintro-section h3{
                font-size: 22px;
                margin: 0 0 10px;
            }
            .section-title{
                margin: 0 0 10px;
            }
            .companyintro-section .intro-text{
                padding-left: 0;
            }
            .Experts{
                padding: 0 80px;
            }
        }
        @media screen and (max-width: 991px){
            .expert .pro-info{
                min-height: 120px;
            }
            .t-testimonial .slick-list{
                background-position: 20px 5px;
            }
        }
        @media screen and (max-width: 768px){
            .service-box{
                margin: 10px 0 10px;
            }
            .companyintro-section .container{
                margin-bottom: 20px;
            }
            .companyintro-section .col-sm-2{
                width: 50%;
                margin-bottom: 20px;
                text-align: center;
                float: left;
            }
            .review-section .item,.industry-section .graphics-box,.companyintro-section .intro-text{
                text-align: center;
            }
            .industry-section ul li::before{
                position: relative;
                left: -5px;
                top: 3px;
                display: inline-block;
            }
            .companys-section ul,.industry-section .graphics-box .col-sm-12{
                -ms-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
            }
            .companys-section ul li{
                width: 50%;
                text-align: center;
                margin-top: 20px;
            }
            .industry-section ul{
                width: 100%;
            }
            .function-img{
                width: 100%;
                margin: 30px 0;
            }
            .hero-section h2{
                font-size: 26px;
                margin: 0 0 35px;
            }
            .hero-section h2::after{
                height: 2px;
                width: 80%;
                right: 0;
                bottom: -20px;
            }
            /* .companyintro-section h3::after{
                left: 0;
                right: 0;
                margin: 0 auto;
            } */
            .hero-section p:last-child{
                margin-bottom: 20px;
            }
            .section-title p{
                font-size: 14px;
            }
            .service-box .service-detail h4{
                font-size: 16px;
                margin: 0 0 5px;
            }
            .masters-section .btn-red{
                margin-top: 20px;
            }
            /* #apply-section textarea{
                height: 75px !important;
            } */
            .profile-edit-img .qq-upload-button{
                width: 150px;
                margin: 0 auto;
            }
            .featured-profile-box-home{
                min-height: auto;
            }
            .industry-section ul li{
            	text-align: left;
            	width: auto;
            	display: table;
            	margin: 0 auto 7px;
            	min-width: 180px;
            }
        }
        @media screen and (max-width: 767px){
            .expert .pro-info{
                min-height: auto;
            }
        }
        @media screen and (max-width: 600px){
            .companyintro-section .d-flex{
                -ms-flex-wrap: wrap !important;
                flex-wrap: wrap !important;
            }
            .companyintro-section img{
                margin-bottom: 10px;
            }
            .masters-section .btn-red{
                margin-top: 0;
            }
            .t-testimonial .slick-list{
                background-position: 20px 20px;
            }
        }
        @media screen and (max-width: 480px){
            .companys-section ul li{
                width: 33.33%;
            }
            .companyintro-section .col-sm-2{
                width: 100%;
            }
            .companyintro-section h4{
                margin-top: 0;
                font-size: 14px;
            }
            .masters-section .service-box .service-icon{
                width: 80px;
            }
        }
        .t-testimonial ul.slick-dots {
            display: inline-block;
            width: 100%;
            float: left;
            list-style: none;
            text-align: center;
            margin: 30px 0 0;
        }
        .t-testimonial ul.slick-dots li {
            display: inline-block;
        }
        .t-testimonial ul.slick-dots li button {
            font-size: 0;
            height: 10px;
            width: 10px;
            border-radius: 50%;
            padding: 0;
            display: inline-block;
            margin: 0 3px;
            background: #d03135;
            border: 0px solid transparent;
        }
        .t-testimonial ul.slick-dots li.slick-active button {
            background: #fff;
        }

        @media screen and (max-width: 1920px) and (min-width: 1919px){
            .companyintro-section{
                padding: 70px 0;
            }
            .companyintro-section .company-slide img {
                height: 350px;
            }
            .companyintro-section .intro-text{
                padding-left: 0;
            }
        }

/*  ==========================================================================
    Invitation Eligibility Page
    ========================================================================== */
        .content_sunbmit{
            margin-top: 90px;
        }
        .eligible-section h1{
             color: #000 !important;
             font-size: 35px !important;
             margin: 40px 0;
             margin-bottom: 10px;
             font-family: "UbuntuM",sans-serif;
         }
         .eligible-section p{
             font-size: 16px;
             line-height: 26px;
             font-family: 'OpenSansRegular';
         }
         .eligible-section #app-button input{
             height: 50px;
             min-width: 190px;
             font-size: 18px;
             line-height: 38px;
             background: #CF3135;
             color: #fff;
             border: 0;
             font-family: "UbuntuM",sans-serif;
             font-weight: 400;
             display: inline-block;
             padding: 6px 20px;
             cursor: pointer;
             border-radius: 4px;
             -webkit-transition: all 0.35s ease 0s;
             -moz-transition: all 0.35s ease 0s;
             -ms-transition: all 0.35s ease 0s;
             -o-transition: all 0.35s ease 0s;
             transition: all 0.35s ease 0s;
         }  
         .eligible-section #app-button input:hover{
           background: #333333;
           color: #fff;
         }
         .text-content_row{
            margin-bottom: 20px;
         }
         .text-content_left{
            float: left;
            width: 15%;
         }
         .text-content_left span{
            font-weight: 700;
            color: #656565;
         }
         .text-content_right{
            overflow: hidden;
            display: block;
         }
         .invitation-btn {
             display: inline-block;
             width: 100%;
             margin-bottom: 80px;
             text-align: right;
         }
         .backRes {
             margin-right: 20px;
         }
         @media screen and (max-width: 1025px){
           .eligible-section h1{
             font-size: 26px !important;
           }
         }
         @media screen and (max-width: 768px){
           .eligible-section p{
             font-size: 14px;
             line-height: normal;
           }
           .eligible-section h1{
             font-size: 22px !important;
           }
           .eligible-section h1{
            margin-top: 30px;
           }
           .invitation-btn{
            margin-bottom: 40px;
           }
         }
        @media screen and (max-width: 640px){
            .text-content_left{
                width: 20%;
            }
        }
        @media screen and (max-width: 480px){
            .text-content_left{
                width: 100%;
            }
            .text-content_right{
                display: inline-block;
                margin-top: 10px;
            }
            .invitation-btn{
                text-align: center;
            }
			.hero-section-input #emailinput {
    width: 50% !important;
}
        }

/*  ==========================================================================
    Project / Home Page 
    ========================================================================== */
        .linkedin-part{
            width: 500px;
            overflow: auto;
            margin: 0 auto;
        }
		body
		{
			padding-right:0px !important
		}
		
	@media screen and (max-width: 480px)
{
	#emailinputsubmit
	{
		width: auto;
		padding: 5px 10px 5px 10px;
	}
}	
#mentors-content div#results h6 p {   
    margin-top: 10px;
}	



.customModal
	{
		text-align: center;
	}
	.customModal input#websitecontactformsubmit {
   color: #fff;
   border-radius: 6px;
   cursor: pointer;
   font-family: opensansregular,sans-serif;
   background-color: #cf3135;
   padding: 10px 25px;
   border: none;
   font-size: 18px;
}
.customModal input[type=text], select, textarea {
   width: 100%;
   padding: 12px;
   box-sizing: border-box;
   margin-top: 6px;
   margin-bottom: 16px;
   resize: vertical;
	background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}


.g-recaptcha div
{
margin:0 auto;
}

.modal-header {   
    padding: 3px 15px;   
}
.modal-body {
    position: relative;
    padding: 3px 15px;
}
.loginModal .or {  
    font-size: 15px;    
    margin: 10px 0;
}
.loginModal .login-form .form-group .form-control {
    height: 40px;  
    font-size: 14px;
}
.need-account label, .need-accounts label { 
    font-size: 14px;   
}
.need-account label span, .need-accounts label span {
    font-size: 14px;  
}
.loginModal .forget-label label {
    font-size: 14px;
}
.loginModal .get-started {   
    margin-bottom: 15px;
}
.modal-dialog {
    margin-top: 60px;
}	
@media screen and (max-width: 767px)
{
    .registerModel
    {
        overflow-y: auto;
    }
}

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

.expertiesSidebar
{
	float:right;
}
}

@media only screen and (max-width: 768px) {
  
    .showOnmobile {
      display:block ;
     }
     .hideOnmobile {
         display:none ;
        }
   }
 
   @media only screen and (min-width: 769px) {
   
     .showOnmobile {
       display:none ;
      }
      .hideOnmobile {
          display:block ;
         }
    }
