/*
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 : Nov 19, 2019, 1:14:51 PM
    Author     : vinay
*/
.navbar {
    padding: 2vw 7vw 2vw 7vw;
}
.section-tou{
    background: #fff;
    padding: 3.29vw 7vw 5vw 7vw;
    float: left;
}
.legal-main-heading{
    margin-bottom: 3rem;
    float: left;
    width: 100%;
}
.legal-main-content{
    float: left;
    width: 100%;
}
.legal-main-content>span{
    font-size: 1.8rem;
    color: #FDB42A;
    float: left;
    width: 100%;
    margin-bottom: 2rem;
}
.legal-main-content>p{
    float: left;
    width: 100%;
    font-size: 1.2rem;
    color: #000;
    margin-bottom: 4.5rem;
}
/************ contact us CSS bloc **/

.section-contactus{
    background: #fff;
    padding: 3.29vw 7vw 5vw 6vw;
    float: left;
    width: 100%;
}
.contactus-main-heading{
    margin-bottom: 3rem;
    float: left;
    width: 100%;
}
.form-control-input {
    height: 4rem;
    border-radius: 0.5rem;
}
.form-control{
    color: #606060;
    font-size: 1.2rem;
}
.contact-us-submit{
    background: #EE4141;
    font-size: 1rem;
    padding: 0.5rem 3rem 0.5rem 3rem;
    border-radius: 1.2rem;
    margin-top: 3rem;
}
.address-block{
    background: #2A292E;
    color: #fff;
    padding: 0 7vw 5vw 6vw;
}
.address-sec1{
    float: left;
}
.address-sec2{
    float: left;
}
.address-sec3{
    float: left;
}
.address-sec1>span{
    float: left;
    width: 100%;
}
.address-sec2>span{
    float: left;
    width: 100%;
}
.address-sec3>span{
    float: left;
    width: 100%;
    padding-right: 1vw;
}
span.address-content.PoppinsRegular {
    font-size: 1rem;
}
span.PoppinsSemiBold.address-heading {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.address-content>i{
    margin-right: 1rem;
}

@media screen and (min-width: 992px) and (max-width: 1200px){    
    span.address-content.PoppinsRegular {
        font-size: 1rem;
    }
    span.PoppinsSemiBold.address-heading {
        font-size: 1.2rem;
        margin-bottom: 1rem;
    }
    
}

@media screen and (min-width: 768px) and (max-width: 991px){    
    span.address-content.PoppinsRegular {
        font-size: 1rem;
    }
    span.PoppinsSemiBold.address-heading {
        font-size: 1.4rem;
        margin-bottom: 1rem;
    }
    
}
@media screen and (min-width: 320px) and (max-width: 767px){    
    span.address-content.PoppinsRegular {
        font-size: 0.8rem;
    }
    span.PoppinsSemiBold.address-heading {
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .address-content>i {
    margin-right: 0.4rem;
}
    
}


@media screen and (max-width: 768px) {
    .legal-main-content>span{
        font-size: 1.6rem;
    }
    .legal-main-content>p{
        font-size: 0.9rem;
    }
}
.address-block>div{
    margin-top: 5vw;
}