    html,
    * {
        -webkit-box-sizing: border-box !important;
        -moz-box-sizing: border-box !important;
        box-sizing: border-box !important;
    }
    
    body {
        font-family: 'Gotham_Book', Gotham-Book, Verdana, Arial, sans-serif !important;
        font-size: 16px;
        line-height: 22px;
        color: #6d6e71;
    }
    
    #myBtn {
        display: none;
        padding: 15px;
    }
    #reach-us{
        margin-left: 50% !important;
    }
    
    #recaptcha {
        margin-left: 17%;
    }
    
    hidden-md {}
    
    .btn-primary {
        color: #fcfcfc;
        background-color: #cf1d61;
        border-color: #cf1d61;
    }
    
    .btn-primary:hover {
        background-color: #0e529f;
        border-color: #0e529f;
    }
    
    .btn-outline-primary {
        border-color: #0e529f;
        color: #0e529f;
    }
    
    .btn-outline-primary:hover {
        background-color: #0e529f;
        border-color: #0e529f;
    }
    
    .brand-pink {
        color: #cf1d61;
    }
    
    .brand-blue {
        color: #0e529f;
    }
    
    .bg-brand-pink {
        background-color: #cf1d61;
        color: #ffffff;
    }
    
    .bg {
        background-image: url("../img/banner.png");
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    @media screen and (min-width: 320px) {
        #myBtn {
            display: block;
        }
        #recaptcha {
            margin-left: 12%;
        }
    }
    
    @media(min-width:1000px) {
        #myBtn {
            display: none !important;
        }
    }
    /* 1920/1080, 1366/768, 1280/720 */