@media only screen and (min-width: 1550px) {
  
}

@media only screen and (max-width: 1450px) {
   
}


@media only screen and (max-width: 1200px) {
   
}


@media only screen and (max-width: 1211px) {

}

@media only screen and (max-width: 1051px) {
    
}

@media only screen and (max-width: 992px) {
    .abt-left{
        padding-right: 0px;
      }
      .c-lft{
    padding-left: 15px;
}
}

@media only screen and (max-width: 850px) {

	.bottom-cnt{
		top: 650px;
	}
	.banner-sec .owl-carousel.owl-drag .owl-item .item{
		background-position: center;
	}
	.subscribe form{
		margin: 15px 0 0 0;
	}
}

@media only screen and (max-width: 767px) {
	#my-form button {
    background: transparent linear-gradient(152deg, #B88746 0%, #E9D58A 100%, #EEDD91 100%) 0% 0% no-repeat padding-box;
    color: white;
    border-left-width: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0px 40px;
		padding: 0px 25px;align-content
	}
    .topbar h6 {
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}


    .section-heading {
    text-align: -webkit-center;
    margin: 50px 10px;
    font-family: 'Open Sans', sans-serif;
}
    .upr {
    position: absolute;
    right: 0;
    top: -8px;
    background-image: url(../images/Quote.png);
    background-size: cover;
    width: 65px;
    height: 85px;
    left: 92px;
}
    .testi-img {
    position: relative;
    text-align: -webkit-center;
}
    .testi-img img {
    width: auto !important;
   margin-bottom: 20px;
    }
    .play {
    position: absolute;
    right: 0;
    left: 35%;
    top: 30%;
    Z-INDEX: 99;
}
    
    .left_info {
     
        text-align: left;
        display: contents;
        justify-content: right;
    }
    .right_info{
    margin-bottom: 20px;
    }
    .left_info ul {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 5px 20px;
    }
    .footer-quick-links{
        padding-left: 0;
    }
    .col-sm-4{
        width: 33%;
    }
    .col-sm-6{
        width: 50%;
    }
    .subscribe p {
        
        margin-bottom: 30px;
    }
    .bottom-cnt {
        background-color: transparent;
        font-family: 'Open Sans', sans-serif;
        position: absolute;
        left: 0px;
        right: 0;
        bottom: 0;
        top: 780px;
        z-index: 999;
    }
    .main {
        margin: 365px 0px 90px 0px;
    }
    .team-sec .section-heading p {
        color: #FFFFFF;
        width: 100%;
    }
    .testi .section-heading p {
        width: 100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1200px){
    .right_info{
        margin-bottom: 15px;
    }
    .left_info {
        text-align: left;
        display: flex;
        justify-content: left;
    }
    .left_info ul {
        display: flex;
        align-items: center;
        gap: 10px;
        margin: 0px 20px;
        margin-left: 0;
    }

}