

/* -----------------------------------------hercap-section: create-child-for-hercap-image */
.child-postion-hercap {
    position: relative;
    left: 62px;
    top: -35px;
}

/* -----------------------------------------hercap-section: changing-image-scale */
.image-hercap {
    width: 350px;

}

/* -----------------------------------------hercap-section: changing-position-in-lg */
@media only screen and (max-width: 1200px) {
    .child-postion-hercap {
        position: relative;
        left: 30px;
        top: -21px
    }

    .image-hercap {
        width: 350px;
    }
}

/* -----------------------------------------hercap-section: hercap-image-display-none-in-md*/
@media only screen and (max-width: 992px) {
    .child-postion-hercap {
        display: none;
    }
}

/* -----------------------------------------hercap-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: 13px;
    font-family: 'tanha', sans-serif;

}

td {
    text-align: center;
    font-size: 14px;
    font-family: 'tanha', sans-serif;

}

/* -----------------------------------------table-section: background-color-changes*/
.bg-tr {
    background-color: #901a1e17
}


/* -----------------------------------------hercap-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;
    }
}

/* -----------------------------------------hercap-Property-Section: chaning-icon-size*/
.icon-size {
    font-size: 35px !important;
}

/* -----------------------------------------hercap-Property-Section: description-line-height */
.line-height-descrip {
    line-height: 1.7;
}

/* andikasiun-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 #901a1e69!important;
}

.feature-icon-box .feature-icon {
    border: 4px solid #dddddd!important;
    padding: 10px 15px;
    position: absolute;
    top: -30px;
}
.width-height {
    width: 68px;
    height: 60px;
    text-align: center
}

/* -----------------------------------------benefit-of-hercap-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-hercap-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-andik-image */
.child-postion-andik {
    position: relative;
    left: 72px;
    top: 75px;
}

/* -----------------------------------------andik-section: changing-image-scale */
.image-andik {
    width: 400px;

}


/* -----------------------------------------andik-section: changing-position-in-lg */
@media only screen and (max-width: 1200px) {
    .child-postion-andik {
        position: relative;
        left: 60px;
        top: 70px
    }

    .image-andik {
        width: 375px;
    }
}

/* -----------------------------------------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-in-lg */
@media only screen and (max-width: 1200px) {
    .child-postion-result {
        position: relative;
        left: -2px;
        top: 95px
    }

    .image-result {
        width: 500px;
    }
}

/*  -----------------------------------------result-section: icon-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: #901a1e;
}

/*   ----------------------------------------- theme-color-bg */
.bg-color {
    background-color: #b95f62  !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 #901a1e !important;
}

