/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17/01/2020, 10:13:47 AM
    Author     : OEM
*/

.slogan-holder{
    padding: 100px;
    font-size: 25px;
    font-family: GothamBold;
}

.product-type-wrapper{
    padding-top: 30px;
}

.product-type-holder{
    position: relative;
    margin-bottom: 20px;
}

.product-type-holder .type-left{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 45%;
}
.product-type-holder .type-right{
    width: 55%;
    float: right;
    padding: 30px;
    background-color: #E6E7E9;
}

.product-type-holder .type-right .type-title{
    color: #102843;
    font-size: 16px;
    font-family: GothamBold;
    padding-bottom: 10px;
}

.product-type-holder .type-right .type-content{
    padding-bottom: 25px;
}

.type-availablity img{
    max-width: 100%;
    height: auto;
}

@media (max-width: 767px){
    
    .product-type-holder .type-left{
        position: relative;
        width: 100%;
        height: 250px;
    }
    
    .product-type-holder .type-right{
        width: 100%;
    }
    
}