@font-face {
    font-family: 'nunitobold';
    src: url('../fonts/nunito-bold-webfont.eot');
    src: url('../fonts/nunito-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nunito-bold-webfont.woff2') format('woff2'),
         url('../fonts/nunito-bold-webfont.woff') format('woff'),
         url('../fonts/nunito-bold-webfont.ttf') format('truetype'),
         url('../fonts/nunito-bold-webfont.svg#nunitobold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'nunitobold_italic';
    src: url('../fonts/nunito-bolditalic-webfont.eot');
    src: url('../fonts/nunito-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nunito-bolditalic-webfont.woff2') format('woff2'),
         url('../fonts/nunito-bolditalic-webfont.woff') format('woff'),
         url('../fonts/nunito-bolditalic-webfont.ttf') format('truetype'),
         url('../fonts/nunito-bolditalic-webfont.svg#nunitobold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunitoitalic';
    src: url('../fonts/nunito-italic-webfont.eot');
    src: url('../fonts/nunito-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nunito-italic-webfont.woff2') format('woff2'),
         url('../fonts/nunito-italic-webfont.woff') format('woff'),
         url('../fonts/nunito-italic-webfont.ttf') format('truetype'),
         url('../fonts/nunito-italic-webfont.svg#nunitoitalic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunitolight';
    src: url('../fonts/nunito-light-webfont.eot');
    src: url('../fonts/nunito-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nunito-light-webfont.woff2') format('woff2'),
         url('../fonts/nunito-light-webfont.woff') format('woff'),
         url('../fonts/nunito-light-webfont.ttf') format('truetype'),
         url('../fonts/nunito-light-webfont.svg#nunitolight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunitolight_italic';
    src: url('../fonts/nunito-lightitalic-webfont.eot');
    src: url('../fonts/nunito-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nunito-lightitalic-webfont.woff2') format('woff2'),
         url('../fonts/nunito-lightitalic-webfont.woff') format('woff'),
         url('../fonts/nunito-lightitalic-webfont.ttf') format('truetype'),
         url('../fonts/nunito-lightitalic-webfont.svg#nunitolight_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunitoregular';
    src: url('../fonts/nunito-regular-webfont.eot');
    src: url('../fonts/nunito-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nunito-regular-webfont.woff2') format('woff2'),
         url('../fonts/nunito-regular-webfont.woff') format('woff'),
         url('../fonts/nunito-regular-webfont.ttf') format('truetype'),
         url('../fonts/nunito-regular-webfont.svg#nunitoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunitosemibold';
    src: url('../fonts/nunito-semibold-webfont.eot');
    src: url('../fonts/nunito-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nunito-semibold-webfont.woff2') format('woff2'),
         url('../fonts/nunito-semibold-webfont.woff') format('woff'),
         url('../fonts/nunito-semibold-webfont.ttf') format('truetype'),
         url('../fonts/nunito-semibold-webfont.svg#nunitosemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'nunitosemibold_italic';
    src: url('../fonts/nunito-semibolditalic-webfont.eot');
    src: url('../fonts/nunito-semibolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nunito-semibolditalic-webfont.woff2') format('woff2'),
         url('../fonts/nunito-semibolditalic-webfont.woff') format('woff'),
         url('../fonts/nunito-semibolditalic-webfont.ttf') format('truetype'),
         url('../fonts/nunito-semibolditalic-webfont.svg#nunitosemibold_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
    color: #242424;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000;
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;  
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

strong, b {
    font-family: 'nunitobold', Arial, Helvetica, sans-serif;
    font-weight: normal;
}

img {
    max-width: 100%;
}

a[href], input[type='submit'], input[type='image'], label[for], select, button, .pointer {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.navbar.navbar-light {
    background-color: #9ad9ea;
    padding: 30px 80px;
}

.navbar-light .navbar-brand img {
    width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-item {
    padding: 0 42px;
}

.navbar-expand-lg .navbar-nav .nav-item:last-child {
    padding-right: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    font-family: 'nunitobold', Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #6b6b6b;
}

.main-banner {
    background: #000;
}

.main-banner img {
    max-width: 100%;
    /* max-height: 550px; */
}

.hide-seat {
    font-size: 20px;
}
.inner-banner {
    /* position: absolute; */
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 15px;
}

.inner-banner .col-sm-5 {
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}

.inner-banner .col-sm-7 {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}

.inner-banner h3 {
    font-family: 'nunitolight', Arial, Helvetica, sans-serif;
    font-size: 80px;
    line-height: 140px;
    color: #fff;
}

.type-of-car-seat {
    padding: 70px 80px;
    background-color: #d2eaf6;
    font-size: 16px;
    color: #5e5e5e;
    font-family: 'nunitosemibold', Arial, Helvetica, sans-serif;
}

.type-of-car-seat h2, .helpful-info-wrapper h2, .car-seat-finder-wrapper h2 {
    font-family: 'nunitobold', Arial, Helvetica, sans-serif;
    /* font-size: 55px; */
    font-size: 52px;
    line-height: 54px;
    color: #242424;
}

.type-of-car-seat h2 span, .helpful-info-wrapper h2 span, .car-seat-finder-wrapper h2 span {
    font-family: 'nunitosemibold', Arial, Helvetica, sans-serif;
    font-size: 24px;
    color: #353535;
    display: block;
    /* line-height: 50px; */
}

.type-of-car-seat h3, .helpful-info-wrapper  h3, .car-seat-finder-wrapper h3 {
    font-family: 'nunitobold', Arial, Helvetica, sans-serif;
    font-size: 28px;
    color: #353535;
}

.type-of-car-seat .custom-control .custom-control-label {
    color: #5e5e5e;
    font-family: 'nunitosemibold', Arial, Helvetica, sans-serif;
    font-size: 16px;
    padding-top: 5px;
}

.type-of-car-seat .custom-control-label:before, .custom-control-label:after {
    border-radius: 0;
    width: 22px;
    height: 22px;
    left: -32px;
    top: 0;
}

.type-of-car-seat .custom-control {
    padding-left: 40px;
}

.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 30px;
}

.type-box {
    background-color: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.45);
    height: 240px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 50px 15px;
    width: 100%;
}

.type-of-car-seat .type-box img {
    max-width: 90%;
}

.helpful-info-wrapper {
    background-color: #9ad9ea;
    padding: 50px 80px;
}

.helpful-info-wrapper .product-box {
    background: #fff;
    border: 7px solid #363636;
    border-radius: 50%;
    height: 200px;
    width: 200px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.helpful-info-wrapper .product-box img {
    max-width: 75%;
}

.car-seat-finder-wrapper {
    background-color: #d2eaf6;
    padding: 50px 80px;
}

.child-info-box {
    background-color: #c7bfe6;    
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.45);
    padding: 26px 30px;
    display: inline-flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    width: calc(100% - 20px);
}

.child-info-box img {
    width: 130px;
}

.car-seat-finder-wrapper .form-control {
    height: 48px;
}

.car-seat-finder-wrapper label {
    font-size: 28px;
    font-family: 'nunitobold', Arial, Helvetica, sans-serif;
}

.car-seat-finder-wrapper .lebel-control {
    font-family: 'nunitosemibold', Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #505050;
    align-items: flex-end;
    display: inline-flex;
    padding-bottom: 5px;
}

.car-seat-finder-wrapper .btn-get-result {
    height: 60px;
    color: #fff;
    font-family: 'nunitobold', Arial, Helvetica, sans-serif;
    font-size: 24px;
    background-color: #3f47cc;
    border-color: #3f47cc;
    padding: 0 50px;
    border-radius: 0;
    box-shadow: 0 0 0;
}

.btn-primary {
    background-color: #f26521;
    border-color: #f26521;
}

.poster-wrapper {
    background-color: #9ad9ea;
    padding: 40px 80px;
}

.poster-wrapper .col-2dot4 {
    padding: 0 16px;
}

.poster-wrapper .poster-box {
    background-color: #fff;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.45);
    padding: 20px;
    /* width: calc(100% - 85px); */
    line-height: normal;
    margin: 0 auto;
}

.poster-wrapper .poster-box img {
    max-width: 80%;
}

.poster-wrapper .poster-box p {
    font-family: 'nunitosemibold', Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #505050;
    line-height: 22px;
}

.poster-wrapper .poster-box h3 {
    font-family: 'nunitobold', Arial, Helvetica, sans-serif;
    font-size: 24px;
}

.poster-wrapper .poster-box label {
    font-family: 'nunitosemibold', Arial, Helvetica, sans-serif;
    font-size: 18px;
}

.rate {
    display: inline-block;
    padding: 0 10px;
}

.rate:not(:checked) > input {
    position:absolute;
    top:-9999px;
}

.rate:not(:checked) > label {
    float: right;
    width: 26px;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size: 30px;
    color:#aaa;
    line-height: 28px;
}

.rate:not(:checked) > label:before {
    content: '★ ';
}

.rate > input:checked ~ label {
    color: #ffd203;    
}

.rate:not(:checked) > label:hover, .rate:not(:checked) > label:hover ~ label {
    color: #ffd203;  
}

.rate > input:checked + label:hover, .rate > input:checked + label:hover ~ label, .rate > input:checked ~ label:hover, .rate > input:checked ~ label:hover ~ label, .rate > label:hover ~ input:checked ~ label {
    color: #ffd203;
}

.poster-wrapper .poster-box .rate:not(:checked) > input {
    display: none;
}

footer {
    background-color: #acacac;
    color: #fff;
    font-family: 'nunitosemibold', Arial, Helvetica, sans-serif;
    font-size: 20px;
    line-height: normal;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-popup h2 {
    font-size: 42px;
    font-family: 'nunitobold', Arial, Helvetica, sans-serif;
    line-height: 45px;
}

.product-popup h3 {
    font-size: 18px;
    font-family: 'nunitosemibold', Arial, Helvetica, sans-serif;
    color: #353535;
}

.product-popup h4 {
    font-size: 22px;
    font-family: 'nunitosemibold', Arial, Helvetica, sans-serif;
    color: #353535;
}

.product-popup .modal-header span {
    font-size: 24px;
}

.product-popup span {
    font-family: 'nunitosemibold', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #505050;
}

.product-popup p {
    font-family: 'nunitosemibold', Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #505050;
    line-height: 35px;
}

.product-popup .rate {
    line-height: normal;    
    height: 46px;
    padding: 0;
}

.product-popup .modal-body {
    padding: 30px 30px 10px;
}

.product-popup .carousel-inner {
    background-color: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
    padding: 35px 20px;
    text-align: center;
}

.product-popup .carousel-inner .slide-img {
    width: 240px;
    height: 240px;
   
    border-radius: 50%;
    position: relative;
    float: none;
    margin: auto;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.product-popup .carousel-inner .carousel-item {
    text-align: center;
}

.product-popup .carousel-inner .carousel-item img {
    width: 75%;
}

.product-popup .carousel-indicators {
    bottom: -5px;
}

.product-popup .carousel-indicators li {
    border: 2px solid #acacac;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    opacity: 1;
    background-clip: inherit;
    margin: 0 auto;
    box-sizing: border-box;
}

.product-popup .carousel-indicators .active {
    background-color: #f26521;
    border-color: #f26521;
}  

.modal-dialog .modal-header h5 {
    font-size: 20px;
}

.modal-dialog p {
    line-height: 24px;
}

.modal-dialog ul li {
    line-height: 24px;
    margin-bottom: 10px;
}

.mobile-view {
    display: none;
}

@media only screen and (min-width: 1200px){
    .container {
        max-width: 1324px;
    }
}

@media only screen and (max-width: 1840px){
    .poster-wrapper .poster-box {
        width: 100%;
    }
}

@media only screen and (max-width: 1740px){
    .navbar-expand-lg .navbar-nav .nav-item {
        padding: 0 20px;
    }

    .poster-wrapper .col-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media only screen and (max-width: 1540px){
    .navbar-expand-lg .navbar-nav .nav-item {
        padding: 0 35px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 20px;
    }

    .inner-banner h3 {
        font-size: 70px;
        line-height: 125px;
    }

    .type-box {
        height: 280px;
    }

    .navbar.navbar-light, .poster-wrapper {
        padding: 20px;
    }

    /* .col-2dot4 {
        padding: 0 16px;
    } */

    .helpful-info-wrapper, .car-seat-finder-wrapper, .type-of-car-seat {
        padding: 50px 20px;
    }

    /* .main-banner img {
        max-height: 500px;
    } */
}

@media only screen and (max-width: 1410px){
    .poster-wrapper .poster-box .col-md-8 img, .poster-wrapper .poster-box .col-md-8 .rate {
        margin: auto;
    }

    .poster-wrapper .poster-box .rate:not(:checked) > label {
        font-size: 24px;
        width: 20px;
    }
}

@media only screen and (max-width: 1366px){
    /* .main-banner img {
        max-height: 350px;
    } */

    .navbar-expand-lg .navbar-nav .nav-item {
        padding: 0 25px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 18px;
    }

    .helpful-info-wrapper .product-box {
        height: 230px;
        width: 230px;
    }

    .helpful-info-wrapper .product-box .rear-miror {
        max-width: 90%;
    }
}

@media only screen and (max-width: 1280px){
    .navbar-expand-lg .navbar-nav .nav-item {
        padding: 0 10px;
    }

    .inner-banner h3 {
        font-size: 52px;
        line-height: 90px;
    }
}

@media only screen and (max-width: 1199px){
    .poster-wrapper .col-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .type-of-car-seat > .row {
        justify-content: center;
    }

    .col-2dot4 {
        flex: 0 0 33.333%;
        max-width: 33.333%;
        padding: 25px 16px;
    }

    .helpful-info-wrapper .col-2dot4 {
        padding: 0;
    }

    .product-popup .modal-body {
        padding: 20px;
    }

    .product-popup .carousel-inner {
        margin: 0;
    }
    
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 16px;
    }

    .order-first, .order-second {
        -ms-box-orient: horizontal;
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -moz-flex;
        display: -webkit-flex;
        display: flex;        
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .order-first .col-xl-7, .order-second .order-item-2 { 
        order: 1; 
    }

    .order-first .col-xl-5, .order-second .order-item-1 { 
        order: 2; 
    }
}

@media only screen and (max-width: 993px){
    .poster-wrapper .col-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .navbar-nav-scroll {
        max-height: none!important;
        overflow: inherit;
    }

    .navbar-expand-lg .navbar-nav .nav-item {
        padding: 10px;
    }

    .inner-banner h3 {
        font-size: 32px;
        line-height: normal;
        margin: 8px 0;
    }

    .product-popup .carousel-inner  .slide-img {
        width: 300px;
        height: 300px;
    }

    .product-popup .carousel-inner .slide-img img {
        width: calc(100% - 90px);
    }

    .product-popup h2 {
        font-size: 30px;
    }    

    .mobile-view {
        display: block;
    }   

    .desktop-view {
        display: none;
    }

    .car-seat-finder-wrapper .mobile-view {
        display: none;
    }   

    .car-seat-finder-wrapper .desktop-view {
        display: block;
    }
}

@media only screen and (max-width: 767px){
    .col-2dot4 {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 25px 16px;
    }
}
@media only screen and (max-width: 413px){
    .type-box {
        padding: 50px 35px;
    }
    .type-of-car-seat h3, .helpful-info-wrapper h3, .car-seat-finder-wrapper h3 {
        font-size: 30px;
        margin-bottom: 0 !important;
    }
}
@media only screen and (max-width: 575px){
    .car-seat-finder-wrapper .mobile-view {
        display: block;
    }   

    .car-seat-finder-wrapper .desktop-view {
        display: none;
    }

    .poster-wrapper .col-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .car-seat-finder-wrapper label, .car-seat-finder-wrapper .lebel-control {
        margin-bottom: 12px;
        font-size: 16px;
    }

    .car-seat-finder-wrapper .lebel-control {
        margin-top: 12px;
    }

    footer {
        font-size: 18px;
    }

    .navbar-light .navbar-brand {
        width: calc(100% - 75px);
    }

    .type-of-car-seat h2, .helpful-info-wrapper h2, .car-seat-finder-wrapper h2 {
        font-size: 35px;
        line-height: normal;
    }

    .type-of-car-seat h2 span, .helpful-info-wrapper h2 span, .car-seat-finder-wrapper h2 span {
        line-height: 32px;
        font-size: 20px;
    }

    .inner-banner h3 {
        font-size: 30px;
        line-height: 40px;
    }

    .col-2dot4 {
        padding: 18px 16px;
    }

    .helpful-info-wrapper, .car-seat-finder-wrapper, .type-of-car-seat {
        padding: 50px 0;
    }

    .helpful-info-wrapper .product-box {
        height: 175px;
        width: 175px;
    }

    .type-of-car-seat h3, .helpful-info-wrapper  h3, .car-seat-finder-wrapper h3 {
        font-size: 30px;
    }

    .poster-wrapper .poster-box h3 {
        font-size: 24px;
    }

    .car-seat-finder-wrapper label {
        font-size: 22px;
    }

    .product-popup h2 {
        font-size: 30px;
        line-height: normal;
    }

    .type-box {
        height: auto;
    }

    .product-popup p {
        font-size: 16px;
        line-height: 24px;
    }

    .product-popup h3 {
        font-size: 20px;
    }

    .product-popup span {
        font-size: 18px;
    }
     
    .rate:not(:checked) > label {
        width: 32px;
        font-size: 38px;
    }

    .main-banner .col-sm-7, .main-banner .col-sm-5 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .inner-banner h3 {
        font-size: 24px;
        line-height: normal;
    }

    .poster-wrapper .poster-box .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }

    .poster-wrapper .poster-box .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .car-seat-finder-wrapper .col-sm-3 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    .car-seat-finder-wrapper .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }

    .product-popup .carousel-inner {
        padding: 60px 20px;
        width: calc(100% - 70px);
        margin: 0 auto;
    }

    .product-popup .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }

    .product-popup .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
}

@media only screen and (max-width: 525px){
    .product-popup .carousel-inner {
        padding: 60px 20px;
    }

    .navbar-light .navbar-brand img {
        width: 80%;
    }

    .child-info-box {
        width: 100%;
    }

    .product-popup h2 {
        width: 220px;
    }

    .type-of-car-seat .col-2dot4 {
        text-align: center;
    }

    .type-of-car-seat .type-box {
        width: calc(100% - 80px);
    }

    .type-of-car-seat .type-box img {
        max-width: 75%;
    }

    .type-of-car-seat h3, .helpful-info-wrapper  h3, .car-seat-finder-wrapper h3 {
        font-size: 33px;
    }
    
    .child-info-box img {
        width: 90px;
    }

    .car-seat-finder-wrapper .child-info-box {
        width: calc(100% - 120px);
    }

    .car-seat-finder-wrapper h3 {
        font-size: 20px;
    }

    .car-seat-finder-wrapper .col-sm-3 {
        -ms-flex: 0 0 28%;
        flex: 0 0 28%;
        max-width: 28%;
    }

    .car-seat-finder-wrapper label, .type-of-car-seat h2 span {
        font-size: 22px;
    }

    .car-seat-finder-wrapper .lebel-control {
        margin-bottom: 12px;
        font-size: 18px;
    }

    .product-popup .col-sm-5, .product-popup .col-sm-7 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .product-popup .col-sm-7 {
        padding-left: 0;
    }

    .product-popup h3 {
        font-size: 20px;
    }

    .product-popup h4 {
        font-size: 24px;
    }

    .product-popup .rate:not(:checked) > label {
        width: 26px;
        font-size: 24px;
    }

    .product-popup .carousel-inner .slide-img {
        width: 245px;
        height: 245px;
    }

    .inner-banner h3 {
        font-size: 18px;
        line-height: normal;
    }
    
    .child-info-box {
        padding: 15px 60px;
    }
    
    .product-popup .carousel-inner .slide-img img {
        width: calc(100% - 50px);
    }
}

@media only screen and (max-width: 400px){
    .inner-banner h3 {
        font-size: 14px;
    }

    .car-seat-finder-wrapper h2 span {
        font-size: 18px;
    }

    .product-popup .carousel-inner .slide-img {
        width: 180px;
        height: 180px;
    }

    .product-popup .carousel-inner {
        padding: 30px 20px;
        width: calc(100% - 50px);
        margin: 0 auto;
    }
}