/*  -----------------------------------------mmrscreen-section: create-child-for-mmrscreen-image */
.child-postion-mmrsreen {
    position: relative;
    left: 62px;
    top: -28px;
}

/*  -----------------------------------------mmrscreen-section: changing-image-scale */
.image-mmrscreen {
    width: 350px;

}

/*  -----------------------------------------mmrscreen-section: changing-position-size-in-lg */
@media only screen and (max-width: 1200px) {
    .child-postion-mmrsreen {
        position: relative;
        left: 30px;
        top: 0
    }

    .image-mmrscreen {
        width: 350px;
    }
}

/*  -----------------------------------------mmrscreen-section: mmrscreen-image-display-none-in-md*/
@media only screen and (max-width: 992px) {
    .child-postion-mmrsreen {
        display: none;
    }
}

/* -----------------------------------------mmrscreen-section: paddings-for-md-sm-size*/
@media only screen and (max-width: 991px) {
    section > .container, section > .container-fluid {
        padding-top: 40px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
}


/* -----------------------------------------table-section: table-style*/
th {
    text-align: center;
    font-size: 14px;
    font-family: 'tanha', sans-serif;

}

td {
    text-align: center;
    font-size: 14px;
    font-family: 'tanha', sans-serif;

}

/* -----------------------------------------table-section: tr-background-color-changes*/
.bg-tr {
    background-color: #0456a614
}


/* -----------------------------------------mmrscreen-Property-Section: changing-font-size-in-xs-and-icon-margin-left */
@media only screen and (max-width: 580px) {
    .font-xs {
        font-size: 12px !important;
    }

    .icon-margin-left {
        margin-left: 0 !important;
    }
}

/* -----------------------------------------mmrscreen-Property-Section: chaning-icon-size*/
.icon-size {
    font-size: 35px !important;
}

/* -----------------------------------------mmrscreen-Property-Section: description-line-height */
.line-height-descrip {
    line-height: 1.7;
}

/* -----------------------------------------andik-section: chaning-icon-size*/
.description-mt {
    margin-top: 8px !important;
}

/* -----------------------------------------benefit-of-mmscreen-section: border-color-texts-need-to-be-darker */
.feature-icon-box {
    border: 1px solid #0456a694 !important;
}

.feature-icon-box .feature-icon {
    border: 4px solid #e1e1e1 !important;
    padding: 10px 15px;
    position: absolute;
    top: -30px;
}

.width-height {
    width: 68px;
    height: 60px;
    text-align: center
}

/* -----------------------------------------benefit-of-mmrscreen-section: margin-top-in-md-changed*/
@media only screen and (max-width: 992px) {
    .margin-top-bottom {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .min-height-text {
        min-height: 170px !important;
    }

}

/* -----------------------------------------benefit-of-mmrscreen-section: chaning-min-height-of-main-text-in-lg-and-word-spacing-for-first-card */
@media only screen and (max-width: 1200px) {
    .min-height-text {
        min-height: 235px;
    }

    .word-spacing {
        word-spacing: -1px;
    }
}

/* -----------------------------------------andik-section: create-child-for-mmrscreen-image */
.child-postion-andik {
    position: relative;
    left: 25px;
    top: -64px;
}

/* -----------------------------------------andik-section: changing-image-scale */
.image-andik {
    width: 500px;

}


/* -----------------------------------------andik-section: changing-position-size-in-lg */
@media only screen and (max-width: 1200px) {
    .child-postion-andik {
        position: relative;
        left: 9px;
        top: -4px
    }

    .image-andik {
        width: 350px;
    }
}

/* -----------------------------------------andik-section: andik-image-display-none-in-md*/
@media only screen and (max-width: 992px) {
    .child-postion-andik {
        display: none;
    }
}

/* -----------------------------------------andik-section: line-height-for-long-text */
.line-height-andik {
    line-height: 1.5;
}

/* -----------------------------------------result-section: logo-position-set--child */
.child-postion-result {
    position: relative;
    left: -2px;
    top: 70px;
}

/* -----------------------------------------result-section: changing-image-scale */
.image-result {
    width: 500px;

}

@media only screen and (max-width: 767px) {
    .nav-tabs > li > a {
        border-radius: 0;
        border-bottom: none;
        border-left: 1px solid #d3d3d3!important;
    }
}

/* -----------------------------------------result-section: changing-position-size-in-lg */
@media only screen and (max-width: 1200px) {
    .child-postion-result {
        position: relative;
        left: -2px;
        top: 95px
    }

    .image-result {
        width: 500px !important;
    }
}

/* -----------------------------------------result-section: result-image-none-in-md-and-padding-to-row-class*/
@media only screen and (max-width: 992px) {
    .child-postion-result {
        display: none;
    }
}

/*  ----------------------------------------- result-section: container-height*/
.container-height {
    height: 650px;
}


/* -----------------------------------------video-section: margin-bottom-for-texts-in-lg*/
@media only screen and (max-width: 1200px) {
    .margin-bottom-lg {
        margin-bottom: 40px !important;
    }
}


/* -----------------------------------------theme-color-text-color */
.theme-color {
    color: #0456a6;
}

/* -----------------------------------------theme-color-bg */
.bg-color {
    background-color: #0456a6 !important;;
}

/* -----------------------------------------line-bottom-color-changes-to-theme */
.line-bottom:after, .icon-box.icon-rounded-bordered i, .widget .line-bottom:after, .widget .line-bottom:after, .pager.theme-colored a, .owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-prev, .owl-carousel.owl-nav-top .owl-controls .owl-nav .owl-next {
    border: 1px solid #0456a6 !important;
}

