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


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1920px) {


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1536px) {


}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {
  

}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {
  

  
}


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {
  
	
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
  

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {
  

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {
    .logo_sec h1 {
        font-size: 25px;
    }

    .vector_top img {
        width: 80px;
    }

    h1 {
        font-size: 28px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {
    /* .logo_sec img {
        width: 100px;
        height: auto;
    } */

    .logo_sec h1 {
        font-size: 26px;
    }

    .vector_top img {
        width: 80px;
    }

    h1 {
        font-size: 25px;
    }


}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    h1 {   
        font-size: 22px;
    }

    .vector_top img {
        width: 75px;
    }

    p {
        font-size: 12px;
    }

    .content_box {
        padding: 35px;
    }

}

@media only screen and (max-width : 460px) {
    .vector_top {
        top: -19px;
        right: 5px;
    }

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {
    .vector_top img {
        width: 70px;
    }

    .content_box {
        padding: 25px;
    }

    h1 {
        font-size: 23px;
    }

    .vector_top img {
        width: 78px;
    }

    .logo_sec img {
        width: 130px;
    }

    .logo_sec h1 {
        font-size: 22px;
    }
}


/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {
  

}


@media only screen and (max-width : 320px) {



}

@media only screen and (min-width: 992px) {
    
    
}





