/*
#form-lead-dask .nav-pills .nav-link.active {
    color: #fff;
    background-color: #dc3545;
}

#form-lead-dask .nav-pills .nav-link {
    border: #dc3545 1px solid;
    margin-right: 3px;
}

#form-lead-dask .nav-pills .nav-link:last-child {
    margin-left: 3px;
    margin-right: 0px;
}
*/

/*
@font-face {
    font-family: 'Nunito';
    src: url('/asset/font/Nunito-Regular.woff2') format('woff2'),
    url('/asset/font/Nunito-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nunito';
    src: url('/asset/font/Nunito-Bold.woff2') format('woff2'),
    url('/asset/font/Nunito-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
*/

.rating-box img {
    height: 35px;
}

a.nav-link {
    font-size: 0.95rem;
}

#form-lead-dask .nav-link:hover {
    color: #000;
}

.radio-toggle {
    /*border: #dc3545 2px solid;*/
    border-radius: 5px;
    padding: 5px 0;
    color: #8794a3;
}

.radio-toggle:hover {
    color: #000;
}

.radio-toggle-holder .active {
    background-color: #dc3545;
    color: #fff;
}

/****************/
#iphone-banner {
    height: 275px;
    background-color: #dc3545;
    border-radius: 20px;
    background-image: url(/img/iphone/03.png);
    background-repeat: no-repeat;
    background-position: right 0 !important;
    position: relative;
}

@media screen and ( max-width: 992px ) {
    #iphone-banner {
        background-position: 150% 0 !important;
    }
}
@media screen and ( max-width: 767px ) {
    #iphone-banner {
        background-position: 95% 0 !important;
    }
}

#iphone-slogan {
    width: 55%;
    padding: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    color: #fff;
    height: 100%;
}

#iphone-slogan .h2, #iphone-slogan .h3, #iphone-slogan .h5 {
    color: #fff;
}

@media screen and ( max-width: 992px ) {
    #iphone-slogan {
        padding: 16px;
        display: block;
        width: 100%;
        position: relative;
        color: #000;
        height: auto;
    }
    #iphone-slogan .h2, #iphone-slogan .h3, #iphone-slogan .h5 {
        color: #000;
        text-align: center;
    }
}

.modal-content {
    background-color: #fafafa !important;
}
/****************/
@media screen and ( min-width: 992px ) {
    .home-product-box {
        min-height: 100px;
    }
}




.ql-video {
    aspect-ratio: 16 / 9;
    width: 100%;
}
/* Sprites */
.bg-box {  background-size: 100%; background-image: url('/img/ic/box-sprite-2.png'); }
.bg-box_1 { background-position: 0 0%; background-size: 100%; }
.bg-box_2 { background-position: 0 16.666667%; background-size: 100%; }
.bg-box_3 { background-position: 0 33.333333%; background-size: 100%; }
.bg-box_4 { background-position: 0 50%; background-size: 100%; }
.bg-box_5 { background-position: 0 66.666667%; background-size: 100%; }
.bg-box_6 { background-position: 0 83.333333%; background-size: 100%; }
.bg-box_7 { background-position: 0 100%; background-size: 100%; }

.lg-sprite { background: url('/img/ico/lg/lg-sprite.png') no-repeat top left; width: 24px; height: 24px;  }
.lg-sprite.ar { background-position: 0 0; }
.lg-sprite.de { background-position: -29px 0; }
.lg-sprite.en { background-position: -58px 0; }
.lg-sprite.fa { background-position: -87px 0; }
.lg-sprite.fr { background-position: -116px 0; }
.lg-sprite.ru { background-position: -145px 0; }
.lg-sprite.tr { background-position: -174px 0; }
/*****************/


#ETBIS img {width: 100px;}


.clr-wa {color: #63b168!important;}
.clr-tw {color: #45aeeb}
.clr-fb {color: #335a95}
.clr-msn {color: #008ae1}
.clr-tlgrm {color: #009de1}
.clr-email {color: #ff9c2a}


#DiscountCode::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #0b7c25;
    font-weight: bold;
}
#DiscountCode::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #0b7c25;
    opacity:  1;
    font-weight: bold;
}
#DiscountCode::-ms-input-placeholder { /* Microsoft Edge */
    color:    #0b7c25;
    font-weight: bold;
}

#DiscountCode::placeholder { /* Most modern browsers support this now. */
    color:    #0b7c25;
    font-weight: bold;
}

.text-black {
    color: #000 !important;
}

.home-title-1 {
    font-size: 1.75rem;
    line-height: 1.9rem;
}

.accordion .card-header {
    padding: 0rem 0rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 0px solid rgba(0, 0, 0, 0.125);
}

.accordion .card-header a, .accordion .card-header a:hover {
    padding: .75rem .75rem;
    color: #000;
}

.accordion .card {
    margin-bottom: 1rem !important;
}

.accordion .card-body {
    padding: 1rem 0 0 0;
}

.accordion .card-body br{
    margin-bottom: 1rem;
}

.accordion .card-body br {
    content: ""; display: block; margin: 1rem 0;
}

.accordion .btn {
    white-space: normal !important;
}


.sticky {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
    padding: 11px;
    width: 100%;
    /*border-top: 3px solid #dc3545;*/
    /*background-color: #ecedee;*/
    background: linear-gradient(0deg, rgba(236,236,236,1) 50%, rgba(236,236,236,0) 100%);
}

.sticky .btn {
    width: 300px;
    max-width: 65%;
    font-size: 13px;
    border-radius: 12px;
}

.btn-video {
    padding: 0rem 1.5rem 0 0.5rem;
    border-radius: 1rem;
    font-size: 14px;
}

.btn-video i {
    font-size: 50px;
    line-height: 50px
}

.navbar .btn {
    font-size: 13px;
    border-radius: 12px;
}

input[type=radio]{
    transform:scale(1.2);
    accent-color: #232323;
}


.phone-country {
    border-radius: 0.25rem 0 0 0.25rem;
    background-color: #eee;
}

.phone-no {
    border-radius: 0 0.25rem 0.25rem 0;
}


.lh-30 {
    line-height: 30px;
}


#main-header {
    /*min-height: 526px;*/
}

.coupon-price-text {
    line-height: 27px;
    font-size: 15px;
    font-weight: bold;
    color: #f26725;
}

.coupon-payment-text {
    /*height: 36px;*/
    font-size: 20px;
    font-weight: bold;
    color: #f26725;
}


#discount-rate {
    font-size: 2rem;
    font-weight: bold;
    line-height: 3rem;
    color: #000;
}

.best-price {
    border: 1px solid #dc3545 !important;
}

.best-price .best-price-inner {
    display: block;
}

.best-price-inner div {
    width: 80px;
}

.best-price-inner {
    display: none;
    position: absolute;
    background-image: url('/img/best-price-bg.png');
    width: 100px;
    height: 100px;
    left: 7px;
    top: 7px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    padding: 4px;
}


@media screen and ( max-width: 768px ) {

    #btn-query-price {
        max-width: 70%;
    }

    .best-price-inner {
        left: 5px;
        top: 6px;
    }
}


.best-price::before {
    /*
    content: url('/img/best-price.png');
    position: absolute;
    left: 16px;
    top: 10px;

     */
}

.best-price::after {
    /*content: "after";*/
}



.navbar-brand img {
    height: 50px;
}

.base-logo {
    width: 174px !important;
    height: 36px !important;
}

.btn-wa {
    width: 30px;
    height: 30px;
    display: inline-block;
    font-size: 18px;
    line-height: 1.78;
    padding-left: 1px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    box-shadow: 0 2px 5px 0 rgba(0 0 0 0);
    background: #25D366;
}

.btn-wa:hover {
    color: #fff;
}

.ic-header-logo {
    height: 55px;
}

.ic-logo {
    width: 220px;
}


.container-wide {
    width: 100%;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    margin-right: auto;
    margin-left: auto;
}



.no-price-divider {
    height: 30px;
}

.no-price-divider-2 {
    height: 25px;
}


.no-coupon-divider {
    height: 35px;
}

.price-promo-text {
    line-height: 14px;
    font-size: 13px;
    font-weight: bold;
}

.price-promo-text a {
    color: #c82333;
}


.price-text del {
    font-size: 16px;
    background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
    text-decoration: none;
}

.price-text-2 del {
    font-size: 16px;
    background: linear-gradient(to left top, transparent 47.75%, currentColor 49.5%, currentColor 50.5%, transparent 52.25%);
    text-decoration: none;
}

.price-text {
    font-size: 18px;
    color: #000;
}

.price-text-2 {
    font-size: 22px;
    color: #000;
}

@media (max-width: 577px) {
    .price-text {
        font-size: 25px;
    }

    .price-text del {
        font-size: 21px;
    }

    .container-wide {
        max-width: 1140px;
    }
}

@media (min-width: 1200px) {
    .price-text {
        font-size: 25px;
    }

    .price-text del {
        font-size: 18px;
    }

    .container-wide {
        max-width: 1140px;
    }
}

.box-shadow {
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.10);
    box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.10);
    padding: 5px;
    margin: 3px;
}

@media (min-width: 768px) {
    .box-shadow {
        border-radius: 15px;
        padding: 15px;
        margin: 5px;
    }
}

.flickity-prev-next-button {
    width: 20px;
    height: 20px;
    -webkit-box-shadow: 0px 0px 10px 0px #000000;
    box-shadow: 0px 0px 10px 0px #000000;
}
.flickity-prev-next-button:after {
    content: none !important;
}
.flickity-prev-next-button .flickity-button-icon {
    display: block !important;
}

#reviews .carousel-cell {
    width: 25%;
    height: 270px;
    border-radius: 10px;
    counter-increment: carousel-cell;
}

#reviews .carousel-cell > div {
    height: 250px;
    border-radius: 10px;
    background-color: #fff;
    margin: 5px;
    padding: 15px;
}

#reviews:not(:hover) .flickity-prev-next-button {
    opacity: 0.2;
}

#reviews .flickity-button {
    background: #dc3545;
}

#reviews .flickity-prev-next-button {
    width: 30px;
    height: 30px;
    -webkit-box-shadow: 0px 0px 10px 0px #000000;
    box-shadow: 0px 0px 10px 0px #000000;
}

#reviews .flickity-button-icon {
    fill: white;
    display: block;
}

#reviews .flickity-prev-next-button:after {
    content: none !important;
}

#reviews .flickity-prev-next-button.previous {
    left: -5px;
}

#reviews .flickity-prev-next-button.next {
    right: -5px;
}

#reviews .logo {
    margin-top: 4px;
    margin-right: 6px;
}

#reviews .logo img{
    height: 30px;
}


#reviews .logo-text {
    font-size: 24px;
}

#reviews .rating-text {
    font-size: 22px;
    font-weight: bold;
    margin-right: 10px;
    color: #000;
}

#reviews .name {
    font-weight: bold;
    color: #000;
    line-height: 1rem;
    margin-bottom: 3px;
}

#reviews .comment {
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1.6rem;
    color: #000;
}


#reviews .review-photo {
    width: 45px;
    height: 45px;
    object-fit: none;
}

#reviews .review-photo-0 {object-position: 0px 0px;}
#reviews .review-photo-1 {object-position: -45px 0px;}
#reviews .review-photo-2 {object-position: -90px 0px;}
#reviews .review-photo-3 {object-position: -135px 0px;}
#reviews .review-photo-4 {object-position: 0px -45px;}
#reviews .review-photo-5 {object-position: -45px -45px;}
#reviews .review-photo-6 {object-position: -90px -45px;}
#reviews .review-photo-7 {object-position: -135px -45px;}
#reviews .review-photo-8 {object-position: 0px -90px;}
#reviews .review-photo-9 {object-position: -45px -90px;}
#reviews .review-photo-10 {object-position: -90px -90px;}
#reviews .review-photo-11 {object-position: -135px -90px;}
#reviews .review-photo-12 {object-position: 0px -135px;}
#reviews .review-photo-13 {object-position: -45px -135px;}
#reviews .review-photo-14 {object-position: -90px -135px;}
#reviews .review-photo-15 {object-position: -135px -135px;}
#reviews .review-photo-16 {object-position: 0px -180px;}
#reviews .review-photo-17 {object-position: -45px -180px;}
#reviews .review-photo-18 {object-position: -90px -180px;}
#reviews .review-photo-19 {object-position: -135px -180px;}

#reviews .btn {
    border-radius: 20px;
    font-size: .7rem;
    padding: 10px 5px 6px 5px;
    margin: 5px 0;
}

.comment-holder {
    overflow: hidden;
    max-height: 150px;
}

@media screen and ( max-width: 992px ) {
    #reviews .carousel-cell {
        width: 100%;
        height: 190px;
    }

    .comment-holder {
        max-height: 95px;
    }

    #reviews .flickity-prev-next-button {
        display: block !important;
    }

    #reviews .flickity-page-dots {
        display: none !important;
    }

    #reviews .carousel-cell > div {
        height: 185px;
    }
}

#home-videos .carousel-cell .yt-video-preview {
    background-color: #fff;
    padding: 0 10px;
    object-fit: cover;
    cursor: pointer;
}

#home-videos .carousel-cell .yt-video-preview img {
    width: 280px;
    height: 360px;
    object-fit: cover;
    border-radius: 30px;
}

.ytp-large-play-button {
    position: absolute;
    left: 50%;
    top: 45%;
    width: 68px;
    height: 90px;
    margin-left: -34px;
    margin-top: -24px;
    z-index: 100;
}

#home-videos .carousel-cell {
    width: 25%;
    height: 360px;
    border-radius: 10px;
    counter-increment: carousel-cell;
}

#home-videos .carousel-cell > iframe {
    width: 280px;
    height: 360px;
    background-color: #fff;
    padding: 10px;
    border-radius: 30px;
}

#home-videos:not(:hover) .flickity-prev-next-button {
    opacity: 0.2;
}

#home-videos .flickity-button {
    background: #dc3545;
}

#home-videos .flickity-prev-next-button {
    width: 30px;
    height: 30px;
    -webkit-box-shadow: 0px 0px 10px 0px #000000;
    box-shadow: 0px 0px 10px 0px #000000;
}

#home-videos .flickity-button-icon {
    fill: white;
    display: block;
}

#home-videos .flickity-prev-next-button:after {
    content: none !important;
}

#home-videos .flickity-prev-next-button.previous {
    left: -5px;
}

#home-videos .flickity-prev-next-button.next {
    right: -5px;
}

@media screen and ( max-width: 992px ) {
    #home-videos .carousel-cell {
        width: 100%;
        height: 360px;
        text-align: center;
    }

    #home-videos .flickity-prev-next-button {
        display: block !important;
    }

    #home-videos .flickity-page-dots {
        display: none !important;
    }


}





.smallest {
    font-size: 0.7rem;
    font-weight: 400;
    color: #999;
}

.col-sep-10 > div {
    margin-right: 10px;
}

.white-box {
    background-color: white;
    border-radius: 15px;
}

.rating-box .checked {
    color: orange;
}

.rating-box > span {
    margin-right: -4px;
}
/*
#reviews .carousel-cell.is-selected {
    background: #ED2;
}

#reviews .carousel-cell:before {
    display: block;
    text-align: center;
    content: counter(carousel-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
}
*/



/*************************************/
.blink {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}



.instagram-media-rendered {
    min-height: 530px !important;
}

.site-content-alert {
    padding: 20px 0 0 0;
}

.alert-success {
    background-color: #1c7430;
}

.alert-danger {
    background-color: #dc3545;
}

.alert {
    color: #fff;
    border-radius: 4px;
}

.w50 {
    width: 50%;
}

.w30 {
    width: 30%;
}

.lds-spinner {
    color: official;
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    margin: 20px 0;
}
.lds-spinner div {
    transform-origin: 32px 32px;
    animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 29px;
    width: 5px;
    height: 14px;
    border-radius: 20%;
    background: #c00;
}
.lds-spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

.formError {
    width: 215px !important;
}

.formError .formErrorContent {
    padding: 2px 4px !important;
}

.formError {
    z-index: 100 !important;
}

.modal-body section {
    padding: 2rem 0 !important;
}

.modal-body {
    padding: 0 1rem !important;
}

.bdr-1-gray {
    border: 1px solid #ddd;
}

.bdr-btm-red {
    border-bottom: 3px solid #dc3545;
}

@keyframes lds-spinner {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@media only screen and (max-width: 991px) {
	.mobilebar{
		display: block !important;
	}
    footer li, footer p{
        font-size: 0.9rem;
        font-weight: normal !important;
        margin-bottom: 12px !important;
    }
}

@media only screen and (min-width: 991px) {
	.mobilebar{
		display: none !important;
	}
    footer li, footer p{
        font-size: 0.9rem;
        font-weight: 600;
    }
}

.navbar {
    /*padding: 0.75rem .5rem;*/
}

.navbar-brand {
    margin-right: 0;
}

.moblang{
	float: left;
}
.mobnipon{
	float: right;
}
.mobilebar{
	background: #fff;
	padding: 15px 0px;
	width: 100%;
	height: 60px;
}
.firstcard{
	    border: 2px solid #dd3545;
    border-radius: 5px;
	    padding-top: 15px !important;

}

.payment .nav-link{
    padding: 1rem 1.5rem 1rem 1rem !important;
}
.payment .active:after {

    background: #dc3545 !important;
    cursor: pointer !important;

}

.red {
    color: #dc3545 !important;
}

.black {
    color: #000 !important;
}

.strong {
    font-weight: bold;
}

.btn-edit {
    font-size: 16px; line-height: 0; margin-right: -2px;
}

.mobcard span {
    font-size: 1.9rem;
    line-height: 2.4rem;
}

.mobcard .lead {
    font-size: 1.4rem;
}

@media only screen and (max-width: 575px) {
    #form-query-price .security-code {
        display: none;
    }

    /*
    #form-query-price .price-form-email {
        display: none;
    }
    */
}

@media only screen and (max-width: 991px) {
    .navbar {
        padding: 0.35rem .5rem;
    }

    #form-query-price .form-group {
        margin-bottom: .75rem;
    }

    /*
    #form-query-price .security-code {
        display: none;
    }
    */

    #form-query-price .large-checkbox label {
        font-size: 1rem;
        line-height: 1rem;
    }

    .mobcard{
        padding-top: 12px;
        text-align: center;
        padding-bottom: 12px;

    }

    .mobcard span {
        font-size: 1.5rem;
        line-height: 2.0rem;
        margin-bottom: .5rem;
    }

    .mobcard .lead {
        font-size: 1.2rem;
    }

}

.mobilebar{
    background: #fff;
    padding: 15px 0px;
    width: 100%;
    height: 60px;
}

.md-stepper-horizontal {
    display:table;
    width:100%;
    margin:-28px auto 0 auto;
}
.md-stepper-horizontal .md-step {
    display:table-cell;
    position:relative;
    padding:12px 0px;
    width: 33%;
}

.md-stepper-horizontal .md-step:active {
    border-radius: 15% / 75%;
}
.md-stepper-horizontal .md-step:first-child:active {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.md-stepper-horizontal .md-step:last-child:active {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.md-stepper-horizontal .md-step:hover .md-step-circle {
    background-color:#757575;
}
.md-stepper-horizontal .md-step:first-child .md-step-bar-left,
.md-stepper-horizontal .md-step:last-child .md-step-bar-right {
    display:none;
}
.md-stepper-horizontal .md-step .md-step-circle {
    width:34px;
    height:34px;
    margin:0 auto;
    background-color:#999999;
    border-radius: 50%;
    text-align: center;
    line-height:30px;
    font-size: 16px;
    font-weight: 600;
    color:#FFFFFF;
}
.md-stepper-horizontal.green .md-step.active .md-step-circle {
    background-color:#00AE4D;
}
.md-stepper-horizontal.orange .md-step.active .md-step-circle {
    background-color:#F96302;
}
.md-stepper-horizontal .md-step.active .md-step-circle {
    background-color: #dc3545 !important;
    border: 3px solid #fff;
}
.md-stepper-horizontal .md-step.done .md-step-circle:before {
    font-family:'FontAwesome';
    font-weight:100;
    content: "\f00c";
}
.md-stepper-horizontal .md-step.done .md-step-circle *,
.md-stepper-horizontal .md-step.editable .md-step-circle * {
    display:none;
}
.md-stepper-horizontal .md-step.editable .md-step-circle {
    -moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.md-stepper-horizontal .md-step.editable .md-step-circle:before {
    font-family:'FontAwesome';
    font-weight:100;
    content: "\f040";
}
.md-stepper-horizontal .md-step .md-step-title {
    margin-top:8px;
    font-size:16px;
    font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-title,
.md-stepper-horizontal .md-step .md-step-optional {
    text-align: center;
    color:rgba(0,0,0,.26);
}
.md-stepper-horizontal .md-step.active .md-step-title {
    font-weight: 600;
    color: #152a49;
    font-size: 13px;
    line-height: 14px;
}
.md-stepper-horizontal .md-step.active.done .md-step-title,
.md-stepper-horizontal .md-step.active.editable .md-step-title {
    font-weight:600;
}
.md-stepper-horizontal .md-step .md-step-optional {
    font-size:12px;
}
.md-stepper-horizontal .md-step.active .md-step-optional {
    color:rgba(0,0,0,.54);
}
.md-stepper-horizontal .md-step .md-step-bar-left,
.md-stepper-horizontal .md-step .md-step-bar-right {
    position:absolute;
    top:36px;
    height:1px;
    border-top:1px solid #DDDDDD;
}
.md-stepper-horizontal .md-step .md-step-bar-right {
    right:0;
    left:50%;
    margin-left:20px;
}
.md-stepper-horizontal .md-step .md-step-bar-left {
    left:0;
    right:50%;
    margin-right:20px;
}

.form-group > label{
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.font-normal {
    font-weight: normal!important;
}

.custom-select {
    font-weight: normal;
}

.div-title {
    border-bottom: 2px solid #c0c0c0;
    display: block;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: 1.4rem;
}

.fs-90 {
    font-size: .90rem;
}

#home-price-panel {
    padding-left: 1rem;
    padding-right: 1rem;
}

#home-price-panel .form-control, #frm-referral .form-control {
    padding: 0.3125rem .5rem;
}

/*
#home-price-panel [class*="col-"] {
    padding-right: .5rem;
    padding-left: .5rem;
}
*/

.residence-end-date, .residence-end-date [class*="col-"] {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


#map {
    height: 400px;
}

#phone-box {
    padding-top: 16px;
}

.model-3 {
    position:fixed;
    bottom: 14px;
    right: 14px;
    padding: 0;
}

@media (max-width: 768px) {
    .model-3 {
        bottom: 10px;
        right: 10px;
    }
}

.model-3 .btn-float {
    width: 50px;
    height: 50px;
    display: inline-block;
    border: none;
    font-size: 30px;
    line-height: 1.7;
    color: #fff;
    text-align: center;
    position: relative;
    transition: 0.3s;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.11);
}

.model-3 .btn-float .fa {
    font-size: 32px;
    line-height: 1.5;
}

.model-3 .green {
    background: #25D366;
}



.btn-float {
    position:fixed;
    border-radius: 50%;
    box-shadow: 0 0px 5px 0 rgba(0, 0, 0, .4);
    color: #fff!important;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    font-size: 26px;
    width: 40px;
    height: 40px;
    font-weight: 400;
    line-height: 41px;
    z-index: 1001;
}

.btn-float:hover {
    color: #ffff00!important;
}

.btn-wa-float {
    bottom: 8px;
    right: 8px;
    background: #22a84f;
}

.btn-tawk-float-2 {
    bottom: 8px;
    right: 8px;
    background: #22a84f;
}

.btn-tawk-float-3 {
    bottom: 60px;
    right: 8px;
    background: #22a84f;
}

.btn-gsm-float {
    bottom: 8px;
    left: 8px;
    background: #22a84f;
}

@media screen and ( min-width: 768px ) {
    .btn-wa-float {
        bottom: 14px;
        right: 14px;
    }

    .btn-tawk-float-2 {
        bottom: 14px;
        right: 14px;
    }

    .btn-tawk-float-3 {
        bottom: 60px;
        right: 14px;
    }

    .btn-gsm-float {
        bottom: 14px;
        left: 14px;
    }
}








.white {
    color: white;
}
a.white {
    color: white !important;
}

#home-price-panel a {
    /*color: #74a3ff;*/
}

#social-share-buttons {
    font-size: .6rem;
    line-height: 2rem;
}

/*
 * Bootstrap Cookie Alert by Wruczek
 * https://github.com/Wruczek/Bootstrap-Cookie-Alert
 * Released under MIT license
 */
.cookiealert {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0 !important;
    z-index: 999;
    opacity: 0;
    border-radius: 0;
    transform: translateY(100%);
    transition: all 500ms ease-out;
    color: #ecf0f1;
    background: #212327;
    padding: 30px 30px;
}

.cookiealert.show {
    opacity: 0.9;
    transform: translateY(0%);
    transition-delay: 1000ms;
}

.cookiealert a {
    text-decoration: underline
}

.cookiealert .acceptcookies {
    margin-left: 10px;
    vertical-align: baseline;
}

.cookiealert button {
    margin-top: 10px;
}

.grecaptcha-badge { visibility: hidden; }

.custom-control {
    padding-left: 1rem;
}

.large-checkbox input {
    /*padding: 20px;*/
}

.large-checkbox label {
    padding-left: 30px;
    min-height: 2.5rem;
    /*margin: auto;*/
    /*line-height: 40px;*/

    display: flex;

    align-items: center;
}

.large-checkbox label p{
    /*line-height: 20px;*/
}

.large-checkbox .custom-control-label::before {
    top: 0.3rem;
    left: -1.0em;
    width: 1.75rem;
    height: 1.75rem;

}

.large-checkbox .custom-control-label::after {
    top: 0.3rem;
    left: -1.0em;
    width: 1.75rem;
    height: 1.75rem;
}

.custom-select {
    padding: 0 1.75rem 0 0.5rem;
    background-position: right 0.3rem center;
}

.h1 a, .h2 a, .h3 a, .h4 a {
    color: #000;
}


#home-price-panel {
    border-radius: 5px;
}

.intl-tel-input{
    width:100% !important;
}
.langmod{
    border: 1px solid #ebebeb;
    border-radius: 5px;
    margin-bottom:10px;
}
.langmod:hover{
    background-color:#ebebeb;
}

.bg-light2 {
    background-color: #ecedee !important;
}

.bg-red {
    background-color: #dc3545 !important;
}

.blog-list img {
    border: 2px solid #ccc;
    border-radius: 16px;
}

ul.list-social-links, .list-social-links li {
    margin-bottom: 0 !important;
}

.list-social-links > li.text-white a {
    background: none !important;
}

.list-social-links i {
    font-size: 2rem !important;
}


.fnt125 {
    font-size: 1.25rem;
}

.fnt110 {
    font-size: 1.10rem;
}

.list-social-links-page {
    padding: 0;
    list-style: none;
    display: flex;
}

.list-social-links-page i {
    font-size: 2rem !important;
    margin: 0 10px;
}
.list-social-links-page a {
    color: #6c757d;
}





#form-query-price .input-group-text {
    padding: 0 .75rem 0 0 !important;
}

.input-group-text-blue {
    background-color: #003399;
    border: 1px solid #003399;
    color: #fff;
    font-weight: bold;
}


#SecurityCode {
    padding-left: 0;
    border-left: 0;
}

.blur {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
}

.material-icons {
    visibility: hidden;
    max-width: 1px;
}

/*
#mobile-contact {
    padding: 8px;
    background-color: #dc3545;
    width: 100%;
    position: fixed;
    bottom:0;
    z-index: 100;
}

#mobile-contact .btn {
    border-radius: 16px;
    padding: 0rem 0.5rem;
    line-height: 2rem;
    font-size: 0.7rem;
    display: inline-block;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#mobile-contact .btn i {
    font-size: 1.4rem;
}
*/

#mobile-contact-2 {

    position: fixed;
    right: 24px;
    bottom:24px;
    z-index: 100;
}

#mobile-contact-2 .btn {
    border-radius: 16px;
    padding: 0.25rem .5rem 0.5rem .5rem;
    line-height: 2.5rem;
    font-size: 2rem;
    display: inline-block;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

#mobile-contact-2 .btn i {
    font-size: 2rem;
}

.alert-danger a {
    color: #ffff00;
}

#home-boxes .card {
    border: 2px solid #c00;
}

@media only screen and (min-width: 992px) {
    #home-boxes .card {
        min-height: 207px;
    }
}

/***************
steps
***************/
.wizard .steps {
    display: none !important;
}

.wizard > .content > .title,
.tabcontrol > .content > .title
{
    position: absolute;
    left: -999em;
}

.wizard > .steps > ul > li,
.wizard > .actions > ul > li
{
    float: left;
}

.wizard > .content > .body
{
    /*float: left;*/
    width: 100%;
    padding: 0;
}



