body {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 20px;
}

.code-font {
    font-family: monaco, Consolas, "Lucida Console", monospace;
}

.pt-h .pl-hl.code-font {
    position: relative;
    padding-right: 25px;
}

.code-font>span {
    cursor: pointer;
    position: absolute;
    top: 8px;
    opacity: 0.7;
    right: 7px;
}

.code-font.copiedtext>span {
    opacity: 1;
}


/*  */

.mmi_navBar {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.homePageG {
    text-align: left;
}

.Banner_section {
    background: url("../images/bg.png") no-repeat center;
    background-size: cover;
    position: relative;
    height: 580px;
    padding-top: 100px;
}


/*  */

.listSocial {
    margin: 50px 0px 80px 0px;
}

.listSocial li.active  a{
    border: 1px solid #F18F4A;
    background: #FFF3EB;
}

.active a {
    color: #F18F4A !important;
}

.listSocial ul {
    display: flex;
    padding: 0;
}
 
.listSocial ul li a img{margin-right: 4px;}
.listSocial ul li  {list-style: none;}
.listSocial ul li a {
    display: flex;
    padding: 10px;
    margin-right: 20px;
    border: 1px solid #C8D7E6;
    border-radius: 30px;
    color: #000;
    width: 111px;
    align-items: center;
    justify-content: center;
}
.mobile_other_frame.videoTag::after{display: none;}
/* .listSocial a {
    color: #000;
    display: flex;
    align-items: center;
    /* font-size: 14px; */
    line-height: 10px;
} */

.listSocial img {
    padding-right: 5px;
}

.listSocial ul li:hover a{
    border: 1px solid #F18F4A;
    background: #FFF3EB;
    cursor: pointer;
}

.listSocial li:hover a {
    color: #F18F4A !important;
}

.listSocial li:hover .act {
    display: block;
    z-index: 22;
}

.listSocial li:hover .nrm {
    display: none;
}

.act {
    display: none;
}


/*  */

.mobile_other_frame img {
    border-radius: 15px!important;
}

.mobile_other_frame {
    position: relative;
    display: flex;
    margin: auto;
    width: 259px;
    height: 515px;
    border-radius: 16px;
    padding: 12px 16px;
    overflow: hidden;
    border-radius: 10px;
}

.mobile_other_frame:after {
    background: url(../images/mbl.png) 0px 0px no-repeat;
    background-size: 258px 520px;
    padding: 9px 5px 0 6px;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 259px;
    height: 550px;
}


/*  */

.common-card {
    margin: 0px 0px 80px 0px;
}

.card-content h2 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 15px;
}

.card-content h3 {
    font-size: 18px;
    line-height: 30px;
}

.homePageG .heading {
    margin-bottom: 20px;
}

.card-content p {
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
}

.r-m-button {
    display: flex;
    padding-top: 15px;
}

.card-content {
    padding-left: 10px;
}

.common-card .image-wrap {
    width: 50%;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
}

.image-section img {
    border-radius: 10px;
    max-width: 100%;
}

.sub-text p {
    font-size: 14px;
    line-height: 24px;
    padding: 5px 0px;
    margin-bottom: 10px;
}

.r-m-button a {
    color: #F18F4A;
    font-weight: 500;
    font-size: 18px;
}

.sub-text li {
    list-style: auto;
    font-size: 14px;
    line-height: 24px;
}


/* highlight para */

.pt-h {
    display: flex;
    align-items: self-start;
}

.pt-h .pl-hl {
    background: #E7EEF5;
    border-radius: 5px;
    margin-right: 5px;
    padding: 5px 15px;
}

.cipied_div{position: absolute; background: #000; border-radius: 6px; padding:5px 15px; color: #fff; font-size: 12px; font-weight: 500; display: none;    margin-left: -89px;
    margin-top: -14px;}
 .cipied_div::after {
    width: 0; 
    content: "";
    display: block;
    position: absolute;right: -5px; top: 10px;;
    height: 0; 
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    
    border-left: 5px solid #000;
  } 
  .mobile-screen video {
    max-width: 100%;
    position: relative;
    z-index: 1;
    border-radius: 22px;
    overflow: hidden;
    /* width: 258px; */
}
/*  */

@media only screen and (max-device-width: 770px) {
    /*  */
    .Banner_section {
        height: auto;
        display: flex;
        justify-content: center;
    }
    .heading {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .cla_Contact {
        margin-top: auto;
    }
    .banner-bt a {
        font-size: 14px;
    }
    .listSocial {
        margin: 20px 0px 70px 0px;
    }
    .listSocial ul li {
        width: 100%;
        padding:0px 4px;
    }
    .listSocial li.active a{border-width: 1;}
    .listSocial ul li a{margin-right: 0px; color: #000; font-size: 14px; font-weight: 600;   width: 100%;}
    .listSocial ul li a img{margin-right: 4px;}
    .listSocial a {
        font-size: inherit;
    }
    .common-card {
        margin-bottom: 50px;
    }
    .card-content h2 {
        font-size: 20px;
        line-height: normal;
        padding: 15px 5px 10px 0px;
    }
    .card-content h3 {
        font-size: 15px;
        line-height: 22px;
    }
    .card-content p {
        font-size: 14px;
        line-height: 20px;
        padding-bottom: 12px;
    }
    .sub-text p {
        font-size: 12px;
        line-height: normal;
    }
    .r-m-button a,
    .r-m-button {
        font-size: 15px;
        padding-top: 5px;
    }
    /*  */
    .row {
        display: flex;
        flex-direction: column;
    }
    .homePageG {
        text-align: center;
    }
    .bn_img {
        display: none;
    }
    .text-long.animate-it {
        max-width: 100%;
    }
    .mbl_c {
        display: flex;
        flex-direction: column-reverse;
    }
    .pt-h {
        overflow-wrap: anywhere;
    }
    .pt-h .pl-hl {
        padding: 10px 15px;
    }
    .image-section img,
    .mobile-screen video {
        height: 463px;
        max-width: 100%;
    }
    .mobile_other_frame:after {
        background-size: 244px 490px;
    }
    .listSocial ul li {
        margin-right: 5px;
    }
}