body {
    background-color: rgb(233, 231, 228);
}

.logo {
    width: 100px;
    margin-left: 30px;
}

.navbar {
    background-color: black;
    width: 100%;
    height: 70px;

}

.list {
    justify-content: end;
    margin-right: 20px;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    padding-right: 40px;
    font-style: italic;
}

.navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: white;
}

.d-block {
    width: 100%;
    height: 700px;
}

.second-img {
    width: 100%;
    height: 100%;
}

.sche {
    border: 3px solid rgb(12, 129, 247);
    background-color: black;
    color: white;
    font-style: italic;
    margin-top: 3px !important;
}

.copy-rights {
    border-top: 1px solid white !important;

    width: 100%;
}

.copy {
    padding: 10px 10px;
}

.wts-app {
    width: 40px;
    height: 40px;
    position: relative;
    bottom: 60px;
    left: 95%;
    position: sticky;
    position: fixed;
    z-index: 999;

}
.dropdown-item {
    display: block;
    width: 100%;
    padding: var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);
    /* clear: both; */
    font-weight: 400;
    color: #dfe5eb;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.carousel-item h5{
    color: white;
}
.button-dropdown {
    color: white;
    margin-top: 8%;
    background-color: black;
    font-style: italic;
    border: none;
    /* margin-right: 14px; */
    padding-right: 21px;
}
.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter:initial ; 
    color: white !important;
    background-color: initial; 
}





.img-div {
    width: 100%;
    height: 600px;
}

.meta {
    position: absolute;
    bottom: 60px;
    left: 45%;
    color: white;
    font-style: italic;
}

.learn {
    background-color: black;
    color: white;
    width: 150px;
    border: 2px solid rgb(12, 129, 247);
    font-style: italic;

}

.content {
    transform: rotate(270deg);
    position: absolute;
    bottom: 40%;
    color: white;
    left: -75px;
    font-size: 22px;
    font-style: italic;
    word-spacing: 2px;
    z-index: +15;

}
.fonts a{
    text-decoration: none;
}
.fonts ul {
    position: absolute;
    bottom: 40%;
    left: 95%;
    z-index: +15;

}

.fonts ul li {
    margin-top: 20px;
    list-style: none;


}

.my-icons {
    border: 2px solid white;
    padding: 3px 4px;
    border-radius: 50%;
    color: rgb(247, 242, 242);

}

.copy {
    color: white;
}

.my-icons:hover {
    background-color: rgb(11, 1, 1);

}

.ser-heading ,.about-heading,.our{
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
    padding-top: 30px;
    
}
.ser-heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(https://i.ibb.co/G32GT0L/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.about-heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(https://i.ibb.co/G32GT0L/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}

.our:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(https://i.ibb.co/G32GT0L/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}


.develop-img img {
    height: 400px;
    width: 800px;
    margin-left: 50px;
}

.box {
    box-shadow: 2px 3px 5px;
    width: 200px;
    height: 140px;
    margin-bottom: 30px;
    background-color: white;
}

.box1 {
    box-shadow: 2px 3px 5px;
    width: 200px;
    height: 140px;
    margin-bottom: 30px;
    background-color: white;
    margin-left: 50px;
}
.cloud {
    width: 100px;
    height: 100px;
    align-items: center;
    margin-left: 50px;
    object-fit: cover;
    margin-top: 8px;
    animation-name: example;
  animation-duration: 1s;
  position: relative;
  animation-iteration-count: 30;
    
}
@keyframes example{
    50% {left:10px; right: 70px;;}
}


.medical-icon {
    font-size: 60px;
    margin-left: 50px;
    margin-top: 40px;
    color:  rgb(12, 129, 247);
}

.medical-text {
    text-align: center;
    font-size: 15px;
    padding-top: 10px;
    font-weight: bold;
}

.main-box {
    position: relative;
    top: 50px;
    right: 100px;
}


.globe-img img {
    padding-top: 130px;
}

.about-box {
    width: 240px;
    height: 180px;
    box-shadow: 1px 3px 5px;
    background-color: white;
    margin-left: -50px;
    
}

.about-box1 {
    width: 240px;
    height: 180px;
    box-shadow: 1px 3px 5px;
    background-color: white;
    position: relative;
    top: 20%;
    margin-left: 35px;
    z-index: +10;
    
}

.about-box2 {
    width: 240px;
    height: 180px;
    box-shadow: 1px 3px 5px;
    background-color: white;
    position: relative;
    top: 20%;
    margin-right: 50px;
    right: 120px;
}

.about-box3 {
    width: 240px;
    height: 180px;
    box-shadow: 1px 3px 5px;
    background-color: white;
    position: relative;
    left: -38px;
}

.main-about {
    position: relative;
    left: 250px;
}

.main-about1 {
    position: relative;
    right: 250px;
}


.about-box p,
.about-box1,
.about-box2,
.about-box3 {
    text-align: center;
    font-weight: bold;
    font-style: italic;
    font-size: 12px;
    padding-top: 25px;
    padding: 0px 10px;
}

.about-box h1,
.about-box1 h1,
.about-box2 h1,
.about-box3 h1 {
    text-align: center;
    color: red;
    padding-top: 20px;
}

.contact-us,

.team {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-style: italic;
    font-size: 40px;
}

.form4 {
    margin-bottom: 20px;
}

.form1,
.form2 {
    margin-bottom: 20px;

}

.form1 input,
.form2 input {
    border-top: none;
    border-left: none;
    border-right: none;
    width: 550px;
    background-color: rgb(233, 231, 228);
}

.form4 input {
    width: 550px;
    height: 50px;
    background-color: rgb(233, 231, 228);
}

.submit {
    width: 150px;

    color: white;
    height: 40px;
    margin-left: 25%;

}

.content .main-submit {
    margin-left: 180px;
}

.name,
.email,
.mess {
    margin-bottom: 10px;
}

.back-ground {
    background-color: rgb(246, 192, 192);
    height: 350px;
}

.form {
    margin-left: 80px;
    margin-top: 60px;
}

.application img {
    width: 100%;
    height: 450px;
}

.app-box img {
    width: 100px;
    height: 150px;
    margin-left: 40px;
}

.app-box,
.app-box1,
.app-box2,
.app-box3,
.app-box4,
.app-box5 {
    width: 180px;
    height: 180px;
    background-color: white;
    margin-left: 20px;
}

.app-box1 img {
    width: 180px;
    height: 150px;
    margin-left: 0px;

}

.app-box p {
    text-align: center;
    color: black;
    font-weight: bold;
}

.app-box1 p,
.app-box2 p,
.app-box3 p,
.app-box4 p,
.app-box5 {
    text-align: center;
    font-weight: bold;
}

.app-box2 img {
    width: 150px;
    margin-left: 30px;

}

.app-box3 img {
    width: 160px;
    height: 150px;
    margin-left: 0px;
}

.app-box4 img {
    width: 160px;
    height: 150px;
    margin-left: 5px;
}

.app-box5 img {
    width: 160px;
    height: 150px;
    margin-left: 1px;
}

.app-box,
.app-box2,
.app-box4 {
    width: 180px;
    height: 180px;
    background-color: white;
    margin-top: -100px;
    box-shadow: 1px 3px 5px;

}

.app-box1,
.app-box3,
.app-box5 {
    width: 180px;
    height: 180px;
    background-color: white;
    margin-top: -50px;
    box-shadow: 1px 3px 5px;
}

.robo img {
    width: 520px;
    padding-top: 60px;
    z-index: +15;
}

.item img {
    width: 520px;
    height: 350px;

}

.user1 img,
.user2 img {
    width: 250px;
    height: 180px;
}

.user3 img,
.user4 img {
    width: 250px;
    height: 180px;
}

.user1,
.user3 {
    margin-bottom: 100px;

}

.main-user {
    position: relative;
    left: 350px;
}

.main-user1 {
    position: relative;
    right: 100px;
}

.test {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
    font-style: italic;
    font-size: 40px;
}

.text-middle {
    background-color: blueviolet;
    width: 350px;
    height: 420px;
    position: relative;
    left: 50px;

}

.robo1 img {
    width: 520px;
    height: 300px;
    position: relative;
    right: 420px;
    top: 70px;

}

.text-first {
    width: 350px;
    height: 300px;
    background-color: white;
    position: relative;
    left: 200px;
    z-index: +15;
    top: 40px;
}

.para {
    text-align: center;
    padding-top: 60px;
    font-weight: bold;
    font-style: italic;
}

.last-line {
    border: 3px solid black;
    border-top: none;
    border-right: none;
    border-left: none;
}

.footer-icons li {
       display: inline;
    /* float: right; */
    margin-right: 1px;
    color: white;
    font-size: 16px;
    padding-top: 10PX 0PX;
}
.copy-ref a{
    text-decoration: none;
}

.span {
    color:  #0087ca;
}

.hii {
    color: red;
}

.about-footer {
    color: #0087ca;
    padding-top: 30px;
    margin-left: 30px;
}


/* About */
.contact-class{
    background-color:  rgb(12, 129, 247);
    border-radius: 15px;
}

.contact-box1{
    display: flex;
    
}
.contact-box2{
    display: flex;
}
.contact-icon1{
    text-align: center;
    border-right: 1px solid white;
    max-height: 6rem;

}
.globe-img{
    width: 100% !important;
}

.contact-icon2{
    text-align: center;
    max-height: 6rem;
}
.contact-icon3{
    text-align: center; 
    border-right: 1px solid white;
    max-height: 6rem;
}
.contact-icon4{
    text-align: center; 
    max-height: 6rem;
}
.contact-icon1 img{
    width: 60px;
    padding-left: 20px;
    
}
.contact-icon2 img{
    width: 70px;
    padding-left: 15px;
}

.contact-icon3 img{
    width: 80px;
    padding-left: 20px;
}
.contact-icon4 img{
    width: 60px;
    padding-left: 15px;
}
.price h6{
    text-align: center;
    color: white;
    padding: 20px 0px;
    
    
}
.contact-icon1 p,.contact-icon2 p,.contact-icon3 p,.contact-icon4 p{
    color: white;
    font-size: 15px;
    text-align: center;
    
}
.col input{
    width: 220px;
    margin-left: 10px;
}
.form-row{
    padding-top: 20px;
    
}
.input-form1 input{
    height: 80px;
    width: 94%;
    margin-left: 15px;

    
}
.form-submit{
    width: 80%;
    height: 40px;
    margin-top: 20px;
    background-color:  rgb(12, 129, 247);
    color: white;
    margin-left: 10%;
    border-radius: 15px;
    border: none;

}
.contact-main-form{
    padding-top: 30px;
}
.get-in-tuch h3{
    padding-bottom: 20px;
    padding-left: 30px;
    color:  rgb(12, 129, 247);
}
.form-col-8{
    background-color: white;
    border-radius: 15px;
    height: 350px;
}
.last-row{
    background-color:  rgb(12, 129, 247);
    height: 70px;
    justify-content: center;
    width: 96%;
    align-items: center;
    margin: 0px auto;
    border-radius: 30px;
    color: white;
    line-height: 70px;
    

}
.first-form{
    width: 95%;
    margin: 0px auto;
    height: 370px;
}



@media only screen and (max-width:1200px){
    .contact-sec-1 {
        width: 100% !important;
    }
    .contact-sec-2 {
        width: 100%!important;
    }
    .service-contact{
        width: 299px !important;
    }
    
    

}
@media only screen and (max-width:992px){
    .contact-sec-1 .col-md-5{
        width: 100% !important;
    }
    .contact-sec-1 .col-md-7{
        width: 100%;
        margin: 30px 0px;
    }
    .service-contact{
        width: 225px !important;
    }
    
    
}
@media only screen and (max-width:768px){
    .col input {
        width: 220px;
        margin-left: 10px;
        align-items: center;
        justify-content: center;
        margin: 0px auto;
    }
    .input-form1 input {
        height: 80px;
        width: 94%;
        margin: 0px auto;
    }
    .first-form {
        width: 95%;
        margin: 0px auto;
        height: 440px;
    }
    .form-submit{
        display: inline;
    }
}
.about-jpg img{
    width: 100%;
}
.about-content p{
    text-align: justify;
}
.why-contant h1{
    text-align: center;
}
.old-image img{
    
    
    position: relative;
    left: 30%;
    top: 160px; 
}
.towers img{
    height: 400px;
}
.about-banner img{
    width: 100%;
    height: 300px;
}
.our-works-sec{
    background-color: white;
}
.stock-img img{
    width: 80%;
}
.our-values{
    padding-top: 40px;
}
.typing-img img{
    width: 100%;
    height: 230px;
    position: relative;
    bottom: 260px;
}

@media (min-width: 320px) and (max-width: 480px) {
    .owl-theme .owl-dots .owl-dot {
        display: none ;
        zoom: 1;
    }
    button, input, optgroup, select, textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        width: 152px;
        background-color: black;
        color: white;
        display: none;
    }

    .d-block {
        width: 100%;
        height: 100%;
    }
    .card {
        width: 285px;
        height: 243px;
        margin-left: 60px;
        margin-bottom: 15px;
    }
    .navbar-toggler-icon {
        display: inline-block;
        width: 1.5em;
        height: 1.5em;
        vertical-align: middle;
        background-repeat: no-repeat;
        background-position: center;
        background-size: 100%;
        background-color: #d3c6c6 !important;
    }

    button,
    input,
    optgroup,
    select,
    textarea {
        margin: 0;
        font-family: inherit;
        font-size: inherit;
        line-height: inherit;
        width: 152px;
        background-color: black;
        color: white;
    }

    .ser-heading,
    .about-heading {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 10px;
        font-style: italic;
        font-size: 35px;
    }

    .content {
        transform: rotate(270deg);
        position: absolute;
        bottom: 66%;
        color: white;
        left: -55px;
        font-size: 12px;
        display: none;
    }

    .fonts ul {
        position: absolute;
        bottom: 60%;
        left: 84%;
        display: none;
    }

    .meta {
        position: absolute;
        bottom: 410px;
        left: 13%;
        color: white;
        font-style: italic;
    }

    .develop-img img {
        height: initial;
        width: 100%;
        margin-left: -1px;
    }

    .box1 {
        box-shadow: 2px 3px 5px;
        width: 131px;
        height: 140px;
        margin-bottom: 30px;
        background-color: white;
        margin-left: 115px;
    }

    .box {
        box-shadow: 2px 3px 5px;
        width: 138px;
        height: 140px;
        margin-bottom: 30px;
        background-color: white;
        margin-left: 121px;
    }

    .about-box1 {
        width: 240px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        position: relative;
        top: 20%;
        margin-left: 27px;
    }

    .about-box {
        width: 240px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        margin-left: 27px;
    }

    .globe-img {
        padding-top: 67px;
        width: 85%;
        z-index: +999;
    }

    .about-box2 {
        width: 240px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        position: relative;
        top: 20%;
        margin-left: 284px;
    }

    .about-box3 {
        width: 240px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        margin-left: 285px;
        margin-top: 54px;
    }

    .medical-icon {
        font-size: 51px;
        margin-left: 35px;
        margin-top: 40px;
        color:  rgb(12, 129, 247);
    }

    .ser-heading,
    .about-heading {
        text-align: center;
        padding-top: 33px;
        padding-bottom: 13px;
        font-style: italic;
        font-size: 35px;
    }

    .contact-us,
    .our,
    .team {
        text-align: center;
        padding-top: 15px;
        padding-bottom: 0px;
        font-style: italic;
        font-size: 38px;
    }

    .form1 input,
    .form2 input {
        border-top: none;
        border-left: none;
        border-right: none;
        width: 207px;
        background-color: rgb(233, 231, 228);
        /* margin-right: -51px; */
    }

    .form {
        margin-left: 31px;
        margin-top: -2px;
    }

    .form4 input {
        width: 247px;
        height: 50px;
        background-color: rgb(233, 231, 228);
    }

    .main-submit {
        margin-left: 37px;
    }

    .back-ground {
        background-color: rgb(220 24 24);
        height: 200px;
        width: 92%;
        margin-left: 11px;
    }

    .application img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .app-box,
    .app-box2,
    .app-box4 {
        width: 257px;
        height: 180px;
        background-color: white;
        margin-top: 43px;
        box-shadow: 1px 3px 5px;
        margin-bottom: 83px;
        margin-left: 16px;
    }

    .app-box1,
    .app-box3,
    .app-box5 {
        width: 255px;
        height: 180px;
        background-color: white;
        margin-top: -43px;
        box-shadow: 1px 3px 5px;
        margin-left: 15px;
    }

    .main-user {
        position: relative;
        left: 32px;
    }

    .user1 img,
    .user2 img {
        width: 78%;
        height: 100%;
    }

    .user1,
    .user3 {
        margin-bottom: 20px;
    }

    .robo img {
        width: 100%;
        padding-top: 19px;
    }

    .main-user1 {
        position: relative;
        right: -45px;
    }

    .user3 img,
    .user4 img {
        width: 78%;
        height: 180px;
    }

    .text-first {
        width: 329px;
        height: 300px;
        background-color: white;
        position: relative;
        left: 42px;
        z-index: +15;
        top: -33px;
    }

    .text-middle {
        background-color: blueviolet;
        width: 330px;
        height: 329px;
        position: relative;
        left: 41px;
    }

    .robo1 img {
        width: 336px;
        height: 265px;
        position: relative;
        right: -37px;
        top: 30px;
    }

    .main-about {
        position: initial;
        left: 100px;
    }

    .main-user {
        position: initial;
        left: 32px;
    }

    .main-user1 {
        position: initial;
        right: -45px;
    }
    .cloud {
        width: 100px;
        height: 100px;
        align-items: center;
        margin-left: 20px !important;
        object-fit: cover;
        margin-top: 8px;
        animation-name: example;
        animation-duration: 1s;
        position: relative;
        animation-iteration-count: 30;
    }
    
    
    

}

@media (min-width: 481px) and (max-width: 768px) {
    .sche {
        border: 3px solid rgb(12, 129, 247);
        background-color: black;
        color: white;
        font-style: italic;
        margin-top: 4px !important;
        font-size: 15px;
    }
    .button-dropdown {
        color: white;
        margin-top: 8%;
        background-color: black;
        font-style: italic;
        border: none;
        font-size: 15px;
    }
    .footer-icons li {
        display: inline;
        /* float: right; */
        margin-right: 1px;
        color: white;
        font-size: 9px !important;
        padding-top: 10PX 0PX;
    }
    .footer-icon {
        border: 2px solid white;
        padding: 5px 7px !important;
        border-radius: 50%;
        color: rgb(247, 242, 242);
    }
    
    .social-icons li {
        display: inline-block;
        margin-right: 0px !important; 
        font-size: 20px;
        color: rgb(12, 129, 247);
    }
    .social-icons {
        position: absolute;
        top: 70%;
        left: -13px !important;
    }
    
    .d-block {
        width: 100%;
        height: 100%;
    }

    .navbar-expand-md .navbar-nav {
        flex-direction: row;
        font-size: 9px;
    }

    .navbar {
        background-color: black;
        width: 100%;
        height: 56px;
        position: sticky;
        z-index: +999;
        position: fixed;
    }

    button,
    select {
        text-transform: none;
        border: 2px solid blue;
        color: black;
        font-size: 10px;
    }

    .fonts ul {
        position: absolute;
        bottom: 13%;
        left: 90%;
    }

    .content {
        transform: rotate(270deg);
        position: absolute;
        bottom: 31%;
        color: white;
        left: -62px;
        font-size: 15px;
    }

    .meta {
        position: absolute;
        bottom: 311px;
        left: 36%;
        color: white;
        font-style: italic;
    }

    .logo {
        width: 82px;
        margin-left: 9px;
    }

    .navbar-light .navbar-nav .nav-link {
        color: white;
        padding-right: 17px;
        font-style: italic;
        font-size: 15px;
    }

    .develop-img img {
        height: 380px;
        width: 454px;
        margin-left: 50px;
    }

    .box1 {
        box-shadow: 2px 3px 5px;
        width: 146px;
        height: 123px;
        margin-bottom: 30px;
        background-color: white;
        margin-left: 47px;
    }

    .box {
        box-shadow: 2px 3px 5px;
        width: 154px;
        height: 123px;
        margin-bottom: 30px;
        background-color: white;
    }

    .about-box {
        width: 165px;
        height: 190px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        margin-left: -244px;
    }

    .about-box2 {
        width: 165px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        position: relative;
        top: 23%;
        left: -133px;
    }

    .about-box3 {
        width: 165px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        position: relative;
        top: 41px;
        margin-left: -13px;
    }

    .about-box1 {
        width: 165px;
        height: 198px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        position: relative;
        top: 25%;
        left: 171px;
        top: 1px;
    }
    p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 11px !important;
    }
    .about-box p,
    .about-box1,
    .about-box2,
    .about-box3 {
        text-align: center;
        font-weight: bold;
        font-size: 12px;
        padding-top: 24px;
    }

    .globe-img img {
        padding-top: 130px;
        width: 100%;
    }

    .form {
        margin-left: 16px;
        margin-top: 41px;
    }

    .form1 input,
    .form2 input {
        border-top: none;
        border-left: none;
        border-right: none;
        width: 362px;
        background-color: rgb(233, 231, 228);
    }

    .form4 input {
        width: 372px;
        height: 50px;
        background-color: rgb(233, 231, 228);
    }

    .application img {
        width: 100%;
        height: 300px;
    }

    .app-box,
    .app-box2,
    .app-box4 {
        width: 110px;
        height: 145px;
        background-color: white;
        margin-top: -67px;
        box-shadow: 1px 3px 5px;
    }

    .app-box img {
        width: 57px;
        height: 100px;
        margin-left: 29px;
    }

    .app-box1,
    .app-box3,
    .app-box5 {
        width: 110px;
        height: 151px;
        background-color: white;
        margin-top: -50px;
        box-shadow: 1px 3px 5px;
    }

    .app-box2 img {
        width: 105px;
        height: 100px;
        margin-left: 5px;
    }

    .app-box1 img {
        width: 111px;
        height: 100px;
        margin-left: -1px;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
        font-size: 12px;
    }

    .app-box,
    .app-box2,
    .app-box4 {
        width: 108px;
        height: 145px;
        background-color: white;
        margin-top: -67px;
        box-shadow: 1px 3px 5px;
        margin-left: 6px;
    }

    .app-box1,
    .app-box3,
    .app-box5 {
        width: 103px;
        height: 151px;
        background-color: white;
        margin-top: -50px;
        box-shadow: 1px 3px 5px;
        margin-left: 4px;
    }

    .app-box2 img {
        width: 105px;
        height: 100px;
    }

    .app-box3 img {
        width: 105px;
        height: 102px;
    }

    .app-box4 img {
        width: 105px;
        height: 100px;
    }

    .app-box5 img {
        width: 105px;
        height: 100px;
    }

    .robo img {
        width: 420px;
        padding-top: 60px;
        position: relative;
        right: 80px;
        top: 20px;
    }

    .main-user {
        position: relative;
        left: 29px;
        z-index: +15;
    }

    .main-user1 {
        position: relative;
        right: 38px;
    }

    .user1 img,
    .user2 img {
        width: 220px;
        height: 151px;
    }

    .user3 img,
    .user4 img {
        width: 220px;
        height: 151px;
    }

    .text-middle {
        background-color: blueviolet;
        width: 350px;
        height: 420px;
        position: relative;
        left: -79px;
    }

    .robo1 img {
        width: 520px;
        height: 300px;
        position: relative;
        right: 359px;
        top: 70px;
    }

    .text-first {
        width: 285px;
        height: 256px;
        background-color: white;
        position: relative;
        left: 7px;
        z-index: 15;
        top: 36px;
    }
    .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0px;
        overflow-wrap: break-word;
        background-color: rgb(255, 255, 255);
        background-clip: border-box;
        border: 1px solid rgba(0, 0, 0, 0.125);
        border-radius: 0.25rem;
        height: 215px;
    }
    .social-icons {
        position: absolute;
        top: 70%;
        left: -13px;
    }
    .wts-app {
        width: 40px;
        height: 40px;
        position: relative;
        bottom: 60px;
        left: 93%;
        position: sticky;
        position: fixed;
        z-index: 999;
    }
    .medical-icon {
        font-size: 60px;
        margin-left: 50px;
        margin-top: 26px;
        color: rgb(12, 129, 247);
    }
    .contact-box {
        width: initial !important;
    }
    .cloud {
    width: 83px;
    height: 79px;
    align-items: center;
    margin-left: 50px;
    object-fit: cover;
    margin-top: 8px;
    animation-name: example;
    animation-duration: 1s;
    position: relative;
    animation-iteration-count: 30;
}
}


@media(min-width:769px) and (max-width:1024px) {
    .button-dropdown{
        color:white;
        margin-top: 5%;
        background-color: black;
        font-style: italic;
        border: none;
    }
    .social-icons li {
        display: inline-block;
        margin-right: 10px !important;
        font-size: 20px;
        color: rgb(12, 129, 247);
    }
    
    .d-block {
        width: 100%;
        height: 100%;
    }

    .meta {
        position: absolute;
        bottom: 209px;
        left: 39%;
        color: white;
        font-style: italic;
    }
    .card {
        width: 225px;
        height: 300px;
    }

    .content {
        transform: rotate(270deg);
        position: absolute;
        bottom: 7% !important;
        color: white;
        left: -75px;
        font-size: 22px;
        font-style: italic;
        word-spacing: 2px;
    }
    .wts-app {
        width: 45px;
        height: 45px;
        position: relative;
        bottom: 38px;
        left: 93%;
        position: sticky;
        position: fixed;
    }

    .fonts ul {
        position: absolute;
        bottom: 0%;
        left: 92%;
    }

    .develop-img img {
        height: 400px;
        width: 622px;
        margin-left: 45px;
    }

    .box {
        box-shadow: 2px 3px 5px;
        width: 193px;
        height: 140px;
        margin-bottom: 30px;
        background-color: white;
    }

    .box1 {
        box-shadow: 2px 3px 5px;
        width: 200px;
        height: 140px;
        margin-bottom: 30px;
        background-color: white;
        margin-left: 47px;
    }
    .about-box {
        width: 220px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        position: relative;
        right: 201px;
    }

    .about-box2 {
        width: 220px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        position: relative;
        top: 19%;
        right: 266px;
    }

    .about-box3 {
        width: 220px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        position: relative;
        left: 122px !important;
    }

    .about-box1 {
        width: 220px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        position: relative;
        top: 19%;
        left: 102px;
        z-index: +1;
    }

    .globe-img img {
        padding-top: 130px;
        position: relative;
        right: 22px;
    }

    .form {
        margin-left: 15px;
        margin-top: 60px;
    }

    .app-box,
    .app-box2,
    .app-box4 {
        width: 148px;
        height: 180px;
        background-color: white;
        margin-top: -100px;
        box-shadow: 1px 3px 5px;
    }

    .app-box1,
    .app-box3,
    .app-box5 {
        width: 152px;
        height: 180px;
        background-color: white;
        margin-top: -50px;
        box-shadow: 1px 3px 5px;
    }

    .app-box5 {
        width: 128px;
        height: 180px;
        background-color: white;
        margin-top: -50px;
        box-shadow: 1px 3px 5px;
    }

    .app-box1 img {
        width: 151px;
        height: 150px;
        margin-left: 0px;
    }

    .app-box3 img {
        width: 150px;
        height: 150px;
    }

    .app-box4 img {
        width: 147px;
        height: 150px;
    }

    .app-box5 img {
        width: 150px;
        height: 150px;
    }

    .app-box2 img {
        width: 145px;
        margin-left: 2px;
    }

    .app-box img {
        width: 82px;
        height: 147px;
        margin-left: 38px;
    }

    .robo img {
        width: 520px;
        padding-top: 58px;
        position: relative;
        right: 81px;
    }

    .main-user {
        position: relative;
        left: 118px;
        z-index: 1;
    }
    .contact-box{
        width: initial !important;
    }
}


@media(min-width:1025px) and (max-width:1440px) {
    .button-dropdown {
        color: white;
        margin-top: 8%;
        background-color: black;
        font-style: italic;
        border: none;
        /* margin-right: 14px; */
        padding-right: 21px;
    }
    
    .web {
        color: black;
        font-size: 26px;
        font-weight: bold;
        padding: -6px 63px;
        margin-left: 24px;
    }
    .meta {
        position: absolute;
        bottom: -6px;
        left: 45%;
        color: white;
        font-style: italic;
    }

    .fonts ul {
        position: absolute;
        bottom: 22%;
        left: 95%;
    }

    .content {
        transform: rotate(270deg);
        position: absolute;
        bottom: 34%;
        color: white;
        left: -55px;
        font-size: 19px;
    }

    .about-box {
        width: 240px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        position: relative;
        right: 86px;
    }

    .about-box1 {
        width: 240px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        position: relative;
        top: 20%;
        right: 38px;
    }

    .about-box3 {
        width: 240px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        position: relative;
        left: -16px;
    }

    .app-box2 img {
        width: 150px;
        margin-left: 22px;
    }

    .app-box1 img {
        width: 180px;
        height: 150px;
        margin-left: 0px;
    }

    .app-box img {
        width: 100px;
        height: 150px;
        margin-left: 44px;
    
    }
    .service-contact{
        width: 299px;
    }

    
}

@media (max-width:426px) {
    

    .meta {
        position: absolute;
        bottom: 436px;
        left: 23%;
        color: white;
        font-style: italic;
    }

    .ser-heading {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 13px;
        font-style: italic;
        font-size: 35px;
    }

    .about-box p,
    .about-box1,
    .about-box2,
    .about-box3 {
        text-align: center;
        font-weight: bold;
        font-size: 15px;
        padding-top: 32px;
    }

    .about-heading {
        text-align: center;
        padding-top: 30px;
        padding-bottom: 13px;
        font-style: italic;
        font-size: 35px;

    }

    .about-box {
        width: 341px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        margin-left: 27px;
    }

    .about-box1 {
        width: 341px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        position: relative;
        top: 20%;
        margin-left: 27px;
    }

    .about-box2 {
        width: 341px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        position: relative;
        top: 20%;
        margin-left: 391px;
    }

    .globe-img img {
        padding-top: 67px;
        width: 85%;
        margin-left: 27px;
    }

    .about-box3 {
        width: 340px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        margin-left: 274px;
        margin-top: 54px;
    }

    .form {
        margin-left: 78px;
        margin-top: 28px;
    }

    .app-box,
    .app-box2,
    .app-box4 {
        width: 321px;
        height: 180px;
        background-color: white;
        margin-top: 43px;
        box-shadow: 1px 3px 5px;
        margin-bottom: 83px;
        margin-left: 43px;
    }

    .app-box1,
    .app-box3,
    .app-box5 {
        width: 323px;
        height: 180px;
        background-color: white;
        margin-top: -43px;
        box-shadow: 1px 3px 5px;
        margin-left: 42px;
    }

    .app-box img {
        width: 100px;
        height: 150px;
        margin-left: 110px;
    }

    .app-box1 img {
        width: 180px;
        height: 150px;
        margin-left: 72px;
    }

    .app-box2 img {
        width: 150px;
        margin-left: 86px;
    }

    .app-box3 img {
        width: 160px;
        height: 150px;
        margin-left: 81px;
    }

    .app-box4 img {
        width: 160px;
        height: 150px;
        margin-left: 84px;
    }

    .user1 img,
    .user2 img {
        width: 78%;
        height: 100%;
        margin-left: 48px;
    }

    .user3 img,
    .user4 img {
        width: 78%;
        height: 180px;
        margin-left: 45px;
        margin-top: 26px;
    }

    .wts-app {
        display: none;
    }
    .contact-section{
        height: initial !important;
    }
    .about-box3 {
        width: 340px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        margin-left: 310px;
        margin-top: 54px;
    }
    
    
}

@media(max-width:320px) {

    .ser-heading,
    .about-heading {
        text-align: center;
        padding-top: 0px;
        padding-bottom: 0px;
        font-style: italic;
        font-size: 35px;
    }
    .card {
        width: 279px;
        height: 265px;
        margin-left: 4px;
    }

    .navbar {
        background-color: black;
        width: 100%;
        height: 50px;
    }

    .meta {
        position: absolute;
        bottom: 487px;
        left: 12%;
        color: white;
        font-style: italic;
    }

    .about-heading {
        text-align: center;
        padding-top: 25px;
        padding-bottom: 0px;
        font-style: italic;
        font-size: 35px;
    }

    .box {
        box-shadow: 2px 3px 5px;
        width: 138px;
        height: 140px;
        margin-bottom: 30px;
        background-color: white;
        margin-left: 104px;
    }

    .box1 {
        box-shadow: 2px 3px 5px;
        width: 131px;
        height: 140px;
        margin-bottom: 30px;
        background-color: white;
        margin-left: 97px;
    }

    .about-box {
        width: 278px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        margin-left: 8px;
    }

    .about-box1 {
        width: 276px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        position: relative;
        top: 20%;
        margin-left: 10px;
    }

    .about-box2 {
        width: 280px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        position: relative;
        top: 20%;
        margin-left: 377px;
    }
    .globe-img{
        width: 100% !important;
    }

    .about-box3 {
        width: 278px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        margin-left: 296px;
        margin-top: 65px;
    }

    .app-box img {
        width: 100px;
        height: 143px;
        margin-left: 74px;
    }

    .app-box1 img {
        width: 180px;
        height: 150px;
        margin-left: 40px;
    }

    .app-box3 img {
        width: 160px;
        height: 150px;
        margin-left: 51px;
    }

    .app-box2 img {
        width: 150px;
        margin-left: 57px;
    }

    .app-box4 img {
        width: 160px;
        height: 150px;
        margin-left: 58px;
    }

    .form {
        margin-left: 27px;
        margin-top: 28px;
    }

    .app-box,
    .app-box2,
    .app-box4 {
        width: 269px;
        height: 180px;
        background-color: white;
        margin-top: 43px;
        box-shadow: 1px 3px 5px;
        margin-bottom: 83px;
        margin-left: 19px;
    }

    .app-box1,
    .app-box3,
    .app-box5 {
        width: 266px;
        height: 180px;
        background-color: white;
        margin-top: -43px;
        box-shadow: 1px 3px 5px;
        margin-left: 22px;
    }

    .user1 img,
    .user2 img {
        width: 78%;
        height: 100%;
        margin-left: 34px;
    }

    .wts-app {
        display: none;
    }
    .contact-box{
        width: initial !important;
    }

}

@media(min-width:375px) and (max-width:424px) {
    .card {
        width: 290px;
        height: 300px;
        margin-left: 32px;
    }
    .meta {
        position: absolute;
        bottom: 460px;
        left: 19%;
        color: white;
        font-style: italic;
    }

    .about-box {
        width: 309px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        margin-left: 27px;
    }

    .about-box1 {
        width: 309px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        position: relative;
        top: 20%;
        margin-left: 27px;
    }

    .about-box2 {
        width: 310px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        position: relative;
        top: 20%;
        margin-left: 392px;
    }

    .about-box3 {
        width: 308px;
        height: 180px;
        box-shadow: 1px 3px 5px;
        background-color: white;
        margin-left: 312px;
        margin-top: 54px;
    }

    .form {
        margin-left: 52px;
        margin-top: 28px;
    }

    .app-box,
    .app-box2,
    .app-box4 {
        width: 285px;
        height: 180px;
        background-color: white;
        margin-top: 43px;
        box-shadow: 1px 3px 5px;
        margin-bottom: 83px;
        margin-left: 35px;
    }

    .app-box1,
    .app-box3,
    .app-box5 {
        width: 283px;
        height: 180px;
        background-color: white;
        margin-top: -43px;
        box-shadow: 1px 3px 5px;
        margin-left: 36px;
    }

    .app-box img {
        width: 100px;
        height: 150px;
        margin-left: 91px;
    }

    .app-box1 img {
        width: 180px;
        height: 150px;
        margin-left: 49px;
    }

    .wts-app {
        display: none;
    }
    
}

.footer-list li {
    color: white;
    list-style: none;
    margin-top: 10px;
}

.footer-section {
    background-color: black;
    padding-top: 10px;
    margin-top: 70px;
}

.footer-address {
    color: white;
    margin-left: 2rem;
}

img {
    max-width: 100%;
}

.web {
    color: black;
    font-size: 11px;
    font-weight: bold;
    padding: 2px 40px;
}

.container {
    width: 100%;
}

.image {
    display: block;
    width: 100%;
    height: auto;
}

.overlay {
  position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: #212529;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.card:hover .overlay {
    bottom: 0;
    height: 100%;
}

.card-title {
     color: rgb(12, 129, 247);
    font-size: 20px;
    position: absolute;
    top: 20%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
}
.card-text {
  position: absolute;
    top: 30%;
    left: 9px;
    padding: 0px 10px;
    font-weight: 400;
    /* font-style: italic; */
    color: white;
}

.social-icons {
    position: absolute;
    top: 70%;
    left: 0px;
}

.card-img-top {
    height: 250px;
}

.our-team {
    text-align: center;
}

.social-icons li {
       display: inline-block;
    margin-right: 26px;
    font-size: 20px;
    color: rgb(12, 129, 247);
}

.web {
      color: black;
    font-size: 20px;
    font-weight: bold;
    padding: 5px 0px;
    /* margin-left: 40px; */
    text-align: center;
}

.footer-logo {
    width: 100px;
    padding-top: 25px;

}

.footer-icon {

    border: 2px solid white;
    padding: 8px 8px;
    border-radius: 50%;
    color: rgb(247, 242, 242);
}

.textmonial-section {
    background-color: rgb(233, 231, 228);
    padding-bottom: 30px;
}

.cards {
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 1200px; */
    margin: 0 auto;

}

.textmonial-card {
    /* width:350px;
    height: 250px; */
    border-radius: 15px;
    margin: 5px;
    padding: 20px 30px;
    position: relative;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 10px 20px 25px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    margin-top: 40px;
}

.textmonial-card img {
    width: 90px !important;
    height: 90px;
    border: 2px solid #f2f2f2;
    border-radius: 50%;
    position: absolute;
    top: -40px;
    left: 10px;

}

img {
    max-width: 100%;
}

.textmonial-card p {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 25px;
    color: #333
}

.textmonial-card h2 {
    font-weight: 500;
    margin-bottom: 40px;
    color: #333;
}

.textmonial-card h4 {
    color: #333;
    font-weight: 400;
    font-size: 16px;
    margin-top: -40px;

}

.textmonial-card i {
    font-size: 60px;
    position: absolute;
    bottom: 20px;
    right: 30px;
    color: #b2bec3;

}
.textmonial-card:hover {
    transform: scale(0.8);
    color: #333;
    background: #fff;
    z-index: 10000;
}

.second-row {
    padding-top: 30px;
}

.wrapped123 {
    text-align: center;
    color: rgb(14, 14, 14);
    font-family: 'raleway', sans-serif;
    min-height: 20vh;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 60px;
    font-style: italic;
}

.amazon-sec {
    padding-top: 30px;
    padding-bottom: 30px;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    background-color: black;
}

.nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    color: white;
}


/* <...contact-us.. */
.heading {
    text-align: center;
    color: #454343;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 70px;
    text-transform: uppercase;
    z-index: 999;
}
.white-heading{
    color: #ffffff;
}
.heading:after {
    content: ' ';
    position: absolute;
    top: 100%;
    left: 50%;
    height: 40px;
    width: 180px;
    border-radius: 4px;
    transform: translateX(-50%);
    background: url(https://i.ibb.co/G32GT0L/heading-line.png);
    background-repeat: no-repeat;
    background-position: center;
}
.white-heading:after {
    background: url(img/heading-line-white.png);
    background-repeat: no-repeat;
    background-position: center;
}

.heading span {
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.white-heading span {
    color: #ffffff;
}

.blog-grid {
    background: white;
    box-shadow: 0px 0px 20px #c3c3c3;
    margin: 10px 0;
    border: 1px solid #d6d6d6;
    border-radius: 1px;
}


.discretion-blog {
    padding: 15px;
}

.discretion-blog p {
    font-size: 15px;
    color: #454343;
}

.discretion-blog h4 {
    color: #454343;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.discretion-blog .btn {
    color: #fefeff;
    background: #454343;
    width: 100%;
    text-transform: uppercase;
    border-radius: 0px;
    margin-top: 10px;
    -webkit-transform: perspective(1px) translateZ(0);
    -moz-transform: perspective(1px) translateZ(0);
    -o-transform: perspective(1px) translateZ(0);
    transform: perspective(122px) translateZ(0);
}


.discretion-blog .btn:hover {
    color: #ffffff;
}
.discretion-blog .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #79b82d;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border: 2px solid #79b82d;
}

.discretion-blog .btn:hover:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}

.img-date {
    position: relative;
}
.img-date img{
    object-fit: cover;
}

.date-blog {
    background: #82b53f;
    width: 70px;
    position: absolute;
    bottom: 0;
    left: 15px;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
}
.date-blog:after {
    width: 0;
    height: 0;
    content: "";
    border-left: 0 solid transparent;
    border-right: 70px solid transparent;
    border-bottom: 12px solid #82b53f;
    top: -11px;
    position: absolute;
    left: 0;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
    
    display: none;
}

/* <....contact-us.. */
.service-contact {
    text-align: center;
    padding: 25px 10px;
    border-radius: 5px;
    font-size: 14px;
    height: 200px;
    background-color: white;
    margin-top: 30%;
    box-shadow: 3px 3px 3px gray;
    width: 350px;
    margin: 20% auto;
  }
  .service-contact a {
    color: black;
    text-decoration: none;
  }
  
  .service-contact i {
    font-size: 40px;
    margin-bottom: 10px;
    color:  rgb(12, 129, 247);
   
}
  .service h2 {
    font-weight: 600;
    margin-bottom: 8px;
  }
  
.contact-background{
    background-image: url(src/background-conatct.jpg);
    height: 350px;
}


.contact-box{
    background-color: white;
    height: 180px;
    text-align: center;
    padding: 15px 0px;
    font-size: 40px; 
    width: 350px;
    margin: 10% auto;
}
.contact-box i{
    color: #0087ca;
}
 .contact-box a {
    color:black;
   
    text-decoration: none;
}
.contact-section{
    background-image: url(src/background-conatct.jpg);
    height: 250px;
}
.phone-ref{
    font-size: 16px;
    padding: 0px 5px;
}
.globe-box{
    background-color: white;
}
  




