/*page common css start*/
:root {
    --primary-bg-color: #fff;
    --primary-text-color: #4d4d4d;
    --secondary-text-color: #555;
    --yellow-btn-color: rgb(254,196,45);
}
body {
    font-size: 14px;
    overflow-x: hidden!important;
}
#loadere, #loadereDesignersEntries, #loadereWatcherEntries {
    position: absolute;
}
#loadere {
    z-index: 99999999;
}
#loadere_new1 {
    display: block;
    opacity: 0.6;
    filter: alpha(opacity=40);
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0px;
    left: 0;
    background: #ccc;
    z-index: 3000;
}
#loadere_new2 {
    background: url(//cdn1.designhill.com/assets/dh/images/throbber_orange.gif) no-repeat scroll 0 0 rgba(255, 255, 255, 1);
    width: 62px;
    height: 62px;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 2px 3px rgb(0 0 0 / 50%);
    box-shadow: 0 2px 3px rgb(0 0 0 / 50%);
    position: fixed;
    z-index: 3001;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.main-container {
    float: left;
    overflow: hidden;
    width: 100%;
    position: relative;
}
.root_header {
    width: 100%;
}
.main-header {
    height: auto;
    z-index: 9999;
    background: #fff;
    width: 100%;
    -webkit-transition: background 0.4s ease 0s, height 0.4s ease 0s;
    -ms-transition: background 0.4s ease 0s, height 0.4s ease 0s;
    -o-transition: background 0.4s ease 0s, height 0.4s ease 0s;
    -moz-transition: background 0.4s ease 0s, height 0.4s ease 0s;
    transition: background 0.4s ease 0s, height 0.4s ease 0s;
    box-shadow: 0 0 3px #ddd;
    -webkit-box-shadow: 0 0 3px #ddd;
    -o-box-shadow: 0 0 3px #ddd;
    -ms-box-shadow: 0 0 3px #ddd;
}
.dropdown-menu {
    top: 39px;
    width: 100%;
    font-size: 13px;
    border-radius: 0;
}
.dropdown-menu {
    max-height: 329px;
    padding: 5px 0 1px 0;
    overflow: auto;
    float: left;
}

a, a:active, a:focus, a:hover, input { text-decoration:none; outline:0; }
input:-webkit-autofill { -webkit-box-shadow:0 0 0 50px white inset; -moz-box-shadow:0 0 0 50px white inset; -ms-box-shadow:0 0 0 50px white inset; -o-box-shadow:0 0 0 50px white inset; box-shadow:0 0 0 50px white inset; /* Change the color to your own background color */ }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus { outline:0 none; }
.btn { border:0; }
footer { clear:both; float:left; width:100%;}
ul { margin:0; padding:0; }
ul li { margin:0; padding:0; list-style:none; }
.whiteBtnNectar .btn-default, .whiteBtnNectar .btn-default:active, .whiteBtnNectar .btn-default:focus, .whiteBtnNectar .btn-default:hover, .whiteBtnNectar .btn-default.start-project-newBtn:hover{-webkit-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
	box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);-webkit-transform: translateY(-1px);
	transform: translateY(-1px);}
.whiteBtnNectar .btn-default,
.whiteBtnNectar .orange-btn{
		color: #fff; 
	font-weight:600;
	background: #82bc3b;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    border-color: transparent;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    -webkit-transition: all .15s ease;
	transition: all .15s ease;
	letter-spacing: 0.2px;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	border: 3px solid transparent;
	border-radius:30px;
	line-height: normal;
	text-transform: uppercase;
	padding: 11px 30px;
}

.whiteBtnNectar .btn-default:active {background-color: #66900d; color: #e6ebf1; background-image: none; -webkit-transform: translateY(1px);
	transform: translateY(1px);
	-webkit-box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);
box-shadow: 0 6px 12px -2px rgba(50,50,93,.25), 0 3px 7px -3px rgba(0,0,0,.3);
border-color:transparent;
}
.tm-rating > i {
    display: inline-block;
    font-size: 16px;
    color: #D2D3D4;
}
.tm-rating > i.active {
    color: rgb(254, 196, 45);
}
img {
    max-width: 100%;
}
.choose-popup-modal .rm-padding {
    padding: 0;
}
/*page common css end*/ 

/*Notify Css start*/


.common-alerts{border-radius: 3px; max-width:500px; min-width: 350px; padding: 18px 12px; position: fixed; right: 40px; top: 40px;  z-index: 999999; transition:all 0.5s ease-in-out 0s; -webkit-transition:all 0.5s ease-in-out 0s; -o-transition:all 0.5s ease-in-out 0s; -ms-transition:all 0.5s ease-in-out 0s; opacity:0;}
.common-alerts > p {margin-bottom: 0; position:relative; padding:0 30px; margin-top:0;}
.common-alerts .icon-left {font-size: 20px; left: 5px; position: absolute; text-align: left; top: 1px; width: 30px;}
.common-alerts .icon-remove { font-size: 18px;  position: absolute; right: 0; text-align:right; width:30px; cursor:pointer; top:2px;}

.success-msg .icon-remove{color: #b3c7ab;}
.warning-msg .icon-remove{color: #DFDBAB;}
.error-msg .icon-remove{color: #C19594;}

.success-msg {background: #def2d6;  color: #5a6e52; border: 1px solid #CDDAC9;}
.error-msg{ background:#EBC8C4; color:#B2353D; border: 1px solid #AC8F91; }
.warning-msg{background:#F8F3D6; color:#886A36; border: 1px solid #E5E4C6; }

/*Notify Css end*/


/*Modal common css start*/

.modal-open[style], .modal[style] {
    padding-right: 0px !important;
    width: 100%;
    height: 100%;
    top: 0px;
}
.modal-dialog.modal-lg {
    width: 900px;
}
.modal-content {
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: initial;
    width: 100%;
}
.modal-header {
    background: #707482;
    color: #fff;
}
.modal-header .close {
    font-size: 36px;
    font-weight: 700;
    opacity: 1;
    color: #fff;
}
.modal-header .close:hover{
    opacity: 1!important;
}
.modal-body {
    width: 100%;
    background: #f4f4f6;
}
@media (max-width: 991px){
    .modal-dialog.modal-lg {
        width: auto;
        margin: 0px 5% 0;
    }
}
@media (max-width: 767px){
    .modal-dialog {
        margin: 0 !important;
    }
}

/*Modal common css end*/

/*Login and signup common css start*/

.modal {
    z-index: 10001 !important;
}
.new-popup-design.model-boxes {
    padding: 0!important;
}
.dh-sign-popup .modal-dialog {
    width: 700px;
    margin: 30px auto;
}
.dh-sign-popup .modal-dialog {
    margin-top: 100px;
}
.new-popup-design.model-boxes.dh-sign-popup .modal-dialog {
    margin-top: 30px;
}
.model-boxes.dh-sign-popup .modal-sm {
    background-color: transparent;
    border-radius: 0 0 6px 6px;
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    width: 100%;
}
.new-popup-design.model-boxes .modal-content {
    border: none;
}
.new-popup-design.model-boxes .modal-header {
    border-radius: 3px 3px 0px 0px;
    background-color: #f7f7f7;
    padding: 20px;
    border: none;
    position: relative;
}
.change-sell-popup-props.model-boxes .modal-header {
    border-radius: 3px 3px 0 0;
    background-color: #f7f7f7;
    padding: 20px;
    border: 0;
    position: relative;
}

.new-popup-design.model-boxes .modal-header .close {
    font-size: 0;
    outline: none;
    opacity: 0.2;
    top: 50%;
    right: 20px;
    position: absolute;
    transform: translateY(-50%);
}
.change-sell-popup-props.model-boxes .modal-header h3 {
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 2px;
    line-height: 1;
    color: #333;
}
.change-sell-popup-props.model-boxes .modal-header p {
    color: #333;
}.change-sell-popup-props.model-boxes .modal-header a {
    text-decoration: underline;
    font-weight: 600;
}
.change-sell-popup-props.model-boxes .modal-header a, .change-sell-popup-props.model-boxes .modal-header a:hover, .change-sell-popup-props.model-boxes .modal-header a:focus {
    color: #db404b;
}
.new-popup-design.model-boxes .modal-body {
    padding: 20px;
    background-color: #fff;
}
.dh-sign-popup.model-boxes .input-group {
    width: 100%;
}
.change-sell-popup-props.model-boxes label {
    display: block;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 8px;
}
.dh-sign-popup.change-sell-popup-props input[type=text], .dh-sign-popup.change-sell-popup-props input[type=password] {
    border: 2px solid #c1c5cd;
    border-radius: 4px!important;
    outline: none;
    box-shadow: none;
    background-color: #fff;
    width: 100%;
    height: 44px;
}
.error-message.change-text-color {
    color: #ff0000;
    margin-top: 4px;
}
.dh-sign-popup.model-boxes .controls {
    margin: 20px 0 8px;
    text-align: center;
}
.dh-sign-popup .pay_launch_btn {
    display: inline-block;
}
.modal-sign-controls .getstartdiv {
    display: inline-block;
    width: 180px;
}
.dh-sign-popup .dh-popup-divider {
    color: #777;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    text-align: center;
}
.dh-sign-popup .dh-popup-divider::before {
    background-color: #eee;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 13px;
    width: 230px;
}
.dh-sign-popup .dh-popup-divider > span {
    background: #f4f4f6 none repeat scroll 0 0;
    display: block;
    margin: 0 auto;
    position: relative;
    width: 34px;
    z-index: 2;
}
.dh-sign-popup .signup-socialmedia {
    text-align: center;
    margin: 15px 0 30px;
}
.dh-sign-popup .signup-socialmedia a {
    color: #fff;
    width: 34px;
    display: inline-block;
    text-align: center;
    height: 34px;
    line-height: 34px;
    border-radius: 2px;
    font-size: 11px;
    position: relative;
    transition: all .3s ease;
    border-radius: 3px;
    padding: 0;
}
.dh-sign-popup a.signup-fb {
    background-color: #3e5a97;
}
.change-sell-popup-props.model-boxes .modal-header a:hover {
    text-decoration: none;
}
.dh-sign-popup .signup-socialmedia a i {
    position: absolute;
    left: 0;
    height: 100%;
    width: 34px;
    line-height: 34px;
    top: 0;
    border-radius: 3px;
}
.dh-sign-popup a.signup-fb:hover {
    background-color: #5675ba;
}
.dh-sign-popup a.signup-tw {
    background-color: #0c8de2;
    margin: 0px 15px;
}
.dh-sign-popup a.signup-tw:hover {
    background-color: #35a8f4;
}
.dh-sign-popup a.signup-gl {
    background-color: #DC4C3C;
}
.dh-sign-popup a.signup-gl:hover {
    background-color: #e36f62;
}
.dh-sign-popup.model-boxes p {
    font-size: 16px;
    margin: 0;
}
.change-sell-popup-props.model-boxes .modal-body p a {
    text-decoration: underline;
}
.change-sell-popup-props.model-boxes .modal-body p a, .change-sell-popup-props.model-boxes .modal-body p a:hover, .change-sell-popup-props.model-boxes .modal-body p a:focus {
    color: #db404b;
}
.model-boxes.dh-sign-popup .modal-footer {
    background: #707482 none repeat scroll 0 0;
    border-radius: 0 0 6px 6px;
    color: #fff;
    display: inline-block;
    padding: 10px;
    text-transform: uppercase;
    width: 100%;
}
.new-popup-design.model-boxes .modal-footer {
    background-color: #fff;
    color: #333;
    padding: 20px;
    border-radius: 0px 0px 3px 3px;
}
.model-boxes.dh-sign-popup.change-sell-popup-props .modal-footer {
    background: #fff;
    border-top: #f2f2f2 solid 2px;
    padding: 20px;
}
.new-popup-design.model-boxes .modal-footer .change-font-color {
    color: #333;
}
.dh-sign-popup .bookmark-image {
    float: left;
    margin: 0 0 5px;
    width: 100%;
}
.bookmark-image > img {
    height: 25px;
}
.change-sell-popup-props.model-boxes .modal-body p a:hover {
    text-decoration: none;
}
.change-sell-popup-props.model-boxes a.forget {
    color: #db404b;
    text-decoration: underline;
}
.change-sell-popup-props.model-boxes a.forget:hover {
    text-decoration: none;
}
.pass-group {
    position: relative;
}
.frm-popup-login .pass-group {
    width: 100%;
    height: 44px;
}
.pass-group .pass-eye {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    height: 100%;
    width: 40px;
    justify-content: flex-end;
}
.frm-popup-login .pass-group .pass-eye {
    right: 15px;
    z-index: 9;
}
.pass-group .eyes {
    display: flex;
    cursor: pointer;
}
.change-sell-popup-props.model-boxes svg {
    width: 18px;
    fill: #a29797cc;
}
.pass-group .show-eye {
    display: none;
}
.model-boxes input[type="text"].form-control.errorshowbg{border:#db404b solid 1px;}
.change-sell-popup-props.model-boxes label.error{color: #db404b;font-size: 13px;font-weight: normal;}
.error-message li {
    list-style: none;
}
@media (max-width: 767px){
    .dh-sign-popup .modal-dialog {
        width: 100%;
    }
    .new-popup-design.model-boxes .modal-header .close {
        font-size: 0;
        outline: none;
        opacity: 0.2;
        top: 22px;
        right: 20px;
    }
    .dh-sign-popup .pay_launch_btn, .dh-sign-popup .pay_launch_btn a{
        display: block;
        margin: 10px 0 8px;
        overflow: hidden;
        text-align: center;
        width: 100%;
    }
    .modal-sign-controls .getstartdiv {
        float: none;
    }
}
@media (max-width: 480px){
    .dh-sign-popup .pay_launch_btn, .dh-sign-popup .pay_launch_btn a{
        margin: 10px 0 4px;
    }
}
/*Login and signup common css end*/

/*Case study modal css start*/

.modal.new-case-study-popup .modal-content {
    margin-bottom: 30px;
    margin-top: 30px;
    border: none;
    /* float: left; */
    border-radius: 3px;
}
.modal.new-case-study-popup .modal-header {
    border-radius: 3px 3px 0 0;
    background-color: #F7F7F7;
    border: none;
    padding: 20px;
    position: relative;
}
.modal.new-case-study-popup .modal-header .close {
    font-size: 0;
    font-weight: normal;
    opacity: 0.2;
    position: absolute;
    top: 52%;
    right: 22px;
    transform: translateY(-50%);
}
.modal.new-case-study-popup .modal-title {
    color: #000;
    font-size: 22px;
    font-weight: 600;
    padding-right: 22px;
}
.entries-pop-css .modal-body {
    background: #fff;
}
.modal.new-case-study-popup .modal-body {
    background-color: transparent;
}
.winEntriesWinner {
    font-size: 16px;
    margin-top: 10px;
}
.pro-parent-css {
    position: relative;
}
.winEntryPopup {
    color: #535865;
}
.winEntryPopup h2 {
    color: #323232;
    font-size: 17px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
    line-height: 30px;
}
.winEntryPopup h2 a {
    color: #323232;
}
.winEntryPopup p {
    font-size: 14px;
    line-height: normal;
    margin-top: 10px;
    color: #666;
}
.winEntryStat {
    margin: 5px 0 10px;
    width: 100%;
    float: left;
}
.runnerupHead, .runnerEntries {
    margin-top: 10px;
}
.runnerEntries {
    margin-top: 20px;
}
.runnerEntries img {
    width: 60px;
    height: 60px;
    border: 1px solid #c1c5cd;
}
.entries-pop-css .list-inline > li {
    background: #70983f none repeat scroll 0 0;
    color: #fff;
    display: inline-block;
    padding: 10px;
}
.entries-pop-css .winEntryStat li:first-child {
    background: #598129 none repeat scroll 0 0;
}
.entries-pop-css .winEntryStat li:last-child {
    background: #0674b9 none repeat scroll 0 0;
}
.entries-pop-css .winEntryStat span {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
}
.entries-pop-css .winEntryStat span:last-child {
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
}
.testimonialBox {
    float: left;
    width: 100%;
    margin: 7px 0;
    position: relative;
}
.pro-left {
    padding-left: 0;
}
.userImg {
    width: 100%;
    min-height: 48px;
}
.userImg > a {
    position: absolute;
    top: 5px;
}
.userImg > a img {
    width: 35px;
    height: 35px;
}
.userImg .userInfo {
    padding-left: 50px;
}
.userInfo > a {
    color: #666;
    font-weight: 600;
}
.userInfo > span {
    color: #a1a1a1;
    display: block;
    font-size: 11px;
    font-weight: 600;
}
.userInfo > span i {
    margin-right: 3px;
    font-size: 13px;
}
.pro-right {
    padding-right: 0;
}
.testimonialBox .tm-rating {
    margin-bottom: 0;
    margin-top: 10px;
}
.testimonialBox .tm-rating i {
    margin-left: 2px;
}
.testimonialBox-Text {
    margin-top: 10px;
    margin-bottom: 20px;
}
.allEntriesLink {
    clear: both;
    text-transform: uppercase;
    font-size: 18px;
}
.allEntriesLink i {
    font-size: 16px;
    margin-left: 5px;
}
.allEntriesLink a.dh-launch-contest {
    text-align: center;
}
.allEntriesLink a {
    color: #51a5d3;
    display: inline-block;
    text-align: left;
    width: 50%;
}
.allEntriesLink a:hover {
    text-decoration: underline;
}
.userInfo>a:hover {
    color: #333;
}
.winEntryPopup h2 a:hover {
    color: #666;
}
@media (max-width: 1100px){
    .list-inline>li {
        padding-left: 4px;
        padding-right: 4px;
    }
}
@media (max-width: 767px){
    .winEntryPopupImg {
        text-align: center;
    }
    .winEntryPopup {
        margin-top: 20px;
        text-align: center;
    }
    .userImg > a {
        display: block;
        position: relative;
        text-align: center;
        top: 5px;
    }
    .userImg .userInfo {
        margin-top: 8px;
        padding-left: 0;
        text-align: center;
    }
    .testimonialBox .tm-rating {
        padding-left: 0;
        text-align: center;
    }
    .testimonialBox-Text {
        margin-top: 7px;
    }
}
@media (max-width: 480px){
    .entries-pop-css .winEntryStat span {
        font-size: 10px;
    }
    .allEntriesLink a {
        display: block;
        text-align: center;
        width: 100%;
    }
    .allEntriesLink a.dh-launch-contest {
        margin-top: 20px;
        text-align: center;
    }
}
@media only screen and (max-width: 360px){
    .entries-pop-css .winEntryStat span {
        font-size: 8px;
    }
    .entries-pop-css .winEntryStat span:last-child {
        font-size: 16px;
    }
}
/*Case study modal css end*/


/*Bottom testimonial modal start*/

.modal.testimonial-popupModal .modal-content {
    border: none;
    box-shadow: none;
    /* float: left; */
}
.modal.testimonial-popupModal .modal-header {
    width: 100%;
    /* float: left; */
    background: #f2f2f2;
    padding: 24px;
    position: relative;
    padding-right: 24px;
    border: none;
    box-shadow: none;
}
.modal.testimonial-popupModal .modal-header .close {
    outline: none;
    font-size: 44px;
    font-weight: 300;
    color: #a29797cc;
    text-shadow: none;
    height: 24px;
    padding: 0;
    line-height: 24px;
    margin-top: 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    top: auto;
}
.modal.testimonial-popupModal .modal-title {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    margin: 0;
    line-height: normal;
    padding-right: 24px;
    text-transform: capitalize;
}
.modal.testimonial-popupModal .modal-body {
    background: #fff;
    padding: 24px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #333;
    margin-bottom: 0px;
}

/*Bottom testimonial modal end*/


/*Remark modal start*/

.enab-dis-designer-popup .modal-dialog {
    width: 100%!important;
    margin-left: 0!important;
    margin-right: 0!important;
}
.enab-dis-designer-popup.super-user-remark .modal-dialog {
    margin: 60px auto!important;
}
.enab-dis-designer-popup .modal-content {
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    float: none;
    margin-top: 60px;
}
.enab-dis-designer-popup.super-user-remark .modal-content {
    margin-top: 0;
}
.enab-dis-designer-popup.super-user-remark .modal-header {
    background: #f2f2f2;
    min-height: auto;
    padding: 24px;
    border: none;
    box-shadow: none;
    position: relative;
}
.enab-dis-designer-popup.super-user-remark .icon-close {
    position: absolute;
    font-size: 36px;
    font-weight: 500;
    color: #a29797cc;
    top: 49%;
    transform: translateY(-50%);
    right: 16px;
    -webkit-text-stroke: 4px #f2f2f2;
}
.enab-dis-designer-popup.super-user-remark .icon-close:before {
    padding: 0;
}
.enab-dis-designer-popup .remark-title {
    color: #fff;
}
.enab-dis-designer-popup.super-user-remark .remark-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    margin: 0;
    line-height: normal;
    padding-right: 24px;
}
.enab-dis-designer-popup.super-user-remark .modal-body {
    background: #fff;
    padding: 24px;
}
.enab-dis-designer-popup.super-user-remark .form-group {
    margin-bottom: 24px;
}
.enab-dis-designer-popup.super-user-remark textarea {
    padding: 6px 12px;
    border: 2px solid #c1c5cd;
    box-shadow: none;
    font-size: 16px;
    color: #333;
    letter-spacing: 0.8px;
}
.enab-dis-designer-popup #remark {
    font-size: 16px;
}
.remark-btn-wrapper {
    width: calc(100% + 48px);
    /* float: left; */
    border-top: #f2f2f2 solid 2px;
    text-align: right;
    margin-left: -24px;
    margin-right: -24px;
    padding: 24px 24px 0;
}
@media screen and (max-width: 767px){
    .enab-dis-designer-popup .modal-dialog {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/*Remark modal end*/


/*Webinar modal start*/

.modal.fade.close-events-popup {
    padding-left: 10px;
    padding-right: 10px!important;
}
.close-events-popup .modal-dialog {
    width: 100%;
    max-width: 600px;
    margin: 60px auto!important;
}
.modal.fade.close-events-popup .modal-dialog {
    max-width: 600px;
    padding: 0;
}
.close-events-popup .modal-content {
    box-shadow: none;
    border: none;
    border-radius: 0;
}
.close-events-popup .modal-header {
    background: transparent;
    padding: 0;
    min-height: 0;
    box-shadow: none;
    border: none;
}
.modal-header .close.webinar-popup-close {
    width: 36px;
    height: 36px;
    z-index: 12;
    right: -18px;
    top: -18px;
    position: absolute;
    background: url(https://www.designhill.com/design-blog/wp-content/plugins/light/assets/images/fancybox_sprite.png) 0 0 no-repeat;
}
.close-events-popup .modal-header .close.webinar-popup-close {
    top: 8px;
    right: 8px;
}
.close-events-popup .modal-body {
    display: flex;
    flex-direction: column;
}
.close-events-popup .modal-body {
    padding: 0;
    border-radius: 4px;
    background: #fff;
}
.close-events-popup .modal-body a {
    display: block;
}
.close-events-popup img {
    border-radius: 4px 4px 0 0;
}
.close-events-popup button {
    outline: none;
}
.close-events-popup .not-interest-btn {
    padding: 9px 24px;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    margin: 24px auto;
    border-radius: 30px;
    transition: transform 0.3s;
    min-width: 201px;
}
.close-events-popup .not-interest-btn, .close-events-popup .not-interest-btn:hover, .close-events-popup .not-interest-btn:focus, .close-events-popup .not-interest-btn:active {
    background: #82bc3b;
    color: #fff;
    border: #82bc3b solid 2px;
}
.close-events-popup .not-interest-btn + .not-interest-btn {
    margin-top: 0;
}
.close-events-popup button#do-not-interest {
    background: #db404b!important;
    border-color: #db404b!important;
}


/*Webinar modal end*/


/*Winning Contest section start*/

.common-section.winning_contest {
    text-align: center;
    color: #333;
    position: relative;
    width: 100%;
    background: none;
    min-height: auto;
    margin: 0 auto;
    padding: 70px 0;
    float: left;
}
.winning_contest .call_to_action_title {
    margin: 0 0 20px;
    text-transform: uppercase;
}
.winning_contest p {
    font-size: 20px;
}
.winning-sub-h p{font-size:18px;}
.winning-contest-panel {
    background: transparent;
    margin-top: 0px;
}
.winning_contest .panel {
    float: left;
    text-align: left;
    width: 100%;
    border: 0;
}
.winning_contest .common-button {
    margin: 30px 0 0;
}
.winning_contest .panel-body {
    padding: 0;
    color: #7e8595;
}
.winning_contest .ribbon-css {
    position: relative;
}
#winning_contest.winning_contest .ribbon-css {
    border: none;
    margin-top: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 16px rgb(0 0 0 / 20%);
    -ms-box-shadow: 0 4px 16px rgba(0,0,0,.2);
    -o-box-shadow: none;
    -moz-box-shadow: 0 4px 16px rgba(0,0,0,.2);
    box-shadow: 0 4px 16px rgb(0 0 0 / 20%);
    border-radius: 5px;
}
.winning_contest .listing-design_price {
    cursor: pointer;
    position: absolute;
    top: 10px;z-index: 8;
}
.winning_contest .ribbon {
    -moz-border-top-left-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -o-border-top-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-border-top-right-radius: 0;
    -ms-border-top-right-radius: 0;
    -o-border-top-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    color: #fff;
    display: inline-block;
    left: 0;
    line-height: 2;
    margin-left: -0.5em;
    margin-right: 0;
    position: relative;
}
.winning_contest .listing-design_price .ribbon_fold {
    border-color: #535865 #535865 transparent transparent;
    border-style: solid;
    border-width: 0.5em;
    display: inline-block;
    height: 0;
    left: 0;
    position: absolute;
    right: auto;
    top: 32px;
    width: 0;
}
#winning_contest .winning-contest-panel .listing-design_price .ribbon_fold {
    border-color: #66900d transparent transparent #66900d;
    left: auto;
    right: 0;
}
.winning_contest .ribbon_text {
    background: #82bc3b none repeat scroll 0 0;
    -moz-border-radius: 3px 0 0;
    -ms-border-radius: 3px 0 0;
    -o-border-radius: 3px 0 0;
    -webkit-border-radius: 3px 0 0;
    border-radius: 3px 0 0;
    font-size: 16px;
    padding: 0 0.75em 0 1em;
    white-space: nowrap;
}
.winning-contest-panel .ribbon_text_four .ribbon_text{
    padding: 0 .75em 0 .75em;
}
.winning-contest-panel .contest-win-img{
    border-radius: 0px;
}
#winning_contest.winning_contest .winning-contest-panel .contest_innerdetails_left {
    padding-top: 20px;
    float: none;
    padding-left: 20px;
    z-index: 2;
    position: relative;
}
.winning_contest .panel h4, .winning_contest .panel .contest_innerdetails_head {
    text-transform: uppercase;
}
#winning_contest.winning_contest .winning-contest-panel .contest_innerdetails_left h4, #winning_contest.winning_contest .winning-contest-panel .contest_innerdetails_left .contest_innerdetails_head {
    color: #2673b0;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0 0 8px;
    text-decoration: underline;
    width: 90%;
}
.contest_innerdetails_left > p {
    font-size: 14px;
}
.winning_contest .panel-body .author-info, .winning_contest .panel-body .right-css li span {
    color: #555659;
}
.contest_innerdetails_right {
    float: right;
    text-align: right;
}
.winning_contest .panel-body .author-info, .winning_contest .panel-body .right-css li span {
    color: #555659;
}


@media (max-width:991px){
    .common-section.winning_contest{
        display: none;
    }
}

/*Winning Contest section end*/

/*Design gallery inspiration CSS start*/

.designGalleryEntry {padding-top: 60px;background-color: #f4f4f4;padding-left: 0;padding-right: 0;padding-bottom: 60px;}
.row.logo-inspiration-row {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin: 0;
}
#entriesInn.designGalleryEntry .entries-main-box {
    max-width: none;
}
.entries-main-box .entries-box {
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    border: none;
    position: relative;
    float: left;
    width: 100%;
    min-height: 308px;
    margin: 0 0 30px 0;
    padding-top: 0;
    z-index: 1;
}
.entries-main-box .panel.entries-box {
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.designGalleryEntry .entries-main-box .entries-box {
    min-height: auto;
    height: calc(100% - 30px);
    background-color: transparent;
}
.entries-main-box .panel.entries-box {
    margin: 0px 0 30px 0;
    border-radius: 8px;
}
.thumbnail {
    padding: 0;
}
.thumbnail.entries-thumb {
    border: medium none;
    border-radius: 8px;
    margin: 0;
    overflow: hidden;
    position: relative;
}
.personalDesImg {
    overflow: hidden;
    height: 100%;
}
.designGalleryEntry .personalDesImg {
    height: 0;
    padding-top: 100%;
    position: relative;
}
.designGalleryEntry .entries-thumb img {
    -webkit-transition: transform 0.4s ease 0s;
    -ms-transition: transform 0.4s ease 0s;
    -o-transition: transform 0.4s ease 0s;
    -moz-transition: transform 0.4s ease 0s;
    transition: transform 0.4s ease 0s;
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.designGalleryEntry .entries-thumb .personalDesImg > img {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(1.1)!important;
    -o-transform: scale(1.1)!important;
    -ms-transform: scale(1.1)!important;
    -moz-transform: scale(1.1)!important;
    transform: scale(1.1)!important;
}
.thumbHoverDesc {
    height: calc(100% - 68px);
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.thumbHoverDesc {
    opacity: 0;
}
.designGalleryEntry .thumbHoverDesc {
    height: 100%;
}
.thumbHoverDescBg, .thumbHoverDescBg::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: opacity 300ms ease;
    transition: opacity 300ms ease;
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(62%, transparent), color-stop(63.94%, rgba(0,0,0,0.00345888)), color-stop(65.89%, rgba(0,0,0,0.014204)), color-stop(67.83%, rgba(0,0,0,0.0326639)), color-stop(69.78%, rgba(0,0,0,0.0589645)), color-stop(71.72%, rgba(0,0,0,0.0927099)), color-stop(73.67%, rgba(0,0,0,0.132754)), color-stop(75.61%, rgba(0,0,0,0.177076)), color-stop(77.56%, rgba(0,0,0,0.222924)), color-stop(79.5%, rgba(0,0,0,0.267246)), color-stop(81.44%, rgba(0,0,0,0.30729)), color-stop(83.39%, rgba(0,0,0,0.341035)), color-stop(85.33%, rgba(0,0,0,0.367336)), color-stop(87.28%, rgba(0,0,0,0.385796)), color-stop(89.22%, rgba(0,0,0,0.396541)), color-stop(91.17%, rgba(0,0,0,0.4)));
    background: linear-gradient(180deg, transparent 62%, rgba(0,0,0,0.00345888) 63.94%, rgba(0,0,0,0.014204) 65.89%, rgba(0,0,0,0.0326639) 67.83%, rgba(0,0,0,0.0589645) 69.78%, rgba(0,0,0,0.0927099) 71.72%, rgba(0,0,0,0.132754) 73.67%, rgba(0,0,0,0.177076) 75.61%, rgba(0,0,0,0.222924) 77.56%, rgba(0,0,0,0.267246) 79.5%, rgba(0,0,0,0.30729) 81.44%, rgba(0,0,0,0.341035) 83.39%, rgba(0,0,0,0.367336) 85.33%, rgba(0,0,0,0.385796) 87.28%, rgba(0,0,0,0.396541) 89.22%, rgba(0,0,0,0.4) 91.17%);
    border-radius: 8px;
}
.thumbHoverDescBg::after {
    content: '';
    transform: rotate(180deg);
}
.thumbHoverDescContent {
    padding: 10px;
    position: relative;
    z-index: 11;
    color: #cecece;
}
.thumbHoverDescContent .heading {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 8px;
    padding-right: 65px;
    word-break: break-all;
}
a .pinterest-box {
    background-color: #DF1A26;
    color: #fff;
    padding: 4px 15px 4px;
    position: absolute;
    right: 12px;
    text-align: center;
    top: 12px;
    border: 1px solid #555;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
a .pinterest-box>img {
    width: 24px!important;
    height: 24px!important;
}
.designGalleryEntry .pinterest-box, .winShowcaseDesign .pinterest-box, .entries-box .pinterest-box {
    opacity: 0;
}
.favCss-main {
    bottom: 10px;
    position: absolute;
    right: 12px;
    z-index: 999;
    left: 12px;
    text-align: right;
}
.favCss-main .whiteBtnNectar {
    opacity: 0;
    transition: all 0.4s ease 0s;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    -ms-transition: all 0.4s ease 0s;
}
.favCss-main .whiteBtnNectar .btn {
    font-size: 12px;
    padding: 7px 16px;
    box-shadow: none;
    border-radius: 30px;
}
.designGalleryEntry .entries-box .entries-detail {
    background: #fff;
    margin-top: 0;
    border-top: 1px solid #eeeeee;
}
#entriesInn .entries-box .entries-detail, .dg-right-box .entries-box .entries-detail {
    background: #f5f5f5;
    color: #333;
    border: none;
    float: left;
    width: 100%;
    padding: 10px 0 0;
    position: relative;
    -moz-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -ms-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    -moz-transition: transform 0.4s;
    transition: transform 0.4s;
    border: none;
}
.author-thumb{
    width: auto;
    float: left;
}
.designGalleryEntry .boxGridFooter .author-thumb {
    left: 0;
    position: absolute;
    top: 9px;
}
#entriesInn .panel-footer a {
    color: #333;
    font-size: 16px;
}
.designGalleryEntry .boxGridFooter .author-thumb img {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    max-width: 24px;
}
.designGalleryEntry .author-details, .dg-right-box .author-details {
    float: left;
    margin-left: 10px;
    width: auto;
}
.boxGridFooter .author-details {
    margin: 0;
    padding: 0 100px 0 25px;
    width: 100%;
    display: inline-flex;
}
.designGalleryEntry .boxGridFooter .author-details {
    padding: 0 140px 0 30px;
}
.author-name, .entryBlkMain {
    display: inline-block;
    clear: both;
}
.author-details.change-tooltip-props .author-name.pro-parent-css {
    position: static;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.entry-mid a, .author-name > a {
    color: #fff;
    text-decoration: none;
    position: relative;
}
#entriesInn .panel-footer a {
    color: #333;
    font-size: 16px;
}
.pro-parent-css .common-pro-css {
    background: #a9a9a9;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 0.5px;
    margin: 0 0 0 6px;
    position: absolute;
    text-align: center;
    text-transform: capitalize;
    top: 4px;
    line-height: 17px;
    width: 35px;
    padding: 2px 3px!important;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: #fff;
    background: #ccc;
    border-radius: 3px;
    margin-left: 5px;
    border: none;
    width: auto;
}
.designGalleryEntry .entries-main-box .author-name.pro-parent-css .common-pro-css {
    position: relative;
    top: 0px;
    display: inline;
    font-size: 12px;
    align-self: center;
    cursor: default;
}
.boxGridRight {
    position: absolute;
    right: 0px;
    top: 63%;
    display: flex;
    align-items: center;
    transform: translateY(-50%);
}
.entryBlkMain, .icon-css .btn.btn-default > i, .icon-css .btn.btn-default > span.personal_design_likes {
    font-size: 14px;
    color: #3d3d4e;
    line-height: 1.42857143;
}
.boxGridRight .entryBlkMain {
    order: 2;
    cursor: default;
    display: inline-flex;
    align-items: center;
}
.icon-right-de {
    width: 14px!important;
    height: 14px!important;
    color: #9e9ea7;
    -webkit-transition: color 200ms ease;
    transition: color 200ms ease;
    margin-right: 4px;
    outline: none;
}
.icon-right-de path {
    fill: #9e9ea7;
}
.favCss .active .icon-right-de path{fill: #d73c2c;}
.boxGridRight .icon-css.favCss {
    order: 1;
    display: flex;
    align-items: center;
}
.icon-css .btn.btn-default, .icon-css .btn.btn-default:active, .icon-css .btn.btn-default:focus {
    border: 1px solid rgba(158, 173, 195, 0.16);
    color: #999;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
}
.favCss .btn.btn-default, .favCss .btn.btn-default:active {
    background: #fff;
}
.boxGridRight .icon-css.favCss > .personal_design_like, #entriesPopup .icon-css.favCss > .likedesign, .dg-right-box .icon-css.favCss > .likedesign {
    padding: 0;
    border: 0;
}
.hert-icon-loader {
    display: inline-flex;
    align-items: center;
}
.favCss .icon-right-de:hover path {
    fill: #d73c2c;
}
#entriesInn .panel-footer a:hover {
    text-decoration: underline;
}
.entries-thumb:hover .thumbHoverDesc {
    opacity: 1;
    -moz-transition: opacity 250ms ease 0s;
    -ms-transition: opacity 250ms ease 0s;
    -o-transition: opacity 250ms ease 0s;
    -webkit-transition: opacity 250ms ease 0s;
    transition: opacity 250ms ease 0s;
    cursor: pointer;
}
.entries-thumb:hover .whiteBtnNectar {
    opacity: 1;
}
.designGalleryEntry .thumbnail.entries-thumb:hover .pinterest-box {
    opacity: 1;
    z-index: 999;
}
.entries-thumb:hover .whiteBtnNectar {
    opacity: 1;
}
.entries-main-box .author-details .common-pro-css:hover {
    background: #a9a9a9;
}
.displayFlex .favCss.icon-css .btn.btn-default.active { color:#d73c2c; background:#fff;}
.favCss.icon-css .btn.btn-default:hover, .favCss.icon-css .btn.btn-default:hover > i{background: transparent;box-shadow:none;}
.favCss.icon-css .btn.btn-default.active, .favCss.icon-css .btn.btn-default > i.active, .personal_design_like.btn.btn-default.active:hover i.active {color: #d73c2c;background: transparent;}
.favCss.icon-css .btn.btn-default.active:hover{background: #fff;}

.designer_settings_popup {
    display: none;
}
.entries-main-box.active .designer_settings_popup{
    box-shadow: 0 5px 10px rgb(0 0 0 / 20%);
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 6px;
    background-clip: padding-box;
    background: #fff;
    display: block;
    position: absolute;
    left: 0;
    bottom: 40px;
    width: 188px;
    z-index: 120;
}
.entries-main-box.active .designer_settings_popup:before {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-top: 12px solid rgba(0,0,0,.2);
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    content: '';
    bottom: -11px;
}
.designer_settings_popup .popover-title{
    margin: 0;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    width: 100%;
    font-size: 14px;
    padding: 6px;
    background: #000;
    color: #fff;
}
.entries-main-box.active .designer_settings_popup:after {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    border-top: 11px solid #fff;
    border-left: 11px solid transparent;
    border-right: 11px solid transparent;
    content: '';
    bottom: -10px;
}
.active-links-dropdown, .active-links-dropdown>li {
    display: flex;
    width: 100%;
}
.active-links-dropdown {
    flex-wrap: wrap;
    padding: 4px 0;
}
.active-links-dropdown>li {
    padding: 4px 6px;
}
.active-links-dropdown label {
    margin-bottom: 0;
    color: #333;
    font-weight: 500;
}
.panel-footer .active-links-dropdown a, #entriesInn .panel-footer .active-links-dropdown a, .portfolio-section .author-name .active-links-dropdown a {
    color: #106cff;
    display: inline-block;
    margin-left: 2px;
    font-size: 14px;
}
.panel-footer .active-links-dropdown a.button-disable, #entriesInn .panel-footer .active-links-dropdown a.button-disable {
    color: red;
    font-size: 14px;
}
.panel-footer .active-links-dropdown a.button-enable, #entriesInn .panel-footer .active-links-dropdown a.button-enable {
    color: #82bc3b;
    font-size: 14px;
}
.active-links-dropdown>li.divider {
    border-top: 1px solid #ccc;
    padding: 0;
    margin: 4px 0;
}
.panel-footer .active-links-dropdown a:hover, #entriesInn .panel-footer .active-links-dropdown a:hover, .portfolio-section .author-name .active-links-dropdown a:hover {
    text-decoration: underline!important;
}

.enab-dis-designer-popup .btn, .btn.enable-infos, .btn.disable-infos {
    transition: transform .3s;
    box-shadow: 0 3px 10px rgb(0 0 0 / 10%);
    border: #82bc3b solid 2px;
}

.btn.enable-infos, .btn.disable-infos {
    font-size: 15px;
    font-weight: 600;
    padding: 13px 22px;
    line-height: normal;
    min-width: 150px;
    border-radius: 30px;
    letter-spacing: .8px;
    text-transform: uppercase;
}
.btn.enable-infos {
    margin-right: 7px;
}
.btn.enable-infos, .btn.enable-infos:hover, .btn.enable-infos:focus, .btn.enable-infos:active {
    background: #82bc3b;
    color: #fff;
    border: #82bc3b solid 2px;
}

.btn.disable-infos, .btn.disable-infos:hover, .btn.disable-infos:focus, .btn.disable-infos:active {
    background: #fff;
    color: #82bc3b;
    border: #82bc3b solid 2px;
}

.enab-dis-designer-popup .btn:hover, .btn.enable-infos:hover, .btn.disable-infos:hover {
    transform: translateY(-1px);
}
.disbale-enable-infos.enab-dis-designer-popup .modal-dialog{max-width: 600px;}
@media (max-width: 991px){
    .custom-exHeading {
        margin: 20px 0 25px;
    }
    .entries-thumb .thumbHoverDesc, .thumbHoverDescBg, .entries-thumb .whiteBtnNectar {
        opacity: 1!important;
    }
}

@media (max-width: 767px){
    .custom-exHeading {
        font-size: 26px;
    }
    #entriesInn.designGalleryEntry.portfolio-section .entries-main-box {
        margin: 0;
        max-width: initial;
        width: 50%;
        float: left;
        min-width: auto;
    }
    .designGalleryEntry a .pinterest-box, .entries-thumb .timestamp, .thumbHoverDesc .icon-search-plus, .thumbHoverDescContent .content {
        display: none!important;
    }
    .designGalleryEntry .entries-box .pinterest-box{opacity: 1;display: inline-block!important;}
    .favCss-main {
        bottom: 16px;
        position: absolute;
        right: 0;
        z-index: 999;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .favCss-main .whiteBtnNectar .btn {
        font-size: 16px;
        padding: 14px 10px;
        line-height: 1;
        width: 100%;
    }
}

@media (max-width: 600px){
    #entriesInn.designGalleryEntry.portfolio-section .entries-main-box {
        width: 100%;
    }
}


/*Design gallery inspiration CSS start*/

/*New Featured in start*/

.newsFeature {
    background: #fff;
    color: #fff;
    float: left;
    margin: 0;
    padding: 50px 0 40px;
    width: 100%;
}
.newsFeature.change-as-feature-design {
    text-align: center;
    padding: 50px 0 30px;
}
.newsFeature .featured--title {
    color: #333333;
    display: inline-block;
    font-size: 22px;
    margin: 0 0 40px;
    text-transform: uppercase;
}
.newsFeature.change-as-feature-design .featured--title {
    margin: 0 0 30px;
}
.newsFeature.change-as-feature-design .newsFeature-images {
    margin-top: 0;
}
.newsFeature.change-as-feature-design a {
    display: inline-block;
    margin-bottom: 30px;
}
.newsFeature.change-as-feature-design .newFeatureImgCommon {
    height: 30px;
    margin: 0 16px;
}

@media (max-width: 1330px){
    .newsFeature.change-as-feature-design .newFeatureImgCommon {
        height: 24px;
    }
}
@media (max-width: 1200px){
    .newsFeature.change-as-feature-design .newsFeature-images {
        -webkit-overflow-scrolling: touch;
        width: 100%;
        overflow: hidden;
        overflow-x: auto;
        white-space: nowrap;
    }
}
@media (max-width: 1100px){
    .newsFeature.change-as-feature-design .newFeatureImgCommon {
        height: 21px;
    }
}
@media (max-width: 991px){    
    .newsFeature.change-as-feature-design a {
        margin-bottom: 30px;
    }
    .newsFeature.change-as-feature-design .newFeatureImgCommon {
        height: 21px;
        margin: 0 10px;
    }
}
@media (max-width: 767px){
    .newsFeature a {
        margin: 15px 0 30px;
    }
}


/*New Featured in end*/

/*Latests posts start*/

.design-latest-post {
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%) inset;
    padding: 50px 0;
    box-shadow: none;
    background-image: url(https://cdn1.designhill.com/assets/dh/images/logo-maker/social-media/bg-shape-2.svg);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    background-position: center;
}
.design-faq .design-faq-title, .design-post-title {
    color: #000;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.5px;
    line-height: 35px;
    margin: 0 0 50px;
    padding: 0 0 10px;
    position: relative;
    text-align: center;
    text-transform: uppercase;
}
.design-faq .design-faq-title::after, .design-post-title::after {
    border-bottom: 2px solid #262626;
    bottom: 0;
    content: "";
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 100px;
}
.design-faq .design-faq-title::after, .design-post-title::after {
    width: 120px;
}
.design-latest-post .design-post-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
.design-post-list .design-post-items {
    flex: 0 1 auto;
}
.design-post-list .design-post-items.swiper-slide {
    flex: none;
    /* width: 100%!important; */
    padding-top: 15px;
}
.design-latest-post .design-post-story {
    box-shadow: 0 1px 7px rgb(0 0 0 / 35%);
    margin: 0 0 25px;
    border-radius: 0 0 5px 5px;
    height: calc(100% - 25px);
    display: flex;
    flex-direction: column;
}
.design-latest-post .design-post-image {
    display: block;
    padding-top: 50%;
    width: 100%;
    flex-grow: 0;
}
.design-latest-post .design-post-image {
    padding-top: 0px;
}
.design-post-story .lazy {
    background-repeat: no-repeat;
    background-attachment: scroll;
    display: block;
    padding-top: 50%;
    width: 100%;
}
.design-latest-post .design-post-text {
    padding: 10px;
    border-radius: 0px 0px 5px 5px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    background-color: #fff;
}
.design-latest-post .post-heading {
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    width: 100%;
    flex-grow: 0;
}
.design-latest-post .design-post-chunks {
    color: #333;
    font-size: 15px;
    margin: 5px 0;
    flex-grow: 1;
}
.design-post-text .design-post-by {
    padding: 0 68px 0 0;
    position: relative;
}
.design-latest-post .design-post-author {
    color: #333;
    font-size: 15px;
    padding: 0;
}
@media (max-width: 991px){
    .design-post-title {
        line-height: 55px;
    }
}
@media (max-width: 767px){
    .design-faq .design-faq-title, .design-post-title {
        line-height: 35px;
    }
    .design-latest-post .design-post-story {
        max-width: 300px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}

/*Latests posts end*/


/*Testimonial section CSS start*/

.logo-design-testimonials, .logo-design-testimonials .logo-testi-details{
    display: inline-block;
    width: 100%;
}
.logo-design-testimonials{
    background-color: #fafbfc;
}
.common--testimonials {
    padding: 40px 0 0;
}
.entries-winning-title{
    font-size: 25px;
    line-height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;

}
.inner_get_start > h4, .inner_get_start > h2 {
    font-size: 33px;
    text-align: center;
    font-weight: 400;
    letter-spacing: 1px;
    padding-bottom: 25px;
    text-transform: capitalize;
    margin: 0;
}
.design-testimonials .dg-testimonial-heading {
    color: #000;
    font-size: 25px;
    font-weight: 500;
    margin: 0 0 10px;
    position: relative;
    text-transform: uppercase;
}
.logo-design-testimonials .design-testimonials .dg-testimonial-heading{font-weight:600;padding-bottom:25px!important;}
.get_start_container .text-center {
    text-align: center;
    width: 100%;
}
.star-rating-main-box .star-rating {
    display: inline-block;
    position: relative;
    text-align: left;
}
.star-rating-main-box .star-rating-large .star-rating {
    font-size: 30px;
    height: 30px;
    margin-left: 6px;
    width: 30px;
}
.star-rating-main-box .star-rating::before {
    color: #9a9a9a;
    content: "\f005";
    font-size: 100%;
    line-height: 29px;
    position: absolute;
    text-align: left;
    font-family: fontawesome;
}
.star-rating-main-box .star-ratings {
    color: rgb(254, 196, 45);
    font-size: 100%;
    height: 100%;
    line-height: 27px;
    margin: 0;
    overflow: hidden;
    position: absolute;
    text-align: left;
}
.star-rating-main-box .star-ratings::before {
    content: "\f005";
    margin: 0;
    font-family: fontawesome;
}
.star-rating-main-box p {
    font-size: 14px;
    text-transform: none;
}
.logo-design-testimonials .star-rating-main-box p {
    color: #333;
    line-height: normal;
    margin-top: 15px;
    margin-bottom: 30px;
}
.logo-testi-details .row-fluid{
    display: flex;
    -webkit-display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    align-items: start;
    -webkit-align-items: start;
    justify-items: start;
    -webkit-justify-items: start;
    text-align: left;
}
.logo-testi-details .row-fluid {
    align-items: unset;
    -webkit-align-items: unset;
}
#testimonial_div .col-lg-6.col-md-12.col-sm-12.col-xs-12, .logo-testi-details .col-lg-6.col-md-12.col-sm-12.col-xs-12, .tools-testimonialsSection .col-lg-6.col-md-12 {
    align-items: start;
    -webkit-align-items: start;
    -webkit-justify-items: start;
    float: none;
    justify-items: start;
    background-color: #fafbfc;
}
.tm-grid {
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.tm-rm-padding {
    padding: 0;
}
.tm-grid > div {
    height: 100%;
}
.tm-left img {
    border-radius: 100%;
    height: 50px;
    width: 50px;
}
.tm-left p a.author_name {
    color: #000000;
    font-weight: 600;
    margin-top: 5px;
    display: block;
    word-wrap: break-word;
    font-size: 13px;
}
.tm-left p span {
    display: block;
    font-size: 13px;
}
.tm-right {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 0 18px #dddddd;
    padding: 15px;
    position: relative;
    height: 100%;
}
.tm-right-content {
    width: calc(100% - 200px);
    -webkit-width: calc(100% - 200px);
}
.tm-rating {
    margin-bottom: 2px;
}
.tm-content {
    letter-spacing: 0.2px;
    line-height: 22px;
}
.tm-right .read_mr {
    font-size: 12px;
    display: inline-block;
    width: 100%;
}
.tm-bottom {
    font-size: 13px;
    font-weight: 600;
    margin-top: 0px;
    padding-right: 7px;
    color: #767676;
}
.tm-bottom-left .icon-map-marker {
    margin-right: 5px;
}
.tm-bottom .tm-bottom-left a {
    color: #767676;
}
.tm-image {
    border-radius: 0 5px 5px 0;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 215px;
    background-size: cover !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
}
.tm-image {
    width: 184px !important;
}
.tm-image img {
    object-fit: cover;
}
.tm-image img {
    height: 100%;
}
@media (max-width: 1280px){
    .tm-grid {
        margin-bottom: 20px;
    }
}
@media (max-width: 991px){
    .entries-winning-title {
        padding: 30px 0 10px;
        font-size: 25px;
    }
}
@media (max-width: 840px){
    .tm-grid .tm-left {
        text-align: center;
    }
}
@media (max-width: 767px){
    .entries-winning-title {
        margin-bottom: 20px;
        line-height: 40px;
        padding: 0px;
    }
    .logo-design-testimonials .design-testimonials .entries-winning-title{margin-bottom: 0px;}
    .text-center.star-rating-main-box {
        margin-top: 12px;
    }
    .tm-grid > div {
        height: auto;
    }
    .tm-right-content {
        width: 100%;
        text-align: center;
    }
    .tm-bottom-left {
        width: 100%;
        text-align: center;
        margin-bottom: 5px;
    }
    .tm-image {
        display: none!important;
    }
}
/*Testimonial section CSS end*/


/*Footer css in start*/

.footer-section-text {
    background: #f7f7f7;
    padding: 60px 0px;
    clear: both;
}
.footer-section-text {
    margin-left: -15px;
    margin-right: -15px;
}
.footer-menu-lists img {
    display: none;
}
.footer-section-text ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
}
.footer-section-text li {
    float: left;
    line-height: 1.8;
    width: 100%;
}
.footer-section-text ul li {
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0px 5px;
}
.footer-section-text .logoDesignCity li {
    width: 33%;
}
.footer-section-text .labelDesign li { width:25%; }
.footer-section-text .logoDesignIndustry li { width:50%; }
.footer-section-text a {
    color: #000;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 35px;
    /* transition: border-color .15s ease-out;
    border-bottom: solid 2px rgba(0,0,0,0); */
    padding: 2px 0px;
    white-space: nowrap;
}
/* .footer-section-text a:hover {
    border-bottom: solid 2px rgba(0,0,0,0.5);
} */
.footer-section-text h4, .footer-section-text .footer-menu-lists {
    color: #000;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 7px;
    position: relative;
}

@media (max-width: 1200px){
    .container-lg li {
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .container-lg li {
        font-size: 1.4rem;
    }
}
@media (max-width: 991px){
    .footer-section-text .logoDesignCity:first-child {
        margin-bottom: 20px;
    }
}
@media (max-width: 767px){
    .footer-section-text .logoDesignCity {
        float: left;
    }
    .newFooterCss .text_bottom_css, .container-lg li, .footerPolicyLink {
        font-size: 16px;
    }
    .footer-section-text .logoDesignCity li {
        width: 100%;
    }
    .footer-section-text .labelDesign li { width:50%; }
}
@media (max-width: 576px){
    .footer-section-text h4, .footer-section-text .footer-menu-lists {
        margin-bottom: 0;
        padding-bottom: 0;
        line-height: 36px;
        cursor: pointer;
    }
    .footer-section-text .footer-menu-lists {
        border-bottom: #ccc solid 1px;
        background: #f9f9f9;
        margin-bottom: 0;
        padding: 12px 35px 12px 15px;
        text-align: left;
        cursor: pointer;
        position: relative;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
    .remove-pd-lt-rt {
        padding-left: 0;
        padding-right: 0;
        margin: 0;
        width: 100%;
        float: left;
    }
    .footer-section-text .logoDesignCity {
        padding: 0px 15px;
    }
    .footer-section-text .logoDesignCity:first-child {
        margin-bottom: 0px;
    }
    .footer-section-text.show-accordian .logoDesignCity {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .footer-menu-lists img {
        display: block;
        float: right;
    }
    .footer-section-text .footer-menu-lists img {
        position: absolute;
        top: 50%;
        right: 12px;
        transform: translateY(-50%) rotate(-90deg);
        transition: transform 0.3s;
    }
    .footer-section-text.show-accordian a {
        display: block;
        width: 100%;
        line-height: 42px;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        text-transform: capitalize;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-section-text.show-accordian {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .footer-section-text ul {
        display: none;
    }
    .footer-section-text .container-fluid {
        padding: 0px;
    }
    .footer-section-text .footer-menu-lists {
        font-size: 16px;
    }
    .footer-section-text.show-accordian a {
        display: block;
        width: 100%;
        line-height: 42px;
        font-size: 14px;
        font-weight: 400;
        color: #333;
        text-transform: capitalize;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding-left: 15px;
        padding-right: 15px;
    }
    .footer-section-text.show-accordian a:hover {
        border-bottom: 2px solid transparent;
    }
    .footer-section-text .footer-menu-lists.active + .drop-down-menu-list {
        display: block;
    }
    .drop-down-menu-list > li {
        border-bottom: #d7d7d7 solid 1px;
    }
    .footer-section-text .footer-menu-lists.active img {
        transform: translateY(-50%) rotate(0deg);
        transition: transform 0.3s;
    }
    .col-lg-12.col-md-12.col-sm-12.labelDesign {
        padding: 0;
    }
    .footer-section-text .labelDesign li {
        width: 100%;
    }
}

/*Footer css in end*/

/*Main bottom Footer css in start*/

footer {
    clear: both;
    float: left;
    width: 100%;
}
.footerblock1 {
    background:#fff;
    font-size: 12px;
    line-height: 1.8em;
    padding: 60px 0;
    color: #999;
}
.container-lg {
    width: 1400px;
}
.specify-width-wraper, .new-bottom-footer {
    display: flex;
    width: 100%;
    flex-flow: wrap;
    justify-content: space-evenly;
}
.newFooterCss .col-lg-3.col-md-3 {
    width: 16%;
}
.newFooterCss .specify-width-wraper .last-elem {
    order: 6;
}
.newFooterCss .col-md-3:nth-child(2) {
    width: 14%;
}
.newFooterCss .col-md-3:nth-child(3) {
    width: 20%;
}
.newFooterCss .col-md-3:nth-child(4) {
    width: 18%;
}
.image-content-wraper {
    margin: 7px 0 20px;
}
.bottom-logo {
    width: 105px;
}
.text_bottom_css {
    padding: 0 10px 0 0;
    text-align: justify;
}
.newFooterCss .text_bottom_css {
    font-size: 1.5rem;
    line-height: 26px;
    color: #000;
    padding: 0;
    margin: 0;
    font-weight: normal;
}
.footerheading, .footerheadingL {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 0;
    line-height: 1.7em;
}
.container-lg .specify-width-wraper li {
    display: flex;
    align-items: center;
}
footer a, .footer a:active, .footer a:focus {
    color: #000000;
    text-decoration: none;
}
.container-lg .newFooterCss li a {
    padding: 6px 0px;
    position: relative;
    white-space: nowrap;
    color: #000000;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: normal;
}
.footerblock3 {
    background: #fff;
    font-size: 12px;
    color: #000000;
}
.new-bottom-footer {
    padding: 30px 0px 30px;
    border-top: rgba(199, 199, 199, 1) 1px solid;
}
.footerPolicyLinkL {
    display: flex;
    align-items: center;
    padding-right: 0px;
}
.footerPolicyLink {
    margin: 0;
    line-height: 2.6rem;
    font-size: 1.5rem;
}
.footerPolicyLinkM {
    text-align: center;
}
.footerPolicyLinkM a, .footerPolicyLink a {
    padding: 2px 0px;
    border-bottom: 2px solid transparent;
    font-weight: normal;
}
.footerPolicyLink > a:hover, .footerPolicyLinkM a:hover, .footerPolicyLinkM a:active, .footerPolicyLinkM a:focus {
    color: #bbb;
    text-decoration: none;
}
.footerPolicyLinkM a:hover, .footerPolicyLink a:hover {
    border-color: rgba(0,0,0,.5);
    color: #000;
}
.footerblock3 .footerPolicyLink > a:active, .footerblock3 .footerPolicyLink > a:focus, .footerblock3 .footerPolicyLink > a:hover {
    color: #000;
}
.footerPolicyLinkM a {
    margin: 0 0 0 15px;
}
.social-icons {
    text-align: right;
}
.footerblock3 .container-lg .list-inline>li {
    padding-right: 0px;
}
.footerblock3 .container-lg .new-bottom-footer .list-inline>li {
    line-height: normal;
}
.new-bottom-footer .social-icons a {
    width: auto;
    height: auto;
    background: transparent;
    display: inline-flex;
    text-align: center;
    margin-left: 10px;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.new-bottom-footer .social-icons a img{height:16px;}
.social-icons i {
    display: table-cell;
    vertical-align: middle;
    font-size: 13px;
    color: #fff;
}
.new-bottom-footer .social-icons i {
    display: inline;
    font-size: 20px;
    color: #000;
}
.new-bottom-footer .social-icons a:hover i {
    color: #777;
}
.new-bottom-footer .social-icons a:hover {
    background: transparent;
}
.container-lg li {
    font-size: 1.5rem;
}
.container-lg .newFooterCss li a:after {
    content: '';
    position: absolute;
    bottom: 5px;
    left: 0;
    height: 2px;
    width: 100%;
}
.container-lg .newFooterCss li a:hover:after {
    transition: all .15s;
    background-color: rgba(85,85,85,0.4);
}
@media (max-width: 1500px){
    .container-lg {
        width: 100%;
    }
}
@media (max-width: 1200px){
    .newFooterCss .col-md-3:nth-child(3) {
        width: 21.5%;
    }
    .newFooterCss .col-md-3:nth-child(6) {
        width: 14.5%;
    }
    .text_bottom_css {
        padding: 0px;
    }
    .newFooterCss .text_bottom_css {
        font-size: 12px;
    }
    .container-lg li {
        font-size: 13px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (max-width: 991px){
    .newFooterCss .col-lg-3.col-md-3 {
        min-height: auto;
        width: 33.333333%;
        margin-bottom: 30px;
    }
    .newFooterCss .col-lg-3.col-md-3.order-four {
        order: 4;
    }
    .newFooterCss .text_bottom_css {
        font-size: 13px;
    }
    .container-lg li {
        font-size: 1.4rem;
    }
    .social-icons {
        margin-top: 20px;
        text-align: center;
    }
    .new-bottom-footer .social-icons {
        margin-top: 0;
        text-align: right;
    }
    .footerblock3 .container-lg .list-inline>li {
        padding-left: 0px;
    }
}
@media only screen and (max-width: 800px){
    .footerPolicyLinkL {
        justify-content: center;
        margin-bottom: 15px;
        padding-left: 0px;
        width: 100%;
    }
    .new-bottom-footer .social-icons {
        text-align: center;
        width: 100%;
    }
}
@media (max-width: 767px){
    .newFooterCss .col-lg-3.col-md-3 {
        min-height: auto;
        width: 50%;
        margin-bottom: 10px;
    }
    .newFooterCss .specify-width-wraper .last-elem, .newFooterCss .col-lg-3.col-md-3.order-four {
        order: unset;
    }
    .newFooterCss .text_bottom_css, .container-lg li, .footerPolicyLink {
        font-size: 16px;
    }
    .newFooterCss .text_bottom_css, .container-lg li a, p.text_bottom_css {
        font-size: 16px;
    }
    .footerheading {
        margin-top: 10px;
        margin-bottom: 10px;
    }
    .footerPolicyLinkM a {
        font-size: 15px;
        padding: 10px 0;
        display: inline-block;
    }
    .footerblock3 .container-lg .list-inline>li {
        padding-left: 5px;
        padding-right: 5px;
    }
}
@media (max-width: 576px){
    .footer-section-text, .footerblock1 {
        padding: 30px 0px;
    }
    .newFooterCss .col-lg-3.col-md-3 {
        width: 100%;
        margin-bottom: 10px;
    }
    .footerheading {
        cursor: pointer;
        position: relative;
        margin: 0;
        padding-top: 7px;
        padding-bottom: 7px;
    }
    .footerheading:after {
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: '';
        display: inline-block;
        height: 0.5em;
        transform: translateY(-50%) rotate(135deg);
        vertical-align: top;
        width: 0.5em;
        position: absolute;
        right: 2px;
        top: 48%;
    }
    .footerheading + ul {
        display: none;
    }
    .footerheading.active + ul {
        display: block;
    }
    .footerheading.active:after {
        transform: translateY(-30%) rotate(-45deg);
    }
}
@media (max-width: 550px){
    .footerPolicyLinkL {
        display: block;
    }
    .footerPolicyLink {
        text-align: center;
        margin-bottom: 10px;
    }
    .footerPolicyLink.footerPolicyLinkM {
        margin-bottom: 5px;
    }
}
@media (max-width: 480px){
    .footerPolicyLinkL {
        text-align: center;
    }
    .footerPolicyLinkM a:first-child {
        margin-left: 0px;
    }
    .social-icons {
        margin-top: 20px;
        text-align: center;
    }
}

/*Main bottom Footer css in end*/

/*Fontwesom css start for this page only*/

@font-face {
    font-family: FontAwesome;
    font-display: swap;
    font-weight: 400;
    font-style: normal;
    src: url(//cdn1.designhill.com/assets/dh/fonts/fontawesome-webfont.eot?v=5.2.2);
    src: url(//cdn1.designhill.com/assets/dh/fonts/fontawesome-webfont.eot?#iefix&v=5.2.2) format('embedded-opentype'),url(//cdn1.designhill.com/assets/dh/fonts/fontawesome-webfont.woff?v=5.2.2) format('woff'),url(//cdn1.designhill.com/assets/dh/fonts/fontawesome-webfont.ttf?v=5.2.2) format('truetype'),url(//cdn1.designhill.com/assets/dh/fonts/fontawesome-webfont.svg#fontawesomeregular?v=5.2.2) format('svg')
}
[class*=" icon-"],[class^=icon-] {
    font-size: 14px;
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased
}

[class*=" icon-"]:before,[class^=icon-]:before {
    text-decoration: inherit;
    display: inline-block;
    speak: none
}
a [class*=" icon-"],a [class^=icon-] {
    display: inline
}
[class*=" icon-"],[class^=icon-] {
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0
}
.icon-star2:before,.icon-star:before {
    content: "\f005"
}
.icon-remove:before {
    content: "\f00d"
}
.icon-ok-sign:before {
    content: "\f058"
}
.icon-twitter:before {
    content: "\f099"
}
.icon-facebook:before {
    content: "\f09a"
}
.icon-bell:before {
    content: "\f0a2"
}
.icon-linkedin:before {
    content: "\f0e1"
}
.icon-instagram:before {
    content: "\f16d"
}
.icon-long-arrow-right:before {
    content: "\f178"
}
.icon-pinterest-p:before {
    content: "\f231"
}
.icon-caret-right:before {
    content: "\f0da";
}
.icon-close:before {
    content: "\f00d";
}
.icon-map-marker:before {
    content: "\f041";
}
.icon-angle-double-right:before {
    content: "\f101";
}
.icon-chevron-right:before{content:"\f054"}
.icon-heart:before{content:"\f004"}
.icon-angle-down:before{content:"\f107"}
.icon-play-circle:before{content:"\f01d"}
.icon-google-sign:before {
    content: "\f1a0";
}
.icon-ok:before{content:"\f00c"}
.icon-ban-circle:before{content:"\f05e"}
.icon-warning-sign:before{content:"\f071"}
/*Fontwesom css end for this page only*/

/*Disable enable modal start*/
.disbale-enable-infos .modal-content{width:100%;float:left;}
.disbale-enable-infos .modal-footer{padding:30px 15px;text-align:left;}
.disbale-enable-infos .modal-body p{font-size:16px;color:#333;margin-bottom:0;}
.modal.in.disbale-enable-infos .modal-dialog{padding-left:15px;padding-right:15px;}
@media screen and (max-width:767px){
.modal.in.disbale-enable-infos .modal-dialog{margin-top:60px!important;}
}
/*Disable enable modal end*/

/* Editor design css start */
.common-howCss.editor-design-props .inner-logoDesigner-head,
.common-howCss.editor-design-props .inner_logoDesigner > p{text-align: left;}
.own-logo-info ul,
.common-howCss.editor-design-props ul{width:100%;float: left;margin:0px;padding:0px;text-align: left;}
.own-logo-info ul li,
.common-howCss.editor-design-props ul li{text-align: left;font-size: 16px;color: #637381;line-height: 1.6;padding-left:20px;position: relative;}
.own-logo-info ul li:before,
.common-howCss.editor-design-props ul li:before{color: #82bc3b;font-weight: 600;font-size: 16px;top: 1px;position: absolute;left: 0;content: '\2713';font-family: fontawesome;}
.own-logo-info ol,
.common-howCss.editor-design-props ol{width:100%;float: left;margin:0px;padding:0px 0px 0px 18px;text-align: left;}
.own-logo-info ol li,
.common-howCss.editor-design-props ol li{list-style:decimal;text-align: left;font-size:16px;color: #637381;line-height: 1.6;}
/* Editor design css end */

/* How it works css start */
.logo-how-it .common-howCss .inner_logoDesigner{display: flex;flex-direction: column;align-items: center;}
.wrap-category-data{display: flex;flex-direction: column;justify-content: flex-start;}
.common-howCss.editor-design-props ul{width:auto;float:none;}
.common-howCss.editor-design-props ul li{text-align: left;font-size: 16px;color: #637381;line-height: 1.6;padding-left: 20px;position: relative;}
.common-howCss.editor-design-props ul li:before{color: #82bc3b;font-weight: 600;font-size: 16px;top: 1px;position: absolute;left: 0;content: '\2713';font-family: fontawesome;}
.wrap-category-data p{font-size: 16px;margin: 0;color: #637381;}
/* Categroy industry testimonial design changes css start */
.tm-grid.review-props-info{height: auto;margin-bottom:0px;}
.tm-right.catg-review-props{background:transparent;box-shadow:none;}
.reviews-details{font-size:26px;line-height:1.6;width:100%;float:left;margin-bottom:24px;}
.tm-right.catg-review-props .read_mr{width: auto;font-size:20px;color:#82bc3b;cursor:pointer;}
.tm-right.catg-review-props .read_mr:hover{text-decoration: underline;}
.catg-review-props .tm-rating > i{font-size:22px;}
.catg-review-props .tm-rating{position: relative;padding-left:48px;display: inline-block;}
.user-reviews-details{width:100%;display: flex;justify-content: space-between;align-items: center;}
.inline-display{display: inline-flex;}
.catg-review-props .tm-right-content{width:100%;float: left;padding-left:30px;}
.catg-review-props.tm-bottom{font-size:16px;padding-right: 0px;}
.catg-review-props .profiles-images{width: 100px;height: 100px;border-radius: 100%;background: #fff;box-shadow:1px 2px 6px rgb(0 0 0 / 10%);}
.catg-review-props .profiles-images a{width:100%;height:100%;display:flex;justify-content: center;align-items: center;}
.catg-review-props .img-circle{max-width:100px;max-height:100px;}
.logo-design-testimonials .logo-testi-details.spaces-info{padding-bottom: 30px;}
.swiper-container.category-testimonials{width: 100%;max-width: 840px;padding-bottom: 42px;margin-bottom: 42px;}
.profiles-details.inline-display{flex-direction: column;padding-left: 20px;font-size: 16px;color:#333;justify-content: center;}
.profiles-details.inline-display p{margin-bottom:0px;text-align: left;}
.profiles-details.inline-display .tm-bottom-left{margin-top:2px;text-align: left;}
.review-date-props{width: 100%;display: flex;color:#333;}
.catg-review-props .tm-bottom{font-weight:400;}
.action-colors,
.action-colors:hover,
.action-colors:focus{color:#82bc3b;}
.author_name.action-colors:hover{text-decoration: underline;}
.case-study-infos.action-colors{display: inline-flex;align-items: center;background: #fff;padding: 2px 10px;box-shadow: 1px 2px 6px rgb(0 0 0 / 10%);border-radius: 20px;margin-top: 8px;transition: transform 0.3s;}
.case-study-infos.action-colors:hover{transform:translateY(-1px);}
.reviews-right-parts img{width: auto;max-width: 200px;max-height: 200px;height: auto;border-radius: 10px;}
.catg-review-props .tm-right-content:before{left: 0px;top: 6px;content: "\f10d";}
.catg-review-props .tm-rating:before{left: 9px;top: 11px;content: "\f10e";}
.catg-review-props .tm-right-content:before, 
.catg-review-props .tm-rating:before{position: absolute;font-family: fontawesome;font-size: 40px;color: rgb(188, 203, 237);line-height: 1;}
.category-testimonials .swiper-wrapper{padding-bottom:60px;}
.category-testimonials .swiper-pagination-bullet{background: #82bc3b;cursor: pointer;height: 13px;width: 13px;border-radius: 50%;transition: all .4s ease;opacity: .5;}
.category-testimonials.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin: 3px 10px;}
.category-testimonials .swiper-pagination-bullet.swiper-pagination-bullet-active{opacity: 1;box-shadow: 0 0 0 3px #ddd, 0 0 0 5px #82bc3b;}
.dg-testimonial-heading.center-props{font-size:32px;font-weight:600;text-align: center;margin-bottom: 24px;text-transform: none;}
.entries-winning-title.spaces-info{padding-bottom:30px;}
.more-industry-btn.change-btn-props{background: #598129; color: #FFF; border-color: #598129;}
@media screen and (max-width:767px){
    .reviews-details{font-size:16px;text-align: left;}
    .catg-review-props .tm-right-content:before, .catg-review-props .tm-rating:before{font-size:24px;}
    .catg-review-props .tm-right-content:before{left:15px;top:10px;}
    .catg-review-props .tm-rating:before{left:9px;top:5px;}
    .catg-review-props .tm-rating{padding-left:34px;}
    .tm-right.catg-review-props .read_mr,
    .catg-review-props .tm-rating > i{font-size:16px;}
    .catg-review-props .tm-imagem,
    .reviews-right-parts.inline-display,
    .reviews-right-parts img{display: none;}
}
/* Categroy industry testimonial design changes css end */

/* Category industry page listing css start */
.footer-section-text.show-accordian .logoDesignCity + .logoDesignCity{margin-top: 0px;padding-top: 60px;border-top: rgba(199, 199, 199, 1) 1px solid;}
@media screen and (max-width:576px){
.footer-section-text.show-accordian .logoDesignCity + .logoDesignCity{margin-top: 0px;padding-top: 0px;border-top: none;}
}