/* Mobile Screens  Screens Starts*/
@media screen and (min-width: 320px) and (max-width: 768px) {
	section.videosection {
    height: 350px;
}
.insidevideo {
    height: 350px;
}
video {
    object-fit: cover !important;
    overflow-clip-margin: content-box;
    overflow: clip;
}
.why-choose-wrapper {
    overflow-x: hidden;
}
.createmore h2 {
    font-size: var(--clamp40);
    line-height: 40px;
}
.createmore{
    padding: 50px 0;
}
}
/* Tabs, Ipads Screens  Screens Starts*/
@media screen and (min-width: 769px) and (max-width: 991px) {
	
}
/* Laptop Screens  Screens Starts*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
	
}