figure.snip1477 {
    font-family: 'Lato', sans-serif;
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 230px;
    max-width: 315px;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    /* background-color: #000000; */
}

figure.snip1477 *,
figure.snip1477 *:before,
figure.snip1477 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

figure.snip1477 img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
    opacity: 0.9;
    width: 315px;
    height: 220px;
}

figure.snip1477 .title {
    position: absolute;
    top: 58%;
    left: 25px;
    padding: 5px 10px 10px;
}

figure.snip1477 .title:before,
figure.snip1477 .title:after {
    height: 2px;
    width: 400px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

figure.snip1477 .title:before {
    top: 0;
    left: 10px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

figure.snip1477 .title:after {
    bottom: 0;
    right: 10px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

figure.snip1477 .title div:before,
figure.snip1477 .title div:after {
    width: 2px;
    height: 300px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

figure.snip1477 .title div:before {
    top: 10px;
    right: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

figure.snip1477 .title div:after {
    bottom: 10px;
    left: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

figure.snip1477 h2,
figure.snip1477 h4 {
    margin: 0;
    text-transform: uppercase;
}

figure.snip1477 h2 {
    font-weight: 400;
}

figure.snip1477 h4 {
    display: block;
    font-weight: 700;
    background-color: #ffffff;
    padding: 5px 10px;
    color: #000000;
}

figure.snip1477 figcaption {
    position: absolute;
    bottom: 42%;
    left: 25px;
    text-align: left;
    opacity: 0;
    padding: 5px 60px 5px 10px;
    font-size: 0.6em;
    font-weight: 500;
    letter-spacing: 1px;
}

figure.snip1477 figcaption p {
    margin: 0;
}

figure.snip1477 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

figure.snip1477:hover img,
figure.snip1477.hover img {
    zoom: 1;
    filter: alpha(opacity=35);
    -webkit-opacity: 0.35;
    opacity: 0.35;
}

figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after,
figure.snip1477:hover .title div:before,
figure.snip1477.hover .title div:before,
figure.snip1477:hover .title div:after,
figure.snip1477.hover .title div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

figure.snip1477:hover .title:before,
figure.snip1477.hover .title:before,
figure.snip1477:hover .title:after,
figure.snip1477.hover .title:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

figure.snip1477:hover figcaption,
figure.snip1477.hover figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

@media screen and (max-width: 375px) {
    .imgHight {
        width: 100px;
        height: 50px;
    }
}


/*===========================
      4.PRICING css
===========================*/

.pricing-area {
    padding-top: 120px;
    padding-bottom: 120px;
    background-color: #f4f6f7;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pricing-area {
        padding-top: 100px;
        padding-bottom: 100px;
    }
}

@media (max-width: 767px) {
    .pricing-area {
        padding-top: 80px;
        padding-bottom: 80px;
    }
}

.single-pricing {
    -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 24px 20px 50px;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}

.single-pricing .pricing-header .sub-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 25px;
    color: #121212;
    position: relative;
    padding-bottom: 8px;
}

.single-pricing .pricing-header .sub-title::before {
    position: absolute;
    content: '';
    width: 72px;
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2bdbdc;
    margin: 0 auto;
}

.single-pricing .pricing-header .price {
    display: block;
    font-size: 64px;
    font-weight: 600;
    line-height: 80px;
    margin-top: 32px;
    color: #121212;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-pricing .pricing-header .price {
        font-size: 50px;
        margin-top: 16px;
    }
}

@media (max-width: 767px) {
    .single-pricing .pricing-header .price {
        font-size: 50px;
        margin-top: 16px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-pricing .pricing-header .price {
        font-size: 64px;
        margin-top: 32px;
    }
}

.single-pricing .pricing-header .year {
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    color: #6c6c6c;
    margin-top: 3px;
}

.single-pricing .pricing-list {
    margin-top: 40px;
}

.single-pricing .pricing-list ul li {
    font-size: 16px;
    line-height: 24px;
    color: #121212;
    margin-top: 16px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-pricing .pricing-list ul li {
        font-size: 14px;
        margin-top: 12px;
    }
}

@media (max-width: 767px) {
    .single-pricing .pricing-list ul li {
        font-size: 14px;
        margin-top: 12px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-pricing .pricing-list ul li {
        font-size: 16px;
        margin-top: 16px;
    }
}

.single-pricing .pricing-list ul li i {
    color: #0067f4;
    margin-right: 8px;
}

.single-pricing .pricing-btn {
    margin-top: 42px;
}

.single-pricing .pricing-btn .main-btn {
    background-color: #0067f4;
    border-radius: 50px;
    color: #fff;
    border-color: #0067f4;
}

.single-pricing .pricing-btn .main-btn:hover {
    background-color: #005ad5;
    border-color: #005ad5;
}

.single-pricing .buttom-shape {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 101%;
}

.single-pricing.pro .pricing-header .sub-title::before {
    right: auto;
    left: 0;
    background-color: #0067f4;
}

.single-pricing.pro .pricing-baloon {
    position: absolute;
    top: 0;
    right: -78px;
    width: 156px;
}

.single-pricing.enterprise .pricing-header .sub-title::before {
    right: 0;
    left: auto;
    background-color: #0067f4;
}

.single-pricing.enterprise .pricing-flower {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 144px;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .single-pricing.enterprise .pricing-flower {
        width: 110px;
    }
}

@media (max-width: 767px) {
    .single-pricing.enterprise .pricing-flower {
        width: 110px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .single-pricing.enterprise .pricing-flower {
        width: 144px;
    }
}

.single-pricing.enterprise .pricing-flower img {
    width: 100%;
}

.open-button {
    background-color: #005277;
    color: #fff;
    /* padding: 35px 10px; */
    /* padding: 15px 10px; */
    /* border: none; */
    border: 1px solid #e4e4e4;
    border-radius: 30px;
    /* border-radius: 1px solid #e4e4e4; */
    cursor: pointer;
    opacity: 1;
    position: fixed;
    font-weight: 500;
    top: 47.5%;
    /* bottom: 0px; */
    right: -55px;
    /* right: -55px; */
    /* width: 192px; */
    width: 125px;
    z-index: 9;
    -moz-transform: rotate(-90.0deg);
    -o-transform: rotate(-90.0deg);
    -webkit-transform: rotate(-90.0deg);
}

.chat-popup {
    /* background-color: #fade4f;
                    color: #fff; */
    /* padding: 35px 10px; */
    /* padding: 15px 10px;
                    border: none;
                    border-radius: 30px;
                    cursor: pointer;
                    opacity: 1;
                    position: fixed;
                    font-weight: 500;
                    top: 47.5%; */
    /* bottom: 0px; */
    /* right: -75px;
                     width: 192px;
                    z-index: 9; */
    /* -moz-transform: rotate(-90.0deg);
                    -o-transform: rotate(-90.0deg);
                    -webkit-transform: rotate(-90.0deg); */
    display: block;
    position: fixed;
    top: 40%;
    padding-top: 22px;
    padding-bottom: 24px;
    padding-left: 18px;
    padding-right: 18px;
    right: -12px;
    /* border: 3px solid #4b4aab; */
    border: 3px solid #fade4f;
    border-radius: 20px;
    z-index: 9999;
    background-color: #fade4f;
    -webkit-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
    transition: opacity 0.3s ease-out, bottom 0.3s ease-out;
}

.popover {
    background: #fade4f !important;
}

.fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden
}

.imghovers:hover {
    background-color: red;
}


/* .tooltip { */


/* position: absolute;
    display: inline-block;
    border-bottom: 1px dotted black; */


/* }

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: red;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0; */


/* Position the tooltip */


/* position: absolute; */


/* z-index: 1; */


/* }
.tooltip:hover .tooltiptext {
    visibility: visible;
} */


/* Parent Container */

.content_img {
    position: relative;
    width: 200px;
    height: 200px;
    float: left;
    margin-right: 10px;
}


/* Child Text Container */

.content_img div {
    position: absolute;
    bottom: 0;
    right: 0;
    background: black;
    color: white;
    margin-bottom: 5px;
    font-family: sans-serif;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0s, opacity 0.5s linear;
    transition: visibility 0s, opacity 0.5s linear;
}


/* Hover on Parent Container */

.content_img:hover {
    cursor: pointer;
}

.content_img:hover div {
    width: 150px;
    padding: 8px 15px;
    visibility: visible;
    opacity: 0.7;
}


/* 
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: -5px;
    left: 105%;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
} */

.img__wrap {
    position: relative;
    /* height: 200px;
    width: 257px; */
    width: -100px;
}

.img__description {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 100px;
    /* background: rgba(29, 106, 154, 0.72); */
    color: #000;
    visibility: hidden;
    opacity: 0;
    /* transition effect. not necessary */
    /* transition: opacity .2s, visibility .2s; */
}

.img__wrap:hover .img__description {
    visibility: visible;
    opacity: 1;
}


/* .hide {
    display: none;
}

.myDIV:hover+.hide {
    display: block;
    color: red;
    
} */

#bottom {
    display: block;
}