body {
    font-family: "Poppins", sans-serif;
    height: 100%;
    min-height: 100vh;
    font-size: 0.9rem;
    counter-reset: my-sec-counter;
    background: #08101F;
}

a,
a:link,
a:visited,
a:hover,
a:active {
    text-decoration: none;
    outline: 0;
}


/* For Top Banner */

header {
    position: relative;
    background-image: url("../images/headerbg-md.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    color: #F2FFFF;
    /* height: 767px; */
}
.about-header {
    background-image: url("../images/about-header.png");
    background-size: 100%;
}

#remote header{
	background-image: url("../images/remotebg-md.jpg");
	/*  height: 775px; */
}
.banner {
    position: relative;
    padding: 140px 0px;
}

.banner h1 {
    font-size: 100px;
    line-height: 1em;
    letter-spacing: -2px;
    font-weight: 700;
    padding: 15px 15% 0% 0px;
}
.about h1 { font-size: 84px; line-height: 72px; }
.banner h1 span {
    color: #c9f950;
}

.banner p {
    font-size: 32px;
    line-height: 42px;
    font-weight: 300;
    color: #e2e2e2;
    /* margin-top: 40px; */
    margin-left: 0px;
}

.banner .breadcrumb {
    font-size: 20px;
    color: #c9f950;
    /* margin-top: 50px; */
    margin-bottom: 0px;
}

.banner .breadcrumb-item+.breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, ">");
    color: #fff;
}

.banner .breadcrumb a {
    color: #c9f950;
}

.sbcbox {
    border: 1px solid #c9f950;
    border-radius: 30px;
    box-shadow: 8px 6px rgba(201, 249, 80, 0.4), 18px 16px rgba(201, 249, 80, 0.3), 26px 24px rgba(201, 249, 80, 0.2), 36px 32px rgba(201, 249, 80, 0.1);
    padding: 40px;
    text-align: left;
    background: rgba(201, 249, 80, 0.1);
    /* margin-top: 60px; */
    max-width: 380px;
    /* left: 38%; */
    position: relative;
}

.sbcbox h2 {
    font-size: 48px;
    color: #F2FFFF;
    font-weight: 300;
    padding: 0px 0px 40px 0px;
}

.sbcbox h2 span {
    color: #c9f950;
}

.sbcbox a {
    background: #C9F950;
    color: #070F1F;
    transition: all .3s ease-in-out;
    font-weight: 700;
    padding: .675rem 2rem;
    border-radius: 40px;
    bottom: 20px;
    position: relative;
}

.sbcbox a:hover {
    background: #fff;
    color: #070F1F;
}

.pdng {
    padding: 0px 60px;
}





/* -------services---------------- */
.services {
    position: relative;
    background-image: url("../images/servicesbg-md.jpg");
    background-position: top center;
    background-repeat: no-repeat;
    height: 820px;
    overflow: hidden;
}

.services h2 {
    color: #F2FFFF;
    font-size: 60px;
    font-weight: 300;
    padding: 0px 0px 0px 0px;
}

.services h2 span {
    color: #c9f950;
    font-weight: 700;
}

.services p {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    color: #E2ECE2;
    padding: 0% 40% 0% 0px;
    width: fit-content;
    margin: 30px 0px 50px 0px;
}

.services section {
    border: 1px solid rgba(75, 82, 89, 0.4);
    border-radius: 30px;
    background: rgba(8, 16, 31, 0.5);
    backdrop-filter: blur(5px);
    padding: 40px 20px;
    width: 460px;
    margin-left: 50px;
}

.services .form-group {
    width: 100%;
}

.services .form-group label {
    width: 100% !important;
}

.services .form-group input {
    background: #F2FFFF;
    border-radius: 44px;
    padding: 15px 20px 15px 50px;
    font-weight: 400;
    width: 100%;
    border: 0px;
    position: relative;
    z-index: 9;
    color: #000;
}

.services .form-group input::placeholder {
    color: #000 !important;
    opacity: 0.6 !important;
}

.services .form-group button {
    color: #4B5259;
    font-size: 22px;
    font-weight: 400;
    padding: 11px 15px;
    position: absolute;
    border: 0px;
    cursor: pointer;
    transition: all .3s ease-in-out;
    z-index: 9;
    background: none;
    inset-inline-start: 0;
    left: 6%;
}

.services .form-group button:hover {
    color: #000;
}

.fade:not(.show) {
    opacity: 1;
}


/* ----------------------- */

.why {
    position: relative;
    margin-bottom: 120px;
}

.why .whybg {
    position: relative;
    background: #f2ffff;
    background-image: url("../images/why-bck.png");
    background-position: center top;
    border-radius: 50px;
    padding: 80px;
    z-index: 1;
    top: 60px;
    margin: 40px;
}
.about .whybg {
    margin: 40px 0!important;
	top: 0;
	border-radius: 30px;
	background: #f2ffff;
	padding: 25px;
}
.about .whybg p {
    margin-bottom: 0!important;
	font-weight: 600!important;
	font-size: 20px!important;
}

.circle {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 650px;
    height: 650px;
    background: rgba(201, 249, 80, 0.2);
    filter: blur(32px);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.rytcircle {
    position: absolute;
    right: 0%;
    transform: translate(-10%, -80%);
    width: 300px;
    height: 300px;
    background: rgba(75, 82, 89, 0.3);
    filter: blur(32px);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.why .wht {
    position: relative;
}

.why .wht h2 {
    color: #08101F;
    font-size: 60px;
    margin-bottom: 30px;
    font-weight: 300;
}

.why .wht h2 span {
    font-weight: 600;
}

.why .wht p {
    color: #4B5259;
    font-weight: 300;
    font-size: 18px;
    padding: 10px 0px;
    line-height: 32px;
    margin-bottom: 30px;
}

.why a {
    background: #08101F;
    color: #fff;
    transition: all .3s ease-in-out;
    font-weight: 500;
    padding: 10px 30px;
    border-radius: 40px;
}

.why a:hover {
    background: #C9F950;
    color: #000;
}

.why img {
    max-width: 300px;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}


/* ----------------------- */

.case {
    position: relative;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 110px 0px 20px 0px;
    height: 400px;
}

.ccircle {
    position: absolute;
    top: 80%;
    margin-left: -5%;
    transform: translate(-50%, -50%);
    width: 560px;
    height: 560px;
    background: rgba(201, 249, 80, 0.1);
    filter: blur(92px);
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
}

.acircle {
    position: absolute;
    top: 80%;
    right: 0;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 300px;
    background: rgba(201, 249, 80, 0.2);
    filter: blur(62px);
    border-radius: 50%;
    z-index: 2;
    pointer-events: none;
}

.cscircle {
    position: absolute;
    top: 90%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1000px;
    height: 1000px;
    background: rgba(75, 82, 89, 0.2);
    filter: blur(62px);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.case h2 {
    color: #F2FFFF;
    font-size: 60px;
    margin-bottom: 30px;
    font-weight: 300;
}

.case h2 span {
    color: #C9F950;
    font-weight: 600;
}

.case p {
    color: #E2ECE2;
    font-weight: 300;
    font-size: 20px;
    padding: 10px 0px 10px 10px;
    line-height: 32px;
    margin-bottom: 80px;
}

.case figure {
    text-align: center;
    z-index: 9;
    position: relative;
}

.case figure img {
    margin-top: -60px;
}

.case figcaption {
    color: #C9F950;
    font-weight: 400;
    font-size: 20px;
    padding: 10px 0px;
}


/* ----------------------- */

.network {
    position: relative;
    margin: 120px 0px;
    padding: 0px 40px;
}

.ylwcircle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 850px;
    height: 650px;
    background: rgba(201, 249, 80, 0.2);
    filter: blur(62px);
    border-radius: 50%;
    z-index: 0;
    pointer-events: none;
}

.network .wht {
    position: relative;
    background: #f2ffff;
    background: linear-gradient(to right, rgba(220, 231, 233, 1) 0%, rgba(231, 245, 236, 1) 0%, rgba(220, 231, 233, 1) 100%);
    border-radius: 50px;
    padding: 80px;
    z-index: 1;
}

.network .wht h2 {
    color: #333c48;
    font-size: 50px;
    margin-bottom: 30px;
    font-weight: 300;
    padding-right: 15%;
}

.network .wht h2 span {
    font-weight: 600;
}

.network .wht p {
    color: #4B5259;
    font-weight: 400;
    font-size: 20px;
    padding: 10px 10% 10px 0px;
    line-height: 32px;
    margin-bottom: 50px;
}

.network a {
    color: #333c48;
    font-size: 16px;
    font-weight: 400;
    transition: all .3s ease-in-out;
}

.network a svg {
    margin-left: 10px;
}

.network a:hover {
    color: #08101f;
}

.network figure {
    float: right;
    margin: 0rem 3rem;
}

.network figure img {
    margin-top: -30px;
}

.emr {
    margin-left: 40px;
}


/* ----------------------- */

.get {
    position: relative;
    padding: 0px 0px 20px 0px;
}

.get section {
    position: relative;
    padding: 70px 40px 40px 70px;
    width: 50%;
    margin: 40px;
}

.get section h2 {
    color: #F2FFFF;
    font-size: 60px;
    margin-bottom: 30px;
    font-weight: 300;
}

.get h2 span {
    color: #c9f950;
    font-weight: 600;
}

.get section p {
    color: #E2ECE2;
    font-weight: 300;
    font-size: 18px;
    padding: 10px 0px;
    line-height: 32px;
}

.get section p a {
    color: #E2ECE2;
    transition: all .3s ease-in-out;
}

.get section p a i {
    background: #c9f950;
    color: #08101f;
    border-radius: 50%;
    padding: 10px;
    width: 38px;
    height: 38px;
    display: inline-flex;
    margin-right: 5px;
}

.get section p a:hover {
    color: #c9f950;
}

.get aside {
    padding: 60px 40px 40px 40px;
    text-align: left;
    border-radius: 30px;
    background: rgba(75, 82, 89, 0.1);
    width: 50%;
    margin: 40px;
}

.get aside form h6 {
    font-size: 16px;
    padding: 10px 0px;
    font-weight: 400;
    position: relative;
    color: #1a1a1a;
}

.get aside form .form-group {
    padding: 0px 0px 0px 0px;
    margin-bottom: 0px;
    position: relative;
}

.get aside form input,
textarea {
    line-height: 40px;
    color: #E2ECE2;
    padding: 0 20px 0 0px;
    background: transparent;
    margin-bottom: 30px;
    font-size: 18px;
    width: 100%;
    transition: 0.5s;
    border: 0px;
    border-bottom: 1px solid #4B5259;
    margin-right: 10px;
}

form input::placeholder,
form textarea::placeholder {
    color: #E2ECE2;
    opacity: 1;
}

.get aside form textarea,
select {
    line-height: 40px;
}

.get aside form input:focus,
.get aside form textarea:focus,
.get aside form select:focus {
    border-bottom: 1px solid #e2e2e2;
    transition: 0.5s;
    outline: 0;
}

.get aside form .subbut {
    border: none;
    border-radius: 40px;
    background: #C9F950;
    color: #070F1F;
    cursor: pointer;
    padding: 5px 50px;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 600;
    width: auto;
}

.get aside form .subbut:hover {
    background: #fff;
}


/* ----------------------- */

.mainContent.blur {
    filter: blur(9px);
    pointer-events: none;
    background: #08101F;
    transition: filter 0.3s ease;
}


/* --------s slick slider--------------- */

.services .core .slider {
    width: 65% !important;
    margin: 0px auto;
    height: auto;
}

.services .core .slick-slide {
    opacity: 1 !important;
    width: 290px !important;
}

.services .core .slick-prev::before.highlight-prev {
    color: #fff;
}


/* --------e slick slider--------------- */

@media only screen and (min-width:320px)and (max-width:479px) {
    header {
        background-image: url("../images/headerbg-mob.jpg");
        /* height: 790px; */
		margin-top: 30px;
    }
    .pdng {
        padding: 0px 10px;
    }
    .banner {
        padding: 60px 0px 10px;;
    }
	
	#remote .banner {
        padding: 120px 0px 10px;;
    }
	
    .banner h1 {
        font-size: 66px;
        line-height: 66px;
        padding: 12px 15% 0% 6px;
    }
	
	 .banner .breadcrumb {
        font-size: 14px;
        margin-left: 10px;
        margin-top: 10px;
    }
	
    .banner p {
        font-size: 26px;
        line-height: 30px;
    }
    .sbcbox {
        left: 0%;
        margin-top: 40px;
        max-width: 91%;
    }
    .sbcbox h2 {
        font-size: 38px;
    }
	
    
    .services {
        padding: 60px 0px;
        background-image: url("../images/servicesbg-mob.jpg");
        background-position: top center;
        background-repeat: no-repeat;
        height: 1270px;
    }
    .servicesbg img:nth-child(1),
    .servicesbg img:nth-child(2) {
        max-width: 250px;
    }
    .services span {
        z-index: 1;
    }
    .services h2 {
        font-size: 40px;
        padding: 0px 10px 0px 20px;
    }
    .services p {
        padding: 0px 10px 0px 20px;
        font-size: 16px;
        line-height: 22px;
        margin: 10px 0px 20px 0px;
    }
    .services-wrap {
        display: flex;
        align-items: flex-start;
        gap: 40px;
    }
    .services-wrap .nav-tabs {
        width: 100%;
    }
    .services-txt .title {
        font-size: 20px;
    }
    .pt-5 {
        padding-top: 0rem !important;
    }
    .pb-4 {
        padding-bottom: 0rem !important;
    }
    .circle {
        width: 420px;
        background: rgba(201, 249, 80, 0.2);
        top: 30%;
    }
    .why {
        margin-bottom: 60px;
    }
    .why .whybg {
        margin: 20px 0px;
        padding: 40px 20px;
        border-radius: 20px;
        top: 10px;
    }
    .why .wht h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .why .wht p {
        font-size: 16px;
        line-height: 26px;
    }
    .why img {
        margin-top: 40px;
    }
    .why .wht .text-end {
        text-align: center !important;
    }
    .case {
        padding: 30px 0px 0px 0px !important;
        height: auto;
    }
    .case h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .case p {
        font-size: 16px;
        line-height: 26px;
        padding: 0px;
    }
    .case figure img {
        margin-top: 10px;
    }
    .ccircle {
        top: 10%;
        background: rgba(201, 249, 80, 0.1);
        width: 250px;
        height: 250px;
        margin-left: 15%;
    }
    .cscircle {
        display: none;
    }
    .acircle {
        top: 70%;
        left: 50%;
    }
    .network {
        padding: 30px 0px;
        height: auto;
        margin: 0px;
    }
    .ylwcircle {
        height: 780px;
        width: 420px;
    }
    .network .wht {
        margin: 20px 12px;
        padding: 40px 20px;
        border-radius: 20px;
    }
    .network .wht h2 {
        font-size: 40px;
        margin-bottom: 10px;
        padding-right: 0px;
    }
    .network .wht p {
        font-size: 16px;
        line-height: 26px;
    }
    .network figure {
        margin: 0rem 0rem;
    }
    .network figure img {
        width: 50px;
        margin-top: -10px;
    }
    .network .wht .text-end {
        text-align: center !important;
    }
    .tp {
        margin-top: 20px;
    }
    .emr {
        margin-left: 0px;
        margin-top: 40px;
    }
    .get {
        padding: 0px 0px 20px 0px;
    }
    .get section {
        padding: 20px 0px;
        width: 90%;
        margin: 20px 20px 0px 20px;
    }
    .get section h2 {
        font-size: 40px;
        margin-bottom: 0px;
    }
    .get section p {
        font-size: 16px;
        line-height: 26px;
        padding: 0px;
    }
    .get aside {
        width: 95%;
        margin: 0px 12px 20px 12px;
        padding: 30px 40px;
    }
    /* --------start slick slider--------------- */
    .slider {
        width: 94% !important;
        margin: 10px auto;
    }
    .core .slick-slide {
        margin: 0px 15px !important;
        width: 270px !important;
    }
    .core section {
        max-width: 330px;
        height: 400px !important;
    }
    .slick-prev {
        left: 40% !important;
        bottom: -32px !important;
    }
    .slick-next {
        right: 45% !important;
        bottom: -32px !important;
    }
    /* --------end slick slider--------------- */
}

@media only screen and (min-width:480px)and (max-width:767px) {
    header {
        background-image: url("../images/headerbg-mob.jpg");
        /* height: 790px; */
    }
    .banner {
        padding: 10px 0px;
    }
    .banner h1 {
        font-size: 66px;
        line-height: 66px;
    }
	
	 .banner .breadcrumb {
        font-size: 14px;
        margin-left: 10px;
        margin-top: 10px;
    }
    .banner p {
        font-size: 26px;
        line-height: 30px;
    }
    .sbcbox {
        left: 0px;
        margin-top: 20px;
    }
    .sbcbox h2 {
        font-size: 28px;
    }
	 .always h2 {
        font-size: 40px;
        padding: 0px;
    }
    
    .business section {
        width: 410px;
        margin-left: 10px;
    }
   
    .services {
        padding: 60px 0px;
    }
    .services-wrap {
        display: flex;
        align-items: flex-start;
        gap: 40px;
    }
    .services-txt .title {
        font-size: 20px;
    }
    .servicesbg img:nth-child(1),
    .servicesbg img:nth-child(2) {
        max-width: 250px;
    }
    .services span {
        z-index: 1;
    }
    .services h2 {
        font-size: 22px;
        padding: 0px;
        z-index: 1;
    }
    .services p {
        padding: 0% 20%;
        z-index: 1;
    }
    .services-wrap .nav-tabs {
        width: 100%;
    }
    .card-body p {
        padding: 0px;
    }
    .services .core {
        max-width: 400px;
    }
    .services .core i {
        font-size: 50px;
    }
    .services .core p {
        font-size: 22px;
        line-height: 28px;
    }
    .pt-5 {
        padding-top: 0rem !important;
    }
    .pb-4 {
        padding-bottom: 0rem !important;
    }
    .circle {
        width: 420px;
        background: rgba(201, 249, 80, 0.2);
        top: 30%;
    }
    .why {
        padding: 30px 0px;
        height: auto;
    }
    .why .whybg {
        margin: 20px 0px;
        padding: 40px 20px;
        border-radius: 20px;
    }
    .why .wht h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .why .wht p {
        font-size: 16px;
        line-height: 26px;
    }
    .why img {
        margin-top: 40px;
    }
    .why .wht .text-end {
        text-align: center !important;
    }
    .case {
        padding: 30px 0px 0px 0px !important;
        height: auto;
    }
    .case h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .case p {
        font-size: 16px;
        line-height: 26px;
    }
    .case figure img {
        margin-top: 10px;
    }
    .network {
        padding: 30px 0px;
        height: auto;
    }
    .emr {
        margin-left: 0px;
    }
    .network .wht {
        margin: 20px 12px;
        padding: 40px 20px;
        border-radius: 20px;
    }
    .network .wht h2 {
        font-size: 40px;
        margin-bottom: 10px;
        padding-right: 0px;
    }
    .network .wht p {
        font-size: 16px;
        line-height: 26px;
    }
    .network figure {
        margin: 0rem 0rem;
    }
    .network figure img {
        width: 50px;
        margin-top: -10px;
    }
    .network .wht .text-end {
        text-align: center !important;
    }
    .tp {
        margin-top: 20px;
    }
    .get {
        padding: 20px 0px;
    }
    .get section {
        padding: 20px 0px;
        width: 90%;
        margin: 20px 20px 0px 20px;
    }
    .get section h2 {
        font-size: 40px;
        margin-bottom: 0px;
    }
    .get section p {
        font-size: 16px;
        line-height: 26px;
        padding: 0px;
    }
    .get aside {
        width: 95%;
        margin: 0px 12px 20px 12px;
        padding: 30px 40px;
    }
}

@media only screen and (min-width:768px)and (max-width:1023px) {
    header {
        background-image: url("../images/headerbg-md.jpg");
        /* height: 767px; */
        background-size: cover;
    }
	  .container-b {
        max-width: 720px;
    }
    .banner {
        padding: 120px 0px;
    }
    .banner h1 {
        font-size: 66px;
        line-height: 66px;
    }
	
	.banner .breadcrumb {
        font-size: 14px;
        margin-left: 10px;
        margin-top: 10px;
    }
    .banner p {
        font-size: 26px;
        line-height: 30px;
    }
    .sbcbox {
        left: 0px;
        margin-top: 20px;
    }
    .sbcbox h2 {
        font-size: 28px;
    } 
	
    
    .services {
        background-image: url("../images/servicesbg-md.jpg");
        height: 100%;
        background-size: cover;
    }
    .services-wrap {
        flex-wrap: unset;
    }
    .services-txt .title {
        font-size: 20px;
    }
    .services-txt {
        padding: 20px 70px 20px 30px;
    }
    .servicesbg img:nth-child(1),
    .servicesbg img:nth-child(2) {
        max-width: 250px;
    }
    .services span {
        z-index: 1;
    }
    .services h2 {
        font-size: 40px;
        padding: 0px;
        z-index: 1;
    }
    .services p {
        padding: 0px;
    }
    .services .core i {
        font-size: 50px;
    }
    .services .core p {
        font-size: 22px;
        line-height: 28px;
    }
    .pt-5 {
        padding-top: 0rem !important;
    }
    .pb-4 {
        padding-bottom: 0rem !important;
    }
    .circle {
        background: rgba(201, 249, 80, 0.2);
        top: 40%;
    }
    .why {
        padding: 0px 0px;
    }
    .why .whybg {
        padding: 80px 40px;
        border-radius: 20px;
    }
    .why .wht h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .why .wht p {
        font-size: 16px;
        line-height: 26px;
    }
    .why img {
        margin-top: 40px;
    }
    .why .wht .text-end {
        text-align: center !important;
    }
    .case {
        padding: 80px 0px 0px 0px !important;
        height: auto;
    }
    .case h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .case p {
        font-size: 16px;
        line-height: 26px;
        padding: 0px;
    }
    .case figure img {
        margin-top: -40px;
    }
    .case .cscircle {
        width: 700px;
        height: 700px;
    }
    .network {
        padding: 30px 0px;
        height: auto;
        margin: 0px;
    }
    .ylwcircle {
        width: 700px;
    }
    .emr {
        margin-left: 0px;
    }
    .network .wht {
        margin: 20px 12px;
        padding: 40px 20px;
        border-radius: 20px;
    }
    .network .wht h2 {
        font-size: 40px;
        margin-bottom: 10px;
        padding-right: 0px;
    }
    .network .wht p {
        font-size: 16px;
        line-height: 26px;
    }
    .network figure {
        margin: 0rem 0rem;
    }
    .network figure img {
        width: 50px;
        margin-top: -10px;
    }
    .network .wht .text-end {
        text-align: center !important;
    }
    .tp {
        margin-top: 20px;
    }
    .get {
        padding: 20px 0px;
    }
    .get section {
        padding: 20px 0px;
        width: 90%;
        margin: 20px 20px 0px 20px;
    }
    .get section h2 {
        font-size: 40px;
        margin-bottom: 0px;
    }
    .get section p {
        font-size: 16px;
        line-height: 26px;
        padding: 0px;
    }
    .get aside {
        width: 95%;
        margin: 0px 12px 20px 12px;
        padding: 30px 40px;
    }
    /* --------start slick slider--------------- */
    .services section {
        width: 430px !important;
        margin-left: 14px !important;
    }
    .services .slider {
        width: 41.5% !important;
        height: 370px;
    }
    .core section {
        max-width: 330px;
        height: 380px !important;
        margin-left: 5px !important;
    }
    .services .slick-prev {
        left: 10% !important;
        bottom: -50px !important;
    }
    .services .slick-next {
        right: 15% !important;
        bottom: -50px !important;
    }
    /* --------end slick slider--------------- */
}

@media only screen and (min-width:1024px)and (max-width:1024px) {
    header {
        background-image: url("../images/headerbg-md.jpg");
        height: 767px;
        background-size: cover;
    }
	 .container-b {
        max-width: 960px;
    }
    .banner {
        padding: 120px 0px;
    }
    .banner h1 {
        font-size: 100px;
        line-height: 100px;
    }
	.banner .breadcrumb {
        font-size: 14px;
        margin-left: 10px;
        margin-top: 10px;
    }
    .banner p {
        font-size: 30px;
        line-height: 40px;
    }
    .sbcbox {
        left: 10%;
        margin-top: 20px;
    }
    .sbcbox h2 {
        font-size: 38px;
    }
    .services-wrap {
        flex-wrap: unset;
    }
    .services-txt .title {
        font-size: 20px;
    }
    .services-txt {
        padding: 20px 70px 20px 30px;
    }
    .servicesbg img:nth-child(1),
    .servicesbg img:nth-child(2) {
        max-width: 250px;
    }
    .services span {
        z-index: 1;
    }
    .services h2 {
        font-size: 40px;
        padding: 0px;
        z-index: 1;
    }
    .services p {
        padding: 0% 20% 0% 0px;
    }
    .services .core i {
        font-size: 50px;
    }
    .services .core p {
        font-size: 22px;
        line-height: 28px;
    }
    .pt-5 {
        padding-top: 0rem !important;
    }
    .pb-4 {
        padding-bottom: 0rem !important;
    }
    .circle {
        background: rgba(201, 249, 80, 0.2);
    }
    .why {
        padding: 0px 0px;
    }
    .why .whybg {
        padding: 80px 40px;
        border-radius: 20px;
        margin: 40px 15px;
    }
    .why .wht h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .why .wht p {
        font-size: 16px;
        line-height: 26px;
    }
    .why img {
        margin-top: 40px;
    }
    .why .wht .text-end {
        text-align: center !important;
    }
    .case {
        padding: 0px !important;
        height: auto;
    }
    .case h2 {
        font-size: 40px;
        margin-bottom: 10px;
    }
    .case p {
        font-size: 18px;
        line-height: 26px;
        padding: 0px;
    }
    .case .slider {
        margin: 50px 0px !important;
    }
    .case figure img {
        margin-top: -40px;
    }
    .network {
        padding: 30px 0px;
        height: auto;
        margin: 0px;
    }
    .emr {
        margin-left: 0px;
    }
    .network .wht {
        margin: 20px 12px;
        padding: 40px 20px;
        border-radius: 20px;
    }
    .network .wht h2 {
        font-size: 40px;
        margin-bottom: 10px;
        padding-right: 10%;
    }
    .network .wht p {
        font-size: 16px;
        line-height: 26px;
    }
    .network figure {
        margin: 0rem 0rem;
    }
    .network figure img {
        width: 50px;
        margin-top: -10px;
    }
    .network .wht .text-end {
        text-align: center !important;
    }
    .get {
        padding: 20px 0px;
    }
    .get section {
        padding: 20px 0px;
        width: 90%;
        margin: 20px 20px 0px 20px;
    }
    .get section h2 {
        font-size: 40px;
        margin-bottom: 0px;
    }
    .get section p {
        font-size: 16px;
        line-height: 26px;
        padding: 0px;
    }
    .get aside {
        width: 95%;
        margin: 0px 12px 20px 12px;
        padding: 30px 40px;
    }
    /* --------start slick slider--------------- */
    .services section {
        width: 430px !important;
        margin-left: 14px !important;
    }
    .services .slider {
        width: 56% !important;
        height: 370px;
    }
    .core section {
        max-width: 330px;
        height: 380px !important;
        margin-left: 5px !important;
    }
    .services .slick-prev {
        left: 10px !important;
        bottom: -50px !important;
    }
    .services .slick-next {
        right: 50px !important;
        bottom: -50px !important;
    }
    /* --------end slick slider--------------- */
}

@media only screen and (min-width:1025px)and (max-width:1290px) {
    .pt-5 {
        padding-top: 0rem !important;
    }
	 .banner .breadcrumb {
        font-size: 14px;
        margin-left: 10px;
        margin-top: 10px;
    }
    .pb-4 {
        padding-bottom: 0rem !important;
    }
	
    .services .slider {
        width: 56% !important;
    }
    /* --------start slick slider--------------- */
    .services section {
        width: 430px !important;
        margin-left: 14px !important;
    }
    .services .slider {
        width: 56% !important;
        height: 370px;
    }
    .core section {
        max-width: 330px;
        height: 380px !important;
        margin-left: 5px !important;
    }
    .services .slick-prev {
        left: 10px !important;
        bottom: -50px !important;
    }
    .services .slick-next {
        right: 50px !important;
        bottom: -50px !important;
    }
    /* --------end slick slider--------------- */
}

@media only screen and (min-width:1291px) and (max-width:1370px) {
    .banner {
        padding: 80px 0px;
    }
    .conbt {
        left: 5%;
    }
    .services .slider {
        width: 62% !important;
    }
}

@media only screen and (min-width: 1371px) and (max-width: 1440px) {
    header {
        height: 750px;
    }
	.container-b {
        max-width: 1320px;
    }
   
    .slider {
        width: 64% !important;
    }
    .core section {
        max-width: 330px;
        height: 420px !important;
    }
    .slick-prev {
        left: 1% !important;
    }
    .slick-next {
        right: 3% !important;
    }

}

@media (min-width: 1080px) {
    header {
        height: 750px;
    }
}

@media (min-width:1920px) {
    header {
        background-image: url("../images/headerbg-lg.jpg");
    }
    .banner p {
        padding-right: 30%;
    }
    .sbcbox {
        left: 50%;
    }
    .services {
        background-image: url("../images/servicesbg-lg.jpg");
        overflow: visible;
    }
    .services h2 {
        padding: 0px 0px 0px 0px;
    }
    .services p {
        padding: 0% 45% 0% 0px;
    }
    .container-n {
        max-width: 1880px;
    }
    .network .wht p {
        padding: 10px 30% 10px 0px;
    }
    .network .wht .head {
        padding-right: 35%;
    }
    .why .wht {
        padding: 80px 0px;
    }
    .circle {
        width: 850px;
        height: 850px;
        background: rgba(201, 249, 80, 0.2);
    }
    .partner .slick-prev,
    .partner .slick-next {
        bottom: 0% !important;
    }
    .rytcircle {
        right: 7% !important;
    }
    .pcircle {
        right: 4% !important;
    }
    .pendcircle {
        right: 4% !important;
    }
    .acircle {
        right: 4%;
    }
    .case .pdng {
        padding: 0px 100px;
    }
    .get section {
        padding: 70px 40px 40px 270px;
    }
    /* --------start slick slider--------------- */
    .slider {
        width: 70% !important;
        text-align: left;
    }
    .slick-slide {
        width: 290px !important;
    }
    /* --------end slick slider--------------- */
}