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

@media screen and (max-width: 1900px) { }

@media screen and (max-width: 1366px) { 
    
    
}

@media screen and (max-width: 1200px) {
    .HeaderLeftContent{
        font-size:36px;
        line-height:36px;
    } 
    .HeaderLeftTitle{
        font-size:55px;
        line-height:55px;        
    }
    .divGetInTouchInput {
        margin: 50px 70px;
    }
    .divFooter{
        font-size:32px;
    }
}

@media screen and (max-width: 1166px) { }

@media screen and (max-width: 1024px) { 
    .divServicesTitle{
        font-size:36px;
    }
}

@media screen and (max-width: 1000px) { 
    .HeaderLeftTitle{
        font-size:45px;
        line-height:45px;        
    }
    .HeaderLeftContent{
        font-size:30px;
        line-height:30px;
    }     
    .divAboutUsTitle{
        font-size:38px;
        line-height:38px;
    }
    .divServicesTitle{
        padding-top:10px;
    }
    .divGetInTouchInput {
        margin: 50px 0px;
    }
    .divFooter {
        font-size: 25px;
    }
}

@media screen and (max-width: 960px) { 
    .divServicesTitle{
        font-size:27px;
    }
}

@media screen and (max-width: 800px) { 
    .divHeader{
        background:url("../images/banner.png") no-repeat top center;
    }
    .divHeaderThanks{
        background:url("../images/banner.png") no-repeat top center;
    }
    .Logo{
        padding:0px;
    }
    .shadow{
        background:url("../images/shadow.png") no-repeat center;
        margin-top:10px;
        padding-top:20px;
        padding-left:0px;
        padding-bottom:20px;
        margin-bottom:10px;
        text-align:center;
    }
    .HeaderLeftTitle{
        font-size:40px;
        line-height:40px;        
    }
    .divLogo{
        text-align:center;
    }
    .divHeader{
        padding:20px 0px 20px 0px;
    }
    .divHeaderThanks{
        padding:20px 0px 20px 0px;
    }
    .divEnquiryBoxInput textarea{
        height:55px;
    }
    .divAboutUsTitle{
        font-size:35px;
        line-height:35px;
    }
    .divServicesBox {
        padding: 10px 0px;
    }
    .divEyeTitle{
        font-size:45px;
        line-height:50px;
    }
    #EmailGetinTouch {
        margin: 0px 0px 5px 0px;
    }
    .divGetInTouchInput textarea{
        margin-top:0px;        
    }
    .divFooterContent{
        margin:20px 0px;
    }
    
}
@media screen and (max-width: 768px) { 
    .AgeTextbox{
        margin-top:0px;
    }
}
@media screen and (max-width: 700px) { 
    
}

@media screen and (max-width: 550px) { 
    .divEyeTitle{
        font-size:42px;
        line-height:50px;
    }
}

@media screen and (max-width: 480px) { 
    .HeaderLeftTitle{
        font-size:35px;
        line-height:35px;        
    }
    .HeaderLeftContent{
        font-size:22px;        
        line-height:22px;        
    }
    .divAboutUsTitle{
        font-size:30px;
        line-height:32px;
    }
    .divServicesTitle {
        font-size: 25px;
    }
    .divEyeTitle {
        font-size: 36px;
        line-height: 45px;
    }
    .divGetInTouchTitle{
        font-size:32px;
    }
    .divFooter {
        font-size: 23px;
    }
}

@media screen and (max-width: 360px) { 
    .shadow{
        background:url("../images/shadow_mobile.png") no-repeat center;
        margin-top:20px;
        padding-top:20px;
        padding-left:0px;
        padding-bottom:20px;
        margin-bottom:20px;
        text-align:center;
    }
    .divHeader{
        background:#afd0ed url("../images/banner_mobile.png") no-repeat bottom center;
        padding:50px 0px;
    }
    .divHeaderThanks{
        background:#afd0ed url("../images/banner_mobile.png") no-repeat;
        padding:50px 0px;
    }
    .HeaderLeftTitle{
        font-size:30px;        
        line-height:30px;                
    }
    .HeaderLeftContent{
        font-size:20px;        
        line-height:20px;                    
    }
    .divAboutUsTitle{
        font-size:22px;
        line-height:32px;
    }
    .divAboutUsContent{
        font-size:14px;        
    }
    .divServicesTitle {
        font-size: 23px;
    }
    .divEyeTitle {
        font-size: 34px;
        line-height: 40px;
    }
    .divGetInTouchTitle{
        font-size:28px;
    }
    .divFooter {
        font-size: 21px;
    }
    
}
@media screen and (max-width: 320px) { }