/*General*/
.hidden-elem {
    display: none;
}

.full-height {
    height: 100%;
    width: auto;
}

.full-width {
    width: 100%;
}

.relative {
    position: relative;
}

/*Navbar*/
.brand-link {
    float: left;
}

.nav-menu {
    float: right;
    margin-right: 340px;
    margin-top: 0;
}

.nav-menu .nav-link {
    color: #2e3d5a;
    font-size: 14px;
}

/*Home page*/
.hp-madad-cat-title {
    font-size: 24px;
    text-align: center;
    color: #174f80;
    font-family: 'Assistant', sans-serif;
}
.hp-category{
    display: flex;
    font-size: 0;
    flex-wrap: wrap;
    justify-content: space-between;
    direction: rtl;
}
.madad-cat-link.phonecall {
  /*  width: 14%;

    text-align: center;
    text-decoration: none;*/
    display: inline-block;
    /*margin:10px 0 0 2%;*/
    margin: 1% 0;
    flex-grow: 1;
    width: calc(100% * (1/5) );
    align-items: flex-start;

}

.sub-cat-list {
    float: right;
    direction: rtl;
    text-align: right;
    color: #808285;
    list-style: none;
}

.sub-cat-list.w-col-4 {
    width: 32%;
    margin-left: 1%;
}

.sub-cat-list li {
    text-align: right;
    text-decoration: none;
    border-top: 1px solid #eeeeee;
    padding: 8px 0;
}

.sub-cat-list li .bullet-image {
    width: 22%;
    margin-left: 10px;
    display: inline-block;
    vertical-align: middle;

}
.bullet-name{
    width: 73%;
    display: inline-block;
    vertical-align: middle;
}

.sub-cat-list li a {
    text-decoration: none;
    color: #464646;
    font-family: 'Assistant', sans-serif;
    font-size: 1.2em;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    display: inline-block;
}

#odot .w-row.web .w-col.w-col-4 {
    float: right;
}

#revolution .w-col-7 p {
    margin-top: 0;
    margin-bottom: 5px;
    direction: rtl;
    font-family: 'Assistant', sans-serif;
    color: #464646;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    text-align: justify;
    letter-spacing: 0px;
}

#revolution .w-col-7 p b {
    margin-top: 15px;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c4c4c4;
    color: #464646;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    text-align: justify;
    letter-spacing: 0px;
    font-family: 'Assistant', sans-serif;
    text-shadow: none;
    direction: rtl;
}

.eh.texth {
    margin-top: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c4c4c4;
    direction: rtl;
    font-family: 'Assistant', sans-serif;
    color: #174f80;
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.realphone {
    top: 80px;
}

.section.read, .section.get {
}

.section.rev, .section.home-madadim-section {
    background: #fff;
}

#madadim_main_title {
    color: #464646;
    font-size: 3em;
    font-family: 'Assistant', sans-serif;
}

#madadim_main_title span.blue {
    color: #309dff;
}

span.blue {
    color: #309dff;
}

/*Madadim*/
body.tax-makam_madadim_categories {
    background: #fff;
}

#page_madad_cat {
    padding-bottom: 300px;
    background: #fff;
}
#page_madad_cat .back-link{
    float: right;
    margin-right: 50px;
    font-size: 21px;
    text-decoration: none;
}
#page_madad_cat .line {
    border: 1px solid #b0b1b1;
    width: 5%;
    margin: 1em auto;
}

#page_madad_cat .slideh {
    font-family: 'Assistant', sans-serif;
    color: #464646;
    font-size: 3.4em;
    margin-bottom: 0;
    font-weight: lighter;
}

#page_madad_cat .sub-title {
    font-weight: bold;
    font-family: 'Assistant', sans-serif;
    color: #454545;
}

.madad-cat-title-icon {
    width: 80px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: -1em;
    margin-left: 0.1em;
}

.trigger-madad {
    cursor: pointer;
    text-decoration: underline;
}

#madad_popup_wrapper {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 10px;
    z-index: 99999;
    text-align: center;
}

.close-popup-btn {
    font-size: 30px;
    font-weight: bolder;
    color: white;
    position: absolute;
    top: 0;
    left: -20px;
    font-family: 'Assistant', sans-serif;
    cursor: pointer;
}

#madad_popup_blur {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    text-align: center;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    position: fixed;
}

#madad_popup {
    width: 66vh;
    margin: 0 auto;
    height: auto;
    min-height: 640px;
    position: relative;
}

#madad_popup .phone-wrapper {
    width: 100%;
    height: auto;
    position: relative;
    margin: 0 auto;
    display: block;
    min-height: 640px;
}

#madad_popup .phone-wrapper #madad_iframe {
    width: 41vh;
    position: absolute;
    top: 14.4vh;
    height: 71.9vh;
    right: 12vh;
    z-index: 1;
}

#madad_popup .phone-wrapper .phone-img {
    width: auto;
    height: 100vh;
    position: relative;
}

.page-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.95);
    padding-top: 15%;
    text-align: center;
    z-index: 9999999;
}

.page-loader img {
    margin: 0 auto;
    width: 120px;
    display: block;
}

/*Single Madad / madad popup*/
#page_single_madad {
    padding-bottom: 0;
    padding-top: 137px;
    background: #FFF;
}

#page_single_madad .w-container {
    max-width: 64%;
    padding-top: 10px;
    padding-bottom: 10px;
}

#page_single_madad .maincont {
    text-align: center;
    display: block;
    overflow: hidden;
    position: relative;
    height: 75vh;
    width: 100%;
}

#page_single_madad .maincont .w-col {
    display: block;
    margin: 0;
    box-sizing: border-box;
    padding: 0;
}

#page_single_madad .left-side {
    float: left;
    width: 50%;
    margin: 0;
    padding-left: 0;
}

#page_single_madad .right-side {
    float: right;
    width: 50%;
    margin: 0;
    padding-right: 0;
}

#page_single_madad .text-left {
    text-align: left;
}

#page_single_madad .text-right {
    text-align: right;
}

#page_single_madad .breadcrumbs-link, #page_single_madad .back-link {
    color: #2e9dff;
    text-decoration: none;
    display: inline-block;
    font-size: 1.4em;
    vertical-align: middle;
    direction: rtl;
    font-family: 'Assistant', sans-serif;
    margin-left: 5px;
}

#page_single_madad .breadcrumbs-link img, #page_single_madad .back-link img {
    width: 7px;
    height: auto;
    display: inline-block;
    vertical-align: baseline;
}

#page_single_madad .breadcrumbs-link.first {
    color: #808080;
}

#page_single_madad .col {
    display: table-cell;
    min-height: 100%;
    margin: 0;
    padding: 0;
}

#page_single_madad .col.right {
    width: 55%;
}

#page_single_madad .col.center {
    width: 17%;
    vertical-align: top;
    position: relative;
    display: block;
    height: 59.5vh;
    margin-left: 582px;
    margin-top: 50px;
}

#page_single_madad .col.left {
    width: 18%;
}

#page_single_madad #build_app_btn {
    position: absolute;
    left: 16%;
    top: 53%;
    width: 8%;
    z-index: 9999;
}

#page_single_madad #madad_iframe {
    height: 76%;
    position: absolute;
    left: 17px;
    top: 78px;
    width: 90%;
}
.maincont .col.center{
    background:url(img/mobile.png) no-repeat;
    padding: 72px 44px 70px 105px;
    background-size: contain;
    background-position: center;

}
.infobox-madad {
    width: 307px;
    height: 259px;
    background-color: rgba(255, 255, 255,0.76);
    position: absolute;
    left: 11.54%;
    top: 12%;
    z-index: 9999;
    border-radius: 10px;
    direction: rtl;
}
.infobox-madad h4{
    font-family: 'Assistant', sans-serif;
    color: #464646;
    font-weight:normal;
    font-size: 39px;
    margin-top: 28px;
}
.infobox-madad h4 span{
    color: #309dff;
}
.infobox-madad ul {
    list-style: none;
    padding: 0 56px;
    margin-top: 33px;
}
.infobox-madad ul li{
    position: relative;
    font-family: 'Assistant', sans-serif;
    color: #464646;
    font-weight: 200;
    font-size: 22px;
    margin-bottom: 10px;
}
.infobox-madad ul li:before{
    content: ' ';
    background: url(img/arr.png) no-repeat;
    width: 50px;
    height: 41px;
    display: block;
    position: absolute;
    right: -60px;
    top: 30%;}

@media screen and (max-width: 1920px) {
    #page_single_madad .col.center {
        width: 17%;
        height: 67.5vh;
    }
    #page_single_madad #madad_iframe {
        left: 17px;
        top: 79px;
    }
}
@media screen and (max-width: 1920px) and (max-height: 1200px){
    #page_single_madad .col.center {
        width: 20%;
        height: 67.5vh;
    }
    #page_single_madad #madad_iframe {
        height: 76%;
        position: absolute;
        left: 22px;
        top: 86px;
        width: 89%;
    }
}

@media screen and (max-width: 1920px) and (max-height: 1080px){
    #page_single_madad .col.center {
        width: 17%;
        height: 67.5vh;
    }
    #page_single_madad #madad_iframe {
        height: 74%;
        position: absolute;
        left: 22px;
        top: 86px;
        width: 89%;
    }
}


@media screen and (max-width: 1880px) {
    #page_single_madad .col.center {
        width: 15%;
        vertical-align: top;
        position: relative;
        display: block;
        height: 66.5vh;
        margin-left: 582px;
        margin-top: 50px;
    }
    #page_single_madad #madad_iframe {
        height: 76%;
        position: absolute;
        left: 14px;
        top: 67px;
        width: 90%;
    }

}
@media screen and (max-width: 1680px) and (max-height: 1050px) {
    #page_single_madad .col.center {
        width:22%;
        height: 70.5vh;
        margin-top: 26px;
    }
    #page_single_madad #madad_iframe {
        height: 76%;
        position: absolute;
        left: 22px;
        top: 88px;
        width: 89%;
    }
    #page_single_madad #build_app_btn {
        left: 17%;
    }

}
@media screen and (max-width: 1600px) and (max-height: 900px) {
    #page_single_madad .col.center {
        width: 20%;
        height: 70.5vh;
        margin-top: 26px;
    }
    #page_single_madad #madad_iframe {
        height: 76%;
        position: absolute;
        left: 18px;
        top: 75px;
        width: 89%;
    }
    #page_single_madad #build_app_btn {
        left: 17%;
    }

}
@media screen and (max-height: 870px) {
    #madad_popup_wrapper {
        padding-top: 10px;
    }

    .close-popup-btn {
        top: 0;
    }
}

@media screen and (max-width: 767px) {
    /*Home Page*/
    .phones.w-row .w-col.w-col-3.w-col-small-4 {
        padding-right: 0;
    }

    .phones.w-row .w-col.w-col-9.w-col-small-8 {
        padding-left: 0;
    }

    .madad-cat-link.phonecall.w-col-small-6 {
        width: 46%;
        margin: 2%;
        padding: 5px 0;
        text-align: center;
    }

    .hp-madad-cat-title {
        font-size: 1em;
    }

    .phones.w-row {
        max-width: 100%;
    }

    .madad-cat-link.phonecall {
        padding: 0;
        margin: 2%;
        border: none;
    }

    .eh.texth {
        font-size: 22px;
    }

    .phonescol {
        display: block;
    }

    .realphone {
        position: static;
        display: block;
        float: none;
    }

    /*Madadim*/
    .page-loader {
        padding-top: 150px;
    }

    .close-popup-btn {
        top: 8px;
        left: 8px;
    }

    #madad_popup {
        position: static;
        padding-top: 0;
        max-width: 100%;
        width: 100%;
    }

    #madad_popup .phone-wrapper {
        width: 100%;
        height: auto;
        min-height: 550px;
        text-align: center;
    }

    #madad_popup .phone-wrapper #madad_iframe {
        position: static;
        width: 100%;
        height: auto;
        border-radius: 10px;
        margin: 30px auto 0 auto;
        min-height: 550px;
        display: block;
        padding-top: 0;
    }

    #madad_popup .phone-wrapper .phone-img {
        display: none;
    }

    .sub-cat-list.w-col-4 {
        width: 100%;
    }
    .sub-cat-list.w-col-4 li:nth-child(odd){
        margin-left: 3%;}

    .sub-cat-list.w-col-4 li a{
        font-size: 1em;
    }
    .sub-cat-list.w-col-4 li{
        width: 48%;
        display: inline-block;
        vertical-align: top;
    }
    .sub-cat-list li .bullet-image {
        width: 20%;
        margin-left: 10px;
        display: inline-block;
    }
    .sub-cat-list li .bullet-image img{
        width: 100%;
    }
    #page_madad_cat .sub-title {
        font-size: 1.5em;
    }
    .main.section{
        padding:10px;
    }
}

.iframe {
    -moz-transform: scale(0.69, 0.69);
    -webkit-transform: scale(0.69, 0.69);
    -o-transform: scale(0.69, 0.69);
    -ms-transform: scale(0.69, 0.69);
    transform: scale(0.69, 0.69);
    -moz-transform-origin: top left;
    -webkit-transform-origin: top left;
    -o-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
}

.iframe {
    -ms-zoom: 0.6;
    -moz-transform: scale(0.6);
    -moz-transform-origin: 0 0;
    -o-transform: scale(0.6);
    -o-transform-origin: 0 0;
    -webkit-transform: scale(0.6);
    -webkit-transform-origin: 0 0;
}
@media screen and (max-width: 1450px) {
    .nav-menu {
        margin-right: 0px;
    }
    #page_single_madad .col.center {
        margin-left: 286px;
    }
}
.page-template-page-home-tpl .w-container form.w-clearfix{
    display: inline-block;
    margin-top: 20px;
}
.page-template-page-home-tpl .w-form .f-row{
    width: 19%;
    display: inline-block;
    vertical-align: top;
}
.page-template-page-home-tpl .section.main{
    padding-top:140px;
}
.page-template-default .section.main{
    padding-top:140px;
}
.page-template-default  .w-container p{
    font-size: 17px;
}
.page-template-default  .w-container{
    color: #000;
}
a.more-madadim {
    width: 100%;
    text-align: left;
    display: inline-block;
    color: #464646;
    text-decoration: none;
    direction: rtl;
    margin-top: 85px;
    font-size: 37px;
    font-weight: 300;
}
.arrow-down{
    background: url("img/Arrow_D.png") no-repeat;
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
a.conect_link {
    width: 140px;
}
.__mobile{
    display: none;
}
@media screen and (max-width: 1440px) {
    #page_single_madad #build_app_btn{
        left: 18%;
    }
    #page_single_madad .col.center {
        width: 22%;
        margin-left: 503px;
        height: 70.5vh;
        margin-top: 20px;
    }
    #page_single_madad {
        padding-bottom: 0;
        padding-top: 71px;
        background: #FFF;
    }
    #page_single_madad #madad_iframe {
        height: 76%;
        position: absolute;
        left: 19px;
        top: 75px;
        width: 89%;
    }

}

@media screen and (max-width: 1030px) {
    #page_single_madad .col.center {
        width: 27%;
        margin-left: 200px;    }
}

@media screen and (max-width: 1366px) {
    #page_single_madad .col.center {
        width: 28%;
        vertical-align: top;
        position: relative;
        display: block;
        height: 74.5vh;
        margin: 0 auto 0 auto;
    }
    #page_single_madad #build_app_btn {
        left: 18%;
        width: 10%;
    }
    #page_single_madad #madad_iframe {
        height: 75%;
        position: absolute;
        left: 24px;
        top: 91px;
        width: 87%;
    }
}
@media screen and (max-width: 1536px) and (max-height: 864px) {
    #page_single_madad .col.center {
        width: 28%;
        vertical-align: top;
        position: relative;
        display: block;
        height: 74.5vh;
        margin: 0 auto 0 auto;
    }
    #page_single_madad #build_app_btn {
        left: 16%;
        width: 10%;
        top: 56%;

    }
    #page_single_madad #madad_iframe {
        height: 76%;
        position: absolute;
        left: 71px;
        top: 76px;
        width: 67%;
    }
}
@media screen and (max-width: 1366px) and (max-height: 768px){
    #page_single_madad .col.center {
        width: 21%;
        height: 73.5vh;
    }
    #page_single_madad #madad_iframe {
        height: 76%;
        position: absolute;
        left: 19px;
        top: 66px;
        width: 87%;
    }
    #page_single_madad #build_app_btn {
        top: 62%;
    }
}
@media screen and (max-width: 1280px) and (max-height: 1024px){
    #page_single_madad #madad_iframe {
        height: 73%;
        position: absolute;
        left: 18px;
        top: 103px;
        width: 91%;
    }
    .infobox-madad {
        left: 8.54%;
        top: 9px;
    }
    #page_single_madad #build_app_btn {
        left: 15%;
        width: 10%;
        top: 50%;

    }
}

@media screen and (max-width: 1280px) and (max-height: 950px){
    #page_single_madad .col.center {
        width: 28%;
        vertical-align: top;
        position: relative;
        display: block;
        height: 74.5vh;
        margin:0 auto 0 auto;
    }
    #page_single_madad #build_app_btn {
        position: absolute;
        left: 18%;
        top: 59%;
        width: 12%;
        z-index: 9999;
    }
    #page_single_madad #madad_iframe {
        height: 76%;
        position: absolute;
        left: 23px;
        top: 83px;
        width: 88%;
    }

}

@media screen and (max-width: 1280px) and (max-height: 800px) {
    #page_single_madad .col.center {
        width: 28%;
        vertical-align: top;
        position: relative;
        display: block;
        height: 74.5vh;
        margin:0 auto 0 auto;
    }
    #page_single_madad #build_app_btn {
        position: absolute;
        left: 18%;
        top: 59%;
        width: 12%;
        z-index: 9999;
    }
    #page_single_madad #madad_iframe {
        height: 75%;
        position: absolute;
        left: 48px;
        top: 71px;
        width: 74%;
    }
}
@media screen and (max-width: 1280px) and (max-height: 720px) {

    #page_single_madad .col.center {
        width:17%;
        vertical-align: top;
        position: relative;
        display: block;
        height: 74.5vh;
        margin:0 auto 0 auto;
    }
    #page_single_madad #build_app_btn {
        left: 16%;
        top: 65%;
        width: 10%;
    }
    #page_single_madad #madad_iframe {
        height: 76%;
        position: absolute;
        left: 16px;
        top: 53px;
        width: 88%;
    }
}
@media screen and (max-width: 1280px) and (max-height: 592px){
    #page_single_madad .col.center {
        width: 17%;
        vertical-align: top;
        position: relative;
        display: block;
        height: 74.5vh;
        margin: 0 auto 0 auto;
    }
    #page_single_madad #madad_iframe {
        height: 75%;
        position: absolute;
        left: 10px;
        top: 53px;
        width: 91%;
    }
    .infobox-madad {
        left: 8.54%;
        top: 10px;
    }
    #page_single_madad #build_app_btn {
        left: 16%;
        width: 10%;
        top: 66%;
    }
}


@media screen and (max-width: 1024px) and (max-height : 1366px) {
    #page_single_madad .col.center {
        width: 43%;
        margin: 0 auto 0 456px;
    }
    #page_single_madad #build_app_btn {
        position: absolute;
        left: 18%;
        top: 41%;
        width: 15%;
        z-index: 9999;
    }
    #page_single_madad #madad_iframe {
        height: 66%;
        position: absolute;
        left: 22px;
        top: 165px;
        width: 91%;
    }
}
@media screen and (max-width: 1024px) and (max-height : 768px) {
    #page_single_madad .col.center {
        margin: 0 auto 0 450px;
    }
    #page_single_madad #build_app_btn {
        position: absolute;
        left: 20%;
        top: 63%;
        width: 12%;
        z-index: 9999;
    }
    #page_single_madad #madad_iframe {
        height: 75%;
        position: absolute;
        left: 102px;
        top: 68px;
        width: 56%;    }
}
@media screen and (max-width: 1024px) and (max-height : 600px) {
    #page_single_madad .col.center {
        width: 22%;
    }
    #page_single_madad #build_app_btn {
        position: absolute;
        left: 18%;
        top: 71%;
        width: 12%;
        z-index: 9999;
    }
    #page_single_madad #madad_iframe {
        height: 76%;
        position: absolute;
        left: 12px;
        top: 53px;
        width: 90%;
    }
}
@media screen and (max-width: 1024px) and (max-height : 768px)  and (orientation: portrait) {
    #page_single_madad .col.center {
        margin: 0 auto 0 450px;
    }
    #page_single_madad #build_app_btn {
        position: absolute;
        left: 20%;
        top: 63%;
        width: 12%;
        z-index: 9999;
    }
    #page_single_madad #madad_iframe {
        height: 75%;
        position: absolute;
        left: 17px;
        top: 68px;
        width: 87%;
    }
}
@media screen and (max-width: 768px) {
    #page_single_madad .col.center {
        width: 50%;
        margin: 0 auto 0 auto;
    }
    #page_single_madad #build_app_btn {
        position: absolute;
        left: 81%;
        top: 3%;
        width: 14%;
        z-index: 9999;
    }
    #page_single_madad #madad_iframe {
        height: 75%;
        position: absolute;
        left: 25px;
        top: 90px;
        width: 88%;
    }
    .infobox-madad{
        display: none;}
}
@media screen and (max-width: 479px) {
    .conect_link {
        display: none;
    }
    .section.main {
        padding-top: 0;
    }
    .section.rev {
        padding-top: 40px;
    }
    .page-template-page-home-tpl .w-form .f-row {
        width: 100%;
    }
    .label.note {
        margin: 0;
    }
    a.more-madadim {
        text-align: center;
        margin-top: 20px;
        font-size: 27px;
    }
    .section.main {
        padding-bottom: 0;
    }
    #madadim_main_title {
        line-height: 1;
    }
    .brand-link.w-clearfix.w-nav-brand{
        width: 78%;
    }
    #page_single_madad{
        padding-top:60px;
    }
    #page_single_madad .w-container{
        width: 100%;
        margin: 0;
        padding: 0 10px;
        max-width: 100%;
    }
    #page_single_madad .left-side{
        width: 30%;
    }
    #page_single_madad .right-side{
        width: 70%;
    }
    #page_single_madad .col{
        display: inline-block;
    }
    #page_single_madad .col.left{
        background: none !important;
    }
    #page_single_madad .maincont {
        min-height: 400px;
        display: inline-block;
        height: 100vh;
    }
    #page_single_madad .col.right{
        width: 100%;
        height: 150px;
    }
    #page_single_madad .col.center{
        width: 100%;
        height: 80vh;
        margin-left: 0;
        margin-bottom: 100px;
        background: none;

    }
    #page_single_madad #madad_iframe {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
    #page_madad_cat .slideh {
        font-size: 2.2em;
    }
    .madad-cat-title-icon{
        width: 17%;
        margin-right: 0;
    }
    #page_madad_cat .line {
        border: 1px solid #b0b1b1;
        width: 20%;
        margin: 8px auto 20px;
    }
    .full-width.__mobile{
        display: block;
        width: 125px;
    }
    .__decktop{
        display: none;
    }
    #page_single_madad #build_app_btn {
        position: absolute;
        left: 0;
        top: 80vh;
        min-width: 30%;
        max-width: 30%;
        right: 0;
        margin: 0 auto;
    }
    .label {
        width: 100%;
    }
    .page-template-page-home-tpl .section.main{
        padding-top:20px;
    }
    .digital_text h3 {
        font-size: 29px;
        line-height: 1.2;
    }
    .cols {
        display: inline-block;
        width: 100%;
        vertical-align: top;
        text-align: center;
        height: 124px;
        position: relative;
        margin-bottom: 50px;
    }
    .digital_text h2 {
        font-size: 34px;
        margin-bottom: 46px;
        line-height: 1.6;
    }
    .digital_text p {
        font-size: 21px;
    }
    .digital_text{
        padding: 10px;
    }
    .hp-heading h2{
        line-height: 1.2;
    }
}

@media screen and (max-width: 479px) {
    .infobox-madad {
        display: none;
    }
}


