                body {
                    font-family: 'Roboto', sans-serif;
                    color: #090f47;
                }
                
                .nav-item {
                    font-weight: 600;
                }
                
                li.nav-item a.nav-link {
                    color: #45536b;
                }
                
                li.nav-item a.nav-link:hover {
                    color: #090f47;
                }
                
                .header-cta {
                    font-size: 16px;
                    font-weight: 600;
                    color: #45536b;
                }
                
                a.header-cta-left {
                    background-color: #fff;
                    color: #00bf71;
                    border: 1px #00bf71 solid;
                    border-radius: 20px;
                    padding: 9px 13px;
                }
                
                a.header-cta-right {
                    background-color: #00bf71;
                    color: #fff;
                    border-radius: 20px;
                    padding: 9px 13px;
                }
                
                a.header-cta-left:hover {
                    border: 1px #090f47 solid;
                    color: #090f47;
                }
                
                a.header-cta-right:hover {
                    background-color: #090f47;
                    color: #fff;
                }
                /*.banner-section {background-color: #f8fdf9; height:800px;}*/
                
                .banner-section {
                    position: relative;
                    z-index: 999;
                    padding-top: 140px;
                    padding-bottom: 110px;
                    background: url(../img/internship-options-in-australia/internship-in-australia-banner.jpg) top center no-repeat;
                    background-size: cover;
                    min-height: 750px;
                }
                
                .banner-section h4 {
                    width: 80%;
                }
                
                .banner-content {
                    color: #090f47;
                }
                
                #who_apply {
                    background-image: url('../img/internship-options-in-australia/internship-background.jpg');
                }
                
                .banner-content h1 {
                    font-size: 3.5rem;
                    font-weight: 800;
                    width: 100%;
                }
                
                .form-container {
                    background-color: #fff;
                    padding: 3em;
                }
                
                .form-container h3 {
                    color: #090f47;
                }
                
                .btn-submit {
                    background-color: #00bf71;
                    border: 1px #00bf71 solid;
                }
                
                .sat-features .box {
                    background-color: #fff;
                    box-shadow: 0 0px 11px 1px rgb(0 191 113 / 11%);
                    padding: 20px;
                    text-align: center;
                    margin: 40px 0 0;
                    min-height: 300px;
                    border-radius: 12px;
                }
                
                .sat-features .box:hover {
                    transform: translateY(-10px);
                    cursor: pointer;
                    transition: .2s;
                }
                
                .sat-features .box img {
                    width: 20%;
                }
                
                .profile-pic {
                    width: 70px;
                    border-radius: 100px;
                }
                
                .ins-item {
                    border: 1px #ccc solid;
                    border-radius: 5px;
                }
                
                .testimonial-section .card-body {
                    min-height: 391px !important;
                }
                
                .why-internship ul li {
                    background-image: linear-gradient(45deg, rgba(55, 125, 255, .05) 0%, transparent 100%);
                    padding: 20px;
                    margin-bottom: 10px;
                    box-shadow: 0 0px 11px 1px rgb(255 255 255);
                    font-weight: 600;
                    list-style: none
                }
                /*common css*/
                
                h2.subtitle {
                    color: #090f47;
                    font-size: 3em;
                    width: 60%;
                    margin: auto;
                    font-weight: 800;
                }
                
                .w-8 {
                    width: 80%;
                    margin: auto;
                }
                
                .text-white {
                    color: #fff;
                }
                
                @media only screen and (min-width:1200px) {
                    .container {
                        width: 75%;
                        max-width: 1920px;
                    }
                    #phone {
                        width: 100%;
                    }
                }
                
                @media only screen and (max-width:500px) {
                    #phone {
                        width: 321px;
                    }
                    .banner-content {
                        margin-top: -141px !important;
                    }
                    .banner-content h1 {
                        font-size: 38px;
                        font-weight: 800;
                        width: 100%;
                        margin-bottom: 12px;
                    }
                    .form-container {
                        padding: 2em;
                        width: 386px;
                        margin-left: -21px;
                    }
                    .form-container h3 {
                        font-size: 22px;
                    }
                    h2.subtitle {
                        color: #090f47;
                        font-size: 2em;
                        width: 100%;
                        margin: auto;
                    }
                }