﻿.carousel .carousel-dots-container {
    margin-top: var(--space-base);
    text-align: center;
    display: flex;
    bottom: 8%;
    align-items: center;
    position: absolute;
    width: 100%;
    justify-content: center;
}

.carousel .carousel-dots-container .carousel-dot{
    width: 11px;
    height: 11px;
}

/**** Mobile" portrait ******/
 @media screen and (orientation: portrait) and (max-width:515px){
     .carousel .carousel-dots-container .carousel-dot{
         height: 7px;
        width: 7px;
     }
 }

.toptitle-sure-wrap{
    margin-left: 5.3%;
    gap: 24px;
}
.sure-toyota{
font-weight: 400;
font-style: Regular;
font-size: 28px;
line-height: 75px;
letter-spacing: 7.2px;
vertical-align: middle;

} 

.sure-toyota-red{
font-weight: 600;
font-style: Regular;
font-size: 44.01px;
line-height: 75px;
letter-spacing: 7.2px;
vertical-align: middle;
color:  #E01A2D;
}

.sure-toyota-th{
font-weight: 400;
font-style: Regular;
font-size: 24px;
line-height: 26.1px;
letter-spacing: 0.27px;
vertical-align: middle;

}

/**** Ipad Pro Portrait ****/
@media screen and (orientation:portrait) and  (max-width:834px){
    .toptitle-sure-wrap{
    gap: 16px;
    margin-left: 4.3%;
}
    .sure-toyota {
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 7.2px;
}
    .sure-toyota-red {
    font-weight: 600;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 7.2px;
    color: #E01A2D;
}
    .sure-toyota-th {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0.27px;
    vertical-align: middle;
}
    .sure-certified .logo{
        margin-right: 16px;
    }
}

/*** Ipad Pro 11" Landscape ****/
@media screen and (orientation:landscape) and (max-width:1194px){
    .toptitle-sure-wrap {
    margin-left: 5.3%;
    gap: 16px;
}
    .sure-toyota {
        font-size: 24px;
    }
    .sure-toyota-red {
        font-size: 26px;
    }
    .sure-toyota-th {
        font-size: 24px;
    }
}

/**** Mobile" portrait ******/
 @media screen and (orientation: portrait) and (max-width:515px){
         .toptitle-sure-wrap{
    gap: 4px;
    margin-left: 3.3%;
}
    .sure-toyota {
    font-weight: 400;
    font-size: 8px;
    line-height: 100%;
    letter-spacing: 2.2px;
}
    .sure-toyota-red {
    font-weight: 600;
    font-size: 9px;
    line-height: 100%;
    letter-spacing: 2.2px;
    color: #E01A2D;
}
    .sure-toyota-th {
    font-weight: 400;
    font-style: Regular;
    font-size: 8px;
    line-height: 100%;
    letter-spacing: 0.27px;
    vertical-align: middle;
}
    .sure-certified .logo{
       width: 80px;
    height: 41px;
    margin-right: 8px;
    margin-top: 2px;
    margin-bottom: 2px;
    }
 }

 /**** Mobile" Landscape ****/
 @media screen and (orientation:landscape) and (max-height:435px) and (max-width:940px){
     .toptitle-sure-wrap {
    margin-left: 4%;
    gap: 8px;
}
    .sure-toyota {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 75px;
    letter-spacing: 7.2px;
    vertical-align: middle;
}
    .sure-toyota-red {
    font-weight: 600;
    font-style: Regular;
    font-size: 18.01px;
    line-height: 75px;
    letter-spacing: 7.2px;
    vertical-align: middle;
    color: #E01A2D;
}

    .sure-toyota {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 75px;
    letter-spacing: 7.2px;
    vertical-align: middle;
}
    .sure-toyota-th {
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 26.1px;
    letter-spacing: 0.27px;
    vertical-align: middle;
}

 }
