/* New Home Page CSS */
body {
    color: #000000;
    font-family: Verdana,Arial,sans-serif;
    font-size: 12px;
    list-style: none;
}
h1 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 26.4px; } h3 { font-family: Lato; font-size: 24px; font-style: normal; font-variant: normal; font-weight: 700; line-height: 1.2em; } p { font-family: Lato; font-size: 14px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 20px; } blockquote { font-family: Lato; font-size: 21px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 30px; } pre { font-family: Lato; font-size: 13px; font-style: normal; font-variant: normal; font-weight: 400; line-height: 18.5714px; }
.container {
    max-width: 1200px;
}
.top-banner{
    background-image:url("../images/new-home-banner.jpg");
    background-repeat: no-repeat;
    height: 249px;
    background-size: cover;
}
.banner-content {
    padding-left: 50px;
    padding-top: 50px;
    color:#0f438e;
    font-family: lato;
}
.header-menu #MenuBar1{
    right: 0px;
    width: 100%;

}
.header-menu .menus {
    float:right;
}

.ttk-logo{
    float:right;
}
.logo-bar{
    width:100%;
    padding-top:20px;
}
.header-menu {
    margin-top: -10px;
}
.banner-content h3{
    font-weight:bold;
    font-family: lato;
	color: #0f438e;
}
.banner-content h2{
    font-weight:bold;
    font-family: lato;
    margin-top: 24px;
	color: #0f438e;
}
.right-btn {
    display: inline-block;
    width: 300px;
    float: right;
    font-family: lato;
    margin-top: -25px;
}
.right-btn p{
    float: left;
    font-weight:bold;
    font-size:20px;
    color:#0f438e;
    text-align:center;
	font-family:lato;
	line-height:unset;
}
.right-btn p small {
    font-size:14px;
    font-weight:bold;
	font-family:lato;
}
button.btn.btn-register {
    background-color: #ffa006;
    background-image: linear-gradient(#ffa006 50%, #ffc851 70%);
    border: 1px solid #ff9e00;
    padding: 5px 25px;
    font-weight: 900;
    font-size: 18px;
    margin-left:20px;
    margin-top: 10px;
}
button.btn.btn-register:hover {
    background-color: #e9e9e9;
    background-image: linear-gradient(#e9e9e9 50%, #f6f6f6 70%);
    border: 1px solid #faf9f9;
}
.ymii-services{
    margin-top:30px;
}
.ymii-services .card{
    border:none;
    font-family:lato;
    text-align:center;
    margin-bottom:20px;
}
.ymii-services .card-title{
    font-size:18px;
    font-weight:bold;
    color:#1668b2;
	font-family:lato;
}
.ymii-services .card-text{
    height: 90px;
    color: #516270;
    font-size: 12px;
    font-weight: bold;
	font-family:lato;
}
.ymii-services .btn-card {
    font-size: 14px;
    padding: 5px 10px;
    width: 100px;
    background-color:#1668b2;
    border:2px solid #1668b2;
	font-family:lato;
}
.ymii-services .btn-card:hover {
    color:#1668b2;
    border-color:#1668b2;
    background-color:#fff;
}
.ymii-contant {
    text-align: center;
    color:#1668b2;
    font-family:lato;
}
.ymii-contant h4, .ymii-contant h5 {
    font-weight:bold;
	color: #1668b2;
    font-family:lato;
}
.icon-block {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border: 2px solid #fff;
    transition: all 1s ease;
    margin-bottom: 30px;
}
.sale-enquiry {
    margin-bottom: 30px;
}
.icon-block:hover {
    background: #e9e9e9;
    border-radius:10px;
    cursor:pointer;
}
.link-text {
    margin-left: 15px;
    font-size: 15px;
    font-weight: 800;
}
.link-text a{
    color:#1668b2;
    text-decoration:none;
	font-family:lato;
}
.link-text a:hover{
    text-decoration:none;
}
footer.bottom-footer {
    border-top: 1px solid #516270;
}
.bottom-footer #fotter .botlinks {
    padding-top: 0px;
}
.bottom-footer #fotter {
    width:100%;
}
.bottom-footer #fotter .botlinks {
    text-align: right;
}
.bottom-footer #bottom_links {
    padding-left: 0px;
}
/*Resposive CSS*/
@media screen and (min-device-width: 1024px) and (max-device-width: 1190px) { 
    .banner-content {
        padding-left: 110px;
        padding-top: 30px;
    }
    .right-btn {
        margin-top: -5px;
    }
}
@media screen and (min-device-width: 1024px) and (max-device-width: 1190px) { 
    .banner-content {
        /*padding-left: 110px;*/
        padding-top: 30px;
    }
    .right-btn {
        margin-top: -5px;
    }
}
@media screen and (min-device-width: 992px) and (max-device-width: 1024px) { 
    .ymii-services .card-title {
        font-size: 17px;
    }
    .ymii-services .card-text {
        height: 120px;
    }
}
@media screen and (min-device-width: 970px) and (max-device-width: 1024px) { 
    .banner-content h3 {
        font-size: 24px;
    }
    .banner-content h2 {
        font-size: 30px;
    }
}

@media screen and (min-device-width: 768px) and (max-device-width: 970px) { 
    .banner-content h3 {
        font-size: 16px;
    }
    .banner-content h2 {
        font-size: 20px;
    }
    .right-btn {
        margin-top: 0px;
    }
}
@media screen and (min-device-width: 860px) and (max-device-width: 900px) { 
    .banner-content {
        padding-left: 100px;
    }
    .right-btn {
        margin-top: 10px;
    }
    .right-btn p {
        font-size: 18px;
    }
    button.btn.btn-register {
        margin-top: 0px;
    }
}
@media screen and (min-device-width: 768px) and (max-device-width: 860px) { 
    .banner-content {
        padding-left: 100px;
    }
    .right-btn {
        margin-top: 10px;
    }
    .right-btn p {
        font-size: 18px;
    }
    button.btn.btn-register {
        margin-top: 0px;
    }
}
@media screen and (min-device-width: 411px) and (max-device-width: 767px) { 
    .banner-content h3 {
        font-size: 18px;
    }
    .banner-content h2 {
        font-size: 24px;
    }
    .right-btn {
        margin-top: 0px;
    }
    button.btn.btn-register {
        margin-top: 0px;
    }
}
@media screen and (max-width: 1024px) {
    .top-banner{
        background-image:url("../images/tablet-banner.jpg");
    }
}
@media screen and (max-width: 767px) {
    .top-banner{
        background-image:url("../images/mobile-banner.jpg");
        background-position: left top;
    }
    .header-menu {
        margin-top: 5px;
    }
    .bottom-footer #fotter .botlinks {
        text-align: unset;
    }
    footer.bottom-footer {
        text-align: center;
    }
    footer.bottom-footer #getfriday {
        margin: 0 auto;
    }
    footer.bottom-footer #fotter {
        float: none;
        padding-left: 0px;
    }
}
@media screen and (max-width: 575px) {
    .ymii-services .card-text {
        height: auto;
    }
}
@media screen and (max-width: 411px) {
    .banner-content h3 {
        font-size: 16px;
    }
    .banner-content h2 {
        font-size: 20px;
    }
    .right-btn {
        margin-top: 20px;
    }
    .banner-content {
        padding-left: 0px;
        padding-top: 20px;
    }
    button.btn.btn-register {
        margin-top: 0px;
    }
    .ttk-logo img{
        height:34px;
    }
    .header-menu {
        margin-top: 10px;
    }
}
@media screen and (max-width: 360px){
    .ttk-logo img {
        height: 24px;
    }
}