/*  -----------------------------------------section-inner-fixed-height*/
.inner-height {
    height: 340px;
}

/*  -----------------------------------------image-doc-border */
.border-doc-img {
    border: 1px solid #bfbfbf1f;
}
/*  -----------------------------------------main-content-style */
.main-content{
    line-height: 2;
}
/*  -----------------------------------------margin-in-lg-left-section*/
@media only screen and (max-width: 1200px) {
    .margin-top-lg{
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/*  -----------------------------------------div-bio */
@media only screen and (max-width: 992px) {
    .padding-y-md {
        padding-left: 10px!important;
        padding-right: 10px!important;
    }

    .child-postion {
        display: none;
    }
    .paddings{
         padding-left: 25px!important;
        padding-right: 25px!important;
    }
}

/*  -----------------------------------------changing-scale-title-text */
@media only screen and (max-width: 767px) {
    .title-font-size{
        font-size: 18px!important;
    }
    .bl-title-font-size{
         font-size: 14px!important;
    }
    .title-margin-top{
        margin-top: 43px!important;
    }
}
@media only screen and (max-width: 600px) {
    .title-font-size{
        font-size: 16px!important;
    }
    .title-margin-top{
        margin-top: 22px!important;
    }
    .bl-title-font-size{
         font-size: 13px!important;
    }
}

/*  -----------------------------------------creating-custom-ul-for-p-tags */
ul.custom-p {
  padding: 10px 16px;
  list-style: none;
  background-color: transparent;
}
ul.custom-p li {
  font-size: 18px;
}
.custom-p > li::before {
    content: "\f22d";
    font-family: fontawesome;
    font-size: 9px;
    font-weight: 600;
    color: #00a3c8 ;
}

