@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, ul, li, p, a {
    padding: 0px;
    margin: 0px;
    list-style: none;
    text-decoration: none !important;
}



* {
    font-size: 13px;
    font-family: arial;
}

.header {
    margin-top: 20px;
}

.logo img {
    width: 100%;
}

.p-banner-detail img {
    width: 100%;
}

.top img {
    width: 100%;
}

.menu-bg input, .menu-bg label {
    display: none;
}

.menu ul li {
    display: inline-block;

}

.menu {

    text-align: center;
}

.menu ul li a {
    border-bottom: 4px solid #fff;
    display: block;
    padding: 10px 12px;
    color: #000;
    text-transform: uppercase;
    font-weight: bold;
}

.menu ul li a:hover {
    border-bottom: 4px solid #E23940;
    color: #E23940;
}

@media only screen and (max-width: 1199px) {
    .menu ul li a {
        padding: 10px 4px;

    }
}

@media only screen and (max-width: 991px) {

    .menu-bg input, .menu-bg label {
        display: block;
    }

    .menu-bg input {
        display: none;
    }

    .menu-bg label {
        background: #000;
        color: #fff;
        padding-left: 10px;
        font-size: 20px;
        padding: 5px;
        text-align: left;
    }

    .menu-bg label:before {
        font-family: 'FontAwesome';
        content: "\f0c9";
        padding-right: 10px;
        color: #16a1e7;
        font-size: 20px;
        background: #000;
        width: 100%
    }

    .menu-bg input:checked~.menu {
        display: block;
        transition: .3s
    }

    .menu {
        display: none;
    }

    .menu ul li {
        display: table;
        border-bottom: 1px solid #ddd;
        width: 100% !important;
        text-align: left;
    }

    .menu ul li a {
        font-size: 15px;
        display: block;
        width: 100% !important
    }
}

/*header end*/
.middle-top {
    background: #f5f5f5;
    padding: 40px 10px
}

.middle-top-box {
    padding: 30px;
    background: #fff;
    min-height: 540px;
    border: 1px solid #ddd
}

.middle-top-box img {
    width: 100%;
    max-width: 500px
}

.promo img {
    width: 100%;
}

.banner img {
    width: 100%;
}

.bottom-promo img {
    width: 100%;
}

.img-box img {
    width: 100%;
    border: 1px solid #ddd
}

.heading {
    line-height: 1px;
    border-bottom: 5px double #000;
    text-align: center;
    position: relative;

}

.heading span {
    padding: 10px;
    background: #fff;
    color: #000;
    font-size: 27px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 4px;
    position: relative;
    top: 6px
}

.slogan p {
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 17px;
    margin-top: 20px;
    text-transform: uppercase;
}

@media screen and (max-width: 480px) {

    .logo {
        text-align: center;
    }

    .logo img {
        width: 200px;
    }
}

/* .title {
        background-image: url(https://www.digitalitad.com/wp-content/uploads/2021/04/technology.gif);
        background-size: cover;
        color: transparent;
        -moz-background-clip: text;
        -webkit-background-clip: text;
        text-transform: uppercase;
        font-size: 50px;
        margin-bottom: 70px;
        margin-top: 0px;
        font-weight: 800;
        font-family: sans-serif;
      } */
/* .image-with-text {
        display: flex;
        margin: 0 100px;
        padding: 50px;
      }

      .text-section-for {
        flex: 50;
      }
      .image-section-for {
        flex: 50;
      } */

/* .image-section-for {
        background-image: url("Worker-With-Laptop-072921-4.png");
        min-height: 550px;
        background-size: cover;
        background-position: center bottom;
      } */


.product_section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #f5f5f5;
    grid-gap: 20px;
    margin: 20px 0px;
}


/* Feature Categories design */
h1 {
    position: relative;
    padding: 0;
    margin: 0;
    font-family: "Raleway", sans-serif;
    font-weight: 300;
    font-size: 40px;
    color: #080808;
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

h1 span {
    display: block;
    font-size: 0.5em;
    line-height: 1.3;
}

h1 em {
    font-style: normal;
    font-weight: 600;
}


.nine h1 {
    text-align: center;
    font-size: 35px;
    text-transform: uppercase;
    color: #222;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-weight: 400;
}

.nine h1 span {
    margin-top: 5px;
    font-size: 15px;
    color: #444;
    word-spacing: 1px;
    font-weight: normal;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Raleway", sans-serif;
    font-weight: 500;

    display: grid;
    grid-template-columns: 1fr max-content 1fr;
    grid-template-rows: 27px 0;
    grid-gap: 20px;
    align-items: center;
}

.nine h1 span:after, .nine h1 span:before {
    content: " ";
    display: block;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    height: 5px;
    background-color: #f8f8f8;
}

/* Code for categories design */


.button_link {
    position: relative;
    bottom: 0;
    text-align: center;
}

.button_link a {
    display: block;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    background-color: #E23940;
    color: white;
    padding: 10px;
}

.button_link a:hover {
    background-color: #22409A;
}


/* why buy from digital itad section css */

.title {
    background-image: url(https://www.digitalitad.com/wp-content/uploads/2021/04/technology.gif);
    background-size: cover;
    color: transparent;
    -moz-background-clip: text;
    -webkit-background-clip: text;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 20px;
    margin-top: 0px;
    font-weight: 800;
    font-family: sans-serif;
}

.why_us_text_paragraph {
    font-size: 16px;
}

.why_us_text_paragraph li {
    font-weight: bold;
    font-size: 15px;
}

.working_with_laptop  img {
    width: 100%;
    height: 400px;
}

.our_categories_button {
    background-color: #E23940;
    color: white;
    font-size: 16px;
    font-weight: bold;
}

.our_categories_button:hover {
    color: white;
    background-color: #22409A;
}

@media screen and (max-width: 600px) {

    .for_desktop {
        display: none;
    }

    .product_section {
        grid-template-columns: 1fr;
    }
    .why_us_text {
        margin-bottom: 40px;
    }
    .working_with_laptop img {
        width: 100%;
        height: auto;
    }
    .footer_banners {
        margin-bottom: 30px
    }
}

@media screen and (min-width: 601px) {
    .for_mobile {
        display: none;
    }
}


/*poilicy*/
.policy-box{
	border:1px solid #ddd;
	padding: 20px 0px;
	margin: 20px 0px
}
.policy-heading h4{
	background: #22409A;
	padding: 10px;
	width: 230px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	box-shadow: 2px 2px 3px #000
}
.policy-detail{
	padding: 20px;
}


