@font-face {
    font-family: 'Conv_Metropolis-Medium';
    src: url('../fonts/Metropolis-Medium.eot');
    src: local('☺'), url('../fonts/Metropolis-Medium.woff') format('woff'), url('../fonts/Metropolis-Medium.ttf') format('truetype'), url('../fonts/Metropolis-Medium.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body{
    font-family: 'Raleway', sans-serif;
}

a:hover{
    text-decoration: none;
}

img {
    max-width: 100%;
}

p{
    font-size: 18px;
    line-height: 27px;
}

.orangeTxt{
    color: #FF931E;
}


b, strong{
    font-weight: 700;
}

.site_header .head_top {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    background: #000;
    color: #fff;
    padding: 5px 0;
}

.logo_sec {
    padding: 15px 0;
    border-bottom: 1px solid #E5E5E5;
}

.left_sec {
    color: #494B4D;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.left_sec .heading {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 45px;
    margin-top: 45px;
    color: #333333;
    margin-bottom: 20px;
}

.left_sec p {
    padding: 30px 0px 0px 0px;
    margin-bottom: 0px;
}


.left_sec p strong {
    font-weight: 700;
}

.left_sec span.available {
    font-family: 'Conv_Metropolis-Medium';
    font-weight: 600;
    font-size: 24px;
    color: #333333;
    display: block;
    padding-bottom: 10px;
}

.left_sec figure {
    margin: 25px 0;
}

.left_sec p.bg-red {
    background: #FFF1DA;
    padding: 30px;
        margin-top: 40px;
}

.bg-red a {
    color: #29abe2;
}

.tickList li{
    list-style: none;
    position: relative;
    padding-bottom: 25px;
}

.tickList li:last-child{
    padding-bottom: 0px;
}


.tickList li::before {
    content: "";
    background-image: url(../images/tick.png);
    background-position: center;
    position: absolute;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    left: -40px;
    background-size: contain;
        top: 7px;
}

.reviews {
    background: #F7F7F7;
        padding: 40px 15px;
    margin-top: 80px;
}

.reviews h4{
    font-size: 40px;
    font-weight: 700;
    line-height: 40px;
}

.reviews ul {
    max-width: 620px;
}

.reviews ul li{
    list-style: none;
    padding-bottom: 50px;
}

.clientRating i{
    color: #FEC41E;
    margin: 0px 2px;
}


.redTxt{
    color: red;
}


.blueBtn {
    background: #ff931e;
    padding: 15px;
    border-radius: 5px;
    border-bottom: 4px solid #ad6313;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
}

a{
    font-weight: 700;
    color: #29ABE2;
}


.yllwBox {
    max-width: 650px;
    padding: 40px;
    background: #fff;
    border-radius: 15px;
    border: 6px solid #ecb042;
    margin: 40px auto 40px;
}


.yllwBox .blueBtn {
    padding: 30px 40px;
    margin: auto;
    width: calc(100% - 20px);
}



footer ul li{
    list-style: none;
    font-weight: 400;
    color: #333;
    border-right: 2px solid #333;
}

footer ul li:last-child{
    border-right: none;
}


footer ul li:first-child a{
    padding-left: 0px;
}

footer{
    font-family: 'Montserrat', sans-serif;
}

footer ul li a{
    color: #333;
    font-weight: 600;
    display: block;
    padding: 0px 15px;
    font-family: 'Montserrat', sans-serif;
}

.proWrapper {
    top: 130px;
    position: -webkit-sticky;
    position: sticky;
}

.pt-260{
    padding-top: 260px;
}

.proWrapper h4 {
    font-size: 22px;
    line-height: 30px;
}

.violtBtn {
    background: #ff931e;
    padding: 10px 15px;
    border-radius: 5px;
    border-bottom: 4px solid #ad6313;
    font-size: 13px;
}


.proWrapper img{
    max-width: 180px;
    margin-bottom: 20px;
}

@media(max-width:991px){
    .pt-260{
        top: 0px;
        padding-top: 50px;
    }
}

@media(max-width:767px){
    
    .left_sec .heading {
        font-size: 20px;
        line-height: normal;
        margin-top: 25px;
        margin-bottom: 10px !important;
    }
    
    .left_sec p {
        padding: 0px 0px 20px 0px;
        line-height: normal;
    }
    
    .left_sec span.available {
        font-size: 16px;
        line-height: normal;
    }
    
    .left_sec p.bg-red{
        margin-bottom: 30px;
        margin-top: 10px;
    }
    
    
    
    footer ul li {
        width: 100%;
        text-align: center;
        border: none;
    }
    
    footer ul li:first-child a {
        padding-left: 30px;
    }
    
    
    footer p{
        font-size: 14px;
    }
    
    .reviews {
        padding: 10px 15px;
        margin-top: 20px;
    }
    
    .pt-260 {
        padding-top: 0px;
    }
    
}



/*
@media(max-height:800px){
    .proWrapper h4 {
        font-size: 14px;
        line-height: normal;
    }
    
    .proWrapper img {
        width: 100%;
    }
    
    .violtBtn {
        padding: 10px;
        font-size: 12px;
    }
    
}
*/




