@charset "UTF-8";
/* CSS Document */

body {
    margin: 0;
    font-family: 'Currys Sans', sans-serif;
}
.razer-home p{
	font-size: 18px;
	font-weight: 100;
	line-height: normal;
    font-family: 'Currys Sans Light';
}
.razer-home .bg-image{
	max-width: 100%;
}

.razer-home
{
	max-width: 100%;
    background: #050000;
}
.razer-home-header-sec
{
    color: #050000;
    position: relative;
    width: 100%;
}

.razer-home-header-sec-img 
{
    width: 100%;
}

.razer-home-header-sec-img img 
{
    width: 100%;
}

.razer-home-nav-sec
{
    color: #050000;
    position: relative;
    max-width: 100%;
    width: 100%;
    padding: 20px 0;
    margin: 20px 0;
    text-align: center;

}
.razer-home-nav-sec-top
{
    width: 100%;
    margin: 0px;
}
.razer-home-nav-sec-top-menu
{
    width: 100%;
    margin: 0px;
    display: flex;
    flex-direction: row;
}
.razer-home-nav-sec-text
{
    width: 100%;
    margin: 50px 0px 0px;
    display: block; 
}

.razer-home-nav-sec-top ul {
    list-style: none;
    width: auto;
    list-style-type: none;
    flex-direction: row;
    margin: 0 auto;
    padding-left: 0;
    display: flex;
}

.razer-home-nav-sec-top ul li {
    padding: 10px 30px;
    width: auto;
    float: left;
    display: flex;
}

.razer-home-nav-sec-top-menu ul li a {
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    width: 90px;
}

.razer-home-nav-sec-top ul li img {
    width: 90px;
    height: 90px;
}

.razer-home-nav-sec-top-menu ul li a p {
    padding-top: 0px;
    margin-top: 10px;
    text-align: center;
    width: 100%;
    font-family: 'Currys Sans Light';
    letter-spacing: 1px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.razer-home-nav-sec-text h1 {
    color: #44d62c;
    font-size: 42px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0;
    letter-spacing: 4px;
}

.razer-home-nav-sec-text p {
    color: #fff;
    text-align: center;
    margin-top: 18px;
    font-size: 18px;
    padding: 0px 25%;
}

.razer-home-mid-sec {
    /* width: 100%;
    display: flex;
    flex-flow: row;
    margin: 0px;
    flex-wrap: nowrap;
    padding: 0; */
    width: 100%;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-flow: row;
    margin: 0px 0px;
    flex-wrap: nowrap;
    padding: 0;
}

.razer-home-mid-sec-img-left {
    flex-basis: 50%;
    /* display: flex;
    align-items: center;
    justify-content: center;
    position: relative; */
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    position: relative;
    padding: 0;
    margin: 0;
    background: #000;
}

.razer-home-mid-sec-img-right {
    /* flex-basis: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; */

    flex-basis: 50%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    position: relative;
    padding: 0;
    margin: 0;
    background: #000;
}

.razer-home-mid-sec-txt {
    width: 60%;
    position: absolute;
    margin: 0;
    color: #fff;
    padding: 20px;
    left: 0;
    top: 0;
}

.razer-home-mid-sec-img-left img {
    width: 100%;
}

.razer-home-mid-sec-img-right img {
    width: 100%;
}

.razer-home-mid-sec-txt p {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.razer-home-mid-sec-txt a button.find-button {
    background: transparent;
    border: 0;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
}

.razer-home-video-sec
{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-flow: row;
    margin: 20px 0px;
    flex-wrap: nowrap;
    padding: 0;

}

/* .razer-home-nav-sec-top-menu ul li a p:hover {
    color: #44d62c;
} */


/* razer gaming peripherals new class */

p.gaming-peripherals-inner-text {
    font-size: 14px;
    text-transform: none;
    font-weight: 100;
    width: 56%;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 100;
    font-family: 'Currys Sans Light';
}

.razer-gaming-peripherals-mid-sec
{
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    position: relative;
}
.razer-gaming-peripherals-mid-sec-text
{
    left: 0%;
    top: 0%;
    width: 60%;
    position: absolute;
    margin: 0;
    color: #fff;
    padding: 20px;
}
.razer-gaming-peripherals-mid-sec-text p {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text {
    font-size: 14px;
    text-transform: none;
    font-weight: 100;
    width: 54%;
    margin-top: 5px;
    margin-bottom: 5px;
    font-weight: 100;
    font-family: 'Currys Sans Light';
}

.razer-gaming-peripherals-mid-sec-text button.find-button {
    background: transparent;
    border: 0;
    color: #fff;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 12px;
}

.razer-gaming-peripherals-mid-sec img {
    width: 100%;
}



button.buy-now-button {
    color: #44d62c;
    background: transparent;
    border: 0;
    padding: 0;
    text-transform: uppercase;
}

.razer-home-mid-sec-txt.razer-viper p.gaming-peripherals-inner-text {
    width: 100%;
}

.finding-right-fit {
    position: absolute;
    right: 0%;
    top: 15%;
    color: #fff;
    width: 45%;
}

.finding-right-fit p {
    margin-top: 0;
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.finding-right-fit p.gaming-peripherals-inner-text {
    text-transform: none;
    font-size: 14px;
    width: 62%;
    font-weight: 100;
    margin-top: 3px;
}

.razer-gaming-peripherals-mid-sec.finding-right-fit-sec {
    margin: 20px 0;
}


.inding-right-fit-card-sec
{
    width: auto;
    flex-flow: row;
    margin: 0px;
    flex-wrap: nowrap;
    padding: 3% 8% 5% 8%;
    display: flex;
}
.inding-right-fit-card-sec-one
{
    width: 25%;
    justify-content: center;
    position: relative;
    padding: 10px 0px 0;
    border: 10px solid #222222;
    margin: 0px 1%;
}

.inding-right-fit-card-sec-text
{
    width: 100%;
    margin: 0px;
    padding-bottom: 15px;
    color: #fff;
    /* border-bottom: 1px solid #44d62c; */
}

.inding-right-fit-card-sec-one img {
    width: 100%;
}



.inding-right-fit-card-sec-text h6 {
    font-size: 18px;
    text-transform: uppercase;
    margin: 0;
    padding: 0px 15px;
    color: #fff;
}

.inding-right-fit-card-sec-text p {
    color: #a0a0a0;
    font-size: 12px;
    margin: 0;
    margin-bottom: 15px;
    padding: 0px 15px;
}

.inding-right-fit-card-sec-one img {
    width: 100%;
}

.inding-right-fit-card-sec-text a {
    padding: 0px 15px;
}


.bottom-line
{
    border-bottom: 1px solid #44d62c;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
}

.razer-gaming-peripherals-mid-sec-text h5 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
}

.razer-home-mid-sec-txt h5 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 10px;
}
.razer-gaming-peripherals-mid-sec.finding-right-fit-sec {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: column;
    position: relative;
}

.finding-right-fit h5 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0px;
    margin-top: 0px;
}


.razer-home-mid-sec-img-right .razer-home-mid-sec-txt {
    width: 100%;
}

@media only screen and (min-width: 320px) and (max-width: 360px){

    .razer-home-nav-sec-top-menu ul {
        padding: 0px 2%;
        display: block;
    }
    
    .razer-home-nav-sec-top ul li {
        width: 33%;
        min-height: 135px;
         padding: 10px 2%;
    }
    
    .razer-home-nav-sec-top-menu ul li a p {
        margin-bottom: 2px;
        font-size: 15px;
        margin-top: 0;
    }
    
    .razer-home-nav-sec-text h1 {
        font-size: 26px;
        letter-spacing: 2px;
        margin-top: 20px;
        padding: 0px 25px;
    }
    
    .razer-home-nav-sec-text p {
        width: 100%;
        padding: 5% 10%;
        font-size: 16px;
        margin-top: 0;
    }

    
    .razer-home-mid-sec {
        display: inline;
    }
    
    .razer-home-mid-sec-txt p {
        font-size: 15px;
        margin-top: 0px;
        margin-bottom: 4px;
    }
 

    .razer-home-mid-sec-txt
    {
        left: 4%;
    }

 
.razer-home-mid-sec-img-left img {
    /* min-height: 305px; */
}

p.gaming-peripherals-inner-text {
    width: 98%;
    font-size: 15px;
}

.razer-gaming-peripherals-mid-sec img {
    min-height: 145px;
}

.razer-gaming-peripherals-mid-sec-text {
    left: 0%;
    top: 0%;
    width: 100%;
    position: relative;
    padding-top: 0;
}

.razer-gaming-peripherals-mid-sec-text h5 {
    margin-top: 15px;
}

.razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text {
    width: 100%;
    font-size: 15px;
}

.razer-home-mid-sec-img-right img {
    /* min-height: 280px; */
}

.razer-gaming-peripherals-mid-sec-text p {
    font-size: 15px;
    margin-top: 0px;
}

.razer-home-mid-sec-txt {
    left: 0%;
    position: relative;
    width: 100%;

}
.razer-home-mid-sec-img-right .razer-home-mid-sec-txt
{
    width: 100%;  
}




.inding-right-fit-card-sec {
    display: block;
    padding: 5%;
}

.inding-right-fit-card-sec-one {
    width: 100%;
    margin: 0 0 25px;
}

.finding-right-fit p {
    font-size: 15px;
}

.finding-right-fit {
    position: relative;
    width: 98%;
    padding: 20px;
}

.finding-right-fit p.gaming-peripherals-inner-text {
    width: 100%;
}
.razer-gaming-peripherals-mid-sec.finding-right-fit-sec img {
    /* min-height: 170px; */
}

.razer-home-mid-sec-txt h5 {
    margin-top: 0px;
}

.finding-right-fit h5 {
    margin: 0;
    font-size: 24px;
}
    
}


@media only screen and (min-width: 361px) and (max-width: 425px){

    .razer-home-nav-sec-top-menu ul {
        padding: 0px 2%;
        display: block;
    }
    
    .razer-home-nav-sec-top ul li {
        width: 33%;
        padding: 10px 0%;
        display: block;
    }
    
    .razer-home-nav-sec-top-menu ul li a p {
        margin-bottom: 2px;
        font-size: 15px;
        margin-top: 0;
    }
    
    .razer-home-nav-sec-text h1 {
        font-size: 26px;
        letter-spacing: 2px;
        margin-top: 20px;
        padding: 0px 25px;
    }
    
    .razer-home-nav-sec-text p {
        width: 100%;
        padding: 0% 4% 5%;
        font-size: 16px;
    }

    
    .razer-home-mid-sec {
        display: inline;
    }
    
    .razer-home-mid-sec-txt p {
        font-size: 15px;
        margin-top: 0px;
    }

    .razer-home-mid-sec-img-left img {
        /* min-height: 160px; */
    }

    p.gaming-peripherals-inner-text {
        width: 100%;
        font-size: 14px;
    }

    .razer-gaming-peripherals-mid-sec img {
        min-height: 160px;
    }

    .razer-gaming-peripherals-mid-sec-text {
        left: 0%;
    top: 0%;
    width: 100%;
    position: relative;
    }

    .razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text {
        width: 100%;
        font-size: 14px;
    
    }

    .razer-home-mid-sec-img-right img {
        /* min-height: 280px; */
    }

    .razer-gaming-peripherals-mid-sec-text p {
        font-size: 15px;
        margin-top: 0px;
    }
    
     .razer-home-mid-sec-txt {
        left: 0%;
        position: relative;
        width: 100%;
    }
  


    .inding-right-fit-card-sec {
        display: block;
        padding: 5%;
    }
    
    .inding-right-fit-card-sec-one {
        width: 100%;
        margin: 0 0 25px;
    }
    
    .finding-right-fit p {
        font-size: 15px;
    }
    
    .finding-right-fit {
        top: 10%;
        width: 100%;
        position: relative;
        padding: 20px;
    }
    
    .finding-right-fit p.gaming-peripherals-inner-text {
        width: 100%;
    }

    .razer-gaming-peripherals-mid-sec.finding-right-fit-sec img {
        /* min-height: 150px; */
    }

    .razer-gaming-peripherals-mid-sec-text h5 {
        margin-top: 0;
    }

    .razer-home-mid-sec-txt h5 {
        margin-top: 0;
    }

    .finding-right-fit h5 {
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 0px;
        margin-top: 0;
    }

    .razer-home-mid-sec-img-right .razer-home-mid-sec-txt {
        width: 100%;
    }
    .razer-home-mid-sec-txt.razer-viper p.gaming-peripherals-inner-text {
        width: 100%;
    }

}

@media only screen and (min-width: 426px) and (max-width: 600px){

    .razer-home-nav-sec-top-menu ul {
        padding: 0px 2%;
        display: block;
    }
    
    .razer-home-nav-sec-top ul li {
        width: 25%;
        min-height: 165px;
        padding: 10px 0%;
        display: block;
        margin-bottom: 10px;
    }
    
    .razer-home-nav-sec-top-menu ul li a p {
        margin-bottom: 2px;
    }
    
    .razer-home-nav-sec-text h1 {
        font-size: 26px;
        letter-spacing: 2px;
        padding: 0px 25px;
    }
    
    .razer-home-nav-sec-text p {
        width: 100%;
        padding: 0px 5% 0%;
        font-size: 16px;
    }

    
    .razer-home-mid-sec {
        display: inline;
    }
    
    .razer-home-mid-sec-txt p {
        font-size: 15px;
        margin-top: 0px;
    }

    /* .razer-home-mid-sec-img-left img {
        min-height: 300px;
    } */

    p.gaming-peripherals-inner-text {
        width: 100%;
        font-size: 15px;
        margin-top: 3px;
    }

    .razer-gaming-peripherals-mid-sec img {
        min-height: 160px;
    }

    .razer-gaming-peripherals-mid-sec-text {
        left: 0%;
        top: 0%;
        width: 100%;
        position: relative;
    }

    .razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text {
        width: 100%;
        font-size: 15px;
    }

    /* .razer-home-mid-sec-img-right img {
        min-height: 150px;
    } */

    .razer-gaming-peripherals-mid-sec-text p {
        font-size: 15px;
        margin-top: 0px;
    }
    
    .razer-home-mid-sec-txt {
        left: 0%;
        width: 100%;
        position: relative;
    
    }
    .razer-gaming-peripherals-mid-sec-text p {
        margin-top: 10px;
    }



    .inding-right-fit-card-sec {
        display: block;
        padding: 5%;
    }
    
    .inding-right-fit-card-sec-one {
        width: 100%;
        margin: 0 0 25px;
    }
    
    .finding-right-fit p {
        font-size: 15px;
    }
    
    .finding-right-fit {
        top: 0%;
        width: 100%;
        position: relative;
        padding: 20px;
    }
    
    .finding-right-fit p.gaming-peripherals-inner-text {
        width: 90%;
    }

    .razer-home-mid-sec {
        display: block;
        margin-top: 0;
        margin-bottom: 15px;
    }

    /* .razer-gaming-peripherals-mid-sec.finding-right-fit-sec img {
        min-height: 180px;
    } */

    .razer-gaming-peripherals-mid-sec-text h5 {
        margin-top: 0;
    }
    .razer-home-mid-sec-txt h5 {
        margin-top: 0;
    }

    .finding-right-fit h5 {
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 0px;
        margin-top: 0;
    }
   
}

@media only screen and (min-width: 601px) and (max-width: 767px){ 

    .razer-home-nav-sec-top-menu ul {
        padding: 0px 4%;
        display: block;
    }
    
    .razer-home-nav-sec-top ul li {
        width: 25%;
        min-height: 165px;
        padding: 10px 0%;
        display: block;
    }
    
    .razer-home-nav-sec-top-menu ul li a p {
        margin-bottom: 2px;
    }
    
    .razer-home-nav-sec-text h1 {
        font-size: 26px;
        letter-spacing: 2px;
        margin-top: 20px;
        padding: 0px 25px;
    }
    
    .razer-home-nav-sec-text p {
        width: 100%;
        padding: 0% 10%;
        font-size: 16px;
    }
    
    .razer-home-mid-sec-txt p {
        font-size: 15px;
        margin-top: 5px;
    }



    /* .razer-home-mid-sec-img-left img {
        min-height: 250px;
    } */

    p.gaming-peripherals-inner-text {
        width: 100%;
        font-size: 15px;
    }

    .razer-gaming-peripherals-mid-sec img {
        min-height: 220px;
    }

    .razer-gaming-peripherals-mid-sec-text {
        left: 0%;
        top: 0%;
        width: 100%;
        position: relative;
    }

    .razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text {
        width: 100%;
        font-size: 15px;
        margin-top: 5px;
    }

    /* .razer-home-mid-sec-img-right img {
        min-height: 250px;
    } */
    /* .razer-home-mid-sec-img-left img {
        min-height: 250px;
    } */

    .razer-gaming-peripherals-mid-sec-text p {
        margin-top: 10px;
    }
    .razer-gaming-peripherals-mid-sec-text p {
        margin-top: 10px;
        font-size: 15px;
    }



    .inding-right-fit-card-sec {
        display: block;
        padding: 3%;
    }
    
    .inding-right-fit-card-sec-one {
        width:100%;
        margin: 0 0 25px;
    }
    
    .finding-right-fit p {
        font-size: 15px;
    }
    
    .finding-right-fit {
        width: 93%;
        position: relative;
        padding: 20px;
    }
    
    .finding-right-fit p.gaming-peripherals-inner-text {
        width: 90%;
    }

    .razer-home-mid-sec {
        display: block;
        margin-top: 0;
        margin-bottom: 15px;

    }

    .razer-gaming-peripherals-mid-sec.finding-right-fit-sec img {
        min-height: 180px;
    }
    .razer-home-mid-sec-txt {
        left: 0%;
         position: relative;
         width: 100%;
         padding-bottom: 0;
    }

    .razer-gaming-peripherals-mid-sec-text h5 {
        margin-top: 0;
    }

    .razer-home-mid-sec-txt h5 {
        margin-top: 0px;
    }

    .razer-gaming-peripherals-mid-sec.finding-right-fit-sec {
        margin-top: 0px;
        margin-bottom: 0;
    }

    .finding-right-fit h5 {
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 0px;
        margin-top: 0;
    }

    .razer-home-mid-sec-txt.razer-viper p.gaming-peripherals-inner-text {
        width: 100%;
    }

}


@media screen and (min-width: 768px) and (max-width: 1024px){

    .razer-home-nav-sec-top ul {
        width: 100%;
    display: block;
    margin: 0px 2%;
    }
    
    .razer-home-nav-sec-top ul li {
        width: 25%;
    padding: 0px 0%;
    display: block;
    }
    .razer-home-nav-sec-text p {
        width: 100%;
        padding: 1% 10%;
        font-size: 18px;
    }
    /* .razer-home-nav-sec-text {
        margin-top: 5%;
    } */
    
    .razer-home-nav-sec-text p {
        padding: 0% 15%;
        width: 100%;
    }
    .razer-home-mid-sec-txt p {
        font-size: 20px;
        margin-top: 10px;
    }
    p.gaming-peripherals-inner-text {
        font-size: 12px;
        width: 55%;
    }
    /* .razer-gaming-peripherals-mid-sec img {
        min-height: 300px;
    } */

    p.gaming-peripherals-inner-text {
        font-size: 15px;
        width: 100%;
        margin-top: 5px;
    }

    .razer-home-mid-sec-img-right p.gaming-peripherals-inner-text {
        width: 100%;
    }
    
    /* .razer-home-mid-sec-img-right img {
        min-height: 355px;
    }
    
    .razer-home-mid-sec-img-left img {
        min-height: 355px;
    } */
    
    .razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text {
        width: 100%;
        font-size: 15px;
    }
    
    .razer-gaming-peripherals-mid-sec-text p {
        margin-top: 10px;
        font-size: 20px;
    }

    .finding-right-fit
    {
        top: 0;
        position: relative;
        padding: 20px;
        width: 100%;
    }

    .razer-gaming-peripherals-mid-sec.finding-right-fit-sec img {
        /* min-height: 200px; */
    }
    
    .finding-right-fit p.gaming-peripherals-inner-text {
        width: 90%;
        font-size: 13px;
    }
    .inding-right-fit-card-sec
    {
        padding: 3% 2% 5% 2%;
    }
    .inding-right-fit-card-sec-one
    {
        margin: 0px 0.2%;
        border: 4px solid #222222;
    }
    .inding-right-fit-card-sec-text h6
    {
        font-size: 16px;
    }
    .inding-right-fit-card-sec-text p {
        min-height: 29px;
    }

    .razer-gaming-peripherals-mid-sec-text h5 {
        margin-top: 0;
    }
    .razer-home-mid-sec-txt {
        width: 100%;
    }

    .finding-right-fit H5 {
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .razer-home-mid-sec-txt h5 {
        margin-top: 0;
    }

    .razer-home-mid-sec-img-right .razer-home-mid-sec-txt.razer-viper {
        width: 100%;
    }

    .razer-home-mid-sec {
        display: block;
    }
    
    .razer-gaming-peripherals-mid-sec-text {
        position: relative;
        width: auto;
    }

    .razer-home-mid-sec-txt {
        position: relative;
    }

    .finding-right-fit h5 {
        margin: 0;
    }

    .razer-home-mid-sec-txt.razer-viper p.gaming-peripherals-inner-text {
        width: 100%;
    }
}




@media screen and (min-width: 1025px) and (max-width: 1150px){
  
    .razer-home-nav-sec-text p
    {
        width: 100%;
         padding: 0px 14%;
    }
    
    /* .razer-home-nav-sec-text {
        margin-top: 20px;
    } */

    p.gaming-peripherals-inner-text {
        font-size: 12px;
        width: 35%;
        line-height: 14px;
    }
    
    .razer-home-mid-sec-img-right img {
        min-height: 340px; 
    }
    
    .razer-home-mid-sec-img-left img {
         min-height: 340px; 
    }
    
    .razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text {
        width: 70%;
        font-size: 12px;
    }
    
    .razer-gaming-peripherals-mid-sec-text p {
        margin-top: 10px;
        font-size: 24px;
    }

    .inding-right-fit-card-sec
    {
        padding: 3% 4% 5% 4%;
    }

    .razer-gaming-peripherals-mid-sec-text h5 {
        margin-top: 0px;
    }
    
    .razer-home-mid-sec-txt h5 {
        margin-top: 0;
    }
    
    .razer-home-mid-sec-txt {
        width: auto;
        padding: 15px;
    }

    .finding-right-fit h5 {
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 0px;
        margin-top: 0;
    }

    .finding-right-fit p.gaming-peripherals-inner-text
    {
        font-size: 14px;
        width: 85%;
    }

    .razer-home-mid-sec-img-right .razer-home-mid-sec-txt {
        width: auto;
    }

    .razer-home-mid-sec-txt.razer-viper p.gaming-peripherals-inner-text {
        width: 100%;
    }
    .razer-home-nav-sec-top ul li
    {
        padding: 10px 14px;
    }

    .razer-gaming-peripherals-mid-sec img {
        min-height: 200px;
    }

}

@media screen and (min-width: 1151px) and (max-width: 1350px){

    .razer-home-mid-sec-txt.razer-viper p.gaming-peripherals-inner-text {
        width: 100%;
    }
    .razer-home-mid-sec-img-right .razer-home-mid-sec-txt {
        width: 100%;
    }
    .razer-home-mid-sec-txt
    {
        padding: 13px;
    }
  
    .razer-home-nav-sec-text p
    {
        width: 100%;
        padding: 0px 18%;
    }
    
    /* .razer-home-nav-sec-text {
        margin-top: 20px;
    } */
    .finding-right-fit p.gaming-peripherals-inner-text
    {
        width: 68%;
    }


    .razer-gaming-peripherals-mid-sec h5 {
        margin-top: 0;
    }
    
    .razer-gaming-peripherals-mid-sec p.gaming-peripherals-inner-text {
        font-size: 13px;
        width: 80%;
    }


    .razer-home-mid-sec-txt h5 {
        margin-top: 0;
    }

    p.gaming-peripherals-inner-text {
        font-size: 13px;
    }

    .razer-home-mid-sec-txt {
        width: 100%;
    }

    p.gaming-peripherals-inner-text
    {
        width: 33%;
    }
    .finding-right-fit h5 {
        font-size: 24px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 0px;
        margin-top: 0px;
    }

    .razer-home-mid-sec-txt {
        width: auto;
    }

    /* .razer-home-mid-sec-img-left img {
        min-height: 330px;
    }
    
    .razer-home-mid-sec-img-right img {
        min-height: 330px;
    } */

    .razer-home-nav-sec-top ul li
    {
        padding: 10px 20px;
    }

    .razer-home-mid-sec-img-left img {
        min-height: 320px;
    }
       
    .razer-home-mid-sec-img-right img {
        min-height: 320px;
    }

}

@media screen and (min-width: 1351px) and (max-width: 1550px){
    .razer-home-mid-sec-img-right .razer-home-mid-sec-txt {
        width: 100%;
        padding: 15px;
    }

    .razer-home-mid-sec-img-right .razer-home-mid-sec-txt h5 {
        margin-top: 0;
    }

    .razer-home-mid-sec-txt h5 {
        margin-top: 0;
    }

    /* p.gaming-peripherals-inner-text {
        font-size: 15px;
    } */

    .finding-right-fit p.gaming-peripherals-inner-text {
        /* font-size: 15px; */
        width: 72%;
    }

    /* .razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text {
        font-size: 15px;
    } */


    .razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text
    {
        width: 70%;
        font-size: 14px;
    }

    .razer-home-mid-sec-txt
    {
        width: auto;
    }

    p.gaming-peripherals-inner-text
    {
        width: 33%;
    }

    .finding-right-fit p.gaming-peripherals-inner-text
    {
        font-size: 14px;
    }

    .razer-home-mid-sec-img-left img {
        min-height: 320px;
    }
    
    .razer-home-mid-sec-img-right img {min-height: 320px;}

}




@media screen and (min-width: 1551px) and (max-width: 1690px){
    .razer-home-mid-sec-img-right .razer-home-mid-sec-txt {
        width: 100%;
        padding: 15px;
    }

    .razer-home-mid-sec-img-right .razer-home-mid-sec-txt h5 {
        margin-top: 0;
    }

    .razer-home-mid-sec-txt h5 {
        margin-top: 0;
    }

    /* p.gaming-peripherals-inner-text {
        font-size: 15px;
    } */

    .finding-right-fit p.gaming-peripherals-inner-text {
        /* font-size: 15px; */
        width: 72%;
    }

    /* .razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text {
        font-size: 15px;
    } */


    .razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text
    {
        width: 70%;
        font-size: 14px;
    }

    .razer-home-mid-sec-txt
    {
        width: auto;
    }

    p.gaming-peripherals-inner-text
    {
        width: 33%;
    }

    .finding-right-fit p.gaming-peripherals-inner-text
    {
        font-size: 14px;
    }

    .razer-home-mid-sec-img-left img {
        min-height: 320px;
    }
    
    .razer-home-mid-sec-img-right img {min-height: 320px;}

}




@media screen and (min-width: 1691px) and (max-width: 1990px){
    .razer-home-mid-sec-img-right .razer-home-mid-sec-txt {
        width: 100%;
        padding: 15px;
    }

    .razer-home-mid-sec-img-right .razer-home-mid-sec-txt h5 {
        margin-top: 0;
    }

    .razer-home-mid-sec-txt h5 {
        margin-top: 0;
    }

    /* p.gaming-peripherals-inner-text {
        font-size: 15px;
    } */

    .finding-right-fit p.gaming-peripherals-inner-text {
        /* font-size: 15px; */
        width: 72%;
    }

    /* .razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text {
        font-size: 15px;
    } */


    .razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text
    {
        width: 70%;
        font-size: 14px;
    }

    .razer-home-mid-sec-txt
    {
        width: auto;
    }

    p.gaming-peripherals-inner-text
    {
        width: 33%;
    }

    .finding-right-fit p.gaming-peripherals-inner-text
    {
        font-size: 14px;
    }

    .razer-home-mid-sec-img-left img {
        min-height: 320px;
    }
    
    .razer-home-mid-sec-img-right img {min-height: 320px;}

}


@media screen and (min-width: 1991px) and (max-width: 2990px){
    .razer-home-mid-sec-img-right .razer-home-mid-sec-txt {
        width: 100%;
        padding: 15px;
    }

    .razer-home-mid-sec-img-right .razer-home-mid-sec-txt h5 {
        margin-top: 0;
    }

    .razer-home-mid-sec-txt h5 {
        margin-top: 0;
    }

    /* p.gaming-peripherals-inner-text {
        font-size: 15px;
    } */

    .finding-right-fit p.gaming-peripherals-inner-text {
        /* font-size: 15px; */
        width: 72%;
    }

    /* .razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text {
        font-size: 15px;
    } */


    .razer-gaming-peripherals-mid-sec-text p.gaming-peripherals-inner-text
    {
        width: 70%;
        font-size: 14px;
    }

    .razer-home-mid-sec-txt
    {
        width: auto;
    }

    p.gaming-peripherals-inner-text
    {
        width: 33%;
    }

    .finding-right-fit p.gaming-peripherals-inner-text
    {
        font-size: 14px;
    }

    .razer-home-mid-sec-img-left img {
        min-height: 320px;
    }
    
    .razer-home-mid-sec-img-right img {min-height: 320px;}

}


@media only screen and (min-width: 320px) and (max-width: 425px){
  
    .razer-home-nav-sec-top-menu ul {
        padding: 0px 2%;
        display: block;
    }

    .razer-home-nav-sec-top ul li {
        width: 50%;
        min-height: 135px;
        padding: 10px 2%;
    }

    .razer-home-nav-sec-top-menu ul li a
    {
        width: auto;
    }

    .razer-home-nav-sec-top ul li
    {
        display: block;
    }

    .razer-home-nav-sec-top ul li
    {
        min-height: 150px;
    }

}




@media screen and (min-width: 1421px) and (max-width: 1590px){
{
.razer-home-mid-sec-img-left .razer-home-mid-sec-txt
{
    padding: 15px;
}
p.gaming-peripherals-inner-text
{
    width: 33%;
}

p.gaming-peripherals-inner-text
{
    margin-bottom: 3px;
}

p.gaming-peripherals-inner-text
{
    font-size: 14px;
    width: 52%;
}

.finding-right-fit p.gaming-peripherals-inner-text
{
    font-size: 14px;  
}


}


