body{
    font-family: 'Glegoo', serif;
}

.social i {
    border: 1x #A2D9F7 !important;
    background-color: white;
    border-radius: 30px;
    color: #A2D9F7;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin: auto 3px;
    width: 25px;
    font-size: 15px;
    text-align: center;
}

.social1 i {
    border: 1x #A2D9F7 !important;
    background-color: #A2D9F7;
    border-radius: 30px;
    color: white;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin: auto 3px;
    width: 25px;
    font-size: 15px;
    text-align: center;
}

.social2 a:visited {
    color: #000;
    text-decoration: none;
}

.social2 a:link {
    color: #000;
    text-decoration: none;
}

.foot-menu a:visited {
    text-decoration: none;
}

.foot-menu a:link {
    color: #000;
    text-decoration: none;
}

.foot-menu a {
    color: #fff !important;
    font-size: 14px;
    padding: 5px;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
    background:#A2D9F7; 
}
a{text-decoration: none !important;}
.col-xs-5th-1{
  width: 20%; }


@media(max-width:414px){
/*.col-xs-5th-1 {
    width: 100% !important;
}*/
.navbar-collapse{background: none;}
}
@media(max-width:757px){
    .dropdown-menu li a{ color: #fff; }
}
#the_Video {
    width: 60%;
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#video_pop {
    z-index: 9999;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 1600px;
    background: rgba(0,0,0,0.5);
    display: none;
    cursor: pointer;
}
.yellowbg {
    background-image: url(images/goldenbg.png);
    position: relative;
    width: 100%;
}
.gold-text {
    position: absolute;
    bottom: 60px;
    width: 1000px;
    text-align: center !important;
}
.diamondline {
    position: absolute;
    left: 5%;
    bottom: 121px;
}
.dear-frnds {
    position: absolute;
    text-align: center;
    left: 39%;
    bottom: 174px;
    color: #231F20;
    font-size: 40px !important;
}
.gold-text p {
    position: absolute;
    text-align: center;
    left: 9%/*172px*/;
    bottom: -15px;
    font-family: 'Playfair Display', serif;
    font-size: 20px !important;
}
.pagination li a{
    background-color: #A2D9F7;
    color: #fff;
}
.checkout_nav li.done_step, .checkout_nav li.done_step2 {
    font-weight: 400;
    color: #333;
    border-right: 0;
    background-color: #A2D9F7;
}
.checkout_nav li {
    position: relative;
    display: inline-block;
    width: 48%;
    padding: 10px 0 12px;
    font-weight: 300;
    text-align: center;
    line-height: 26px;
    font-size: 22px;
    border-right: 0;
}