/* M.Rafee.SK */

#navBarFixedTop {
    z-index: -1;
    display: none;
}

body {
    background: #eaeaea !important;
}

.how-to-single-breadcrumb {
    display: inline-flex;
    align-items: center;
    width: 90%;
    margin-bottom: 30px;
}

.features-single-container {
    border-radius: 15px 0 5px 5px;
}

.how-to-tabs {
    border: 1px solid rgba(204, 204, 204, 0.3);
    border-radius: 5px;
    margin: 0 auto;
}

.how-to-tabs > li {
    position: relative;
}

.how-to-tabs > li:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 60%;
    background: rgba(0, 0, 0, 0.1);
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.how-to-tabs > li:last-child:after {
    content: none;
}

.how-to-tabs > li > a {
    color: #7f7f7f;
    font-size: 10px;
    text-align: center;
    margin-right: 0;
}

.how-to-tabs > li > a:hover {
    border: 1px solid transparent;
}

.how-to-tabs > li.active > a, .how-to-tabs > li.active > a:hover, .how-to-tabs > li.active > a:focus {
    border: 1px solid transparent;
    cursor: pointer;
    background: transparent;
    color: #f06c7c;
}

.how-to-tabs > li > a .icon-computer {
    font-size: 14px;
}

.how-to-tabs > li > a .icon-mobile {
    font-size: 16px;
}

.tab-content-padding {
    padding: 20px 0;
}

.features-single-container {
    padding: 20px 30px 50px;
}

.steps-border {
    position: relative;
    padding: 0 0 0 35px;
    border-left: 2px solid rgba(0, 0, 0, 0.2);
}

.steps-border:after {
    position: absolute;
    content: '';
    border: 7px solid #162e48;
    border-radius: 50%;
    left: -8px;
    bottom: 0;
}

.steps-details {
    position: relative;
    font-size: 14px;
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
}

.steps {
    color: #152e47;
    display: inline-flex;
    white-space: nowrap;
    position: relative;
}

.steps:before {
    position: absolute;
    content: '';
    border: 7px solid #162e48;
    border-radius: 50%;
    left: -43px;
    top: 0;
}

.step-text {
    color:#444141;
    padding-left: 20px;
    line-height: 1.6;
}

img {
    max-width: 100%;
}
.features-single-container img{
   /* image-rendering: pixelated;*/
}

.about-image {
    margin: 20px 0;
}

.features-video-section {
    height: 600px;
}

.how-to-title {
    color: #112a44;
    font-size: 18px;
    display: inline-block;
    position: relative;
    font-weight: 600;
    margin-bottom: 20px;
    font-family: "Poppins-Regular";
}

.steps-end {
    position: absolute;
    /* content: ''; */
    /* border: 7px solid #162e48; */
    /* border-radius: 50%; */
    left: -13px;
    bottom: -27px;
    /* top: 64px; */
    color: #162e48;
    font-weight: bold;
    font-size: 15px;
}

.notes-text {
    font-size: 16px;
    color: #162e48;
    line-height: 1.4;
}

.notes-label {
    padding-top: 16px;
    font-size: 17px;
    color: #162e48;
}

.features-single-list {
    margin-bottom: 30px;
}

.related-questions {
    background: #ebebeb;
    padding: 15px;
    border-radius: 15px;
    font-size: 16px;
}

.related-questions-headding {
    color: #f06b7c;
}

.modal-xl .modal-body {
    padding: 0;
}

.modal-xl button.close {
    position: absolute;
    right: 0;
    color: #fff;
    top: -33px;
    opacity: 1;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 30px;
    height: 30px;
}

#myModal .modal-dialog {
    top: 20%;
}

.modal-xl img {
    width: 100%;
}

.zoom-in {
    cursor: pointer;
}

@media only screen and (min-width: 992px) {
    .feature-name {
        margin-bottom: 20px;
    }
    
    .modal-xl {
        width: 792px;
    }
}

@media only screen and (min-width:1200px) {
    .modal-xl {
        width: 800px;
    }
}

@media only screen and (max-width: 991px) {
    .feature-name {
        display: block;
        text-align: center;
    }

    .steps-details, .steps {
        display: block;
    }

    .step-text {
        margin-top: 10px;
        padding-left: 0;
        width: 100%;
    }

    .steps-border {
        padding: 0 0 0 15px;
    }

    .steps:before {
        left: -23px;
    }

    .feature-image {
        max-width: 100%;
        height: auto;
        margin: 10px 0;
    }

    .steps-details {
        font-size: 12px;
    }

    .tm-chat-icon {
        margin-top: 0;
    }
}

@media only screen and (max-width: 575px) {
    .how-to-single-breadcrumb {
        display: flex;
        flex-direction: column;
        width: 100%;
        text-align: center;
        margin-bottom: 0;
    }

    .page-tab-link {
        padding: 8px 11px;
    }

    .features-single-container {
        border-radius: 0;
    }

    .feature-name {
        margin-bottom: 30px;
    }

    .notes-text {
        font-size: 14px;
    }

    .features-video-section {
        margin-top: 30px;
    }
}

@media only screen and (min-width: 768px) {
    .features-single-list {
        margin-top: -70px;
    }

    .how-to-single-breadcrumb {
        width: 90%;
    }

    .feature-name {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 767px) {
    .page-name-fluid {
        padding: 40px 0 100px;
    }

    .features-single-list {
        margin-top: -80px;
    }
}

@media only screen and (max-width: 360px) {
    .features-single-list .container-fluid {
        padding: 0;
    }
}