/* SCREEN 1440 TO 1580 MEDIA  */
@media (max-width:1580px) {
    
} 

/* SCREEN 1280 TO 1439 MEDIA  */
@media (max-width:1439px) {
    .container {
        max-width: 1200px;
    }
} 
 
/* SCREEN 1200 TO 1279 MEDIA  */
@media (max-width:1279px) {
    .container {
        max-width: 1140px !important;
    }
    .our_process {
        padding-bottom: 70px;
    }
    .banner_content h2 { 
        font-size: 38px; 
        line-height: 50px;
    }
    .banner_content p {
        font-size: 16px;
        line-height: 28px;
    }
    .header_menus .menus {
        font-size: 17px;
    }
    .about_content h3 {
        font-size: 22px;
    }
    .ourprocess_outter {
        padding-top: 50px; 
    }
    .process_box h3 {
        font-size: 20px;
        line-height: 24.8px;
    }
    .process_box img {
        max-width: 112px;
    }
    .hoverpart p { 
        font-size: 13px;
    }
    .hoverpart{
        padding: 0 20px;
    }
    .comman_head h2 {
        font-size: 35px;
        line-height: 50px;
    }
    .comman_head {
        margin-bottom: 40px;
    }
} 

/* SCREEN 1024 TO 1199 MEDIA  */
@media (max-width:1199px) {
    .container {
        max-width: 97% !important;
    }
    .header_menus .menus {
        font-size: 16px;
    }
    .banner_section { 
        padding: 120px 0 110px;
    }
    .banner_content h2 {
        font-size: 32px;
        line-height: 44px;
    }
    .banner_content p {
        font-size: 15px;
        line-height: 27px;
    }
    .comman_btn1, .comman_btn2 {
        font-size: 16px;
        line-height: 19.1px;
        padding: 12px 30px;
    }
    .logosslider {
        padding: 20px 0 20px;
    }
    .logosslider_box img {
        max-height: 30px;  
    }  
    .comman_padding {
        padding: 60px 0 40px; 
    }
    .comman_head h2 {
        font-size: 30px;
        line-height: 44px;
    }
    .about_content h3 {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .about_content p { 
        font-size: 15px; 
        line-height: 24.4px;  
        margin-bottom: 20px;
    }
    .our_values_box img {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .our_values_box h3 {
        font-size: 20px; 
        line-height: 27.8px; 
        margin-bottom: 16px;
    }
    .our_values_box p {
        font-size: 15px;
    }
    .Features_box img {
        max-width: 40px;
    }    
    .featureicon {
        min-height: 53px;
    }
    .Features_box p {
        font-size: 15px;
        font-weight: 600;
    }
    .process_box h3 {
        font-size: 18px;
        line-height: 23.8px;
    }
    .process_box img {
        max-width: 102px;
    }
    .process_box {
        border-radius: 10px;
        padding: 20px 10px;
    }
    .process_col {
        width: 19%;
    }
    .hoverpart {
        padding: 0 10px;
    }
    .subscriber_newsletter {
        height: 360px;
    }
    .team_hover p { 
        font-size: 15px;  
        line-height: 24px; 
        margin: 0;
    }
    .Services_box h3 {  
        font-size: 20px;  
        line-height: 28.8px;
        margin-bottom: 12px;
    }
    .Services_box p {
        font-size: 15px;
    }
    .Services_box {
        padding: 22px;
    }
    .servicesicon {
        width: 60px;
        height: 60px;
        margin-bottom: 15px;
    }
    .servicesicon img {
        max-width: 31px;
    }
} 

/* SCREEN 768 TO 1023 MEDIA  */
@media (max-width:1023px) {
    .footer_main { 
        padding: 60px 0 0;
    }
    .footer_about {
        text-align: center;
    }
    .footer_about p { 
        font-size: 14px; 
        line-height: 24.4px; 
        max-width: 100%;
        margin: 15px auto 30px;
    }
    .subscriber_content h2 {
        font-size: 24px; 
        line-height: 18.4px; 
        margin-bottom: 35px;
    }
    .Submit_btn {
        font-size: 18px;
        line-height: 20px;
        letter-spacing: 0.5px;
        padding: 14px 32px;
    }
    .subscribe_form .form-control {
        height: 56px;
        font-size: 16px;
        line-height: 22px;
        padding: 8px 22px;
        border-radius: 10px;
        height: 48px;
    }
    .subscriber_newsletter {
        height: 290px;
    }
    .contactus_main { 
        padding: 30px 20px;
    }
    .contactus_left {
        text-align: center;
    }
    .contactus_left p {   
        font-size: 16px; 
        line-height: 19.4px;
        margin-bottom: 20px;
    }
    .contactus_left h3 { 
        font-size: 26px; 
        line-height: 33.4px; 
        margin-bottom: 16px;
    }
    .getintouch_form {
        padding: 30px 30px;
    }
    .submit_btn {
        font-size: 18px;
        padding: 8px 40px;
    }
    .faq .accordion-item .accordion-button {
        font-size: 16px;
        line-height: 22.51px;
        padding: 20px 0px;
    }
    .faq .accordion-body {
        padding: 0 0 20px;
        font-size: 15px;
        line-height: 25.79px;
    }
    .comman_head {
        margin-bottom: 30px;
    }
    .team_detals h3 {
        font-size: 18px;
    }
    .our_team_img {
        height: 240px;
    }
    .team_hover p {
        font-size: 14px;
        line-height: 23px;
        margin: 0;
    }
    .Services_box h3 {
        font-size: 18px;
        line-height: 27.8px;
        margin-bottom: 10px;
    }
    .shape_img{
        display: none;
    }
    .process_col {
        width: 100%;
        margin-bottom: 0;
    }
    .hoverpart {
        padding: 0 10px;
        position: relative;
        margin-top: 20px;
        border-radius: 10px;
        padding: 20px 20px;
        transform: scale(1);
    }
    .process_box {
        margin-bottom: 30px !important;
    }
    .Features_box h3 {
        font-size: 20px;
        font-weight: 700;
        line-height: 26.8px;
    }
    .comman_head h2 {
        font-size: 26px;
        line-height: 41px;
    }
    .about_content h3 {
        font-size: 18px;
        margin-bottom: 14px;
        line-height: 29.6px;
    }
    .bannerslider_box .row .col-lg-6:last-child {
        order: -1;
        margin-bottom: 40px;
    }
    .banner_img img {
        max-width: 70%;
        margin: 0 auto;
    }
    .banner_section .owl-dots{
        display: none !important;
    }
    .banner_content h2 {
        font-size: 26px;
        line-height: 40px;
        text-align: center;
    }
    .banner_content {
        text-align: center;
    }
    .banner_section .owl-nav .owl-prev { 
        height: 40px;
        margin-right: 15px;
        width: 40px;
        background-size: 40px !important;
    }
    .banner_section .owl-nav .owl-next { 
        height: 40px; 
        width: 40px;
        background-size: 40px !important;
    }
    .banner_section .owl-nav {
        position: absolute;
        right: 0;
        bottom: -80px;
        left: 0;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }
    .about_content {
        text-align: center;
    }
    .our_values_box img {
        max-width: 40%;
        margin-bottom: 10px;
    }
    .our_values_box h3 {
        font-size: 20px;
        line-height: 27.8px;
        margin-bottom: 14px;
    }
    .our_values_box {
        border-radius: 10px; 
        padding: 30px 22px;  
    }
    .comman_padding {
        padding: 70px 0 20px;
    }
    .Features_box h3 {
        font-size: 18px;
        font-weight: 700;
        line-height: 26.8px;
        margin: 10px 0 11px;
    }
    .ourprocess_outter {
        padding-top: 0;
    }
    .our_testimonial {
        padding-bottom: 70px;
    }
    .header_menus .menus {
        font-size: 15px;
        margin-right: 27px;
    }
    .Get_Started { 
        font-size: 14px;
    }
    .About_us {
        padding-top: 20px !important;
    }
} 

/* SCREEN 320 TO 767 MEDIA  */
@media (max-width:767px) {
     
    .banner_img img {
        max-width: 100%;
        margin: 0 auto;
    }
    .bannerslider_box .row .col-lg-6:last-child { 
        margin-bottom: 30px;
    }
    .banner_content h2 {
        font-size: 25px;
        line-height: 33px; 
        margin-bottom: 15px;
    }
    .banner_content p {
        font-size: 14px;
        line-height: 26px;
    }
    .comman_btn1 {
        width: 100%;
        margin-bottom: 20px;
    }
    .comman_btn2{
        width: 100%;
    }
    .banner_section {
        padding: 90px 0 100px;
    }
    .banner_section .owl-nav {
        bottom: -70px;
    }
    .comman_head h2 {
        font-size: 26px;
        line-height: 30px;
    }
    .comman_padding {
        padding: 50px 0 20px;
    }
    .about_img img {
        max-width: 100%;
    }
    .about_content h3 {
        font-size: 18px;
        margin-bottom: 14px;
        line-height: 26.6px;
    }
    .about_content p {
        font-size: 15px;
        line-height: 25.4px;
    }
    .our_values_box img {
        max-width: 100%;
        margin-bottom: 10px;
    }
    .our_values_box h3 {
        font-size: 18px;
        line-height: 22.8px;
        margin-bottom: 13px;
    }
    .featureicon {
        min-height: 43px;
    }
    .hoverpart p {
        font-size: 14px;
        line-height: 22px;
    }
    .process_box img {
        max-width: 155px;
    }
    .ourprocess_outter .process_col:last-child .process_box {
        margin: 0 !important;
    }
    .Services_box a {
        font-size: 16px;
        line-height: 20.6px;
    }
    .servicesicon img {
        max-width: 23px;
    }
    .Services_box h3 {
        font-size: 18px;
        line-height: 25.8px;
        margin-bottom: 10px;
    }
    .our_team_img {
        height: 280px;
    }
    .clientslider_box {
        padding: 30px 26px;
    }
    .clientslider_box p {
        font-size: 15px;  
        line-height: 27.79px;  
        margin: 15px 0 19px;
    }
    .client_slider .owl-dots { 
        bottom: -40px;
    }
    .our_testimonial {
        padding-bottom: 70px;
    }
    .our_testimonial {
        padding-bottom: 40px;
    }
    .faq .accordion-item .accordion-button {
        font-size: 15px;
        line-height: 22.51px;
        padding: 16px 0px;
    }
    .faq .accordion-body {
        padding: 0 0 20px;
        font-size: 14px;
        line-height: 23.79px;
    }
    .contactus_main {
        padding: 20px 20px;
        margin: 0;
    }
    .contactus_left h3 {
        font-size: 22px;
        line-height: 30.4px;
        margin-bottom: 15px;
    }
    .contactus_left p {
        font-size: 15px;
        line-height: 23.4px;
        margin-bottom: 16px;
    }
    .getintouch_form {
        padding: 15px 13px;
        border-radius: 10px;
    }
    .getintouch_form .form-group .form-control {
        height: 48px;
        font-size: 14.94px;
        line-height: 20.25px;
        padding: 14px 15px;
    }
    .submit_btn {
        font-size: 16px;
        width: 100%;
    }
    .contactus_main {
        padding: 20px 10px;
        margin: 0;
        border-radius: 10px;
    }
    .subscriber_content h2 {
        font-size: 26px;
        line-height: 35px;
        margin-bottom: 25px;
    }
    .Submit_btn {
        font-size: 17px;
        line-height: 20px;
        letter-spacing: 0.5px;
        padding: 13px 32px;
        position: relative;
        width: 100%;
        margin-top: 16px;
    }
    .footer_links ul li {
        margin-bottom: 12px;
    }
    .footer_main {
        padding: 40px 0 0;
    } 
    .footer_links {
        margin-bottom: 30px;
        text-align: center;
    }
    .header_main { 
        height: 62px;
    }
    .toggle_btn {
        position: absolute;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
    }
    .header_menus .menus {
        font-size: 18px;
        color: rgba(38, 49, 121, 1);
        display: block;
        text-align: center;
        padding: 12px 0;
        margin: 0;
    }
    .Get_Started {
        font-size: 15px;
        margin-top: 10px;
        background: rgba(255, 84, 161, 1);
        border: 2px solid rgba(255, 84, 161, 1);
        text-align: center;
    }
    .About_us {
        padding-top: 20px !important;
    }
    .banner_btn {
        margin-bottom: 15px;
        font-size: 16px;
        line-height: 19.1px;
        padding: 12px 30px;
        display: block;
    }
} 