/*  Website Name: Club Planner
 *  Author: Club Planner
 *  Description: Responsive CSS File
 *  Version: CSS3
 */

@media screen and (max-width:1920px) {
    .container {
        max-width: 1600px
    }
}

@media screen and (max-width:1400px) {
    .features .right_start {
        padding-top: 60px;
    }
	.brands .brand_icon img {
    max-width: 140px;
}
}

@media (min-width: 1200px) {
    .faq_sec .container {
        max-width: 1140px;
    }
}

@media screen and (max-width:1024px) {
    .fixed-top .navbar .nav-item .demobtn,
    .fixed-top .navbar .nav-item .nav-link {
        font-size: 12px;
        text-align: center;
    }
    .hero_link {
        font-size: 14px;
        padding: 10px 12px;
    }
    .desktop_online {
        padding-bottom: 140px;
    }
    .desktop_online .right_side {
        margin-top: 138px;
    }
    .price .owl-carousel .price_item_box .package_1 img {
        height: 100px;
    }
    .input_field .form-group {
        max-width: 323px;
    }
    .automation .col-md-6:nth-child(2) {
        width: 100%;
        max-width: 100%;
        margin-top: 72px;
    }
    /* Features Page */
    .features .features_tabs .nav-tabs .nav-item,
    .ot_features .ot_tabs .nav-tabs .nav-item {
        font-size: 14px;
        border-bottom: 1px solid #dee2e6;
    }
    /* Contact Page */
    .contact_form .input_wrapper .form-group {
        max-width: 100%;
    }
    .contact_form .con_details {
        padding-top: 100px;
        padding-bottom: 234px;
    }
}

@media screen and (max-width:992px) {
    header .fixed-top {
        background-color: #132f39;
    }
    .fixed-top .navbar .nav-item {
        text-align: center;
    }
    .fixed-top .navbar-dark .navbar-toggler {
        color: rgb(251 251 251 / 50%);
        border-color: transparent;
        outline: none;
    }
    .fixed-top .navbar .nav-item .demobtn,
    .fixed-top .navbar .nav-item .nav-link {
        display: inline-block;
    }
    .input_field {
        padding-top: 0;
    }
    .input_field .demobtn {
        margin-left: 0px;
    }
    /* Features Page */
    .fixed-top .navbar .nav-item .demobtn {
        margin-top: 12px;
    }
	.brands .brand_icon{
		margin: 0 0 20px 0;
}
}
@media screen and (max-width:850px) {
    /* Features Page */
    .features .features_tabs .nav-tabs,
    .ot_features .ot_tabs .nav-tabs {
        border-style: none;
    }
    .features .features_tabs .nav-tabs .nav-item,
    .ot_features .ot_tabs .nav-tabs .nav-item {
        border-bottom: 1px solid #dee2e6;
    }
    .features .features_tabs .nav-tabs .nav-item .nav-link,
    .ot_features .ot_tabs .nav-tabs .nav-item .nav-link {
        padding: 12px 20px;
    }
}

@media screen and (max-width:815px) {
    .hero_text {
        overflow: hidden;
    }
}

@media screen and (max-width:812px) {
    .hero_wrap {
        display: block;
        padding-top: 9rem;
    }
    .hero_text {
        margin-bottom: 30px;
    }
    .hero_title {
        font-size: 3.5rem;
        line-height: 4rem;
    }
    .hero_link {
        font-size: 14px;
        padding: 10px 25px;
    }
    /* .flow_reg .reg_in {
        justify-content: center;
    } */
    footer .quicklinks ul li span {
        padding-left: 5px;
    }
    footer .quicklinks ul li a,
    footer .quicklinks ul li span {
        font-size: 13px;
    }
}

@media screen and (max-width:768px) {
    .rotate-2 {
        font-size: 2rem;
    }
    .web_side {
        padding: 0 15px;
    }
    .clients_name {
        padding-left: 30px;
    }
    .clients_name .box_1 {
        display: block;
        margin-bottom: 0px;
    }
    .clients_name .box_1 .pic_brand {
        width: 100%;
        max-width: 45%;
        margin-bottom: 23px;
    }
    footer .quicklinks ul li i {
        font-size: 15px;
    }
    /* Features Page */
    .features .right_start {
        padding-top: 0px;
    }
    .features .left_start,
    .ot_features .left_start {
        margin-bottom: 40px;
    }
    .features .right_start .white_box,
    .ot_features .left_start .white_box {
        padding-left: 40px;
    }
    /* Contact Page */
    .contact_form .contact_us {
        margin-bottom: 20px;
    }
}

@media screen and (max-width:767px) {
    .hero_video .video_box {
        display: none;
    }
    .hero_video .mobile_banner {
        display: block;
    }
    .hero_video .vh-100 {
        height: 100% !important;
    }
    .desktop_online .right_side {
        text-align: center;
        margin-top: 30px;
    }
    .desktop_online .right_side img {
        max-width: 88%;
    }
    .mobile_online .container {
        padding-top: 16px;
        padding-bottom: 30px;
    }
    .mobile_online .mobile_right {
        margin-top: 20px;
    }
    .automation .auto {
        margin-bottom: 30px;
    }
    .automation .right_side {
        margin: 0 auto;
        width: 100%;
        max-width: 500px;
    }
    .website_intro .container {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .web_side {
        width: 100%;
        max-width: 500px;
        border: none;
        margin: 0 auto;
        padding-bottom: 43px;
    }
    .clients_name {
        padding-left: 0px;
        text-align: center;
    }
    .clients_name .box_1 {
        display: flex;
    }
    .news_letter .news_h {
        text-align: center;
    }
    .news_letter .input_field {
        padding-top: 30px;
        text-align: center;
    }
    footer .quicklinks ul li a,
    footer .quicklinks ul li span {
        font-size: 14px;
    }
    .foot_down {
        margin-bottom: 20px;
    }
    .quicklinks {
        margin-bottom: 20px;
    }
    footer .quicklinks ul li {
        padding-bottom: 14px;
    }
    .automation .row .col-md-6:nth-child(1) {
        width: 500px;
        display: inline-block;
        margin: 0 auto;
    }
    .automation .auto iframe {
        height: 261px;
        border: 12px solid #000000;
        border-bottom-width: 20px;
    }
    .automation .auto::before {
        height: 14px;
        bottom: -14px;
    }
    .automation .auto::after {
        height: 6px;
        bottom: -6px;
    }
    /* Contact Page */
    .contact_form {
        padding-bottom: 30px;
    }
    .contact_form .con_details {
        padding-top: 50px;
        padding-bottom: 20px;
    }
    .verification {
        display: block;
    }
    .verification .demobtn {
        margin-top: 20px;
    }
}

@media screen and (max-width:575px) {
    .hero_wrap {
        padding-top: 12rem;
    }
    .hero_st {
        font-size: 2.5rem;
    }
    .title_head {
        font-size: 30px;
    }
    .title_head span::after {
        width: 10px;
        height: 10px;
    }
    .rotate-2::after {
        width: 100%;
        max-width: 40%;
    }

    .price .demobtn {
        display: none;
    }
    .foot_down {
        width: 100%;
        max-width: 221px;
        margin: 0 auto;
        margin-bottom: 40px;
        text-align: center;
    }
    footer .container {
        padding-bottom: 20px;
    }
    .quicklinks {
        padding-bottom: 40px;
        width: 100%;
        max-width: 225px;
        margin: 0 auto;
        text-align: center;
    }
    .automation .auto iframe {
        height: 148px;
        border: 8px solid #000000;
        border-bottom-width: auto;
    }
    .automation .auto::before {
        height: 14px;
        bottom: -14px;
    }
    .automation .auto::after {
        width: 80px;
        height: 6px;
        bottom: -6px;
        margin-left: -40px;
    }
    .automation .auto {
        margin-bottom: 60px;
    }
    #subscription_form .input_field .form-group,
    #subscription_form button {
        margin-left: auto;
        margin-right: auto;
    }
    .automation .row .col-md-6:nth-child(1) {
        width: 320px;
    }
    .package_wrapper .size_boxes>div {
        width: 50%;
    }
	.mobile_online iframe {
        height: 500px;
    }
    /* Features */
    .features .right_start .white_box,
    .ot_features .left_start .white_box {
        margin-left: 0;
    }
    /* Websites */
    .website .left_web {
        padding-bottom: 38px;
    }
    .magenta_box .web_pic img {
        height: auto;
    }
    .magenta_box .web_details {
        padding: 0;
    }
    .magenta_box .web_details .demobtn {
        padding: 6px 16px;
    }
    /* FAQ */
    .faq_sec #accordion {
        width: 100%;
    }
    .faq_sec .card-header .question {
        padding-right: 26px;
    }
    .faq_sec #accordion .card-link:after {
        position: absolute;
        right: 8px;
        top: 16px;
    }
    .faq_sec .title_head span {
        display: initial;
    }
    /* Support */
    .team_viewer {
        width: 100%;
    }
    .team_viewer div {
        margin: auto;
        width: 320px;
        padding: 30px 0px;
        display: block!important;
        text-align: center;
    }
    .team_viewer .install_btn {
        margin: auto;
        margin-top: 30px;
    }
}

@media screen and (max-width: 475px) {
    .fixed-top .navbar-brand {
        width: 152px;
    }
    .hero_title {
        font-size: 2.5rem;
        line-height: 3rem;
    }
    .rotate-2 {
        font-size: 1.5rem;
    }
    .hero_st {
        font-size: 1.5rem;
    }
    .hero_st::after {
        width: 34%;
    }
    .title_head {
        font-size: 35px;
    }
    .quicklinks,
    .foot_logo,
    .foot_arrow {
        padding-left: 0px;
    }
    footer .demobtn {
        margin-left: 0px;
    }
	.mobile_online iframe {
        height: 400px;
    }
}

@media screen and (max-width: 375px) {
    .desktop_online .title_head span::after,.webshop .title_head span::after ,.title_head span::after{
        bottom:5px;
    }
    /* Websites */
    .website {
        margin-top: 64px;
    }
	/* Features */
    .features .tab_cp,
    .ot_features .tab_cp {
        padding-top: 20px;
    }
    .title_head span {
        font-size: 20px;
    }
    .features .right_start .grey_box .title_head,
    .ot_features .left_start .grey_box .title_head {
        padding-left: 16px;
    }
    .features .grey_box .title_head span::after,
    .ot_features .grey_box .title_head span::after {
        width: 10px;
        height: 10px;
    }
    .features .right_start .grey_box,
    .ot_features .left_start .grey_box {
        margin-bottom: 30px;
    }
    .features .right_start .white_box,
    .ot_features .left_start .white_box {
        padding-left: 24px;
    }
}

@media screen and (max-width: 320px) {
    .hero_title {
        font-size: 2rem;
    }
    /* .brand_lg .brand_icon { */
        /* padding: 0 7px; */
    /* } */
    /* Contact Page */
    .contact_form .contact_us .form_title h5 {
        font-size: 24px;
    }
}