body
{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
}
.equal-hgt{
    display: flex;
}
.equal-hgt .box-smm{
    width: 24%;
    border-radius: 10px;
    box-shadow: 0px 6px 22px 5px #ddd;
    margin-right: 1%;
    padding: 9px;
    background: url(../images/bridal-bg.jpg) no-repeat top center;
    background-size: cover;
    position: relative;
    color: #fff;
    padding-bottom: 50px;
    margin-top: 10px;
}
.equal-hgt .box-smm1{
    width: 32.33%;
    border-radius: 10px;
    box-shadow: 0px 6px 22px 5px #ddd;
    margin-right: 1%;
    position: relative;
    padding: 9px;
    background: url(../images/groom-bg.jpg) no-repeat top center;
    background-size: cover;
    color: #fff;
    padding-bottom: 50px;
    margin-top: 10px;
}
.bbok-nw-br{
    background: #ffab01;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.bbok-nw-br:hover{
    color: #fff;
    opacity: 0.9;
}
.bbok-nw-gr{
    background: #600914;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
}
.bbok-nw-gr:hover{
    color: #fff;
    opacity: 0.9;
}
.procedure-sec{
    border-bottom: 1px solid #9e9e9e;
    padding-bottom: 15px;
    margin-top: 12px;
    position: relative;
}
.procedure-sec:last-child{
    border-bottom: 0px;
    margin-bottom: 120px;
}
.procedure-sec .img-section{
    width: 20%;
    float: left;
    position: relative;
}
.procedure-sec .img-section .counter{
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    background: #f46f22;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    position: absolute;
}
.procedure-sec .img-section img{
    max-width: 100%;
    border-radius: 100%;
}
.procedure-sec .content-section{
    width: 79%;
    margin-left: 1%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 20%;
    font-size: 18px;
}
.pr-none{
    top: 75% !important;
}
.top-row
{
    background: rgba(49,54,110, 0.1);
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 9;
    padding-top: 0px;
}
.banner
{
    background: #f3855c url(../images/vlcc-gorgeous.jpg) no-repeat left top;
    padding-bottom: 13px;
}
.testimonials-block h3{
    color: #f46f22;
}
.testimonials-block .test-section{
    background: #48484a; 
    padding-top: 12px;
}
.testimonials-block .test-section .text-right{
    color: #999;
    font-size: 14px;
}
.testimonials-block .test-section i{
    font-size: 12px;
    vertical-align: top;
}
.testimonials-block .test-section .sect-1{
    border-top: 1px solid #66666d;
    padding-top: 12px;
}
.fa-social
{
    background: #fff; color: #87191a; height: 30px; width: 30px; line-height: 30px; border-radius: 100%; text-align: center !important; margin-top: 18px;
}
.fa-social:hover
{
    background: #ea5802; color: #fff;
}
.banner-content
{
    font-family: 'Lora', serif; margin-top: 16px;
}
.banner-content h2
{
    color: #fff; font-size: 32px;
}
.tcap
{
    font-size: 12px !important; font-weight: bold; color: #fff; 
}
.rs-laser
{
    font-size: 25px; color: #333; text-transform: uppercase; font-weight: bold; margin-top: 20px; 
}
.rs-laser span
{
    font-size: 40px;
}
.co1
{
    font-size: 40px !important; font-weight: bold; color: #333;
}
.co2
{
    font-size: 32px; font-weight: bold; color: #fff;
}
.co3
{
    font-size: 40px; font-weight: 500; color: #fff;
}
.co4
{
    font-size: 30px; font-weight: 500; color: #fff;
}
.co5
{
    font-size: 40px; font-weight: bold;
}
.co6
{
    font-size: 60px;  color: #fff;
}
.ribbon
{
    background: #f46f22; padding: 1%; color: #fff; font-size: 20px;  border-radius: 4px; padding-left: 2%;
}
.form
{
    background: #87191a; border-radius: 10px; padding: 5%; color: #fff; 
    -webkit-box-shadow: -5px 4px 48px -16px rgba(0,0,0,0.93);
    -moz-box-shadow: -5px 4px 48px -16px rgba(0,0,0,0.93);
    box-shadow: -5px 4px 48px -16px rgba(0,0,0,0.93);
}
.form h2
{
    padding: 0px; margin-bottom: 5px; font-weight: bold;
}
.form p
{
    padding: 0px; font-size: 16px;
}
.input-box
{
    font-size: 14px;
    color: #b1b1b1;
    height: 43px;
    padding: 10px;
    border-radius: 5px;
    border: none;
    -webkit-box-shadow: inset 0px 6px 5px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: inset 0px 6px 5px 0px rgba(0,0,0,0.14);
    box-shadow: inset 0px 6px 5px 0px rgba(0,0,0,0.14);
}
.btn-submit
{
    font-size: 22px;
    color: #fff;
    background: #ea5802;
    width: 100%;
    border: none;
    text-align: center;
    padding: 10px;
    border-radius: 5px;
}
.btn-submit:hover
{
    opacity: 0.9;
    color: #fff;
}
.list-page p
{
    font-size: 16px;
}

.list-page ul li
{
     margin-top: 6px; font-size: 16px;
}

.list-page h1
{
    color: #ea5802;
    font-size: 32px;
}
.list-page1 ul
{
    padding: 0px; margin: 0px; list-style: none;
}
.list-page1 ul li
{
   font-size: 16px; margin-top: 5px;
}
.sh-hd-rw h1{
    text-transform: uppercase;
    font-weight: bold;
}
.sh-hd-rw .btn-grp ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
}
.sh-hd-rw .btn-grp ul li{
    display: inline-block;
    margin-left: 10px;
}
.sh-hd-rw .btn-grp ul li:first-child{
    margin-left: 0px;
}
.tbl-rw ul{
    padding: 0px;
    margin: 0px;
    list-style: none;
    margin-top: 10px;
}
.tbl-rw ul li{
    display: block;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-top: 10px;
}
#second-block{
    display: none;
}

.btn-shd{
    background: transparent;
    border: 3px solid #ea5802;
    color: #ea5802;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0px;
}
.btn-shd:hover{
    background: #ea5802;
    transition: 0.6s;
    color: #fff;
}
.active-shd{
    background: #ea5802; 
    color: #fff !important;
}
.col-icon
{
    color: #f46f22;
}
.section-or
{
    background: #c6c6ca; padding-top:15px; padding-bottom:15px; color: #000;
}

.img-shadow
{
    -webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
    box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.15);
}
.section-diff
{
     padding: 2%; color: #333;
}
.modal-content1{
 	background:none;
 	border:none;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,0); 
    box-shadow: 0 0px 0px rgba(0,0,0,0); 
 }
.section-co h1
{
    font-size: 40px; border-bottom: 1px solid #999; padding-bottom: 10px; color: #004e96; font-weight: 100;
}
.section-co p
{
    font-size: 18px;
}

.shadow-img
{
    margin-top: 20px;
}
.sign-up
{
    background: #57585a; padding: 2%; color: #fff; 
}
.btn-signup
{
    text-align: center;
    color: #fff;
    font-size: 18px;
    background: #f46f22;
    border: none;
    padding: 40px 15px;
    width: 100%; border-radius: 0px;
    max-width: 420px;
    margin-top: 30px;
}
.btn-signup:hover
{
    background: #fb8039; color: #fff;
}
.disclaimer
{
    padding: 2%; background: #f8f3e6; padding-bottom: 0px;
}
.signUpFixed {
    position: fixed;
    right: -30px;
    top: 50%;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    border: none;
    color: #fcf1e5 !important;
    font-size: 16px; font-weight: bold; border-radius: 0px;
    background: #f36f21;
    padding: 10px 20px;
    z-index: 999;
    display: none;
}
.signUpFixed:hover
{
    color: #fff; text-decoration: none;
}
.pad-lef
{
    padding-left: 0px;
}

.mobile-banner{
    display: none;
}

.offer
{font-size: 24px;
    color: #fff;
    text-decoration: none;font-weight: 600;}

.offer:hover
{font-size: 24px;
    color: #fff;
    text-decoration: none;font-weight: 600;}

.offer:focus
{font-size: 24px;
    color: #fff;
    text-decoration: none;font-weight: 600;}

img.point-finger
{vertical-align: top;}
.carousel-inner .item .mobile-banner{
    display: none;
}

@media screen and (max-width:480px){
     .carousel-inner .item .desktop-banner{
        display: none;
    }
    .carousel-inner .item .mobile-banner{
        display: block;
    }
    .desktop-banner{
        display: none;
    }
    .mobile-banner{
        display: block;
    }
    
    .offer
    {font-size: 16px; vertical-align: -webkit-baseline-middle;}
    
    .offer:hover
    {font-size: 16px; vertical-align: -webkit-baseline-middle;}
}

@media screen and (max-width:768px)
{
    .sh-hd-rw .btn-grp ul li{
        display: inline-block;
        margin-left: 0px;
    }
    .pad-lef
    {
        padding-right: 0px;
    }
    .form
    {
        background: #87191a; border-radius: 10px; padding: 4%; color: #fff; margin-top: 20px;
        -webkit-box-shadow: -5px 4px 48px -16px rgba(0,0,0,0.93);
        -moz-box-shadow: -5px 4px 48px -16px rgba(0,0,0,0.93);
        box-shadow: -5px 4px 48px -16px rgba(0,0,0,0.93);
    }
    .banner
    {
        background: #f3855c url(../images/vlcc-gorgeous.jpg) no-repeat -750px top;
    }
    .rs-laser
    {
        text-align: left !important;
    }
    .banner-content
    {
        text-align: left !important; margin-top: 452px; padding-bottom: 20px;
    }
    .fa-social
    {
        background: #f8d4c1; color: #f46f22; height: 25px; width: 25px; line-height: 25px; border-radius: 100%; text-align: center !important; margin-top: 15px;
    }
    
    .fa-social:hover
    {
        background: #fae4d8;
    }
    .top-row
    {
        background: rgba(49,54,110, 0.1);
        position: absolute;
        top: 0px;
        width: 100%;
        z-index: 9;
        padding-top: 0px;
    }
    
    .co1
    {
        font-size: 30px; font-weight: 500; color: #fff;
    }
    .co2
    {
        font-size: 24px; font-weight: bold; color: #fff;
    }
    .co3
    {
        font-size: 40px; font-weight: 500; color: #fff;
    }
    .co4
    {
        font-size: 30px; font-weight: 500; color: #fff;
    }
    .co5
    {
        font-size: 30px; font-weight: bold;
    }
    .co6
    {
        font-size: 30px;  color: #fff;
    }
    
    .pad-lef
    {
        padding-right: 0px;
    }
    .procedure-sec{
        border-bottom: 1px solid #9e9e9e;
        padding-bottom: 15px;
        margin-top: 12px;
        position: relative;
        color: #fff;
    }
    .procedure-sec:last-child{
        border-bottom: 0px;
        margin-bottom: 10px;
    }
    .procedure-sec .img-section{
        width: 40%;
        float: left;
        position: relative;
    }
    .procedure-sec .img-section .counter{
        width: 40px;
        height: 40px;
        line-height: 40px;
        border-radius: 100%;
        background: #f46f22;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        position: absolute;
    }
    .procedure-sec .img-section img{
        max-width: 100%;
        border-radius: 100%;
    }
    .procedure-sec .content-section{
        width: 100%;
        margin-left: 4%;
        position: static;
        top: 0px;
        transform: translateY(0%);
        left: 0px;
        font-size: 18px;
    }
    .equal-hgt{
        display: block;
    }
    .equal-hgt .box-smm{
        width: 100%;
        margin-top: 10px;
        box-shadow: 0px 0px 0px 0px;
    }
    .equal-hgt .box-smm1{
        width: 100%;
        margin-top: 10px;
        box-shadow: 0px 0px 0px 0px;
    }
}

@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) 
{
  
}

@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) 
{
    
    
}

@media only screen 
and (min-device-width : 360px) 
and (max-device-width : 640px) 
and (orientation : portrait) 
{
    
    

}

@media only screen 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) 
{
    
    
}


