
.covermobile { display:none !important; }
/* Cerosell Style Area */
.contentthumbnail {
      overflow: auto;
      position: relative;
      padding: 10px;
      background: #333;
      margin: 10px auto;
      width: 85%;
      height: 200px;
    }
    .contentthumbnail li{ margin: 0 4px; }
    .contentthumbnail li a{
      display: block;
      border: 7px solid rgba(255,255,255,.1);
    }
    #content-1{
      padding: 10px 0px;
      background-color: transparent;
      width: 100%;
    }
    #content-1 .mTSButtonIcon{ fill: #aaa; }
    #content-1 .mTSButton .mTSButtonIcon{ opacity: .5; }
    #content-1 .mTSButton:hover .mTSButtonIcon{ opacity: 1; }
    #content-1 .mTSContainer li p{
      margin: 0;
      height: 100px;
      background-color: rgba(255,255,255,.1);
      padding: 0 5px;
    }
/* Cerosell Style Area end */

.discriptionlist li {padding-left: 50px;}


.contact .form-check-label { color:#ccc; font-size:14px; }
  
}

.seemore {
  text-align: center;
}

.bookcaption { padding-top:20px; padding-bottom:20px; }
.bookcaption .container { padding-bottom:0px; }
.booknow { padding-top:0px; }
.booknow .form-check { margin-left:5px; }
.form-check { display:inline-block; margin-right:15px; }
input[type="radio"]:focus { font-weight: bold; outline: 1px solid #fff; border: none; }
input[type="radio"]:checked { font-weight: bold; border: 8px solid #fff; outline:2px solid #ff7e00; } 
input:checked { font-weight: bold; border: 8px solid #fff; outline:2px solid #ff7e00; } 
.servicesform { padding:0px 0px 20px 0px !important; }
.services-list img { border-radius:12px; }
.services-data { margin-bottom:15px; }
.whatsappbutton { background:none !important; padding:0px !important; display:block !important; margin:0px !important; }
.whatsappcaption { color:#fff; padding-left:10px; }
.services-data #content-1 { padding:0px; width:100%; }

.seemore {
  text-align: center;
}
.buttonmiddle { text-align:center; }
.text-right { text-align: right; }
.whatsappbutton img:hover { opacity: 0.9; }
.boxone { background:#fffcf7; width:100%; margin-bottom:20px; }


.box-container {
    display: inline-block;
    margin: 0;
    padding: 0;
    margin-top: 1.4em;
    width: 100%;
}

.box {
    list-style-type: none;
    float: left;
    opacity: 0;
    transform: translate3d(0, 40px, 0);
    transition: opacity 0.2s, transform 0.35s;
}

.box.show {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: opacity 0.4s, transform 0.35s;
}

.box .inner {
    padding: 10px;
    position: relative;
}

.box a {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    overflow: hidden;
}

.box img {
    width: calc(100% + 50px);
    max-width: calc(100% + 50px);
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-40px, 0, 0);
}

.box a::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    z-index: 99;
    opacity: 0;
    transition: opacity 0.4s;
}

.three-cols .box {
    width: 100%;
}

.four-cols .box {
    width: 23.1%;
}

.four-cols .box:nth-child(4n+0) {
    margin-right: 0;
}

.four-cols .box:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
}

.options-list {
    width: 700px;
    margin: 0 auto;
    border: 1px solid #ececec;
    border-radius: 2px;
}

.options-list .option {
    overflow: hidden;
    border-bottom: 1px solid #ececec;
}

.options-list .option .name {
    font-weight: 600;
    display: inline-block;
    width: 23%;
    float: left;
    text-align: left;
    padding: 14px 17px;
    color: #000;
    font-size: 0.89em;
    
}

.options-list .option .value {
    display: inline-block;
    width: 65%;
    float: left;
    padding: 14px 17px;
    text-align: left;
    line-height: 1.7em;
    font-size: 0.89em;
    border-left: 1px solid #eee;
    
}

.options-list .option .type {
    color: #ed7205;
    font-weight: 600;
}

.params-list {
    margin-bottom: 11em;
}

.option-code {
    width: 700px;
    margin: 0 auto;
    border: 1px solid #ececec;
    border-radius: 2px;
    padding-left: 20px;
    padding-top: 0;
    margin-bottom: 48px;
}

.inline-inner {
    padding: 40px;
}

.inline-close-btn {
    background: #FFC107;
    width: 200px;
    display: block;
    margin: auto;
    height: 53px;
    text-align: center;
    line-height: 53px;
    font-weight: 600;
    font-size: 15px;
    border-radius: 5px;
    border: 2px solid #eee;
}

.inline-close-btn:hover {
    border-color: #000;
}

.especifications {
    width: 100%;
    max-width: 543px;
    margin: auto;
}
.especifications ul {
    margin-top: 40px;
    margin-bottom: 40px;
}
.especifications li {
    text-align: left;
    list-style: initial;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 16px;
    color: #2b2b2b;
    opacity: 0;
    line-height: 1.7em;
    transform: translate3d(-10px, 0, 0);
}

.especifications li.show {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: all 0.3s ease-in-out;
}

.especifications li i {
    color: #000;
}


/* ======== Media Css Style Data ============ */

@media (min-width: 390px) {
    .three-cols .box {
        width: 50%;
    }
}


@media (min-width: 576px) {
    .intro h1 {
        font-size: 4.3em;
    }

    .intro {
        max-height: 70vh;
        min-height: 640px;
        padding-top: 0px;
    }

    .intro h1,
    .tagline {
        text-align: left;
    }

    .tagline {
        font-size: 100%;
    }

    .three-cols .box {
        width: 33.3%;
    }

    .three-cols .box:nth-child(3n+0) {
        margin-right: 0;
    }

    .three-cols .box:nth-child(3n+1) {
        margin-left: 0;
    }

    .mcbutton {
        width: auto;
    }
}









@media (min-width: 992px) {
    .box:hover img {
        transform: translate3d(0, 0, 0);
        transition: opacity 0.35s, transform 0.35s;
    }

    .box:hover a::before {
        opacity: 0.3;
        transition: opacity 0.5s;
    }
}

.boxone { background: #fffcf7; width:100%; margin-bottom:20px; padding: 20px; } 
.visalist ul { list-style: none;  }

@media (max-width: 480px) {
#content-1 { padding:0px !important; width:100% !important; }
.text-right { text-align:left; }
.coverdesktop { display:none; }
.covermobile { display:block !important; }
}


/* path {
    stroke-opacity: 0;
}

path.hw {
    stroke-opacity: 1;
}
 */