/* ========== PROMO ========== */

.jsn-homepage.jsn-demo-page .box_skitter, .jsn-homepage.jsn-demo-page .label_skitter {
    background: none !important;
}

/*.jsn-color-blue.jsn-homepage.jsn-demo-page #jsn-promo {
    background-color: #41688f;
}
.jsn-color-red.jsn-homepage.jsn-demo-page #jsn-promo {
    background-color: #e74c3c;
}
.jsn-color-green.jsn-homepage.jsn-demo-page #jsn-promo {
    background-color: #1abc9c;
}
.jsn-color-orange.jsn-homepage.jsn-demo-page #jsn-promo {
    background-color: #e67e22;
}
.jsn-color-violet.jsn-homepage.jsn-demo-page #jsn-promo {
    background-color: #9b59b6;
}
.jsn-color-grey.jsn-homepage.jsn-demo-page #jsn-promo {
    background-color: #bcc6c9;
}*/

.jsn-homepage.jsn-demo-page #jsn-promo {
    background-color: #fafdff;
}
.booking-module {
    position: relative;
    z-index: 100;
}
@media only screen and (min-width: 1170px){
    #jsn-pos-promo{
        position: relative;
    }
    .booking-module{
        position: absolute;
        bottom: 36px;
        left: 0;
        right: 0;        
    }   
}
/* ========== MAIN FEATURES ========== */

#demo-main-features {
    padding: 80px 0;
}
#demo-main-features div.grid-layout div.grid-col div.grid-col_inner {
    margin-right: 0;
    padding: 55px;
}
#demo-main-features div.grid-layout.grid1 div.grid-col.block1 div.grid-col_inner {
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
}
#demo-main-features div.grid-layout.grid2 div.grid-col.block4 div.grid-col_inner {
    border-top: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
}
#demo-main-features div.grid-layout.grid2 div.grid-col {
    margin-top: -1px;
}
#demo-main-features div.grid-layout.grid2 div.grid-col.block4 {
    margin-left: -1px;
}
#demo-main-features div.grid-layout div.grid-col .icon {
    display: inline-block;
    float: left;
}
#demo-main-features div.grid-layout div.grid-col .icon .link-icon {
    display: block;
    padding: 0;
    width: 63px;
    height: 63px;
    overflow: hidden;
}
#demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
    display: block;
    background-color: #555;
}
.jsn-color-blue #demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
    background-color: #009aca;
}
.jsn-color-red #demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
    background-color: #bf0000;
}
.jsn-color-green #demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
    background-color: #429e00;
}
.jsn-color-orange #demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
    background-color: #e66000;
}
.jsn-color-violet #demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
    background-color: #9e0084;
}
.jsn-color-grey #demo-main-features div.grid-layout div.grid-col .icon .link-icon img {
    background-color: #555;
}
#demo-main-features div.grid-layout div.grid-col .intro-content {
    padding-left: 90px;
}
#demo-main-features div.grid-layout div.grid-col .intro-content .intro-heading a {
    color: #000;
    font-weight: bold;
}
#demo-main-features div.grid-layout div.grid-col .intro-content .desc {
    color: #888;
    line-height: 2em;
}

/* ========== MAIN CONTENT ========== */

body.jsn-homepage #jsn-content,
body.home2 #jsn-content {
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.jsn-homepage.jsn-demo-page #jsn-content {
    /*background-color: #fff;*/
    /*background-color: #f5f5f5;*/
    /*background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;*/
}
.jsn-homepage.jsn-demo-page #demo-main-content {
    padding: 50px 0 80px;
}
.jsn-homepage.jsn-demo-page #demo-main-content .demo-responsive-image {
    display: block;
}
.jsn-homepage.jsn-demo-page #demo-main-content .demo-responsive-image img {
    max-width: 100%;
}
.jsn-homepage.jsn-demo-page #demo-main-content .demo-main-content-text {
    padding: 0px !important;
}
.jsn-homepage.jsn-demo-page #demo-main-content .demo-main-content-text h3.main-heading {
    font-size: 1.8em;
    margin-bottom: 30px;
}

/* ========== DEMO GALLERY ========== */

#demo-gallery {
    padding: 50px 0;
    border-bottom: 1px solid #e5e5e5;
}
#demo-gallery .item {
    padding: 40px;
}
#demo-gallery .item .img a {
    display: block;
    position: relative;
}
#demo-gallery .item .img a img {
    max-width: 100%;
}
#demo-gallery .item .desc {
    padding: 10px 20px;
    border: 1px solid #e5e5e5;
}
#demo-gallery .item .img a:before {
    content: "";
    display: block;
    position: absolute;
    width: 70px;
    height: 70px;
    top: calc(50% - 15px);
    left: 50%;
    margin-left: -35px;
    background: #000 url(../images/icons/icon-zoom.png) center center no-repeat;
    z-index: 10;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    border-radius: 100%;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#demo-gallery .item .img a:hover:before {
    top: calc(50% - 35px);
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
#demo-gallery .item .img a:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 9;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#demo-gallery .item .img a:hover:after {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* ========== USERMODULES3 ========== */

.jsn-homepage.jsn-demo-page div.jsn-modulecontainer ul.menu-sidemenu {
    border: none;
}
.jsn-homepage.jsn-demo-page #jsn-usermodules3 ul.menu-sidemenu > li > a > span {
    padding-left: 0;
    background: none;
}
@media only screen and (max-width: 768px), (max-device-width: 768px) {
    #demo-main-features div.grid-layout div.grid-col div.grid-col_inner {
        padding: 30px;
    }
    #demo-main-features {
        padding: 50px 0;
    }
    #demo-gallery .item .img a {
        right: auto;
        left: auto;
        top: auto;
    }
    [class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-title {
        margin-top: 50px;
        margin-bottom: 5px;
    }
    [class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-description {
        font-size: 18px;
    }
}
@media only screen and (max-width: 480px), (max-device-width: 480px) {
    [class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-title {
        font-size: 25px !important;
        margin-top: 25px !important;
    }
    #demo-main-features div.grid-layout.grid1 div.grid-col.block1 div.grid-col_inner {
        border-bottom: none;
        border-right: none;
    }
    #demo-main-features div.grid-layout.grid2 div.grid-col.block4 div.grid-col_inner {
        border-left: none;
        border-top: none;
    }
    #demo-main-features div.grid-layout div.grid-col div.grid-col_inner {
        padding: 20px;
    }
    #demo-gallery {
        padding: 25px 0 30px;
    }
    #demo-main-features {
        padding: 20px 0;
    }
    .jsn-homepage.jsn-demo-page #demo-main-content {
        padding: 30px 0;
    }
}
@media only screen and (max-width: 960px), (max-device-width: 960px) {
    .jsn-mobile [class*="jsn-themeslider-skitter-"] .label_skitter p.jsn-themeslider-caption-description {
        display: none;
    }
    .jsn-mobile.jsn-homepage.jsn-demo-page #demo-main-content .row-fluid .span4, .jsn-mobile.jsn-homepage.jsn-demo-page #demo-main-content .row-fluid .span8 {
        width: 100%;
    }
}
form#login-form a.btn.hasTooltip {
    display: inline-block !important;
}

/*JSN LEVART*/

a, .jsn-bootstrap3 a, body .jsn-bootstrap3 a {
    color: #465a66;
}

/*Icon For main Feature*/

.main-feature {
    padding: 35px 30px;
}
.main-feature-heading {
    font-size: 16px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    color: #374650;
    padding-top: 20px;
    padding-bottom: 10px;
}
.ft {
    display: inline-block;
    width: 55px;
    height: 55px;
    text-indent: -9999px;
}
.ft-icon1 {
    background-image: url(../images/ft/icon1.png);
}
.ft-icon2 {
    background-image: url(../images/ft/icon2.png);
}
.ft-icon3 {
    background-image: url(../images/ft/icon3.png);
}

/*Block module*/

.home-subscribe .jsn-form-content {
    float: left;
    width: 570px;
}
.home-subscribe .jsn-form-content input {
    display: block;
    width: 82%;
    border: 1px solid #ecf0f3;
    line-height: 19px !important;
    padding: 14px 38px;
    box-shadow: none;
}
.home-subscribe #jsn_form_2.jsn-master .jsn-form-content .control-group > label {
    display: none;
}
.home-subscribe .form-actions .btn {
    padding: 14px 20px !important;
    background-color: #ff6c00 !important;
    border-color: #ff6c00 !important;
    line-height: 19px !important;
}
.home-subscribe .jsn-master .jsn-bootstrap .form-actions {
    margin: 0;
    padding: 0;
}
.home-subscribe .jsn-text-center {
    display: none;
}
.home-subscribe #jsn_form_2.jsn-master .jsn-bootstrap .jsn-form-content .control-group.ui-state-highlight {
    background-color: transparent !important;
    border-color: transparent !important;
    background: none !important;
}
@media only screen and (max-width: 960px), (max-device-width: 960px) {  
   .home-subscribe .jsn-bootstrap .jsn-form-content .control-group{
        padding: 10px 0 !important;
   }
   .home-subscribe .jsn-form-content input{
        padding: 14px 10px;
        width: 90%;
   }
   .home-subscribe .jsn-master .jsn-row-container{
        margin-bottom: 0px;
   }
}
@media only screen and (max-width: 480px), (max-device-width: 480px) {
    .home-subscribe .jsn-form-content{
        width: 98%;
    } 
    .home-subscribe .jsn-uniform.jsn-master > .jsn-bootstrap{
        padding-left: 0px;
    }
    .home-subscribe .jsn-bootstrap .jsn-form-content .control-group{
        padding: 0 !important;
   }   
}

/*Block Article*/

.block-article {
    background-color: #fff;
    border-radius: 4px;
    /*display: inline-block;*/
    overflow: hidden;
    border: 1px solid #ecf0f3;
    text-align: center;
    min-height: 400px;
    transition: all 0.3s ease-in-out;
}
.block-article .block-image {
    position: relative;
}
.block-article .block-image .like {
    display: inline-block;
    width: 56px;
    height: 56px;
    position: absolute;
    bottom: 0;
    background-color: #959595;
    border-radius: 50%;
    line-height: 15px;
    left: 50%;
    margin-left: -28px;
    margin-bottom: -20px;
    color: #fff;
}
.block-article:hover {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    cursor: pointer;
}
.block-article:hover .block-image .like {
    background-color: #ff6c00;
}
.block-article .block-image .like > i {
    margin-top: 10px;
    margin-right: 0;
    width: 11px;
}
.block-article .block-image .like > div {
    display: block;
}
.block-article .block-description {
    margin-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
    line-height: 25px;
}
.block-article .date {
    margin-top: 20px;
    font-size: 12px;
}
.promo-top .box_skitter, .promo-top .label_skitter {
    background: transparent !important;
}
ul.category-module li.category-module-joomla {
    list-style: none;
}
/*Video bg*/

.bg-heading {
    font-family: "Poppins";
    text-transform: uppercase;
    font-size: 36px;
}
.bg-description {
    font-family: "Poppins";
}

/*solider search*/

@media only screen and (min-width: 1024px) {
    .solidres-module-checkavailability.style1 .search-heading {
        padding-top: 20px;
    }
}
.solidres-module-checkavailability.style1 {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.2);
    font-family: "poppins";
    border-radius: 5px;
}
.solidres-module-checkavailability.style2 label, .solidres-module-checkavailability.style1 label {
    font-family: "poppins";
    text-transform: uppercase;
    cursor: default;
}
.solidres-module-checkavailability.style1 .search-heading {
    display: block;
    font-size: 22px;
    font-weight: 100;
    font-family: "poppins";
    position: relative;
    margin-top: 20px;
    cursor: pointer;
}
.solidres-module-checkavailability.style1 .search-heading span {
    position: relative;
}
.solidres-module-checkavailability.style1 .search-heading span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 25px;
    height: 2px;
    background-color: #ecf0f3;
}
.solidres-module-checkavailability.style1 select, .solidres-module-checkavailability.style1 .datefield {
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}
.solidres-module-checkavailability.style1 button.btn-block {
    padding-top: 50px;
    padding-bottom: 50px;
    border: none;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}

@media only screen and (min-width: 414px) {
    .solidres-module-checkavailability.style1 button.btn-block {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }

}

.solidres-module-checkavailability.style1 .line {
    position: relative;
    height: 80px;
    margin-top: 20px;
    margin-bottom: 20px;
    border-left: 2px solid #ebebeb;
    padding-left: 30px;
    padding-top: 20px;
    padding-right: 20px;
}

/*style2*/

.solidres-module-checkavailability.style2 {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 30px 0px rgba(50, 50, 50, 0.2);
    font-family: "poppins";
    border-radius: 5px;
    position: relative;
    float: right;
    margin-top: -525px;
    display: block;
    width: 470px;
}
.solidres-module-checkavailability.style2 select, .solidres-module-checkavailability.style2 .datefield {
    border: none;
    box-shadow: none;
    background-color: transparent;
    padding: 0;
    margin: 0;
    color: #374650;
    cursor: pointer;
}
.solidres-module-checkavailability.style2 select {
    height: 20px;
}
.solidres-module-checkavailability.style2 .datefield i {
    margin-top: 0;
}
.solidres-module-checkavailability.style2 label {
    margin-bottom: 0;
}
.solidres-module-checkavailability.style2 button.btn-block {
    padding-top: 35px;
    padding-bottom: 35px;
    border: none;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
@media only screen and (max-width: 1024px){
    .solidres-module-checkavailability.style2 {
        width: 100%;
        margin-top: 30px;
    }   
}
@media screen and (max-width:1600px) and (min-width:1366px){
    .solidres-module-checkavailability.style2 {
        margin-top: -435px;
    }
}
@media screen and (max-width:1365px) and (min-width:1025px){
    .solidres-module-checkavailability.style2 {
        margin-top: -405px;
    }
}
/*Block tour*/

.block-tours {
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #ecf0f3;
    transition: all 0.3s ease-in-out;
}
.block-tours:hover {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    cursor: pointer;
}
.block-tours .image {
    position: relative;
}
.block-tours .image .fa {
    color: #fff;
}
.block-tours .fa {
    margin: 0 !important;
    width: 11px;
}
.block-tours .image .plus {
    position: absolute;
    right: 30px;
    bottom: -18px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #959595 url("../images/icon-plus.png") no-repeat center center;
}
.block-tours .image a {
    display: block;
}
.block-tours .image .plus a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    transition: all 0.3s ease-in-out;
}
.block-tours:hover .image .plus {
    color: #fff;
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
}
.block-tours img {
    max-width: 100%;
    display: inline;
}
.block-tours .tour-info {
    padding: 30px;
}
.block-tours .tour-info .tour-name {
    margin: 0;
}
.block-tours .tour-info .tour-duration {}
.block-tours .fa {
    /*text-indent: 9999px;*/
}
.block-tours .fa-star {}
.block-tours .fa-start-o {}

/*style for home 2*/
@media only screen and (min-device-width: 769px){
	.layout-style-2 #jsn-header {
	    position: absolute;
	    width: 100%;
	    z-index: 999;
	} 
}
.layout-style-2 #jsn-header.jsn-menu-sticky {
    position: fixed;
}
.jsn-menu-sticky .box-dropdow {
    margin-top: 12px;
}

/*slideshow*/

.slide-heading {
    font-family: "poppins";
}
.slide-description {
    font-family: "poppins";
}

/*blog hotel*/

.block-hotel {
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}
.block-hotel:hover {
    -webkit-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
    box-shadow: 0px 0px 9px 0px rgba(50, 50, 50, 0.2);
}
.block-hotel img {
    margin: 0 !important;
}
.block-hotel .block-hotel-info {
    padding: 10px 25px 25px;
}
.block-hotel .star {
    margin-top: -10px;
}
.block-hotel .block-hotel-info h4 {
    line-height: 24px;
}
.block-hotel .block-hotel-info p {
    line-height: 22px;
}
.block-hotel .fa {
    margin: 0 !important;
    width: 11px;
    font-size: 13px;
}
.block-hotel .fa-map-marker {
    font-size: 44px;
    width: 35px;
}
.block-hotel .location {
    color: #465a66;
    font-family: "Questrial";
    font-size: 16px;
    line-height: 20px;
}
.block-hotel .cr {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: #959595 url("../images/icon-plus.png") no-repeat center center;
    transition: all 0.3s ease-in-out;
}
.block-hotel .cr a {
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.home2 .full-page-2 {
    border-top: 1px solid #ecf0f3;
    border-bottom: 1px solid #ecf0f3;
}

/*currenry*/

.box-dropdow {
    margin-top: 32px;
    position: relative;
    z-index: 999;
}
.box-dropdow .box-heading {
    height: 32px;
    line-height: 32px;
    padding-left: 8px;
    padding-right: 8px;
    font-family: "poppins";
    font-size: 16px;
    cursor: pointer;
}
.home2 .box-dropdow .box-heading {
    color: #fff;
}
.box-dropdow .box-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #f5f5f5;
    text-align: center;
    width: 100%;
}
.box-dropdow:hover .box-content {
    display: block;
}
.box-dropdow ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

/*News*/

.news {
    background-color: #fff;
}
.news .fa {
    margin-right: 5px !important;
    margin-left: 5px !important;
}

/*element */

.no-padding-element .pb-element-container {
    margin: 0px !important;
}
.pb-testimonial-content p {
    letter-spacing: 1.2px;
    font-family: 'Questrial', sans-serif !important;
    line-height: 1.6;
    font-style: normal !important;
    font-size: 14px;
}
.carousel.pb-testimonial .carousel-inner {
    margin-bottom: 0;
}
.carousel.pb-testimonial ol.carousel-indicators li.active {
    background-color: #696969 !important;
}

/* breadcrumb-aboutus */

.breadcrumb-aboutus {
    color: #fff;
    min-height: 625px;
}
.breadcrumb-aboutus .jsn-bootstrap3 h1 {
    color: #fff;
    background-color: transparent;
    margin-top: 300px;
    font-size: 60px;
}
.breadcrumb-aboutus .breadcrumb li {
    text-shadow: none;
}
.breadcrumb-aboutus .breadcrumb a {
    padding-right: 5px;
    text-shadow: none;
    color: #fff;
}
body.contact-us #jsn-content-bottom {
    margin-top: -5px !important;
} 
.style-contact {
    background-color: #fff;
    border-radius: 5px;
    padding: 0 !important;
    overflow: hidden;
    width: 90%;
    float: right;
}
.style-contact .jsn-style-light {
    margin-bottom: 0 !important;
}
.style-contact .jsn-text-center {
    display: none;
}
.style-contact textarea, .style-contact input {
    border-radius: 0;
    border-width: 0 0 1px 0;
    box-shadow: none;
    border-color: #ecf0f3;
    color: #374650 !important;
}
.style-contact input::-webkit-input-placeholder, .style-contact textarea::-webkit-input-placeholder {
    color: #374650 !important;
}
.style-contact input:-moz-placeholder, .style-contact textarea:-moz-placeholder {
    color: #374650 !important;
    font-size: 14px;
}
.style-contact input::-moz-placeholder, .style-contact textarea::-moz-placeholder {
    color: #374650 !important;
}
.style-contact input:-ms-input-placeholder, .style-contact textarea:-ms-input-placeholder {
    color: #374650 !important;
}
.style-contact input {
    padding-bottom: 10px !important;
    padding-top: 5px !important;
}
.style-contact .jsn-bootstrap {
    padding: 0;
}
.style-contact .jsn-uniform.jsn-master .jsn-bootstrap .jsn-form-content .control-group {
    padding: 0;
}

.style-contact .jsn-form-content {
    padding: 30px !important;
}
.style-contact .jsn-master .jsn-bootstrap .form-actions {
    padding: 0;
    margin: 0;
}
.style-contact .btn-toolbar {
    width: 100%;
    display: block;
    margin-bottom: 0;
}
.style-contact .jsn-form-submit {
    width: 100%;
    display: block;
}
.style-contact .btn {
    margin: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    box-shadow: none;
    padding: 25px 0 !important;
    background-color: #ff6c00;
    font-family: "poppins" !important;
    text-transform: uppercase !important;
    color: #fff !important;
    border-radius: 0 !important;
    text-shadow: none;
    font-weight: 600 !important;
};

}
.style-contact .jsn-master .jsn-row-container {
    margin-bottom: 0;
}
.style-contact .jsn-master .jsn-input-xlarge-fluid {
    width: 100%;
    padding: 0;
}
.style-contact .control-label {
    font-family: "poppins" !important;
    color: #959595 !important;
    text-transform: unset !important;
    font-weight: 300 !important;
}
.style-contact .form-heading .control-label {
    color: #354751 !important;
    font-size: 30px !important;
    padding-top: 10px;
    padding-bottom: 30px;
    position: relative;
    margin-bottom: 20px;
    text-transform: unset !important;
}
.style-contact .form-heading .control-label::before {
    content: "";
    width: 25px;
    height: 2px;
    background-color: #ecf0f3;
    position: absolute;
    left: 0;
    bottom: 0;
}
.feature-box-contact .jsn-bootstrap3 .pb-social-icons li {
    float: none;
    display: inline-block;
}

ul {
    list-style-position: inside;
}