
@media (min-width: 1900px) {
    .site-banner {
        height: calc(100vh - 347px);
        overflow: hidden;
    }
    /*.site-banner.creation_banner{
        height: calc(100vh + -650px);
    }*/
}
@media screen and (max-width: 1680px) {
    .site-banner.creation_banner{
        height: calc(100vh + -500px);
    }
}
@media screen and (max-width: 1470px) {
    .site-lower-head h1 {
        font-size: 50px !important;
    }
    .site-lower-head p {
        font-size: 20px;
    }
    .custome-content {
        padding-top: 34px;
    }
    .semi-portfolio {
        margin: 0 auto 85px;
    }
    .custom-logo-banner {
        margin-bottom: 65px;
        margin-top: 100px;
    }
}

@media(max-width:1460px){
    .site-banner {
        height: calc(100vh + -152px);
    }
    .site-banner.creation_banner {
        height: calc(100vh + -300px);
    }
}


@media screen and (max-width: 1024px) {
    .site-banner.creation_banner{
        height: calc(100vh + -900px);
    } 
}
@media screen and (max-width: 991px) {
    .custom-logo-banner ul li {
        flex: 0 0 30%;
    }
    .site-lower-head h1 {
        font-size: 40px;
    }
    .custom-site-inner h2 {
        font-size: 36px;
    }
}
@media screen and (max-width: 850px) {

    .custom-head {
    padding-top: 50px;
}
    .custmize-theme {
        justify-content: center !important ;
    }
    .cus-img {
        width: 100%;
        text-align: center;
    }
    .cus-img img {
        max-width: 100%;
        min-height: 100%;
        object-position: top;
    }
    .arrow-img {
        transform: rotate(90deg);
        margin: 40px 0;
    }
    .semi-price {
        margin: 60px 0;
    }
    .dd-content {
        width: 100%;
        margin-top: 26px;
    }
    .dd-img {
        width: 100%;
        height: 250px;
    }
    .design-list .dd-card:nth-child(even) .dd-content {
        text-align: left;
    }
    .design-solution .container {
        padding: 50px 12px;
        margin-top: 60px;
    }
    .price-card h1 {
        font-size: 31px;
        margin: 30px 0;
    }
    .price-card a {
        margin-top: 30px;
    }
    .price-card {
        padding: 40px;
    }
    .design-solution h1 {
        font-size: 36px;
        margin-bottom: 60px;
    }
    .dd-content h3 {
        font-size: 30px;
    }
    .custom-logo-banner {
        margin-bottom: 65px;
        margin-top: 60px;
    }
    .custom-logo-banner ul li {
        flex: 0 0 50%;
    }
    .custom-logo-banner ul li {
        flex: 0 0 45%;
    }
    .site-banner.creation_banner {
        height: calc(100vh + -700px);
    }
    .site-banner.creation_banner::before {
        background: linear-gradient(180deg, rgba(255,255,255,0) -20%, rgba(36,122,190,0.99) 80%) !important;
    }
    .radio__boxes .form-check-inline {
        margin-right: 3rem;
    }
    .form-radio .wpcf7-list-item {
        margin-right: 80px;
    }
    .price-card h2 {
        font-size: 46px;
    }
    .request__box {
        border-radius: 10px;
        padding: 30px 20px;
    }
}

@media screen and (max-width: 575px) {
    .price-card {
        padding: 30px;
    }
    .custom-head h2 {
        font-size: 28px;
        display: flex;
    }
    .price-card a {
        display: inline-block;
        padding: 12px 33px;
    }
    .port-img {
        width: 320px;
        height: 207px;
        margin: 0 auto;
    }
    .cus-img {
        height: 250px;
    }
    .cus-img img {
        object-fit: contain;
    }
    .p-24 {
        font-size: 20px;
    }
    .custom-site-inner p {
        line-height: 24px;
    }
    .port-img img {
        object-fit: contain;
    }
    .custom-logo-banner ul li {
        flex: 0 0 100%;
    }
    .custom-logo-banner h2 {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .b-img {
        width: 130px;
        height: 80px;
        border-radius: 10px;
        box-shadow: 0px 0px 7px #cfcfcf;
    }
    .site-banner .slick-slider {
        margin-bottom: 20px !important;
    }
    .site-banner .site-banner-slider1  {
        margin-bottom: 0 !important;
    }
    .site-lower-head {
        padding: 40px 0 30px;
    }
    .site-banner.creation_banner {
        height: calc(100vh + -500px);
    }
    .request__box h2{
        font-size: 24px;
    }
    .request__box label{
        font-size: 14px;
    }
    .radio__boxes .form-check-inline {
        margin-right: 0;
        margin-left: 0 !important;
        display: block;
    }
    .request__box .form_group {
        margin-bottom: 15px;
    }
    .form-radio .wpcf7-list-item{
        display: block;
        margin-bottom: 10px;
    }
    .custom__tooltip{
        width: 100%;
    }
    .theme_type_tooltip {
        left: 0;
        top: 40px;
    }
    .custom__tooltip:before{
        left: 113px;
        top: -20px;
        transform: rotate(90deg);
    }
    .theme_tooltip{
        left: 0;
        top: 40px;
    }
    .theme_tooltip:before{
        left: 200px;
        top: -20px;
        transform: rotate(90deg);
    }
    .price-card .star-img {
        width: 150px;
        margin: auto;
    }
    .price-card a {
        padding: 12px 33px;
    }
    .request__box .form-radio .wpcf7-list-item {
        margin-right: 0;
    }
}
@media screen and (max-width: 824px) {
.custom-card .custmize-theme {
  justify-content: center !important;
}
}