@media (min-width: 1200px) {.why-choose-main-block .section-heading {
    font-weight: 700;
    font-size: 21px;
    word-break: break-all;
    line-height: 1.4;
    text-transform: uppercase;
	    text-align: center;
}
.wedding-logo {
  padding-top: 0px;
}
.vido{width:420px; height:220px;}
}
 
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {

.modal-body-left {
    float: left;
    width: 100%;
    padding-right: 4%;
    border-right: 4px solid #ddd;
}
}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {.why-choose-img .img-responsive {
    margin: 0 auto;
    padding-top: 350px;
  
}
.LV-stats {
    margin-top: 414px;
	
    bottom: 0px;
    position: relative;
    padding: 7px;
    display: block;
    color: #000;
    width: 100%;
    font-family: Open Sans;
   
}

.modal-body-left {
    float: left;
    width: 100%;
    padding-right: 4%;
    border-right: 4px solid #ddd;
}
}
 
 
/* Landscape phones and down */
@media (max-width: 480px) {
.modal-body-left {
    float: left;
    width: 100%;
    padding-right: 4%;
    border-right: 4px solid #ddd;
}
.LV-stats {
    margin-top: 546px;
    bottom: 0px;
    position: relative;
    padding: 7px;
    display: block;
    color: #000;
    width: 100%;
    font-family: Open Sans;
 
}
.why-choose-img .img-responsive {
    margin: 0 auto;
    padding-top: 350px;
  
}

.modal-content {
    margin: 0 auto;
    width: auto;
    padding: 10px;
}
.modal-body-left {
  float: none;
   width: 100%;
    padding-right: 4%;
    border-right: none;
}
.modal-social-icons {
    padding: 0px;
}
.modal-body-right {
    float: none;
    width: 100%;
}
#center-line {
    position: relative;
    right: 152.7px;
    top: 153px;
    border: 4px solid #DDDDDD;
    border-radius: 20px;
    background: #dddddd;
	display:none;
}
 }
