/*
Theme Name: Design Sense WEb
Theme URI: https://wordpress.org/themes/twentyseventeen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Seventeen brings your site to life with header video and immersive featured images. With a focus on business sites, it features multiple sections on the front page as well as widgets, navigation and social menus, a logo, and more. Personalize its asymmetrical grid with a custom color scheme and showcase your multimedia content with post formats. Our default theme for 2017 works great in many languages, for any abilities, and on any device.
Version: 2.1
*/
#menu-mainmenu ul.sub-menu {display:none; }
.pagination { clear: both; }
.pricing-header .icon-center{ text-align: center; text-align: -webkit-center;}
.heading_page .open-title small{color: #FF6600;}

body.homepage .feature-box h6{
    line-height: 14px;
    margin-bottom: 10px;
}
body.homepage .feature-box i.alignleft{
    margin-top: 0px;
}
body.homepage .feature-box i.icon-html52, body.homepage .feature-box i.icon-list-numbered{
    margin-top: 2px;
}
body.homepage .feature-box i.icon-embed2{
    margin-top: -.5px;
}
body.page-template-Web-Management-new{
	font-size:15px;
}


.page-template-testimonials .testimoni-wrapper.pull-right blockquote,
.page-template-testimonials .testimoni-wrapper.pull-right{
    float: none !important;
}

.containt ul{
    margin-top:0;
}

.heading_page .open-title {
    z-index: 1;
}

img.client{max-width:100%;}

body .web-text{font-size:15px;}

.team-network img.img-responsive {
    width: 230px;
}

#recent-blog .article-title,
.owl-item .article-title {float:none;}

#recent-blog article p,
.owl-item article p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

body .t-title{
    text-transform: none;
    margin-bottom: 8px;
    margin-top: 15px;
}
body .aw-content h2:first-child{
    margin-top: 0;
}
body .t-title + p {
    margin-bottom: 15px;
}

body .btn-icon{
    font-size: 15px;
    width: 100%;
    text-align: left;
    max-width: 300px;
    padding: 15px 30px 15px 15px;
    position: relative;
    border: 1px solid #FF6600;
}
body .btn-icon i{
    position: absolute;
    right: 15px;
    line-height: 52px;
    top: 0;
    font-size: 22px;
}

.btn.border-2x{
    border: 2px solid #FF6600;
}

body .btn.hover-trans:hover{
    color: #FF6600;
    background-color: transparent;
}



/*..........Header Side Menu CSS End.........*/

button.search_popup{
    background-color: transparent;
    border: none;
    position: absolute;
    right: 100px;
    font-size: 26px;
    top: 22px;
}

button.side-menu-btn {
    background-color: #ff6600;
    padding: 14px 15px;
    height: 72px;
    line-height: 1;
    margin: 0;
    display: block;
    width: 80px;
    text-align: center;
    text-align: -webkit-center;
    border: none;
    position: absolute;
    right: 0;
}
.side-menu-btn .icon-bar {
    background-color: #fff;
    display: block;
    height: 3px;
    margin-bottom: 5px;
    width: 26px;
    text-align: center;
}
.side-menu-btn .icon-bar:last-child {
    margin-bottom: 0;
}

.work .close-side-menu {
    position: absolute;
    left: -60px;
    top: 0;
    height: 56px;
    width: 60px;
    padding: 5px;
}
.work .close-side-menu .icon-bar {
    height: 2px;
    width: 22px;
}
.work .side-logo{
    margin-bottom: 40px;
}
.work .side-logo img {
    max-width: 100%;
    width: 230px;
}
.work .client-logo .logo-link{
    background-color: #fff;
}
.work .client-wrapper .client-logo img {
    max-height: 50px;
    max-width: 62px;
}
.side-menu h4{
    font-size: 18px;
    line-height: 22px;
}
.side-menu .contact_info{
    margin-top: 40px;
}

.side-menu .address-section span{
    display:block;
}

.side-menu .address-section {
    font-size: 15px;
    margin-bottom: 25px;
}

.side-menu .address-section span {
    position: relative;
    display: block;
    margin-bottom: 16px;
    padding-left: 35px;
    line-height: 1.3;
}

.side-menu .address-section span i {
    margin-right: 8px;
    height: 23px;
    position: absolute;
    left: 0;
    top: -6px;
    font-size: 20px;
    line-height: 2;
    text-align: center;
}
.side-menu .address-section span.fax i,
.side-menu .address-section span.mail i {
    font-size: 16px;   
}

.side-menu .address-section span i.fa-phone{
    top:-8px;
}

.side-menu .social-network li a {
    color: #777777;;
    margin-right: 20px;
    font-size: 20px;
}

body.side-menu-opned .side-menu-overlay {
    opacity: 1;
    visibility: visible;
}
.side-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(65, 65, 65, 0.6);
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
}

.side-menu{
    position: fixed;
    z-index: 99999;
    background-color: #070707;
    width: 400px;
    right: 0;
    height: 100%;
    padding: 40px 35px;
    transform: translateX(calc(100% + 80px));
    transition: transform 0.45s ease-in-out;
}
body.side-menu-opned .side-menu {
    transform: translateX(0);
}

.side-menu .contact_info a,
.side-menu .contact_info span,
.side-menu .contact_info label,
.side-menu .contact_info div,
.side-menu .contact_info p,
.side-menu h4{
    color: #fff;
    text-transform: none;
}


.side-menu .client-wrapper {
    padding: 0;
    margin-left: -5px;
    margin-right: -5px;
}


body .open-side-menu .icon-bar:nth-child(1) {
    animation: ease 0.7s 0.4s top-bar-c backwards;
}
body .open-side-menu .icon-bar:nth-child(2) {
    animation: ease 0.7s 0.4s middle-bar-c backwards;
}
body .open-side-menu .icon-bar:nth-child(3) {
    animation: ease 0.7s 0.4s bottom-bar-c backwards;
}

body.side-menu-opned .open-side-menu .icon-bar:nth-child(1) {
    animation: ease 0.7s 0.4s top-bar-o forwards;
}
body.side-menu-opned .open-side-menu .icon-bar:nth-child(2) {
    animation: ease 0.7s 0.4s middle-bar-o forwards;
}
body.side-menu-opned .open-side-menu .icon-bar:nth-child(3) {
    animation: ease 0.7s 0.4s bottom-bar-o forwards;
}

@keyframes top-bar-o {
    0% {
    top: 0;
    transform: rotate(0);
    }
    50% {
    top: 7px;
    transform: rotate(0);
    }
    100% {
    top: 7px;
    transform: rotate(20deg);
    }
}

@keyframes middle-bar-o {
    0% {
    transform: scale(0);
    }
    50% {
    transform: scale(0);
    }
    100% {
    transform: scale(1);
    }
}

@keyframes bottom-bar-o {
    0% {
    bottom: 0px;
    transform: rotate(0);
    }
    50% {
    bottom: 7px;
    transform: rotate(0);
    }
    100% {
    bottom: 7px;
    transform: rotate(115deg);
    }
}

@keyframes top-bar-c {
    0% {
    top: 7px;
    transform: rotate(20deg);
    }
    50% {
    top: 7px;
    transform: rotate(0);
    }
    100% {
    top: 0;
    transform: rotate(0);
    }
}
@keyframes middle-bar-c {
    0% {
    transform: scale(0);
    }
    50% {
    transform: scale(0);
    }
    100% {
    transform: scale(1);
    }
}
@keyframes bottom-bar-c {
    0% {
    bottom: 7px;
    transform: rotate(115deg);
    }
    50% {
    bottom: 7px;
    transform: rotate(0);
    }
    100% {
    bottom: 0;
    transform: rotate(0);
    }
}


body .close-side-menu .icon-bar:nth-child(1) {
    animation: ease 0.7s 0.4s top-bar-2-o backwards;
}
@keyframes top-bar-2-o {
    0% {
    top: 7px;
    transform: rotate(45deg);
    }
    50% {
    top: 7px;
    transform: rotate(0);
    }
    100% {
    top: 0;
    transform: rotate(0);
    }
}

body.side-menu-opned .close-side-menu .icon-bar:nth-child(1) {
    animation: ease 0.7s 0.4s top-bar-2-c forwards;
}
@keyframes top-bar-2-c {
    0% {
    top: 0;
    transform: rotate(0);
    }
    50% {
    top: 7px;
    transform: rotate(0);
    }
    100% {
    top: 7px;
    transform: rotate(45deg);
    }
}


body .close-side-menu{
    display: flex;
    justify-content: center;
    align-items: center;
}
body .close-side-menu > span{
    width: 22px;
    line-height: 0;
}
body .close-side-menu > span span{
    display: inline-block;
    position: relative;
    vertical-align: top;
}

body .close-side-menu .icon-bar:nth-child(2) {
    animation: ease 0.7s 0.4s top-middle-2-o backwards;
}
@keyframes top-middle-2-o {
    0% {
    transform: scale(0);
    }
    50% {
    transform: scale(0);
    }
    100% {
    transform: scale(1);
    }
}

body.side-menu-opned .close-side-menu .icon-bar:nth-child(2) {
    animation: ease 0.7s 0.4s top-middle-2-c forwards;
}
@keyframes top-middle-2-c {
    50% {
    transform: scale(0);
    }
    100% {
    transform: scale(0);
    }
}

body .close-side-menu .icon-bar:nth-child(3) {
    animation: ease 0.7s 0.4s top-bottom-2-o backwards;
}
@keyframes top-bottom-2-o {
    0% {
    bottom: 7px;
    transform: rotate(135deg);
    }
    50% {
    bottom: 7px;
    transform: rotate(0);
    }
    100% {
    bottom: 0;
    transform: rotate(0);
    }
}

body.side-menu-opned .close-side-menu .icon-bar:nth-child(3) {
    animation: ease 0.7s 0.4s top-bottom-2-c forwards;
}
@keyframes top-bottom-2-c {
    0% {
    bottom: 0px;
    transform: rotate(0);
    }
    50% {
    bottom: 7px;
    transform: rotate(0);
    }
    100% {
    bottom: 7px;
    transform: rotate(135deg);
    }
}

/*..........Header Side Menu CSS Start.........*/

body.single-post .widget h6 {
    font-size: 14px;
    line-height: 20px;
}
body.single-post .widget p {
    font-size: 14px;
}
body .article-post figure{
    max-width: 100%;
}
body .article-post figure,
.article-post img{
    margin-top: 20px;
    margin-bottom: 20px;
}
body .article-post figure img {
    margin: 0;
}
.pricing-section .feature-box p{
    font-size: 14px;
}
.column-box.home-column-box {
    font-size: 15px;
}
.column-box.home-column-box .service-img {
    height: 70px;
    max-height:100%;
    max-width:100%;
    margin-bottom:10px;
}

.containt ul:not(.pricing-list):not(.recent):not(.social-network):not(.listForm):not(.address-info){
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
.containt ul:not(.pricing-list):not(.recent):not(.social-network):not(.listForm):not(.address-info) li{
    padding-left: 20px;
    position: relative;   
}
.containt ul:not(.pricing-list):not(.recent):not(.social-network):not(.listForm):not(.address-info) li:before{
    top: 0px;
    position: absolute;
    content: ".";
    color: #ff6600;
    font-size: 45px;
    line-height: 1px;
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    text-align: left;
    text-transform: uppercase;
    left: 0;
}

body.single-post p + h1, body.single-post p + h2, body.single-post p + h3, 
body.single-post p + h4, body.single-post p + h5, body.single-post p + h6 {
    padding-top: 10px;
    margin-bottom: 8px;
}

/*..........Faqs section Css Start.........*/

.page-template-team .containt {
    padding: 40px 0 0;
}

.service_faqs{
    background-color: #EFEFEF;
    padding: 30px 0 20px;
    margin-top: 30px;
}

.service_faqs .heading_page .section-title {
    color: #fff;
}

.service_faqs .panel-group {
    /*padding-top: 10px;*/
}
.service_faqs .panel-group .panel {
    border: none;
    background-color: transparent;
    border-bottom: 1px solid #cdcdcd;
    padding-bottom: 15px;
    padding-top: 10px;
}

.service_faqs .panel-group .panel:last-child {
    border-bottom: none;
}

.service_faqs .panel-default .panel-body,
.service_faqs .panel-heading .panel-title a:hover,
.service_faqs .panel-heading .panel-title a{
    color: #1c1c1c;
    text-transform: none;
}

.service_faqs .panel-heading .panel-title a {
    padding-right: 60px;
    position: relative;
}
.service_faqs .panel-heading .panel-title a i{
    position: absolute;
    right: 15px;
    top: 2px;
    font-size: 25px;
    color: #ff6600;
}
.service_faqs .panel-heading .panel-title a:not(.collapsed) .fa-chevron-down:before {
    content: "\f077";
}

.service_faqs .panel-heading{
    padding: 0;
}
.service_faqs .panel-body {
    padding: 0;
}
.service_faqs .panel-title {
    font-size: 20px;
    font-family: 'Raleway', sans-serif;
}
.service_faqs .panel-group .panel-collapse .panel-body{
    border-top: none !important;
    padding-top: 15px;
    max-width: calc( 100% - 100px );
    font-family: 'Raleway', sans-serif;
} 


/*..........Faqs section Css End.........*/


/*..........Pricing Table changes Start...........*/

.pricing_table_new .pricing-wrapper {
    padding: 20px;
}
.pricing_table_new .pricing-wrapper .pricing-header-1{
    border: none;
    margin-bottom: 5px;
}
.pricing_table_new .pricing-wrapper .pricing-header-1 h4.package-title{
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom:8px;
    font-size: 18px;
    overflow: hidden;
    text-align: center;
    color:#0b0b0b;
}

.pricing_table_new .pricing-wrapper .pricing-header-1 h4::before,
.pricing_table_new .pricing-wrapper .pricing-header-1 h4::after {
  background-color: #ff6600;
  content: "";
  display: inline-block;
  height: 2px;
  position: relative;
  vertical-align: middle;
  width: 50%;
  margin-top: -1px;
}

.pricing_table_new .pricing-wrapper .pricing-header-1 h4::before {
  right: 0.5em;
  margin-left: -50%;
}

.pricing_table_new .pricing-wrapper .pricing-header-1 h4::after {
  left: 0.5em;
  margin-right: -50%;
}

.pricing_table_new .pricing-wrapper .pricing-header-1 span.package-category{
    margin-top: 12px;
    border-bottom: 1px solid #ededed;
    padding-bottom: 10px;
    font-family: 'Raleway', sans-serif;
    color: #0b0b0b;
    display:block;
    text-align:center;
}
.pricing_table_new .pricing-wrapper .pricing-header-2{
    border-bottom: none;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px
}
.pricing-wrapper .pricing-header-2 span:not(.pricing-price){
    padding-left: 5px;
    color: #999;
    letter-spacing: -.5px;
}
.pricing_table_new ul.pricing-list{
    margin: 0 0 20px 0;
}

.package_pricing_table .table-footer .btn,
.pricing_table_new .pricing-action .btn{
    border-radius: 25px;
    padding: 12px 20px;
}

/*.pricing_table_new ul.pricing-list li > i{
    display: none;
}*/

/*.pricing_table_new ul.pricing-list li{
    position: relative;
    padding-left: 25px;
}*/
/*.pricing_table_new ul.pricing-list li:before{
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e710";
    color: #FF6600;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
}*/

/*..........Pricing Table changes End...........*/


/*..........Package Pricing Table Css End...........*/

.package_pricing_table .table-3 .th{
    width: 25%;
}
.package_pricing_table .table-4 .th{
    width: 20%;
}
.package_pricing_table .table .first_th{
    width: 25%;
}
.package_pricing_table .table.table-4 .first_th{
    width: 20%;
}
.package_pricing_table .table .btn{
    max-width: 350px;
    margin: 20px auto;
    /*padding: 15px;*/
    font-size: 18px;
}


.package_pricing_table .table h4{
    color: #FF6600;
    font-family: 'Raleway', sans-serif;
}
.package_pricing_table .table .plan_details{
    margin-bottom: 10px;   
    font-weight: 500;
    padding: 0 15px;
}
.package_pricing_table .table .plan_price{
    font-family: 'Raleway', sans-serif;
    color: #FF6600;
    font-size: 20px;
    font-weight: 500;
}

.package_pricing_table .table .feature_details i{
    font-size: 18px;
}
.package_pricing_table .table .feature_details i.icon-checkmark{
    color: #FF6600;
}

.package_pricing_table .table .feature_details,
.package_pricing_table .table thead th,
.package_pricing_table .table .table-footer td{
    text-align: center;
}

.package_pricing_table .table>tbody>tr>td, .package_pricing_table .table>tbody>tr>th,
.package_pricing_table .table>tfoot>tr>td, .package_pricing_table .table>tfoot>tr>th {
    padding: 15px;
}
.package_pricing_table .table>thead>tr>td, .package_pricing_table .table>thead>tr>th {
    padding: 35px 25px;
}

.package_pricing_table .package_pricing_table-mobile{
    display:none;
}
/*..........Package Pricing Table Css Start...........*/


.breadcrumbs-row  {
    padding: 15px 0;
}
body .breadcrumbs-row .sticky-wrapper {
    left: initial;
    position: relative;
    right: initial;
    z-index: 1;
    height: auto !important;
    background-color: transparent !important;
}
.breadcrumbs-row nav span,
.breadcrumbs-row nav a {
    color: #1c1c1c;
    font-family: 'Raleway', sans-serif;
    vertical-align: middle;
}
.breadcrumbs-row nav span.separator {
    padding: 0 4px;
}
.breadcrumbs-row p {
    margin-bottom: 0;
}

body:not(.showD) #toTop,
body:not(.showD) #open_contact_popup{display: none !important;}


.team_zoom_image .img-zoom .img-caption {
    bottom: -200px !important;
}
.team_zoom_image .img-zoom:hover .img-caption {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    left: 0;
    bottom: 0px !important;
}

.team_zoom_image .img-zoom:hover .img-caption i{
    text-align: center;
    position: absolute;
    top: calc( 50% - 22.5px );
    left: calc( 50% - 22.5px );
    z-index: 1;
}

.team_zoom_image .img-zoom .img-maxwidth {
    -webkit-transition: all .5s cubic-bezier(0.21,0.87,0.52,1.02);
    transition: all .5s cubic-bezier(0.21,0.87,0.52,1.02);
    -webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
    backface-visibility: hidden;
}

.team_zoom_image .img-zoom:hover .img-maxwidth {
    opacity: 0.2;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.single-post article ul + h4{margin: 20px 0 10px;}
section#block-3 {margin-bottom: 5px;}


.article-post article ul,
.article-post article div[class^="col"]{margin-bottom: 15px;} 

@media (min-width: 768px){
	.single-post .article-post{padding-right: 20px;}
	.DWS-packages-row{max-width:92%;margin:auto;}
	.column-box.home-column-box .icon-5x {
        font-size: 5.5em;
    }
    /*.column-box.home-column-box {
        font-size: 16px;
    }*/
    
    .column-box.home-column-box .service-img {
        height: 85px;
    }
    
    .tesimonials_container blockquote p{
        font-size: 24px;
        line-height: 36px;
    }
    .tesimonials_container .testimoni-author{
        font-size: 15px;
    }
    .tesimonials_container .testimoni-author a {
        font-size: 20px;
    }
    
    #menu-mainmenu .dropdown-menu {
        width: 280px;
    }
    #menu-mainmenu .dropdown-menu .menu-item-has-children{
        position: relative;
    }
    #menu-mainmenu .dropdown-menu .menu-item-has-children .dropdown-menu{
        top: 0px;
        right: -280px;
        display:none !important;
    }
    #menu-mainmenu .dropdown-menu .menu-item-has-children:hover  .dropdown-menu{
        display:block !important;
    }
    #menu-mainmenu .dropdown-menu .menu-item-has-children > a:after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 9px;
        vertical-align: middle;
        border-top: 5px dashed;
        border-top: 5px solid\9;
        border-right: 5px solid transparent;
        border-left: 4px solid transparent;
        content: "";
        position: absolute;
        right: 10px;
        top: 18px;
    }
}

@media (min-width: 992px){
    .col-md-1-5 {
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
        float: left;
        width: 20%;
    }
}

@media (min-width: 1200px){
	.owl-item .team-detail{
	    min-height: 420px;
	}
	.pricing_table_new .pricing-header .pricing-price {
        font-size: 30px;
        line-height: 38px;
    }
    .pricing-wrapper .pricing-header-2 span:not(.pricing-price) {
        font-size: 18px;
    }
}


@media (min-width: 1400px){
    body .container {
        max-width: 1320px;
        width: 100%;
    }
	body #team .owl-controls div.owl-next, 
	body #team .owl-controls div.owl-prev {
		margin-top: -130px;
	}
	
	.pricing_table_new .pricing-list li {
        font-size: 18px;
	}
	.pricing_table_new .pricing-action .btn{
        padding: 13px 20px;
    }
    
    body .heading_page .open-title {
        max-width: 880px;
    }
}

@media (min-width: 1600px){
    
    body.single-post .container > div > .col-md-9.main-col{
        width: 80%;
    }
    body.single-post .container > div > .col-md-3.side-col{
        width: 20%;
    }
    
}


@media (min-width: 768px) and (max-width: 991px) {
    
    body .pricing_table_new .col-sm-6{
         clear: none; 
    }
    body .pricing_table_new .pricing-wrapper {
        margin: 30px 0 20px;
    }
    
    .package_pricing_table .table h4 {
        font-size: 18px;
    }
    .package_pricing_table .table .plan_details {
        padding: 0;
    }
    .package_pricing_table .table>thead>tr>td, .package_pricing_table .table>thead>tr>th {
        padding: 25px 15px;
    }

}

@media (max-width: 991px){
    body.homepage .col-md-6.feature-box {
        clear:both;
    }
    body .marginbotRes30{
        margin-bottom: 30px;
    }
    body .marginbotRes20{
        margin-bottom: 20px;
    }
    #open-side-menu{display:none;}
}
@media (max-width: 767px){
	body .client-wrapper .client-logo img {
        max-height: 50px;
    }
    #open_contact_popup{display:none;}
    body #toTop {
        right: 10px;
        bottom: 40px;
        width: 40px;
        height: 45px;
        background-position: top center;
        background-color: rgb(172 172 172 / 38%);
    }
    
    .service_faqs .panel-group .panel-collapse .panel-body{
        max-width: calc( 100% - 20px );
    }
    
    .breadcrumbs-row nav span,
    .breadcrumbs-row nav a {
        font-size: 13px;
    }
    .breadcrumbs-row nav span.separator {
        padding: 0 2px;
    }
    .service_faqs .panel-title {
        font-size: 16px;
        line-height: 24px;
    }
    .service_faqs .panel-heading .panel-title a i {
        top: 0;
        font-size: 20px;
        line-height: 24px;
    }
    
    /*...........Pricing Tab CSS Start......*/
    .pricing_table_new .pricing-wrapper .pricing-header-1 h4.package-title {
        font-size: 16px;
        text-align: left;
        position: relative;
        padding-right: 35px;
        margin-bottom: 20px;
        cursor: pointer;
    }
    .pricing_table_new .pricing-wrapper .pricing-header-1 h4.package-title:after{
        content: none;
    }
    
    
    .pricing_table_new .pricing-wrapper .pricing-header-1 h4.package-title:before{
        content: "\f078";
        position: absolute;
        top: 0;
        right: 0;
        font-family: FontAwesome;
        font-size: 17px;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        background-color: transparent;
        width: auto;
        line-height: 30px;
        transition: all 1s;
    }
    .pricing_table_new .pricing-wrapper .pricing-header-1 h4.open:before{
        content: "\f077";
    }
    
    .pricing_table_new .pricing-wrapper .pricing-header-1 span.package-category,
    .pricing_table_new .pricing-header .icon-center {
        text-align: left;
        text-align: -webkit-left;
    }
    .pricing_table_new .pricing-wrapper .pricing-content-section{display:none;}
    .pricing_table_new .pricing-wrapper .pricing-header-1 span.package-category {
        margin-top: 15px;
        padding-bottom: 15px;
    }
    /*...........Pricing Tab CSS End......*/
    
    #menu-mainmenu .dropdown-menu .menu-item-has-children .dropdown-menu{
        margin-bottom: 0;
        font-size: 90%;
        padding-left: 25px;
    }
    #menu-mainmenu .dropdown-menu .menu-item-has-children .dropdown-menu a{
        font-size: 13px; 
    }
    
    
    /*.................New Price Table CSS Start..........*/
    .package_pricing_table .package_pricing_table-mobile{
        display:block;
    }
    .package_pricing_table .package_pricing_table-desktop{
        display:none;
    }
    
    .package_pricing_table .plan_details{
        color: #5c5c5c;
    }
    .package_pricing_table .pricing-action {
        padding-bottom: 10px;
        margin-top: 20px;
        padding-top: 20px;
        border-top: 1px solid #ededed;
    }
    
    .package_pricing_table .pricing_table_new .plan_tab_content ul li > i{
        display: none !important;
    }
    .package_pricing_table .pricing_table_new .plan_tab_content ul li{
        position: relative !important;
        padding-left: 25px !important;
    }
    .package_pricing_table .pricing_table_new .plan_tab_content ul li:before{
        font-family: 'icomoon' !important;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\e710" !important;
        font-size: 14px !important;
        color: #FF6600;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 24px !important;
        font-weight: normal !important;
    }
    .package_pricing_table .pricing_table_new .plan_tab_content ul li {
        list-style: none;
        margin: 0;
        padding: 0;
        font-size: 15px;
        line-height: 24px;
        color: #5c5c5c;
        margin-bottom: 13px;
    }
    
    /*.................New Price Table CSS End..........*/
    
}
@media (max-width: 640px){
    body .inner-overlay {
        padding: 25px 0;
    }
}