@media only screen and (min-width:1500px){
    .banner_sec{
        padding-bottom: 100px;
    }
}
@media only screen and (max-width:1199px){
    .banner_sec{
        padding-bottom: 100px;
    }
}
@media only screen and (max-width:991px){
    .banner_sec{       
        padding-bottom: 100px;
    }
    .intigration .i-logos{
        margin-top: 15px;
        justify-content: center;
    }
}
@media only screen and (max-width:767px){
    .banner_sec h1{
        font-size: 40px;
    }
    .banner_sec p{
        font-size: 20px;
    }
    .setup_sec img{
        margin-bottom: 30px;
    }
    .setup_sec h2,
    .how_sec h2{
        font-size: 30px;
    }
    .how_sec .how_block p{
        font-size: 20px;
    }
    .how_sec .how_block{
        flex-wrap: wrap;
    }
    .how_sec .how_img{
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .how_sec .how_block .arrow_img{
        width: 100%;
        text-align: center;
        
    }
    .how_sec .how_block .arrow_img img{
        transform: rotate(90deg);
    }
    .col-md-6.text-end{
        text-align: initial !important;
    }
    .how_sec .how_img:last-child{
        margin-bottom: 0;
    }
    .setup_sec h3{
        font-size: 24px;
    }
}
@media only screen and (max-width:575px){
    .header_sec .header_left{
        justify-content: center;
    }
    .banner_sec{
        padding-top: 140px;
    }
    .header_right{
        text-align: center !important;
        margin-top: 15px;
    }
    .header_right a{
        width: 150px;
    }
	.banner_sec h1,.intigration h2{
		font-size:36px;
	}
	.banner_sec p{
		font-size:17px;
	}
	.intigration .i-logos img{
		max-height: 35px;
	}
}