
@font-face {
    font-family: "work_sansbold";
    src: url("../fonts/worksans-bold-webfont.woff2") format("woff2"), url("../fonts/worksans-bold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "work_sansextrabold";
    src: url("../fonts/worksans-extrabold-webfont.woff2") format("woff2"), url("../fonts/worksans-extrabold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "work_sanslight";
    src: url("../fonts/worksans-light-webfont.woff2") format("woff2"), url("../fonts/worksans-light-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "work_sansmedium";
    src: url("../fonts/worksans-medium-webfont.woff2") format("woff2"), url("../fonts/worksans-medium-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "work_sansregular";
    src: url("../fonts/worksans-regular-webfont.woff2") format("woff2"), url("../fonts/worksans-regular-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "work_sanssemibold";
    src: url("../fonts/worksans-semibold-webfont.woff2") format("woff2"), url("../fonts/worksans-semibold-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "work_sansthin";
    src: url("../fonts/worksans-thin-webfont.woff2") format("woff2"), url("../fonts/worksans-thin-webfont.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


html {
  scroll-behavior: smooth;
}
body{
  margin: 0px;
  font-family: "work_sansregular";
  overflow-x: hidden;
  border: none;
  margin: 0;
  padding: 0;
  overflow-x: hidden; /* Must be 'scroll' not 'auto' */
    -webkit-overflow-scrolling: touch;
    color: #000;
}
ul{
  margin: 0px;
  padding: 0px;
}
ul {
    margin-top: 0;
    margin-bottom: 0 !important;
}

.toogle img{width: 25px;}
.toogle{position: absolute; top: 25px; right: 20px; display: none;}


/*new page css*/
.mobile-ct{
  display: none !important;
}
.slider-container{
  max-width: 93%;
  margin-left: auto;
}
.service-section{
  padding-bottom: 80px;
}
.interior-design-sec{
  background-color: #FFEFE2;
  height: 100vh;
  padding: 90px 0 20px;
  display: flex;
  align-items: center;
}
.interior-design-sec h1{
    font-size: 50px;
    line-height: 1.1em;
    color: #000;
    font-weight: 600;
    padding-top: 50px;
}
.interior-design-sec h2{
  color: #FF5722;
  font-size: 50px;
  font-weight: 600;
  margin: 20px 0 34px;
  font-family: 'work_sansbold';
}
.interior-design-sec ul{
    list-style: none;
    padding-left: 0;
    display: flex;
}
.interior-design-sec ul li{
    font-size: 22px;
    padding: 0 18px;
    position: relative;
}
.interior-design-sec ul li:first-child{
  padding-left: 0;
}
.interior-design-sec ul li:last-child:after{
  content: none;
}
.interior-design-sec ul li:after{
  position: absolute;
    content: "";
    height: 20px;
    width: 2px;
    background-color: #000;
    top: 50%;
    transform: translateY(-50%);
    right: 1px;
}
.interior-design-sec img{
  width: 100%;
  margin-top: 12px;
}
.consultation-btn a{
    background-color: #FF5722;
    color: #fff;
    padding: 11px 20px;
    display: inline-block;
    border-radius: 6px;
    text-decoration: none;
    letter-spacing: 4px;
    box-shadow: 0px 15px 30px #ff572240;
    margin: 40px 0 70px;
}
.scroll-explore{
  display: flex;
  font-size: 13px;
  justify-content: flex-start;
  align-items: center;
  position: absolute;
    bottom: 10px;
}
.scroll-explore img{
  width: 13px;
  display: block;
  margin-right: 6px; 
  margin-top: 0;
}
.scroll-explore span{
  display: block;
}
.talk-form-sec{
  padding: 80px 0 60px;
}
.talk-form-sec .talk{
  position: relative;
      /*box-shadow: 0px 15px 30px #f2f2f2;*/
  box-shadow: 0 5px 15px 2px #0000001a;
}
.talk-form-sec .row{
  align-items: center;
}
.talk-form-sec .talk h4{
  color: #000;
}
.talk-form-sec .talk-1{
  width: 370px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  transform: none;
  top: 0;
}
.orange-circle{
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #FF5722;
  position: absolute;
  top: -24px;
  right: -24px;
  z-index: -1;
}
.talk-form-left{
  background-image: url("newLandingPage/img/half-circle-img.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.talk-form-right{
  padding-left: 70px;
}
.talk-form-right h1{
    font-family: "work_sansmedium";
    color: #FF5722;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 2px;
    font-size: 16px;
    /*margin-top: 32px;*/
}
.talk-form-right h2{
  margin-bottom: 60px;
  font-size: 34px;
}
.headline-here{
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}
.headline-here img{
  margin-right: 35px;
  width: 35px;
}
.headline-here span{
  font-size: 20px;
}
.dream .waiting a{
  color: #fff;
  background-color: #FF5722;
}
.dream .waiting a:hover{
  color: #fff;
}
.fixed-btn a{
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    text-decoration: none;
    background: #ff5722;
    padding: 18px 4px;
    letter-spacing: 4px;
    box-shadow: 0px 15px 30px #ff572240;
    z-index: 10;
    display: block;
    position: fixed;
    bottom: 0px;
    width: 100%;
    text-align: center;
}
.grecaptcha-badge {
    display: none !important;
} 
.talk-form-sec select{
      -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(../img/polygon-arrow-img.png) !important;
    background-repeat: no-repeat !important;
    background-position: 95% 50% !important;
    background-color: #FFEFE2 !important;
    padding-right: 32px !important;
}
.testimonials .linked-img{
  height: 120px;
  width: 120px;
  left: 50%;
  transform: translateX(-50%);
}
.testimonials .linked-img img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.iti.iti--allow-dropdown .iti__flag-container{
  height: 50px;
}
.thank-head{
  display: none !important;
}


@media screen and (max-width: 992px){
.menu-link{
  padding:50px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  max-width: 230px;
  height: 100vh;
  position: fixed;
  right: -400px;
  transition: 0.4s;
  }
body.show-nav .menu-link {
    right: 0px;
    opacity: 1;
    visibility: visible;
    top: 0;
}
.menu-link ul li {
    margin: 0px;
    display: block;
    text-align: center;
}
.menu-link ul li:hover{
  background-color: #000;
}
.menu-link ul li:hover a{
  color: #fff;
  padding:10px 0px;
}
.toogle{display: block; z-index: 2;right: 8px;}
}
    </style>
    <style>
.accordion {
    background-color: transparent;
    color: #000;
    cursor: pointer;
    padding: 27px 35px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 25px;
    transition: 0.4s;
    outline: none;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
}
button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline: none ;
}

.active, .accordion:hover {
    background-color: #FF5722;
    outline: none;
    border-radius: 8px;
}

.panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
button.accordion:after {
    content: '\002B';
    color: #FF5722;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    
}
button.accordion.active:after {
    content: "\2212";
}

.decor button.accordion-1:after {
    content: '\002B';
     color: #FF5722 !important;
    font-weight: bold;
    float: left !important;
    margin-right: 25px !important;
}
.decor .accordion-1 {
    background-color: transparent;
    color: #444;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    outline: none;
    font-family: 'Work Sans', sans-serif;
}
.decor button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline: none ;
}

.decor .active, .accordion-1:hover {
    background-color: transparent;
    outline: none;
    border-radius: 8px;
}

.decor .panel {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}
.decor button.accordion-1:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.decor button.accordion-1.active:after {
    content: "\2212";
}
.stafan-2{
    /*height: 365px;*/
    overflow: hidden;
    border-radius: 18px;
    
}
#testimonialsCar .owl-item {
    margin-top: 60px;
}

.stafan-2 img {
  width: 100%;
  border-radius: 18px;
}
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    /*width: 1200px;*/
}
.logo {
    width: 100%;
    height: 100%;
    display: inline-block;
}
.logo > a {
    width: 100%;
    display: inline-block;
    height: 100%;
    position: relative;
}
.logo > a > img {
  position: absolute;
    width: 230px;
    left: 130px;
    top: 0;
    margin-top: 15px;
    margin-left: 0px;
    height: auto;
}
.logo img {
    margin-top: 6px;
    margin-left: 130px;
    width: auto;
    height: 74px;
}
.menu {
    padding: 20px 0px;
    text-align: center;
}
.menu ul li{
  display: inline-block;
}
.menu ul li a{
   color: #000;
    font-size: 16px;
    margin-left: 10px;
    text-transform: uppercase;
    font-family: "work_sanssemibold";
}
.menu ul li a:hover{
  text-decoration: none;
}
.free-botton {
    height: 100%;
    width: 100%;
    position: relative;
    background-color: #FF5722;
    display: inline-block;
}
.free-botton a {
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    position: absolute;
    top: 50%;
    padding: 0 20px;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    text-align: center;
}
.benner-bott {
    text-align: center;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
}
.benner-bott img{
  width: 15%;
}
.smartest {
    padding-top: 130px;
}
.smartest h1{
  font-size: 32px;
    margin-bottom: 25px;
    color: #fff;
}
.smartest ul li{
  list-style: none;
    font-size: 20px;
    color: #fff;
}
.smartest ul li img {
    margin-top: -9px;
}
.smartest ul li i{
  color: #FF5722;
    margin-right: 10px;
}
.full_banner {
  width: 100%;
    display: inline-block;
    height: 100%;
    position: relative;
}
.full_banner .full_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    height: 100%;
}
.full_banner .full_row .smartest_content {
    width: 100%;
}
.talk-1 {
    width: 420px;
    margin-left: 40px;
    margin-right: 40px;
}
.talk {
    background-color: #fff;
    padding: 38px 30px 5px 30px;
    margin-top: 80px;
    border-radius: 8px;
    margin-bottom: 80px;
}
.talk h4 {
    color: #FF5722;
    font-size: 35px;
    line-height: 45px;
    font-family: "work_sanssemibold";
}
.talk .btn-primary {
    color: #fff;
    background-color: #FF5722;
    border-color: #FF5722;
    font-size: 16px;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
    padding:20px;
    letter-spacing:3px;
}   
.talk .form-control {
    /* background-color: '#FFEFE2; */
    font-size: 16px;
    font-family: "work_sansregular";
    height: 50px;
    padding: 17px 20px;
    background-color: #FFEFE2;
    border-radius: 10px;
    color: #404040;
    border: none;
}

.talk .form-control::-webkit-input-placeholder {
	color: #404040;
}

.talk .form-control::-moz-input-placeholder {
	color: #404040;
}

.talk .form-control::-ms-input-placeholder {
	color: #404040;
}

.talk .form-label-group{
  margin-bottom: 30px;
}
.talk label.container {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: 'Work Sans', sans-serif;
}
.talk  input[type="checkbox"] {
    margin-right: 10px;
}
.talk select#format {
    width: 100%;
    padding: 15px 20px;
    background-color: #FFEFE2;
    font-size: 16px;
    border: none;
    outline: none;
    margin-bottom: 30px;
    height: auto;
    color: #404040;
    letter-spacing: 0px;
}
.talk p {
    font-size: 12px;
    color: #404040;
    line-height: 18px;
    text-align: center;
    font-family: "work_sansregular";
}
.talk p span{
  color: #FF5722;
}
.termCondition{
  text-decoration: none;
  color: #FF5722;
}
.termCondition:hover{
  text-decoration: none;
  color: #FF5722;
}
.servece{
  text-align: center;
  padding: 50px 0px;
}
.servece h5{
      font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 3.2px;
    color: #FF5722;
    text-transform: uppercase;
    font-family: "work_sansmedium";
}
.servece h3{
    font-size: 50px;
    line-height: 60px;
    color: #000000;
    font-family: "work_sansregular";
}
.panel-heading > h4.panel-title > a {
	font-size: 30px;
	font-family: "work_sansmedium";
}
.decor h4 span{
  margin-right: 15px;
}
.decor h4 {
    font-size: 27px;
    color: #000000;
    display: inline-block !important;
}
.decor p{
  margin-left: 32px;
    font-size: 22px;
    font-weight: 100;
    line-height: 26px;
}
.decor-1 h4 span{
    color: #FF5722;
    margin-right: 28px;
}
.decor-1 h4{
  font-size: 26px;
  color: #333;
  margin-bottom: 25px;
}
.path img{
  width: 100%;
}
.sadipscing{
  margin-bottom: 30px;
  margin-top: 50px; 
}
.sadipscing p{
  font-size: 22px;
  font-weight: 400;
  color: #333;
}
.sadipscing p span{
  color: #FF5722;
}
.choose-us{
  padding: 80px 150px 140px;
  /* background-color: #FFEFE2; */
  background: #FFEFE2 url('newLandingPage/img/dotted-bg-1.png') no-repeat;
  background-position: -1050px 0;
}
.choose-us-bg2 { 
    /* background: #FFEFE2 url('../img/dotted-bg-2.png') no-repeat;
    background-position: -1050px 0;  */
    position: absolute;
    right: 0px;
    top: -815px;
    z-index: 99;
    overflow: hidden;
}
.choose-us-bg1 {
    position: absolute;
    left: -80px;
    top: -900px;
    z-index: 99;
    overflow: hidden;
}
.choose-us.e2e { background: #FFEFE2; }

.choose{
text-align: center;
}
.choose h5{
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 50px;
    font-family: "work_sansmedium";
}
.choose h3 span {
    margin-right: 20px;
    padding: 5px 0px;
    border-radius: 50%;
    background-color: #343434;
    color: #fff;
    font-size: 41px;
    width: 75px;
    height: 75px;
    text-align: center;
    display: inline-block;
    /*box-shadow: 0px 15px 30px #e2e2e2;*/
    box-shadow: 0px 15px 30px #ff572224;
}
.choose h3{
  color: #FF5722;
  font-size: 60px;
  margin-bottom: 75px;
  line-height: 78px;
}

.choose-us.e2e .choose h3{
  color: #FF5722;
  font-size: 60px;
  margin-bottom: 35px;
  line-height: 78px;
}

.designers{
  padding-top: 27px;
}
.experience{
  background-color: #fff;
  padding: 20px 33px;
  border-radius: 10px;
}
.experience h4 {
    font-size: 26px;
    font-weight: 600;
    color: #FF5722;
    margin: 20px 0 15px;
}
.experience ul{
  margin-left: 20px;
}
.experience ul li {
    /* color: #FF5722; */
    position: relative;
    list-style-type: none;
}
.experience ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #FF5722;
    position: absolute;
    top: 10px;
    left: -16px;
    border-radius: 100%;
}
.experience ul li a {
    color: #000;
    font-family: "work_sansmedium";
    font-size: 20px;
}
.experience ul li a:hover{
  text-decoration: none;
}
.typical ul li {
    /* color: #FF5722; */
    position: relative;
    list-style-type: none;
}
.typical ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #000;
    position: absolute;
    top: 10px;
    left: -16px;
    border-radius: 100%;
}
.typical{
  background-color: #faf5f1;
  padding: 20px 33px;
}
.typical h4 {
    font-size: 26px;
    font-family: "work_sanssemibold";
    color: #000;
    margin: 20px 0 25px;
    margin-bottom: 10px;
}
.choose-us .experts-1, .choose-us .experts-2 {
    padding: 0;
}
.typical ul{
  margin-left: 20px;
}
.typical ul li a {
    color: #000;
    font-family: "work_sansmedium";
    font-size: 20px;
}
.typical ul li a:hover{
  text-decoration: none;
}
.desig-exp{
  float: right;
}
.desig-exp h5 {
    padding-top: 110px;
    padding-bottom: 120px;
    margin-bottom: 0px;
    font-size: 20px;
    font-family: "work_sansmedium";
    color: #000;
}
.desig-exp ul li {
    list-style: none;
    font-size: 20px;
    font-family: "work_sansmedium";
    color: #000;
    margin-bottom: 35px;
}
.borderro {
    border-top: 1px dashed #acacac;
    position: relative;
    bottom: 300px;
    width: 83%;
    left: 168px;
}
.borderro-1 {
    border-top: 1px dashed #acacac;
    position: relative;
    bottom: 390px;
    width: 83%;
    left: 168px;
}
.borderro-2 {
    border-top: 1px dashed #acacac;
    position: relative;
    bottom: 510px;
    width: 83%;
    left: 168px;
}
.borderro-3 {
    border-top: 1px dashed #acacac;
    position: relative;
    bottom: 720px;
    width: 83%;
    left: 168px;
}
.borderro-4 {
    border-top: 1px dashed #acacac;
    position: relative;
    bottom: 190px;
    width: 83%;
    left: 168px;
}

.borderro-5 {
    border-top: 1px dashed #acacac;
    position: relative;
    bottom: 570px;
    width: 83%;
    left: 168px;
}
.borderro-6 {
    border: none;
    position: relative;
    bottom: 830px;
    width: 83%;
    left: 168px;
}
.srate .owl-stage .owl-item {
    margin-right: 20px !important;
}
.srate .owl-stage-outer {
    height: 100%;
    max-height: 620px;
}
.srate .owl-stage .owl-item .slider-img img {
	border-radius: 10px;
}
.srate{
   background: #FFEFE2;
   position: relative;
}
.shop-1{
  padding: 0px 50px;
  margin-left: 35px;
}
.covered{
  display: inline-block;
  float: left;
  width: 20%;
}
.covered span {
    margin-right: 20px;
    padding: 5px 0px;
    border-radius: 50%;
    background-color: #343434;
    color: #fff;
    font-size: 41px;
    width: 75px;
    height: 75px;
    text-align: center;
    display: block;
    /*box-shadow: 0px 15px 30px #e2e2e2;*/
    box-shadow: 0px 15px 30px #ff572224;
}
.hassle{
  display: inline-block;
  float: left;
  width: 70%;
  margin-left: 15px;;
}
.hassle h4 {
    color: #FF5722;
    font-size: 60px;
    margin-bottom: 0px;
    line-height: 68px;
}
.hassle span {
    color: #FF5722;
    font-weight: 400;
    font-size: 60px;
    line-height: 50px;
    margin-bottom: 30px;
    margin-top: 10px;
    display: block;
}
.hassle p {
    font-size: 19px;
    font-family: "work_sansmedium";
    line-height: 30px;
    width: 100%;
    max-width: 260px;
}
.smartest-1 li > img {
    width: 20px;
    margin-right: 16px;
}
.smartest-1 ul {
    margin-left: 0;
    padding-left: 0;
}
.smartest-1 ul li {
    list-style: none;
    font-size: 17px;
    font-weight: 500;
    color: #333;
    margin-bottom: 16px;
    font-family: 'Work Sans', sans-serif;
}
.smartest-1 ul li i {
    color: #FF5722;
    margin-right: 10px;
}
/*.slider-11{
  padding: 40px 0px;
}*/
.slider-text img{
  width: 100%;
  margin-bottom: 30px;
}
.slider-text h5 {
    font-size: 24px;
    font-family: "work_sansmedium";
    color: #1C1C1C;
}
.supervision h4{
  font-size: 24px;
  font-family: "work_sansmedium";
}
/*.slider-11 .owl-dots {
    width: 100%;
}
.slider .owl-dots .owl-dot {
    position: relative;
    text-align: left;
    max-width: 1140px;
    margin: 0 auto;
    top: 20px;
    left: 60px;
}
.slider .owl-dots .owl-dot span {
    display: block;
    width: 14px;
    height: 14px;
    margin: 0px 0px 10px 10px;
    filter: Alpha(Opacity=50);
    opacity: 0.8;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 30px;
    border: 0px solid #fff;
    float: left;
    background-color: #f85420;
}
.slider .owl-dots .owl-dot.active span, .slider .owl-controls.clickable .owl-page:hover span {
    background-color: #333;
    filter: Alpha(Opacity=100);
    opacity: 1;
    width: 14px;
    height: 14px;
}*/


.choose p {
    font-size: 18px;
    font-weight: 400;
    margin: 0px 342px;
}
.supervision {
  text-align: center;
}
.supervision img{
  padding: 20px;
  width: 100%;
}
.customers{
  text-align: center;
}
.customers-1{
  padding: 50px 0px;
}
.customers h4{
  font-size: 32px;
  font-weight: 400;
}
.aliquyam#work {
    padding: 60px 0px;
        margin-top: 40px;
}
.our-ser {
    margin-top: 40px;
}
.inspire{
  text-align: center;
}
.inspire h5{
  font-size: 18px;
  font-family: "work_sansmedium";
  color: #FF5722;
  text-transform: uppercase;
  margin-bottom: 25px;
  letter-spacing: 2px;
}
.some-img img {
    /*padding-top: 30px;*/
  box-shadow: 2px 4px 9px #d0d0d0;
}
.burger-1{
  padding-top: 20px;
  position: relative;
}
.outer-next {
    position: absolute;
    bottom: 85px;
    right: 225px;
    z-index: 111;
}
.burger-11{
  padding-top: 45px;
}
.owl-carousel .owl-item img:hover,
.owl-carousel .owl-item img:focus {
  cursor: grab !important;
}

.next-bt:hover {
    cursor: pointer;
}

.burger-11 h3 {
    font-weight: 500;
    color: #000000;
    font-size: 25px;
}
.burger-11 span{
    color: #585858;
    font-size: 25px;
    font-weight: 500;
}
.some-img{
  margin-bottom: 30px;
  margin-top: 40px;
  /*box-shadow: 5px 2px 25px #bdbdbd;*/
}
.plans {
    padding: 80px 150px 70px;
    background-color: #FFEFE2;
}
.burger-11 p{
  color: #343434;
  margin-bottom: 40px;
}
.burger-11 .my-4{
  border-color: #333;
}
.burger-11 h4 {
    font-size: 22px;
    font-weight: 500;
    color: #FF5722;
    text-transform: uppercase;
}
.header-text h4 {
    font-size: 24px;
    margin-bottom: 30px;
}
.pay-1 {
    background-color: #fff;
    margin: 0px 100px;
    border-radius: 8px;
}
.next-bt{
  background-color: #FF5722;
    display: inline-block;
    border-radius: 30px;
    text-align: center;
    width: 130px;
    height: 40px;
}
.next-bt h4 {
    font-size: 16px;
    color: #fff;
    margin-top: 9px;
}
.next-bt img.left-move {
    margin-left: 9px;
}
.next-bt img.right-move {
    margin-right: 9px;
}

.next-bt img.left-move,
.next-bt img.right-move {
	margin-top: -2px;
}


.inspire h3 {
    font-size: 32px;
    font-weight: 400;
}
.next-bt h4 a{
  color: #fff;
}
.header-text{
  text-align: center;
}
.header-text h4{
  color: #333;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 18px;
}
.header-text h3 {
    font-size: 60px;
    font-weight: 400;
    color: #FF5722;
    margin-bottom: 50px;
}
.alpha {
    padding: 30px 20px;
    background-color: #fff;
    text-align: center;
    border-radius: 8px;
    padding-bottom: 50px;
}
.plans .our-ser-menu {
    width: 100%;
    /*max-width: 1200px;*/
    max-width: 1550px;
    margin: 0 auto;
}
.alpha-1{
   padding: 30px 10px;
}
.alpha img{
  width: unset;
  margin-bottom: 20px;
}
.alpha h3 {
    color: #000;
    font-size: 40px;
    font-family: "work_sanssemibold";
}
.alpha span {
    font-size: 20px;
    color: #FF5722;
    font-weight: 400;
}
.alpha p {
    font-size: 21px;
    margin-top: 20px;
    font-weight: 400;
    color: #000;
}
.alpha ul {
    margin-left: 28px;
}
.alpha ul li{
  color: #FF5722;
  list-style-type: none;
  position: relative;
}
.alpha ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #FF5722;
    position: absolute;
    top: 10px;
    left: -16px;
    border-radius: 100%;
}
.alpha ul li a {
    color: #404040;
    font-weight: 400;
    text-decoration: none;
    font-size: 16px;
    line-height: 30px;
    display: block;
    text-align: left;
}
.alpha ul li strong {
    color: #404040;
    text-align: center;
}
.alpha .started{
  margin-top: 20px;
}
.alpha .started a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background-image: linear-gradient(to right, #ff4600, #ff5f0d, #ff741d, #ff862c, #ff973d);
    /*padding: 25px 110px;*/
    border-radius: 9px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 2px;
        width: 100%;
    height: 50px;
    display: inline-block;
    max-width: 300px;
    line-height: 52px;
}
.started.consultation.consultation-ff a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    /*background-image: linear-gradient(to top, #ff4600, #ff5f0d, #ff741d, #ff862c, #ff973d);*/
    border-radius: 9px;
    text-decoration: none;
    background: #ff5722;
    padding: 28px 29px;
    letter-spacing: 4px;
    box-shadow: 0px 15px 30px #FF572240;
}
.started a:hover{
  color: #fff;
  text-decoration: none;
}
.easy{
  text-align: center;
  padding: 80px 0px;
  padding-bottom: 0px;
}
.easy h3{
  font-weight: 500;
  color: #FF5722;
}
.pay-1{
  background-color: #fff;
      margin: 0px 100px;
}
.pay-in p{
      margin-bottom: 0;
    font-size: 18px;
    color: #343434;
    margin-top: 25px;
    text-transform: uppercase;
}
.pay-in p:last-child {
    margin-top: 0px;
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 400;
    color: #343434;
}
..pay-1{
  padding: 0px 20px;
}
.pay-in img {
    width: auto;
    padding: 25px;
}
.actual .pay-in.coler-pay p,
.payin-destop.chekced p {
    color: #A5A5A5;
}
.round-1 {
    margin-top: 35px;
}
.round-1 img {
    width: 100%;
}
.pay-ini{
  padding: 33px 0px;
  padding-right: 15px;
}
.based {
    font-size: 14px;
    margin-top: 25px;
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
.consultation{
  padding-top: 80px;
    padding-bottom: 55px;
}
.across{
  padding: 80px 0px;
  text-align: center;
}
.across h5{
      font-family: "work_sansmedium";
    color: #FF5722;
    text-transform: uppercase;
    margin-bottom: 25px;
    letter-spacing: 2px;
}
.across h4 {
    font-size: 50px;
    margin-bottom: 20px;
}
.across p{
  color: #FF5722;
}
.linked-img{
    position: absolute;
    left: auto;
    top: -60px;
    right: auto;
    margin: auto;
    width: 100%;
    text-align: center;
}
.linked-img img{
    width: 120px;
    height: 120px;
    border-radius: 100%;
    background-color: #fff;
    padding: 3px;
}
.stefan-1 {
    position: relative;
    width: 100%;
    background-color: #FFEFE2;
    border-radius: 18px;
    margin-bottom: 40px;
}
.stefan-1 p{
  margin-bottom: 0;
    padding: 40px 30px;
    font-size: 13px;
    text-align: center;
    padding-bottom: 25px;
}
.stefan-1 h4 {
    text-align: center;
    font-size: 18px;
    /*padding-bottom: 30px;*/
    padding-bottom: 0px;
    font-family: "work_sanssemibold";   
    /*height: 50px; */
    height: auto; 
    margin-bottom: 16px;
}
.nonumy {
    left: auto;
    top: 0;
    margin: auto;
    width: 100%;
    text-align: center;
    margin-top: -40px;
}
.nonumy img {
    width: auto;
}
.interiors{
     width: 100%;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    background-size: contain;
    height: 520px;
    position: relative;
    filter: drop-shadow(3px 8px 14px #ff572228);
    border-radius: 90px;
}
.interiors h3 {
    color: #fff;
    font-size: 50px;
    font-weight: 400;
}
.dream-width .dream-content {
    position: absolute;
    top: 49%;
    width: 100%;
    left: 0;
    right: 0;
    transform: translateY(-52%);
}
.waiting {
  margin-top: 80px;
}
.waiting a {
    background-color: #fff;
    font-size: 16px;
    color: #FF5722;
    text-transform: uppercase;
    padding: 28px 29px;
    border-radius: 9px;
    text-decoration: none;
    font-family: "work_sansmedium";
    letter-spacing: 4px;
}
.waiting a:hover{
  color: #FF5722;
  text-decoration: none;
}
.frequently {
    padding: 80px 0px;
    /*padding-top: 0px;*/
}
.questions h3 {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 50px;
    line-height: 60px;
}
.goes{
      border: 1px solid #FF5722;
    border-radius: 10px;
    margin-bottom: 20px;
}
.here{
  background-color: #FF5722;
    border-radius: 8px;
}
.here h4 {
    color: #fff;
    padding: 15px 20px;
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: 500;
}
.here h4 span{
      float: right;
}
.asked{
    width: 100%;
    position: relative;
}
.questions {
    padding-left: 0px;
}
.goes p{
  margin-bottom: 0px;
  padding: 20px;
}
.goes h5 {
    color: #333;
    padding: 15px 20px;
    margin-bottom: 0px;
    font-size: 25px;
    font-weight: 500;
}
.goes h5 span {
    float: right;
    color: #FF5722;
}
.img-11 {
    position: absolute;
    top: 0px;
    right: 40px;
    /*left: -36px;*/
    left: -10px;
}
.img-11 img {
    width: 70%;
}

.footer{
  background-color: #333;
  padding: 20px 0px;
}
.footer.alpha-desteop div {
    margin: 5px 0;
}
.reserved-1 p{
  margin-bottom: 0px;
  color: #fff;
}
.footer-menu ul{
  float: right;
}
.footer-menu ul li {
    display: inline-block;
    float: left;
    list-style: none;
    color: #fff;
    margin-left: 18px;
    font-size: 15px;
    font-weight: 400;
}
.footer-menu ul li a{
  color: #FF5722;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    font-size: 18px;
}
.footer-menu ul li:first-child{
  margin-left: 0px;
}


#menuToggle {
    display: block;
    position: relative;
    top: -50px;
    left: 265px;
    z-index: 1;
    -webkit-user-select: none;
    user-select: none;
}


#menuToggle a
{
  text-decoration: none;
  color: #232323;
  
  transition: color 0.3s ease;
}

#menuToggle a:hover
{
  color: tomato;
}


#menuToggle input
{
  display: block;
  width: 40px;
  height: 32px;
  position: absolute;
  top: -7px;
  left: -5px;
  
  cursor: pointer;
  
  opacity: 0; /* hide this */
  z-index: 2; /* and place it over the hamburger */
  
  -webkit-touch-callout: none;
}

/*
 * Just a quick hamburger
 */
#menuToggle span {
    display: block;
    width: 33px;
    height: 4px;
    margin-bottom: 5px;
    position: relative;
    border-radius: 3px;
    z-index: 1;
    transform-origin: 4px 0px;
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0), background 0.5s cubic-bezier(0.77,0.2,0.05,1.0), opacity 0.55s ease;
    top: -28px;
}

#menuToggle span:first-child
{
  transform-origin: 0% 0%;
}

#menuToggle span:nth-last-child(2)
{
  transform-origin: 0% 100%;
}
#menuToggle input:checked ~ span
{
  opacity: 1;
  transform: rotate(45deg) translate(-2px, -1px);
  background: #232323;
}
#menuToggle input:checked ~ span:nth-last-child(3)
{
  opacity: 0;
  transform: rotate(0deg) scale(0.2, 0.2);
}
#menuToggle input:checked ~ span:nth-last-child(2)
{
  transform: rotate(-45deg) translate(0, -1px);
}
#menu {
    position: absolute;
    width: 245px;
    margin: -100px 0 0 -160px;
    padding: 28px;
    padding-top: 100px;
    background: #ededed;
    list-style-type: none;
    -webkit-font-smoothing: antialiased;
    transform-origin: 0% 0%;
    transform: translate(100%, 0%);
    transition: transform 0.5s cubic-bezier(0.77,0.2,0.05,1.0);
}

#menu li
{
  padding: 10px 0;
  font-size: 22px;
}
#menuToggle input:checked ~ ul
{
  transform: none;
}


#menuToggle i{
      color: #fff;
    background-color: #25D366;
    width: 34px;
    height: 34px;
    padding: 10px;
    border-radius: 50%;
    line-height: 15px;
    font-size: 20px;
}

.explore {
    text-align: center;
    padding: 40px 0px;
}
.explore h5{
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
.explore i{
  color: #fff;
  font-size: 14px;
}
.menuToggle-1{
  position: absolute;
    top: 8px;
    right: 5px;
}
.menuToggle-1 i{
  color: #fff;
    background-color: #25D366;
    width: 34px;
    height: 34px;
    padding: 10px;
    border-radius: 50%;
    line-height: 15px;
    font-size: 20px;
}
.free-botton a:hover {
    color: #fff !important;
    text-decoration: none !important;
}
.slider-11 .active, .accordion:hover {
    background-color: #ff572200 !important;
}

.toogle img{width: 25px;}
.toogle{position: absolute; top: 25px; right: 20px; display: none;}
@media screen and (max-width: 992px){
.menu-link{
  padding:50px;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  width: 100%;
  max-width: 400px;
  height: 100vh;
  position: fixed;
  right: -400px;
  transition: 0.4s;
  }
body.show-nav .menu-link{
      right: 0;
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.menu-link ul li{
  margin:50px 0px;
  display: block;
  text-align: center;
}
.menu-link ul li:hover{
  background-color: #000;
}
.menu-link ul li:hover a{
  color: #fff;
  padding:10px 0px;
}
.toogle{display: block;}
}

.decor p {
    font-size: 18px;
    font-weight: 100;
    letter-spacing: -1px;
}

.consultation-ff .started a {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 86px;
    border-radius: 9px;
    text-decoration: none;
    font-weight: 500;
    background-color: #FF5722;
}
.red-1 {
    border-radius: 30px;
    background-image: linear-gradient(to top, #ff4600, #ff5f0d, #ff741d, #ff862c, #ff973d);
    width: 100px;
    height: 52px;
    padding-top: 4px;
    padding-bottom: 4px;
    position: relative;
}
.red-1 button{
  background-color: transparent;
  border: 0px;
}
.red-2 {
    padding: 23px;
    background-color: #f9f7f7;
    border-radius: 30px;
    position: absolute;
    top: -1px;
    left: -45px;
}

.owl-dots {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    max-width: 606px;
    width: 100%;
    height: 2px;
    background-color: #C4C4C4;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
}

.owl-dots .owl-dot {
    flex: 1 1 auto;
    margin: 0;
    display: -ms-flexbox;
    display: flex;
}
.owl-dot.active span {
    background-color: #000;
    height: 3px;
}
.owl-dots span {
    border: none;
    padding: 0;
    font-size: 0;
    height: 2px;
    width: 100%;
    margin-top: -2px;
    outline: none;
}


.slider-11.owl-dots.disabled{
  display: block !important;
}
.owl-carousel .owl-dots.disabled, .owl-carousel  {
   display: block !important;
}

#slider-next .slider-img {
    background-color: #F7F7F7;
    padding: 30px;
    margin: 20px;
}

.owl-carousel.owl-drag .owl-item #slider-next-alpha  {
  background-color: transparent;
}
.owl-carousel.owl-drag .owl-item {
    background-color: transparent !important;
}

#slider-next-alpha .owl-nav{
  display: none;
}
#slider-next-alpha .alpha-1 img{
  width: 50%;
  display: inline-block;
}

#slider-next-heamos .owl-dots{
  display: none;
}
#slider-next-heamos .owl-nav{
    position: absolute;
    bottom: 35px;
    left: 165px;
    z-index: 11111;
}
#slider-next-heamos .owl-nav .owl-prev{
  display: inline-block;
    position: absolute;
    bottom: 0px;
    right: 35px;
}
#slider-next-heamos .owl-nav .owl-prev i{
  color: #fff;
  font-size: 30px;
}
#slider-next-heamos .owl-nav .owl-next{
 display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 46px;
}
#slider-next-heamos .owl-nav .owl-next i{
  color: #fff;
  font-size: 30px;
}
section.customers-1 .owl-carousel .owl-item img {
    margin-bottom: 0;
}
section.customers-1 {
    margin-bottom: 50px;
    padding-top: 30px;
}
.choose p {
    width: 580px;
    text-align: center;
    margin: auto !important;
    color: #343434;
    font-family: "work_sansmedium";
}
.row.analysis {
    margin-top: 75px;
}
section.customers-1 .owl-dots{
  margin-top: 50px;
  position: inherit;
  bottom: unset;
  margin-right: auto;
  margin-left: auto;
  left: unset;
  transform: unset;
}
.slider-11 {
    padding: 30px 0px;
}
.customers-1 {
    padding: 70px 100px;
}
.burger-11 h3, .burger-11 span {
    text-transform: uppercase;
}
#slider-next-heamos .owl-nav {
    display: none;
}
.next-bt span {
    padding: 0 8px;
}
.plans{
  padding-bottom: 100px;
}
section.dream .dream-width {
    padding: 0 70px;
}
section.testimonials .alpha-desteop {
    padding: 0 100px;
}
.test-content {
    padding: 0 30px 10px;
}
section.dream {
    padding-top: 50px;
}
section.frequently .panel {
    display: block !important;
}
div#accordion .panel-title > a:before {
    float: right !important;
    content:"";
    padding-right: 5px;
    background-image: url('/./newLandingPage/img/minus-white.png');
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
}
div#accordion .panel-title > a.collapsed:before {
    float: right !important;
    content:"";
    background-image: url('/./newLandingPage/img/plus.png');
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {
    text-decoration:none;
}
div#accordion .panel-title a {
    background-color: transparent;
    color: #000;
    cursor: pointer;
    padding: 32px 35px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 22px;
    transition: 0.4s;
    outline: none;
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    display: block;
}
div#accordion .panel-title a.collapsed {
    color: #000;
}
div#accordion .panel.panel-default {
    border: 1px solid #ff4600;
    margin-bottom: 40px;
    border-radius: 10px;
    padding: 0;
}
div#accordion .panel-title > a.collapsed:before{
  color: #ff4600;
}
div#accordion .panel-default>.panel-heading a[aria-expanded="true"] {
    background: #ff4600 !important;
    color: #fff !important;
    border-radius: 10px;
}
div#accordion .panel-body {
    padding: 20px 35px;
}
div#accordion .panel-body p {
    font-size: 18px;
}
section.frequently .questions {
    padding-right: 100px;
}
div#accordionOne .panel {
    display: block;
    margin-bottom: 40px;
}

div#accordionOne .panel-title > a:before {
    float: left;
    content:"";
    margin-right: 20px;
    color:#FF5722!important;
    font-size: 1.5rem;
    background-image: url('/./newLandingPage/img/minus.png');
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    margin-top: 3px;
}
div#accordionOne .panel-title > a.collapsed:before {
    float: left;
    content:"";
    margin-right: 20px;
    background-image: url('/./newLandingPage/img/plus.png');
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    margin-top: 4px;
}
div#accordionOne .panel-heading a {
    color:#000;
}
div#accordionOne .panel-body {
    padding: 15px 40px;
}
div#accordionOne .panel-body p {
    font-size: 18px;
    line-height: 24px;
    color: #343434;
    width: 100%;
    max-width: 500px;
}
div#accordionOne .panel-default>.panel-heading a[aria-expanded="true"] {
  color: #FF5722!important;
}

.service-section .panel-group,
.service-section .path {
	margin-top: 25px;
}

.selectdiv {
  position: relative;height:61px;margin-bottom:32px;
}
.selectdiv:after {
  /* content: '\f078'; */
  /* font: normal normal normal 17px/1 FontAwesome; */
  content: '';
    width: 0;
    height: 0;
        border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid #FF5722;
    right: 11px;
    top: 54%;
          transform: translateY(-50%);
    position: absolute;
    pointer-events: none;
}

/* IE11 hide native button (thanks Matt!) */
select::-ms-expand {
display: none;
}

.selectdiv select {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
/* Add some styling */

display: block;
width: 100%;

height: 50px;
float: right;
margin: 5px 0px;
padding: 0px 24px;
font-size: 16px;
line-height: 1.75;
color: #333;
background-color: #ffffff;
background-image: none;
border: 1px solid #0ebeff;
-ms-word-break: normal;
word-break: normal;
}

#pay-inhedin{
  display: none ;
}
#pay-inhedin img{
  padding-bottom: 30px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 100px;
    height: 50px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider-1 {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(to top, #ff4600, #ff5f0d, #ff741d, #ff862c, #ff973d);
  -webkit-transition: .4s;
  transition: .4s;
  border: none;
}

.slider-1:before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider-1 {
  background-color: #FF5722;
}

input:focus + .slider-1 {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider-1:before {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}

/* Rounded sliders */
.slider-1.round {
  border-radius: 34px;
}

.slider-1.round:before {
  border-radius: 50%;
}
.round-1 .switch .owl-nav.disabled {
  display: none;
}
.round-1 .switch .owl-dots.disabled {
  display: none;
}
input:checked + .pay-in.inhedin{
  display: block;
}
.footer-btn {
    text-align: center;
    display: inline-block;
    margin: 15px 0;
    width: 100%;
    margin-top: 50px;
}
.footer-btn .started.consultation{
  padding: 0px;
}
.pay-1 .pay-10-1{
  display: none;
}
.pay-1 .coler-pay{
  display: block;
}
.pay-1 .col-md-5.chekced .pay-10-1{
  display: block;
}
.pay-1 .col-md-5.chekced .coler-pay{
  display: none;
}
.pay-1 .col-md-5 {
    min-height: 252px;
}
.alpha-desteop .alpha {
    min-height: 850px;
    position: relative;
}
.alpha-desteop .started {
    position: absolute;
    bottom: 30px;
    left: 0px;
    right: 0px;
}
.slider#slider-next-alpha .owl-dots .owl-dot.active{
  background-color: transparent;
}
.slider#slider-next-alpha .owl-dots {
    width: 100%;
}
.slider#slider-next-alpha .owl-dots .owl-dot {
    position: relative;
    text-align: left;
    max-width: 1140px;
    margin: 10px;
    top: 70px;
    left: 50%;
    transform: translateX(-50%);
    flex: 0;
}
.slider#slider-next-alpha .owl-dots .owl-dot span {
    display: block;
    width: 14px;
    height: 14px;
    filter: Alpha(Opacity=50);
    opacity: 0.8;
    border-radius: 50px;
    border: 0px solid #CCCCCC;
    float: left;
    background-color: #CCCCCC;
}
.slider#slider-next-alpha .owl-dots .owl-dot.active span, .slider .owl-controls.clickable .owl-page:hover span {
    background-color: #FF5722;
    filter: Alpha(Opacity=100);
    opacity: 1;
    width: 16px;
    height: 16px;
}
.slider#slider-next-alpha .owl-dots {
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    max-width: 606px;
    width: 100%;
    height: 2px;
    background-color: transparent;
    position: absolute;
    bottom: 40px;
    left: 35%;
    transform: translateX(-50%);
}
.top-he{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 200;
    background-color: #fff;
    -webkit-box-shadow: 0 3px 5px #80808029;
  -moz-box-shadow: 0 3px 5px #80808029;
  box-shadow: 0 3px 5px #80808029;
}
.bgimg{
  margin-top: 64px;
}
p.ex {
    letter-spacing: 3.2px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 0px;
}
.sspl-advantage { width: 1000px; margin: 0 auto; }
      .adv-title { list-style: none; font-size: 20px; font-family: "work_sansmedium"; color: #000;  }   
      .sspl-advantage .row { border-bottom: 1px dashed #acacac ; }
      .sspl-advantage .row:last-child { border-bottom: 0px; }
      .sspl-advantage .adv-title { padding-top: 25px; }
      .sspl-advantage ul { padding: 25px 0; }
      .sspl-advantage ul li { font-size: 20px; font-family: "work_sansmedium"; color: #000; }
      .sspl-advantage .white-col { background: #ffffff; padding: 0 20px 0 40px; }
      .sspl-advantage .orn-col { background: #faf5f1;  padding: 0 20px 0 40px; }
      .sspl-advantage .row:first-child .white-col { border-top-left-radius: 10px; border-top-right-radius: 10px; }
      .sspl-advantage .row:last-child .white-col { border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
      .sspl-advantage .row:first-child  .orn-col { border-top-right-radius: 10px; }
      .sspl-advantage .row:last-child  .orn-col { border-bottom-right-radius: 10px; }
      .sspl-advantage .row:first-child .white-col { font-size: 26px;  font-family: "work_sansmedium";  font-weight: bold; color: #FF5722; padding: 20px 0 15px 20px;  }
      .sspl-advantage .row:first-child .orn-col { font-size: 26px;  font-family: "work_sansmedium";  font-weight: bold;  padding: 20px 0 15px 20px;  }
.white-col ul li, .orn-col ul li{
  list-style: none;
}
.white-col ul li:before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: #FF5722;
    position: absolute;
    margin-top: 10px;
    left: 20px;
    border-radius: 100%;
}
.orn-col ul li:before{
    content: "";
    width: 6px;
    height: 6px;
    background-color: #000;
    position: absolute;
    margin-top: 10px;
    left: 20px;
    border-radius: 100%;
}
.sspl-advantage .row .col-md-4 {
    border-bottom: 1px dashed #acacac;
}
.sspl-advantage > .row > .adv-title {
    max-width: 20% !important;
    margin-left: 13.33%;
}
.sspl-advantage .row{
  border: none !important;
}
.last-row .col-md-4 {
    border-bottom: none !important;
}
.srate .owl-stage-outer .owl-stage {
    left: -50px !important;
}
.close-menu {color: #FF5722;}
a.mobile-menu-click {
    cursor: pointer;
}

.work-2 .reserved-1 > p,
.work-2 .reserved-1 > p > a {
  color: #fff;
}

section.testimonials .alpha-desteop > [class*='col-'] {
    display: flex;
    flex-direction: inherit;
}
section.testimonials .alpha-desteop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

@media(max-width: 767px){
  .mobile-ct{
    display: block !important;
  }
  .desktop-ct{
    display: none;
  }
  
  .inspire-slider{
    position: relative;    
  }
  .inspire-slider .inspire-slide-burger{
    position: absolute;
    top: 227px;
    left: 20px;
    z-index: 4;
    left: 50%;
    transform: translateX(-50%);
  }
  .inspire-slider .inspire-slide-burger .outer-next, .inspire-slider .inspire-slide-burger .next-bt{
    position: static;
  }
  .mobile-ct.interior-img{
    width: 90%;
    margin: 20px auto 0;
  }
  .scroll-explore.mobile-ct{
    display: flex !important;
    transform: rotate(-90deg);
    width: fit-content;
    transform-origin: center;
    margin-left: -30px;
    margin-top: -35px;
  }
  .talk-form-right{
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 50px;
  }
  .scroll-explore.mobile-ct img{
    transform: rotate(90deg);
    margin-right: 15px;
    width: 9px;
    margin-top: -4px;
  }
  .scroll-explore.mobile-ct span{
    font-size: 12px;
  }
  .interior-design-sec img{
    margin-top: 0px;
  }
  .service-section {
    padding-bottom: 0;
  }
  .service-section .our-ser {
    padding-top: 0;
  }
  .slider-container{
    max-width: 100%;
  }
  .aliquyam{
    padding-bottom: 0 !important;
  }
  .headline-here{
    margin-bottom: 30px;
  }
  .talk-form-sec .talk-1{
    position: relative !important;
    top: auto !important;
    width: auto;
  }
  .talk-form-sec button{
        white-space: pre-wrap;

  }
  .talk-form-left{
    padding-bottom: 50px;
    background-position: center;
    background-size: 130% 100%;
  }
  .talk-form-sec .row{
    /*flex-direction: column-reverse;*/
  }
  .consultation-btn a{
    width: 100%;
    text-align: center;
  }
  .interior-design-sec{
    height: auto;
    padding: 80px 0 60px;
  }
  .interior-design-sec h1 {
    font-size: 33px;
    padding-top: 0;
    margin-bottom: 0;
  }
  .interior-design-sec h2{
    font-size: 38px;
    margin: 0 0;
  }
  .interior-design-sec ul li{
    font-size: 16px;
    padding: 0 15px;
  }
  .interior-design-sec ul li:after{
    width: 1px;
    height: 15px;
  }
  .interior-design-sec .orange-circle{
    display: none;
  }
  .frequently .path-modile img{
    margin-bottom: 30px;
  }
  .footer{
    margin-bottom: 48px;
  }
  .aliquyam .burger-1 .next-bt{
    bottom: -107px;
  }
  .customers-1{
    padding-top: 0 !important;
  }
  .customers-1 .customers h4{
    padding-top: 20px;
  }
  .header-1.top-mobile{
    width: 100%;
    height: 60px;
  }
  .header-1.top-mobile .menuToggle-1, .header-1.top-mobile .menuToggle-1 a{
    position: static;
  }
  .header-1.top-mobile .menuToggle-1{
    margin-left: auto;
    margin-right: -90px;
  }
  .header-1.top-mobile .row{
    align-items: center;
  }
  .header-1.top-mobile .logo{
    width: auto;
  }
  .header-1.top-mobile .menu{
    width: 100%;
  }
  .menu-mob-toggle{
    color: #FF5722;
    background: transparent;
    margin-left: auto;
    width: 86px;
    text-align: right;
  }
  .menu-mob-toggle:focus{
    box-shadow: none;
  }
  .menu-mob-ul ul{
    position: absolute;
    top: 42px;
    left: 0;
    width: 100vw;
    background: #fff;
    padding-top: 50px;
    padding-bottom: 4px;
    height: 100vh;
  }
  .menu-mob-ul ul li{
    display: block;
    padding: 20px 0;
  } 
  .menu-mob-ul ul li a{
    padding: 0;
    margin-left: 0 !important;
    font-size: 18px;
  }
  .aliquyam#work{
    margin-top: 0;
    padding-top: 50px;
  }
  .service-section .panel{
    margin-bottom: 15px !important;
  }
  .header-1.top-mobile .toogle img {
    width: 32px;
  }
  .talk-form-right h2{
    text-align: center;
    font-size: 28px;
    margin-bottom: 35px;
  }
  .talk-form-right h1{
    text-align: center;    
    font-size: 14px;
    margin-bottom: 20px;
  }
  .headline-here span {
    font-size: 16px;
  }
  .choose h3{
    font-size: 28px !important;
    margin-top: 0 !important;
    margin-bottom: 14px !important;
  }
  .talk-form-sec{
    padding-bottom: 20px;
    padding-top: 50px;
  }
  div#accordionOne .panel-title > a.collapsed:before {
    width: 16px;
    height: 16px;
    margin-top: 6px !important;
    background-position: center;
  }
  div#accordionOne .panel-title > a:before{
    margin-top: 3px !important;
    width: 16px;
    height: 16px;
  }
  .supervision h4{
    font-size: 16px !important;
    line-height: 23px;
    padding-bottom: 5px;
  }
  .aliquyam .some-img{
    padding: 0 20px;
    margin-top: 17px;
  }
  .covered span{
    margin-right: 0;
  }
  button.btn.menu-mob-toggle.collapsed:after{
    content: "MENU";
    font-family: 'work_sansmedium';
    border: none;
    font-size: 16px;
  }
  button.btn.menu-mob-toggle:after{
    content: "CLOSE";
    font-family: 'work_sansmedium';
    border: none;
    font-size: 16px;
    /*font-family: fontawesome;*/
    /*font-size: 18px;
    border: 1px solid #FF5722;
    padding: 3px 5px;
    border-radius: 50%;*/
  }
  /*.collapsing{
    position: static;
    transition-delay: 0s;
    height: auto;
    overflow: auto !important;
    transition-duration: 0s !important;
  }*/
  ./*plans .owl-item{
    width: 210px !important;
  }
  
  .plans .slider{
    padding: 0;
  }*/
  .servece h3{
    padding-bottom: 0 !important;
  }  
  .plans #slider-next-alpha .started{
    position: static;
  }
  .plans #slider-next-alpha .alpha{
    min-height: auto;
  }
  .plans .header-text{
    padding-top: 40px;
  }
  .plans .slider .alpha{
    margin-left: 20px;
    margin-right: 20px;
  }
  .testimonials .test-content h4{
      height: auto;
      margin-bottom: 16px;
      padding-bottom: 0;
      font-size: 14px;
    }
    .testimonials .test-content p{
      padding-top: 10px;
      padding-bottom: 15px;
      font-size: 13px;
    }
    .plans .alpha p{
      font-size: 14px;
    }
    .dream .interiors h3 {
      font-size: 24px;
      padding: 0 10px;
    }
    #slider-next-alpha .alpha-1 img{
      width: 20%;
      margin-bottom: 20px;
    }
    .choose-us.e2e {
      padding-top: 50px !important;
    }
    div#accordionOne .panel-body {
        padding: 5px 25px;
    }
    .check-label {
      font-size: 12px;
    }
    div#accordion .panel-title > a.collapsed:before{
      width: 16px;
      height: 16px;
      background-position: center;
      margin-top: 5px;
    }
    div#accordion .panel-title > a:before{
      width: 16px;
    }
    .alpha ul li a{
      font-size: 14px !important;
    }
    .talk-form-sec input[type="checkbox"]{
      height: 11px;
    }
    .servece h5{
      font-size: 12px !important;
      margin-bottom: 8px;
    }
    .choose h5{
      font-size: 12px !important;
      margin-bottom: 8px !important;
    }
    .supervision img{
      padding: 0;
      padding-bottom: 10px !important;
    }
    .inspire h5{
      font-size: 12px !important;
      margin-bottom: 8px !important;
    }
    .burger-11 p{
      font-size: 14px !important;
    }
    .bud-top-hr{
      color: #000;
      margin-bottom: 16px !important;
    }
    .bud-bottom-hr{
      color: #000;
      margin-top: 16px !important;
    }
  .our-ser-menu .consultation{
    padding-top: 70px;
    padding-bottom: 40px;
  }
  .across h5{
    font-size: 12px !important;
    margin-bottom: 8px;
  }
  .across h4{
    padding-top: 0 !important;
    margin-bottom: 0px;
  }
  .inspire h3{
    padding-left: 30px;
    padding-right: 30px;
  }
  .aliquyam .burger-11{
    padding-top: 8px;
  } 
  .header-text h4{
    font-size: 12px !important;
  }
  div#accordionOne .panel-body p{
    font-size: 13px !important;
  }
  .ten-percent{
    width: 220px !important;
  }
  .hundred-percent{
    width: 280px !important;
  }
}