.pull-right {
    float: right;
}

.pull-left {
    float: left;
}
.row-invert {
    flex-direction: row-reverse;
}

.hide {
    display: none;
}

.align-center {
    text-align: center;
}
.align-left {
    text-align: left;
	margin-left: 0px;
	margin-right: 0px;
}
.align-right {
    text-align: right;
	margin-left: 0px;
	margin-right: 0px;
}
.v-align-center {
    align-items: center;
}
.align-item-center {
    display: table;
    margin: 0px auto;
}
.align-item-left {
    display: inline-table;
}
.line-border-r {
    position: relative;
    margin: 0px auto 30px;
    padding: 0px 0px 15px 0px;
}
.line-border-r::before { 
    content: "";
    position: absolute;
    background-color: #ec4635;
    height: 5px;
    width: calc(100% - 50px);
    bottom: 0px;
    border-radius: 30px;
    left: 0;
}


.line-border-g {
    position: relative;
    margin: 0px auto 30px;
    padding: 0px 0px 15px 0px;
}
.line-border-g::before { 
    content: "";
    position: absolute;
    background-color: #2ea854;
    height: 5px;
    width: calc(100% - 50px);
    bottom: 0px;
    border-radius: 30px;
    left: 0;
}

.line-border-r.line-center::before,
.line-border-g.line-center::before { 
    left: 50%;
    transform: translateX(-50%);
}


/* Mobile (phones, 0 - 480px) */
@media only screen and (max-width: 480px) {
  .hidden-xs {display: none;}
}

/* Tablet (portrait, 481px - 768px) */
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .hidden-sm {display: none;}
}

/* Tablet (landscape) and small desktops (769px - 1024px) */
@media only screen and (min-width: 769px) and (max-width: 1024px) {
  .hidden-md {display: none;}
}

@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
	.hidden-mdp {display: none;}
}

/* Desktop (1025px and up) */
@media only screen and (min-width: 1025px) {
    .hidden-lg {display: none;}
}


@media (min-width:320px) and (max-width:480px) {

.tb_padd3 {
    padding-top: 50px;
    padding-bottom: 50px;
}    
    .h1_head1 {
        font-size: 36px;
        line-height: 37px;
    }
    .h1_head2 {
        font-size: 36px;
        line-height: 37px;
    }
    .h3_head1 {
        font-size: 30px;
        line-height: 36px;
    }
    .h3_head2 {
        font-size: 30px;
        line-height: 36px;
    }
    .h4_head1 {
        font-size: 22px;
        line-height: 30px;
    }
    .h4_head2 { 
        padding-left: 15px;
        padding-right: 15px;
        font-size: 18px;
	    line-height: 26px;
    }
.right-content {
    padding-left: 0px;
} 

.left-content {
    padding-right: 0px;
}

.content-img {
    padding-top: 30px;
}

.btn-design { 
    white-space: normal;
    height: auto;
}
.accordion-container {
    padding-bottom: 50px;
}

.article-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.home_header .header-container {
    padding: 15px 30px;
}
.home_header .header-container .logo {
    height: 40px;
}

    .home_banner .rslides img {
        height: 100%; 
    }
    .home_banner .banner_contant {
        top: 55%;
    }
    .home_banner .banner_contant > .banner-head {
        padding-bottom: 15px;
    }
    .home_banner .banner_contant > .banner-sub {
        font-size: 35px;
        padding-bottom: 15px;
        line-height: 40px;
    }
    .home_banner .banner_contant > .banner-details {
        padding: 15px 0px;
    }
    .home_banner .banner_contant > .banner-action {
        flex-wrap: wrap;
    }
    .home_banner .banner_contant > .banner-action .get-demo-btn {
        margin: 0px 0px;
    }
.sub-banner {
    height: 250px;
}
.video_player_conatiner {
    margin: 30px auto 0px;
    padding-bottom: 56.4%;
    width: 100%;
}    

#contactForm .left-content {
    padding-right: 0px;

}
.contactus-form-container {
    margin-top: 30px;
    padding: 30px 0px 0px 0px;
    border-top: 1px solid rgb(255 255 255 / 20%); 
    border-left: 0px;
}
.contactus-form-container > h3 {
    font-size: 30px;
    text-align: center;
}
.contactus-form-container > p {
    text-align: center;
}
footer > .tb_padd1 {
    padding-left: 30px;
    padding-right: 30px;
}
.foot-text {
    width: 100%;
}
footer .footer-bottom .footer-bottom-content {
    padding-left: 15px;
    padding-right: 15px;
}
footer .footer-bottom .footer-bottom-content .copyrights {
    display: table;
    width: 100%;
    text-align: center;
    padding: 0px 0px 5px 0px;
}
footer .footer-bottom .footer-bottom-content .poweredby {
    display: table;
    width: 100%;
    text-align: center;
}


.aciton-btn-container {
    flex-wrap: wrap;
}
.mobile-content-l .align-center {
    text-align: left;
}
.mobile-content-l .aciton-btn-container {
    justify-content: left !important;
    padding-top: 0px;
}

/* --box Conteiner-- */
.box-container4 > li > .box-inner-container {
    display: block;
    border-radius: 10px;
    padding: 50px;
}
.box-container4 > li > .box-inner-container > .box-img {
    height: 130px;
    width: 130px;
}
.box-container4 > li > .box-inner-container > .box-icon {
    height: 130px;
    margin-bottom: 15px;
}
.box-container4 > li > .box-inner-container > .box-content {
    padding: 50px 0px 0px 0px;
}
.box-container5 {
    padding-top: 0px;
}
.box-container5 > li > .box-inner-container:before {
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(178 187 187) 50%, rgba(255, 255, 255, 0) 100%);
    top: 0;
    display: block !important;

}
.box-container5 > li:first-child > .box-inner-container:before {
    display: none !important;
}
.box-container5 > li > .box-inner-container > .box-content {
    padding-bottom: 0px;
}

.box-container6>li>.box-inner-container {
    display: block;
}
.box-container6 > li > .box-inner-container > .box-img {
    height: 130px;
    margin-bottom: 15px;
}
.box-container6 > li > .box-inner-container > .box-content {
    padding: 30px 0px 0px 0px;
    width: 100%;
}
/* --box Conteiner-- */


.privacy-policy-container .privacy-policy-content {
    width: calc(100%);
    padding-left: 0px;
}

}
@media (min-width:481px) and (max-width:932px) {
}

@media (min-width:320px) and (max-width:767px) {

}
@media (min-width: 540px) and (max-width: 720px) and (orientation: portrait) { 
.home_header .header-container {
    padding: 15px 30px;
}
.home_header .header-container .logo {
    height: 40px;
}
    .home_banner {
        height: 780px;
    }
    .home_banner .rslides {
        height: 100%;
    }
    .home_banner .rslides li {
        height: 100%;
    }
    .home_banner .rslides img {
        height: 100%; 
    }
    .home_banner .banner_contant {
        top: 50%;
    }
    .home_banner  .banner_contant > .banner-sub {

    font-size: 36px;
    line-height: 45px;
    margin: 0;
}
 
}
@media (min-width: 540px) and (max-width: 720px) and (orientation: landscape) { 
    .home_header .header-container {
    padding: 15px 30px;
}
.home_header .header-container .logo {
    height: 40px;
}

    .home_banner .rslides img {
        height: 100%; 
        object-position: center;
    }
.home_banner .banner_contant { 
    top: 60%;
}
    .home_banner  .banner_contant > .banner-sub {
        font-size: 36px;
        line-height: 40px;
        margin: 0;
        padding-bottom: 15px;
    }
    .home_banner .banner_contant > .banner-details {
        padding: 15px 0px;
    }
    .home_banner .banner_contant > .banner-change-content {
        font-size: 55px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) and (orientation: portrait) {
.mobile-menu-container .mobile-menu-content {
    width: 340px;
}
    .home_banner {
        height: 780px;
    }
    .home_banner .rslides {
        height: 100%;
    }
    .home_banner .rslides li {
        height: 100%;
    }
    .home_banner .rslides img {
        height: 100%; 
    }
    .home_banner .banner_contant {
        top: 60%;
    }
 
    .contactus-form-container {
        padding: 50px 0px 0px 0px;
        margin: 50px 0px 0px 0px;
        border-top: 1px solid rgb(155 187 235 / 30%);
        border-left: none;
    }

    .ipad-content-p-f .right-content {
    padding-left: 0px !important;
    padding-bottom: 30px !important;
}
/* --box Conteiner-- */
.box-container4 > li > .box-inner-container {
    display: block;
    border-radius: 10px;
    padding: 50px;
}
.box-container4 > li > .box-inner-container > .box-img {
    height: 130px;
    width: 130px;
}
.box-container4 > li > .box-inner-container > .box-icon {
    height: 130px;
    margin-bottom: 15px;
}
.box-container4 > li > .box-inner-container > .box-content {
    padding: 50px 0px 0px 0px;
}

.box-container5>li:nth-last-child(3n + 3) >.box-inner-container:before {
    display: none;
}
.box-container6>li>.box-inner-container {
    display: block;
}
.box-container6>li>.box-inner-container {
    padding: 50px;
}
.box-container6 > li > .box-inner-container > .box-content {
    padding: 30px 0px 0px 0px;
    width: 100%;
}
/* --box Conteiner-- */

    .foot-text {
        width: 100%;
    }
.privacy-policy-container .privacy-policy-menu {
    width: 250px;
}
.privacy-policy-container .privacy-policy-content {
    width: calc(100% - 250px);
}    
}
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

}
@media (min-width:768px) and (max-width:1023px) {


}
@media (min-width:1024px) and (max-width:1199px) {
    .mobile-menu-container .mobile-menu-content {
    width: 340px;
}

    .contactus-form-container > h3 {
        font-size: 38px;
    }
    /* --box content-- */
    .box-container2 > li > .box-inner-container > .box-content > h4 {
        font-size: 26px;
    }
    .box-container5_1 > li > .box-inner-container {
        padding: 30px;
    }
    /* --box content-- */
.cc-bg1::before {
    background-size: auto 235px !important;
    background-position-y: bottom !important;
    background-position-x: calc(100% + 80px) !important;
}
.cc-bg1 .article-container {
    padding-right: 160px !important;
}
    .foot-text {
        width: 100%;
    }


}
@media (min-width:1024px) and (max-width:1199px) and (orientation: landscape) { 
    .home_banner .banner_contant {
        top: 60%;
    }
}

@media (min-width:768px) and (max-width:1199px)  {
    
}
@media (min-width:1024px) and (max-width:1366px) and (orientation: portrait) {
    .mobile-menu-container .mobile-menu-content {
        width: 400px;
    }
    .home_banner {
        height: 780px;
    }
    .home_banner .rslides {
        height: 100%;
    }
    .home_banner .rslides li {
        height: 100%;
    }
    .home_banner .rslides img {
        height: 100%; 
    }
    .home_banner .banner_contant {
        top: 60%;
    }
    .video_player_conatiner {
        padding-bottom: 60%;
        width: 100%;
    }
    .foot-text {
        width: 100%;
    }
    /* --box Conteiner-- */
    .box-container1 > li > .box-inner-container > .box-content {
        padding-left: 30px;
        padding-right: 30px;
    }
    .box-container2-1 > li > .box-inner-container > .box-img {
        height: 200px;
    }
    .box-container4>li>.box-inner-container {
        border-radius: 30px;
    }
    .box-container4 > li > .box-inner-container > .box-img {
        width: 100px;
        height: 100px;
    }
    .box-container5>li:nth-last-child(3n + 3) >.box-inner-container:before {
    display: none;
    }
    /* --box Conteiner-- */
    
}
@media (min-width:1024px) and (max-width:1366px) and (orientation: landscape) { 
    .logo {
        height: 50px;
    }
    nav.menu-container {
        right: 15px;
        transform: translate(0%, -50%);
    }
    .home_banner .rslides img {
        height: 100%; 
        object-position: right;
    }
    .container {
        max-width: 95%;
    }
    .product-home-list.box-container1 > li {
        width: 25%;
    }
    
}
@media (min-width:1200px) and (max-width:1366px) {

}
@media (min-width:1200px) and (max-width:8000px) {
    .Choose-GenAgno > li {
        width: 20%;
    }

}