@font-face {
    font-family: "icomoon";
    src: url("../font/icomoon.eot") format("embedded-opentype"), 
    url("../font/icomoon.ttf") format("truetype"), 
    url("../font/icomoon.woff") format("woff"),
    url("../font/icomoon.woff2") format("woff"),
     url("../font/icomoon.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}



*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1.7;
    color: #4d4d4d;
    font-weight: 300;
    font-size: 1rem;
    font-family: 'Poppins', sans-serif;
}


img{
    max-width: 100%;
    height: auto;
}

a{
    text-decoration: none;
    display: block;
}

ul{
    list-style: none;
    margin: 0;
    padding: 0;
}



@media (min-width: 576px){
    .container {
        max-width: 540px;
    }
    .plans-box {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px){
     .container {
         max-width: 720px;
    }
    .Presence{
        padding: 5em 0;
    }
    .serv-box {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .our-servece-wrepper {
        padding: 5em 0;
    }

}
@media (min-width: 992px){

 .childopen {
    display: none;
}
    .partner-list {
        width: 100%;
    }
.menu{
    display: block !important;
}
.sticky .menu>ul>li:nth-child(2)>a:after,
.sticky .menu>ul>li:nth-child(3)>a:after,
.menu>ul>li:nth-child(2)>a:after,
.menu>ul>li:nth-child(3)>a:after{
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: var(--fa-display,inline-block);
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    text-rendering: auto;
    content: "\f107";
    font-size:16px;
    margin-left:10px;
}

    .menu>ul>li:hover >ul {
        display: block;
    }
    .container {
         max-width: 960px;
    }

    .plans-box {
        margin-bottom: 0;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .serv-box {
        margin-bottom: 1.5rem;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .ham {
        display: none;
    }

    .about-containt {
        flex: 0 0 50%;
        max-width: 50%;
    }

    .about-img {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
   
}
            
@media (min-width: 1200px){
   .container {
        max-width: 1140px;
    }
}


.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


/* --------------header----------------- */

.header {
    margin-bottom: 0;
    z-index: 1999;
    position: absolute;
    width: 100%;
    padding-bottom: 1rem;
    padding-top: 1rem;
}


.logo img {
    width: 200px;
    height: 62px;
}

nav.nav-bar {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 10px 0;
}


.menu>ul {
    display: flex;
}

.menu>ul>li {
    position: relative;
}


.menu>ul ul {
    position: absolute;
    display: none;
    left: 0;
    top: 100%;
    background: #fff;
    border-top: 2px solid #f16821;
    box-shadow: rgb(0 0 0 / 15%) 1.95px 1.95px 2.6px;
}
.menu>ul ul>li>a{
    color: #383838;
 font-weight: 500;
 padding: 5px 7px;
}

.menu>ul ul>li{
    min-width: 200px;
   
}

.menu>ul ul>li:hover>a{
    color: #f16821;
    background: #f4f5f9;
    
}

.menu>ul>li>a{
 color: #fff;
 font-weight: 500;
 padding: 15px 10px;
}

.menu>ul>li:hover>a{
    color: #f16821;
}

.about-wrapper {
    padding: 5em 0;
}

header.header.sticky {
    background-color: #fff;
    position: fixed;
    width: 100%;    
    left: 0;
    right: 0;
    top: 0;
    padding-top: 0!important;
    padding-bottom: 0!important;
    -webkit-box-shadow: 0 4px 15px -5px rgb(0 0 0 / 10%);
    box-shadow: 0 4px 15px -5px rgb(0 0 0 / 10%);
    transition: .3s all ease-out;

}

.sticky .menu>ul>li>a {
    color: #383838;
}

.sticky .menu>ul>li:hover>a{
    color: #f16821;
}



/* ---------------header------------ */

/* ------banner-section------ */
.banner-section.homeBnnerSection{
     background-image: url(../img/ucoComputerCareHomeBanner.png);
    width: 100%;
    height: 94vh;
    padding: 80px 0;
    position: relative;
    background-size: cover;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.banner-section.Iphone.and.All.Multi-Brand.MobileWorkBanner
{
    background-image: url(../img/ucoComputerCareMobile.png);
    width: 100%;
    height: 94vh;
    padding: 80px 0;
    position: relative;
    background-size: cover;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.banner-section.Iphone.and.All.Multi-Brand.MobileWorkBanner
{
    background-image: url(../img/ucoComputerCareMobile.png);
    width: 100%;
    height: 94vh;
    padding: 80px 0;
    position: relative;
    background-size: cover;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.banner-section.Macbook.and.All.Multi-BrandsLaptop.Laptops-pro-banner{
    background-image: url(../img/ucoComputerCareAllBrand.png);
    width: 100%;
    height: 94vh;
    padding: 80px 0;
    position: relative;
    background-size: cover;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.banner-section {
    background-image: url(../img/ucoComputerCare-banner1.JPG);
    width: 100%;
    height: 80vh;
    padding: 80px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.banner-section.about-banner {
    background-image: url(../img/ban2.jpg);
}

.banner-section.macbook-pro-banner {
    background-image: url(../img/uco-computer-macbook-pro.jpg);
    width: 100%;
    height: 80vh;
    padding: 80px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.banner-section.servicesBanner{
    background-image: url(../img/ucoComputerCareAboutImage.png);
    width: 100%;
    height: 95vh;
    padding: 80px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.banner-section.iphoneWorkBanner{
    background-image: url(../img/uco-computer-man-repairing-iphone.jpg);
    width: 100%;
    height: 80vh;
    padding: 80px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.banner-section.iphoneWorkBanner2{
    background-image: url(../img/i-phone-repair-ucocomputer.png);
    width: 100%;
    height: 95vh;
    padding: 80px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.banner-section.iwatchWorkBanner{
    background-image: url(../img/uco-computer-man-repairing-iwatch.png);
    width: 100%;
    height: 95vh;
    padding: 80px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}


.banner-section.buySellBanner{
    background-image: url(../img/buy-and-sell-uco-computer.png);
    width: 100%;
    height: 95vh;
    padding: 80px 0;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.banner-section .contant-box {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    width: 100%;
    padding: 20px;
}


.banner-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.contant-box h1 {
    color: #fff;
    font-size: 4rem;
    font-weight: 600;
    line-height: 1.5;
}

.contant-box p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
}

/* ------banner-section------ */


/*---------------- About-section--------------------*/
.about-img.mag {
    margin-right: auto;
    margin-left: 0;
}
.about-wrapper-no{
    margin-bottom: 5rem;
}
.about-sec {
    display: flex;
    flex-wrap: wrap;
}

.about-img {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
}

.about-containt {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

h2.text-primary {
    text-transform: uppercase;
    font-weight: 700!important;
    color: #f16821!important;
    font-family: "Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 2rem;
    margin-top: 0;
    position: relative;
    margin-bottom: 1.5rem
}

h2.text-primary:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #f16821;
    left:0;
}

.about-containt p {
    margin-top: 0;
    margin-bottom: 1rem
}
.about-containt p strong {
    font-weight: 600;
}

.quot {
    padding: 20px ;
}

.quot blockquote p {
    font-style: italic;
    font-size: 16px;
    color: #f16821;
    font-weight: 700;
}



/*---------------- About-section--------------------*/

/* -------------------Presence and Plans----------------- */

.Presence {
    background: url(../img/ban2.jpg);
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 2.5em 0;
}

.Presence:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    background: rgba(0,0,0,.5);
}


.heading {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3rem;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    justify-content: center;
    position: relative;
    z-index: 9;
}

.heading h2 {
    text-transform: uppercase;
    font-weight: 700!important;
    color: #f16821!important;
    font-family: "Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 2rem;
    position: relative;
}

.heading h2:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #f16821;
    left: 50%;
    transform: translateX(-50%);
}

.row {
    display: flex;
    flex-wrap: wrap;
}


.plans-box {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    z-index: 9;
}

.how-it-work-item .number {
    width: 50px;
    height: 50px;
    border: 4px solid #fff;
    background: #f16821;
    color: #fff;
    line-height: 44px;
    font-weight: 300;
    display: inline-block;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    margin-bottom: 40px;
}

.how-it-work-item p {
    color: #fff;
}

.how-it-work-body h3 {
    text-transform: uppercase;
    font-weight: 700!important;
    color: #f16821!important;
    font-family: "Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    position: relative;
}

/* -------------------Presence and Plans----------------- */

/* ------------------partner-section-------------------- */



.partner-box {
    padding: 30px;
}

.partner-list {
    border: 1px solid #34333330;
    padding: 10px;
    border-radius: 5px;
}

h2.partner-heading {
    text-transform: uppercase;
    font-weight: 700!important;
    color: #f16821!important;
    font-family: "Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 2rem;
    position: relative;
    margin-bottom: 20px;
}

h2.partner-heading:after {
    position: absolute;
    content: "";
    bottom: 0;
    width: 80px;
    height: 3px;
    background: #f16821;
    left: 0;
}

.airlines h4,
h4.ship {
    text-transform: uppercase;
    font-weight: 700!important;
    color: #f16821!important;
    font-family: "Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1rem;
    position: relative;
}

.part-dis p {
    padding: 10px 0;
}

.partner-box h1 {
    padding: 0 10px;
}

.partner-wrapper {
    background: #f5f5f5;
}

.ship-partner-img {
    display: flex;
    flex-wrap: wrap;
}

.ship-partner-img img{
    width: 400px;
}

.box {
    padding: 10px;
}

.box img {
    border-radius: 5px;
}


/* ------------------partner-section-------------------- */


/* -----------------our servece --------------------*/

.row-ser {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
}

.serv-box {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.serv-box:hover{
border: 1px solid #f5f5f5;
border-radius: 5px;
box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.flex-box-serve {
    display: flex;
}

.icon-box {
    margin-right: 1.5rem;
}

span.text-primary img {
    max-width: 56.75px;
}

span.text-primary.flaticon-plane {
    line-height: 0;
    font-size: 3rem;
    color: #f16821;
}
.serv-text h3 {
    font-family: "Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 20px;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 0;
    color: inherit;
}

.serv-text p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.serv-text p a {
    color: #f16821;
    text-decoration: none;
    background-color: transparent;
    font-weight: 500;
}

.serv-text p a:hover {
    color: #383838;
}

span.text-primary i {
    font-size: 39px;
    color: #f16821;
}
/* -----------------our servece --------------------*/
/* ---------------industry-sectioon---------------- */

ul.slider.multiple-items {
    display: flex;
    justify-content: space-between;
}

button.slick-arrow {
    width: 40px;
    height: 40px;
    position:absolute;
    background: #fff;
    z-index:9;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    border: none;
    outline: none;
}

ul.slider.multiple-items.slick-initialized.slick-slider {
    position: relative;
}

button.slick-next.slick-arrow {
    right: 36px;
}

button.slick-prev.slick-arrow {
    left: 36px;
}

.slick-arrow {
    font-size: 25px;
    font-weight: 500;
    color: #f16821;
    opacity: 0;
}
.slick-slider:hover .slick-arrow {
opacity: 1;
transition: all .5s ease;
}


li.sli.slick-slide h3 {
    position: absolute;
   bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    /* color: #f16821; */
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    opacity: 0;
}

li.sli.slick-slide {
    position: relative;
}

li.sli.slick-slide:hover h3{
    transition: all .5s ease;
    bottom: 20%;
    opacity: 1;
}

/* ---------------industry-sectioon---------------- */


/* --------------contact-us--------------- */

.con-box {
    display: flex;
    padding: 20px;
    text-align: center;
}

.box-con {
    border: 1px solid #d7cbcb85;
    border-radius: 10px;
    padding: 10px;
    margin: 10px;
}

.box-con span {
    display: block;
    margin-bottom: 10px;
}

.box-con span i {
    font-size: 50px;
}

.box-con h4 {
    padding: 10px;
    font-size: 19px;
}

.box-con p {
    margin: 10px 0;
    font-size: 17px;
}

.box-con a{
    font-size: 16px;
    color: #383838;
    padding: 10px;
}

.contact-wrapper {
    background: #fff;
    padding: 42px 0;
}


.contact-form-wrapper {
    padding: 30px 0 0px;
}
.form-box {
    max-width: 760px;
    margin: 0 auto;
    padding: 0 15px
}

.forn-cont {
    text-align: center;
}
.forn-cont h2 {
    padding: 20px 0 10px;
    font-size: 41px;
    font-style: oblique;
    color: #383838;
}

.forn-cont p {
    font-size: 16px;
    position: relative;
}

.forn-cont p::after {
    content: '';
    width: 50px;
    height: 5px;
    background: #d5d1d1;
    position: absolute;
    border-radius: 5px;
    top: 100%;
    transform: translateX(-50%);
    left: 50%;
    margin: 10PX 0;
}

.frm-box {
    display: flex;
    justify-content: space-evenly;
    padding: 40px 0;
}

.cont-box {
    max-width: 50%;
}

.form input[type="text"],
.form input[type="number"] {
    width: 100%;
    margin: 10px 0;
    border-radius: 50px;
    border: navajowhite;
    outline: navajowhite;
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.form textarea{
    width: 100%;
    resize: none;
    height: 200px;
    border: none;
    outline: none;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
    padding: 15px;
}

button.btn {
    padding: 10px 15px;
    margin: 10px 0;
    background: #f16821;
    border: none;
    outline: none;
    color: #fff;
    font-size: 16px;
    border-radius: 30px;
    font-weight: 500;
    width: 100%;
    cursor: pointer;
}

button.btn:hover{
    color: #f16821;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.map.cont-box iframe {
    max-width: 100%;
    padding-right: 15px;
}

.form {
    max-width: 100%;
    padding-left: 10px;
}

.forn-cont h4 {
    font-size: 24px;
}

#name{
    text-transform: capitalize;
}

/* --------------contact-us--------------- */


/* ------------footer-section------------------ */
footer {
    background: #fff;
    padding: 30px 0;
    border-top: 2px solid #f16821;
}

.foot-box {
    display: flex;
    justify-content: space-between;
}



ul.socil-sec {
    display: flex;
    margin-top: 20px;
}

ul.socil-sec>li {
    padding: 0 10px;
}

ul.socil-sec>li>a {
    font-size: 30px;
}

a.Social-link.fb i{
    color: #4267B2;
}

a.Social-link.twiter i {
    color: #00acee;
}

a.Social-link.insta i {
    background: -webkit-linear-gradient(#8a3ab9, #bc2a8d,#fccc63,#fbad50);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

a.Social-link.linkdn i {
    color: #0e76a8;
}

.copy-right p {
    color: #fff;
   padding: 20px 0;
    font-weight: 700;
}
.sec-foot {
    width: 33.33%;
}
.copy-right {
    background: #383838;
}

.footer-menu>ul>li>a {
    font-size: 18px;
    color: #383838;
}
.footer-menu>ul>li>a:hover{
    text-decoration: none;
    color: #26243a;
}
ul.contact>li>a {
    color: #383838;
}
ul.contact>li {
    padding-bottom: 5px;
}
.sec-foot h4 {
    padding-bottom: 10px;
}

.foot-logo.sec-foot img {
    max-width: 200px;
}

li.socil-items>a>i {
    font-size: 30px;
}

.sec-foot >ul>li>a {
    font-weight: 500;
}
.sec-foot h4 {
    font-weight: 600;
}

.sec-foot >ul>li:hover>a {
    color: #f16821;
}
/* ------------footer-section------------------ */

@media (max-width: 991px){
   
    .ham {
        width: 40px;
        height: 40px;
        position: relative;
        padding: 10px 5px;
        cursor: pointer;
    }
    .line {
        position: absolute;
        width: 30px;
        height: 3px;
        background: #f16821;
    }
    
    .line.line2 {
        top: 17px;
    }
    
    .line.line3 {
        bottom: 13px;
    }


    .ham.active .line1 {
        transform: translateY(13px) rotate(45deg);
         transition:all .5s ease;
    }
    
    .ham.active .line3 {
        transform: translateY(-1px) rotate(-45deg);
        transition:all .5s ease;
    }
    
    .ham.active .line2{
        display:none;
         transition:all .5s ease;
    }

    .menu {
        top: 100%;
        position: absolute;
        width: 100%;
        background: #fff;
        border-top: 2px solid #f16821;
        box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 3px 0px;
        display: none;
    }
    
    .menu>ul {
        flex-direction: column;
    }
    
    .sticky .menu>ul>li>a,
    .menu>ul>li>a{
        color: #383838;
        display: flex;
        justify-content: space-between;
    }
    .menu>ul>li:hover>a,
    .sticky .menu>ul>li:hover>a{
        color: #fff;
        background: #e6aa8c;
    }

    .childopen {
        display: flex;
        justify-content: flex-end;
        width: 55px;
        height: 30px;
        position: relative;
        border-left: 1px dotted #383838;
    }
    
    .childopen:before {
        width: 10px;
        height: 2px;
        content: '';
        background: #383838;
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }
    
    .childopen:after {
        width: 2px;
        height: 10px;
        content: '';
        background: #383838;
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
    }
    .menu>ul ul{
        position:static;
        border:none;
        box-shadow: none;
    }
    ul ul>li>a {
        padding: 5px 30px !important;
    }
    .menu>ul>li:hover>a>.childopen:before,
    .menu>ul>li:hover>a>.childopen:after{
    background:#fff;
    }

    .tog-cls .childopen:after {
        display: none;
    }
    li.menu-item.slide.tog-cls .sub-menu {
        display: block;
    }
}

@media (max-width: 985px){
    ul.contact>li{
        padding: 10px 0;
    }
}

@media (max-width: 768px){
    
    .foot-box{
        flex-direction: column;
    }
    .sec-foot h4{
        font-size: 20px;
        padding-bottom:20px ;
    }
    .sec-foot {
        margin-bottom: 20px;
        width: 100%;
    }
}


@media (max-width: 767px){
    .con-box, .frm-box{
        flex-direction: column;
    }

    .cont-box{
      max-width: 100% ;
     
    }

    .form{
        padding: 20px 0 0;
    }
    .map.cont-box iframe{
        padding-right: 0;
        width: 100%;
    }
    .partner-list{
        width: 100%;
    }
    
}
@media (max-width: 621px){
    .ship-partner-img img{
        width: 100%;
    }
    .box {
        width: 50%;
    }
}
    
@media (max-width: 480px){
    .box {
        width: 100%;
    }
    .Presence .heading h2 {
        font-size: 1.2rem;
    }
    .contant-box h1 {
      font-size: 2rem;
    }
}

.ourServices blockquote p {
    background-image: linear-gradient(to left, violet, indigo, blue, green, red, orange, yellow);
    color: #ffffff;
    text-align:center;
}

.headingDesign{
    background-image: linear-gradient(to left, violet, indigo, blue, green, red, orange, yellow);color: #ffffff;text-align: center;
    font-weight: bold;
}

.aboutSectionDiv img {
    float: left;
}
.aboutSectionDiv span {
    position: relative;
    left: 20px !important;
}

.banner-section.mutliBrandSectionDiv{
    background-image: url(../img/ucoComputerCaremutliBrand.png) !important;
    width: 100%;
    height: 94vh;
    padding: 80px 0;
    position: relative;
    background-size: cover;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}
.banner-sectionConact {
    background-image: url(../img/uco-computer-contact.png);
    width: 100%;
    height: 94vh;
    padding: 80px 0;
    position: relative;
    background-size: cover;
    /* background-size: contain; */
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

.headingDesignContact h3{
 background-image: linear-gradient(to left, violet, indigo, blue, green, red, orange, yellow);color: #ffffff;text-align: center;
    font-weight: bold;
    color:#ffffff;
    margin-bottom: 20px;
}
span.contactDetails {
    font-weight: bold;
}

.imageTextContainer img {
    float: left;
}

.slick-track li img {
    display: inline-block;
    width: 100%;
    height: 280px;
    background-position: center;
    background-size: cover;
}
.box img {
    float: left;
}

.box span.imageText {
    position: relative;
    left: 16px;
}
.box.rightImage img {
    float: right;
}
.air-partner-img.ship-partner-img.iWatch{
    display: flex;
    flex-wrap: wrap;
    padding: 5px 5px 5px 5px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.box.iwatchWork img {
    height: 200px;
    width: 200px;
}

.airlines.ourServicesList > div {
    width: 20%;
}
.airlines.ourServicesList {
    display: flex;
}
.air-partner-img.ship-partner-img.iWatch.ourServiceList {
    margin: 10px;
    height: 145px;
    width: 170px;
}
.air-partner-img.ship-partner-img.iWatch.ourServiceList img {
    height: 70px;
    width: 110px;
}

ul.homeWorkDesignList li {
    flex-wrap: wrap;
    padding: 5px 5px 5px 18px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}

.homeWorkDesignListData{
    flex-wrap: wrap;
    padding: 5px 5px 5px 18px;
    border-radius: 6px 6px 6px 6px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
    margin: 10px;
}
.designListDataDiv {
    display: flex;
}
.about-sec.buySellSection {
    background: #183984;
}
.about-sec.buySellSection p{
    color:white;
}

@media screen and (max-width: 600px) {
  .airlines.ourServicesList {
    display: block !important;;
}
}

@media screen and (max-width: 720) {
  .airlines.ourServicesList {
    display: block !important;;
}
}

.about-wrapperHome {
    padding: 1em 0;
}
.imgAddress img {
    height: 400px;
    border: 14px solid;
    border-image: linear-gradient(#f6b73c, #4d9f0c) 30;
    box-shadow: inset 0 -3em 3em rgb(0 200 0 / 30%), 0 0 0 2px white, 0.3em 0.3em 1em rgb(200 0 0 / 60%);
}

.contact-form-wrapper .cont-box{
    margin: 12px;
    padding: 20px;
    box-shadow: inset 0 -3em 3em rgb(0 200 0 / 30%), 0 0 0 2px white, 0.3em 0.3em 1em rgb(200 0 0 / 60%);
}
.sericesDataImage ul li img {
    padding: 20px;
    width: 500px;
}

@media screen and (max-width: 720px) {
    .banner-section {
        height:34px !important;
        padding: 91px 0 !important;
    }
    .banner-sectionContact{
        height:34px !important;
        padding: 91px 0 !important;
    }
    .logo img {
        /*display:none !important;*/
        width: 151px !important;
        height: 36px !important;
        position: absolute;
        margin-top: -45px !important;
    }
    
}