h1, h2,h3, h4, h5, h6, p, span, ul, li, a{margin:0;padding:0;font-family: 'Poppins', sans-serif;}
a{text-decoration:none !important;}
body{margin:0;padding:0;font-family: 'Poppins', sans-serif;}
.no_space{padding-right:0px;padding-left:0px;}
span.bolder {
    font-weight: 700;
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/************************** popup  ************************************/
span.boldr{font-weight:800;color:#fe4b8c;font-size:30px;}
.modal{top: 11%;}
.modal-content{background:#f3f3f3;box-shadow:rgb(0,0,0) 0px 0px 6px 2px;border: 10px solid #fe4b8c;}
.modal-header{padding:0;border:none;}
button.close{background:url(img/cross.png) no-repeat 0 0;width:16px;height:16px;position:absolute;top: -1px;right: 1px;display:block;opacity:1;}
h4.modal-title{font-size:25px;font-weight:600;color: #fe4b8c;margin:0;padding:35px 10px 20px;text-align:center;line-height:31px;}
#popupform input.cn{padding: 6px 0 5px 8px;margin:0 0 20px;width:100%;border: 1px solid #ff005b;}
#popupform textarea{width:100%;height:66px;padding:7px 9px;color:#57ca85;font-size:13px;}
#popupform button, #popupform input[type=submit]{background:#000;color:#fff;border:none;text-transform:uppercase;padding:4px 18px;font-size:19px;display: inline-block;}
.modal-dialog{max-width:500px;}
.field:nth-child(2) input.cn{background-position:0 -54px !important;}
.field:nth-child(3) input.cn{background-position:0 -106px !important;}
#popupform p{text-align:center;font-size:13px;color:#000;margin:19px 0 0;}
.fade.in{overflow:hidden;}
input#phones {
    width: 100%;
    border: 1px solid #fe4b8c;
}

div#popupform h3 span {
    font-size: 18px;
}
div#popupform h3 {
    text-align: center;
    margin: 0 0 20px;
    color: #000;
}

input#phone {
    width: 100%;
    border: 1px solid #fe4b8c;
    padding: 7px 50px;
}

.fm {
    border-radius: 0;
    border: 1px solid #ff005b;
    margin: 0 0 15px;
}

.fun {
    margin: -77px 0 0;
}

div#popupform {
    width: 100%;
}

div#popupform h3 {
    text-align: center;
    margin: 20px 0;
}

/************************** popup  ************************************/


h2 {
    font-size: 32px;
    margin: 0 0 15px;
    color: #272829;
    text-transform: capitalize;
}


/************* Header Start *****************/

.header {
    width: 100%;
    background: #f1184f;
}


.darkHeader {
    top: 0%;
    position: fixed;
    z-index: 99999;
    transition: 0.7s;
    padding: 0px 0;
    background: #000000;
}
.head_top {
    width: 100%;
    text-align: center;
    background: #ff1949;
    color: #fff;
    padding: 5px 0;
    overflow: hidden;
}
.head_top_left {
    width: 100%;
}
.head_top_left p {
    font-size: 24px;
}
.head_top_left a {
    background: #fff;
    margin: 0 0 0 10px;
    display: inline-block;
    padding: 7px 20px;
    border-radius: 30px;
    font-size: 14px;
    color: #0f2944;
    text-transform: uppercase;
    font-weight: 700;
}
.head_top_right {
    width: 100%;
    text-align: right;padding: 8px 0;
}
.head_top_right ul li {
    display: inline-block;
    font-size: 16px;
    padding: 0 10px;
    border-right: 1px solid #fff;
}
.head_top_right ul li:nth-child(3) {
    border: none;
}
.head_top_right ul li:nth-child(3) a {
    color: #0f2944;
    font-weight: 700;
}
.head_top_right ul li:nth-child(3) a span.top_icon {
    color: #0f2944;
}
.head_top_right ul li a {
    color: #fff;
}
span.top_icon{color: #fff;padding:0 15px 0 0;}


.head_bot {
    width: 100%;
    padding: 2px 40px;
}

.logo img{
    max-width: 100%;
}

.logo {
    width: 100%;
    text-align: center;
    padding: 0px 0;
}

.top_left {
    width: 100%;
}

.top_left p {
    color: #fff;
    display: inline-block;
}

.top_left a {
    color: #f00;
    padding: 10px 13px 7px;
    font-weight: 500;
}

.top_left a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}


span.top_icon {
    font-size: 18px;
    color: #000000;
}

.top_mid {
    width: 100%;
    text-align: right;
}

.top_mid a {
    color: #fff;
}

.top_right {
    width: 100%;
    text-align: right;
}

.top_right a {
    color: #fff;
    font-size: 14px;
    text-align: right;
}

.main_navigation {
    width: 100%;
    padding: 11px 0;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus{
    color: #000000;
    transition: 0.7s;
}

.dropdown-menu > li > a {
    padding: 9px 16px;
    border-bottom: 1px solid #eee;
    font-size: 13px;
}

.navbar-inverse .navbar-nav li a.active{
    color: #ffffff;
}

.navbar-inverse {
    background-color: transparent;
    border: none;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding: 12px 10px;
    transition: all 0.3s ease-in;
    font-weight: 500;
}
.nav.navbar-nav {
    display: block;
    width: 100%;
    margin: 0 auto;
}
.navbar.navbar-inverse {
    margin-bottom: 0;
}

.navbar-collapse.collapse {
    float: right;
}
.navbar {
    min-height: auto;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #ffffff;
    background-color: transparent;
}

.bot_right{
    width: 100%;
    padding: 18px 0;
}

.bot_right a{
    text-transform: uppercase;
    background: linear-gradient(to right, #ff0000 50%, #ffffff 50%);
    font-size: 14px;
    color: #333;
    border: 1px solid #333;
    padding: 10px 32px;
    font-weight: 600;
    display: inline-block;
    transition: all 0.5s ease-in;
    background-position: right bottom;
    background-size: 201% 100%;
}

.bot_right a:hover{
    background-position: left bottom;
    color: #fff;
    border:none;
    border: 1px solid #333;
}

.head_btn {
    width: 100%;
    text-align: center;
    padding: 18px 0;
}

.head_btn a {
    padding: 12px 23px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    background: linear-gradient(to bottom, #bc5e6d 0, #030303 100%);
}

/************* Header End *****************/


.h_m_banner {
    width:  100%;
    background: url(img/main_banner.jpg) no-repeat top center;
    background-size: cover;
    padding: 190px 0;
    text-align: center;
}

.h_m_banner h1 {
       font-size: 65px;
       font-weight: bold;
       text-transform: uppercase;
       line-height: 51px;
}

.bnn_text {
    width: 100%;
    color: #fff;
}

.bnn_text h3 {
    margin: 30px 0;
    font-size: 35px;
}

.h_m_banner h1 span {
    color: #f1184f;
}

.h_m_banner p {
        font-size: 18px;
        color:  #fff;
        line-height: 26px;
        margin: 0 0 50px;
}
.h_m_banner a {
   background: linear-gradient(to right, #6c10b1 0, #fe4b8c 100%);
   color: #fff;
   text-transform: uppercase;
   font-size: 19px;
   padding: 16px 65px;
}


.h_m_sec1 {
    width: 100%;
    padding: 70px 0;
}

.h_sec1_bot {
    width: 100%;
    overflow: hidden;
}

.sec1_box {
    width: 100%;
    margin: 20px 0;
}

.sec1_box img {
    width: 100%;
}

.sec1_box img:hover {
    transform: scale(1.08);
    background: #ffffff;
    content: "";
    border: none !important;
    color: #fff;
    transition: all 0.5s;
    z-index: 1;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 0px 18px #00000063;
}

.h_sec1_top {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 0 0 50px;
}

.h_sec1_top h2 {
    color: #282828;
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px;
}

.h_sec1_top p {
    font-weight: 400;
    color: #848894;
    font-size: 13px;
}


.h_m_sec2 {
    width: 100%;
    padding: 0px 70px;
    background: url(img/sec2_bg.jpg) no-repeat top center;
}

.sec2_left {
    width: 100%;
    padding: 100px 0;
}

.sec2_left p {
    margin: 20px 0;
}

.sec2_left a {
    background: #f1184f;
    padding: 15px 30px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin: 0 30px 0px 0px;
}

a.s2_btn2 {
    background: none;
    border: 2px solid #f1184f;
    color: #fff;
    transition: all 0.3s ease;
}

a.s2_btn2:hover {
    background: #f1184f;
    color: #000;
}

.sec2_left h2 {
    color: white;
}

.sec2_left p {
    color: #fff;
}

.sec2_right {
    width: 100%;
    text-align: center;
}

.sec2_right img {
    width: 80%;
}

.h_m_sec3 {
    width: 100%;
    padding: 70px 0;
}

.price_box {
    background: #fff;
    border-radius: 5px;
    padding: 20px 20px 0;
    position: relative;
    border: 2px solid #d8dfe6;
    border-radius: 14px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
    margin: 0 0 50px;
}

.price_box:hover {
    border: 2px solid #d22a43 !important;
    border-radius: 14px;
    box-sizing: border-box;
    box-shadow: #dadada 0 0 20px;
}

.price_box i {
    position: absolute;
    right: -2px;
    top: 0;
}

.price_box h2 {
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 14px;
    line-height: 22px;
}

.price_box h2+p {
    font-size: 11px;
    color: #727272;
    text-align: left;
    width: 89%;
    margin: 0 0 9px;
}

.pricebox {
    position: relative;
    text-align: left;
}

.pricebox sup {
    font-size: 22px;
    font-weight: 600;
    position: relative;
    color: #dd342f;
}

.pricebox h3 {
    display: inline-block;
    font-size: 55px;
    margin: 0;
    font-weight: 700;
    color: #f1184f;
}

.pricebox strike {
    font-size: 16px;
    color: #6c6c6c;
    position: relative;
    top: -10px;
    font-weight: 700;
    left: 7px;
}

.pricebox span {
    position: absolute;
    top: 16px;
    left: 0;
    font-size: 14px;
    color: #6c6c6c;
    font-weight: 700;
}

.price_box ul {
    margin-bottom: 0px;
    margin-top: 5px;
}

.price_box ul li {
    font-size: 12px;
    color: #7b7b7b;
    font-weight: 500;
    position: relative;
    margin-bottom: 0px;
    text-align: left;
    list-style: none;
    padding: 0 15px 10px;
}

.price_box ul li:before {
    content: "\f111";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 7px;
    top: 9px;
    position: absolute;
    left: 0;
}

.scrollbar {
    margin-left: 0px;
    float: left;
    height: 188px;
    width: 100%;
    overflow-y: scroll;
    margin-bottom: 15px;
    overflow-x: hidden;
}

p.addontag strong {
    color: #db0000;
}

p.addontag {
    font-size: 11px;
    color: #727272;
    margin: 10px 0;
    line-height: 17px;
    text-align: center;
}

.actions {
    border-top: 1px solid #eeeeee;
    padding-top: 10px;
    display: block;
    float: none;
    position: relative;
    clear: both;
    width: 100%;
    text-align: center;
    margin: 4px auto 10px;
}

.actions:after, .actions:before {
    content: "";
    clear: both;
    display: block;
}
.actions::before {
    position: absolute;
    content: "";
    height: 43px;
    background-color: #eee;
    width: 1px;
    left: 46%;
    top: 10px;
}



a.various.grad-btn {
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 500;
    display: inline-block;
    position: relative;
    margin: 0 auto;
    background: #f1184f;
    top: 20px;
}

.s3_btn {
    text-align: center;
    left: 60px;
}

a.action-no.clearfix.pur small {color: #000000;font-size: 15px;}

.actions a {
    color: #877d7b;
}

a.chat small {
    color: #000000;
    font-size: 14px;
    font-weight: 700;
}

.style-14::-webkit-scrollbar {
    width: 5px;
    background-color: #d5363f;
}

.style-14::-webkit-scrollbar-thumb {
    background-color: #d5363f;
}
.style-14::-webkit-scrollbar-track {
    background-color: #e8e8e8;
}


.h_m_sec4 {
    width: 100%;
    padding: 70px 0px;
    background: url(img/sec4_bg.jpg) no-repeat top center;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
}

.h_m_sec4:before {
    content: "";
    background: #f1184f4f;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.sec4_left {
    width: 100%;
}

.sec4_left h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 49px;
    margin: 50px 0 20px;
}

.sec4_left p {
    font-size: 16px;
    line-height: 26px;
}

.sec4_left a {
    background: #f1184f;
    padding: 15px 70px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin: 20px 0;
}


.h_m_sec5 {
    width: 100%;
    padding: 70px 0;
}

.sec5_top {
    width: 100%;
    text-align: center;
}

.sec5_top h2 {
    color: #282828;
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px;
}

.sec5_top p {
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
    font-weight: 400;
    color: #848894;
    font-size: 13px;
}

.sec5_bot {
    width: 100%;
    overflow: hidden;
}

.sec5_box {
    width: 100%;
    margin: 20px 0 0;
}

.s5_btn {
    text-align: center;
    overflow: hidden;
    padding: 40px 0;
}

.sec5_box i {
    display: inline-block;
    padding-right: 15px;
}

.sec5_box span {
    display: inline-block;
    color: #c8c8c8;
    font-size: 16px;
    position: absolute;
}

.sec5_box h3 {
    display: inline-block;
    font-size: 22px;
    color: #000000;
    font-weight: 800;
    margin: 30px 0 20px;
}

.sec5_box p {
    font-size: 13px;
    color: #8e929c;
    line-height: 23px;
}

.sec5_box img {
    margin: 0 0 10px;
}


.s6_box {
    width: 100%;
    text-align: center;
}

.s6_box h4 {
    margin: 0;
    color: #d32e3f;
    font-size: 73px;
    font-weight: 300;
}

.s6_box p {
    margin: 0;
    font-size: 16px;
    color: #282828;
    text-transform: uppercase;
    font-weight: 600;
}


.h_m_sec6 {
    width: 100%;
    padding: 0 0 60px;
}

.h_m_sec7 {
    background: #eeeeee;
    padding: 80px 0;
    overflow: hidden;
}

.s7_box {
    width: 95%;
}

.test_box_text {
    width: 70%;
    float: left;
    display: inline-flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: left;
    align-items: left;
    -webkit-justify-content: center;
    justify-content: center;
    height: 340px;
    padding-left: 50px;
}

.test_box_text h5 {
    font-size: 32px;
    color: #000000;
    font-weight: 700;
    margin: 0 0 10px;
    position: relative;
}

.test_box_text h5:before {
    content: "\f10d";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: -90px;
    color: #e0dfdf;
    font-size: 152px;
    opacity: .7;
    z-index: -1;
    left: -30px;
}

.test_box_text p {
    font-size: 14px;
    color: #858899;
    font-style: italic;
    font-weight: 300;
    line-height: 25px;
}

.h_m_sec9 {
    width: 100%;
    text-align: center;
    padding: 70px 0;
}

.sec9_top {
    width: 100%;
    margin: 0 0 30px;
    overflow: hidden;
}

.sec9_top h2 {
    color: #282828;
    margin: 0;
    font-size: 34px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 20px;
}

.sec9_top p {
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
    font-weight: 400;
    color: #848894;
    font-size: 13px;
}

.h_m_sec10 {
    width: 100%;
    background: #000000;
    padding: 17px 0;
}

.sec10_left {
    width: 100%;
}

.sec10_left a {
    color: #fff;
    padding: 4px 0;
    display: inline-block;
    font-weight: 600;
    font-size: 15px;
}

.sec10_left a i {
    margin: 0 10px 0px 0;
    color: #fa4a8d;
    font-weight: 700;
    font-size: 18px;
}

.sec10_mid {
    width: 100%;
    text-align: center;
    padding: 10px 0 0;
}

.sec10_mid h2 {
    color: #fff;
    font-weight: 600;
    font-size: 35px;
}

a.s10_btn {
    padding: 12px 52px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    background: linear-gradient(to right, #6c10b1 0, #fe4b8c 100%);
    margin: 10px 0;
    display: inline-block;
}

.capbox {
    width: 100%;
    margin: 0 auto 20px;
    }
.capbox-inner {
     background: #fff;
     color: #555555;
     font-size: 12px;
     width: 100%;
     padding: 1px 11px;
     border-radius: 4px;
     text-transform: uppercase;
     border: 1px solid #cccccc;
     resize: none;
     border: 2px solid;
     border-radius: 0;
}
#CaptchaDiv {
    background: #fff;
    color: #555555;
    width: 100%;
    padding: 5px 14px;
    text-transform: uppercase;
    margin: 0 0 11px;
    resize: none;
    border: 2px solid;
    border-radius: 0;
}
#CaptchaInput {
    margin: 1px 0 1px 12px;
    width: 124px;
    padding: 4px;
}






.owl-pagination {
    margin: 30px 0 0;
}
.owl-theme .owl-controls .owl-page span {
    background: #57ca85;
}

.foot_top {
    width: 100%;
    padding: 50px 0;
    background: #444343;
}
.foot_box h3 {
    font-size: 20px;
    text-transform: uppercase;
    margin: 0 0 14px;color: #fff;
}
.foot_box p {color: #fff;font-weight: 300;font-size: 13px;}
.foot_box {
    width: 100%;
}
.foot_box ul li {
    display: block;
    position: relative;
    line-height: 27px;
}
.foot_box ul li a {
    display: block;
    text-transform: capitalize;
    font-size: 13px;
    color: #fff;
    transition: all 0.5s ease 0s;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
}
.foot_box ul li:hover a {
    color: #f1184f;
}

.ft_social {
    width: 100%;
    padding: 20px 0;
    color: #fff;
}

.ft_social h3 {
    font-size: 18px;
    margin: 0 0 20px;
}

.ft_social ul li {
    list-style: none;
    display: inline;
    padding: 0 7px 0;
}

.ft_social ul li a {
    font-size: 21px;
    color: #fc4b8d;
}
.foot_box ul li i {
    position: absolute;
    left: 0;
    top: 7px;
    color: #57ca85;
    transition: all 0.5s ease 0s;
}
.foot_bottom {
    width: 100%;
    background: #000000;
    padding: 10px 0;
}

.foot_term {
    width: 100%;
}

.foot_term ul li a {
    color: #fff;
}

.foot_term ul li {
    display: inline-block;
    padding: 0 20px 0px 0;
    transition: all 0.5s ease 0s;
}

.foot_term ul li:hover a {
    color: #f1184f;
    transition: all 0.5s ease 0s
}

.foot_bottom p {
    color: #fff;
    font-size: 16px;
}

.abt h1 {
    font-size: 51px;
    line-height: 65px;
}

.abt p {
    width: 80%;
    margin: 0 auto 40px;
    text-align: center;
    font-weight: 400;
    color: #848894;
    font-size: 13px;
    line-height: 23px;
}

.abt {padding: 110px 0;}
.abt_sec1 {
    width: 100%;
    padding: 70px 0;
}

.abt_left {
    width: 90%;
}

.abt_left h2 {
    font-size: 44px;
    font-weight: 700;
    color: #f1184f;
}

.abt_left p {
    line-height: 25px;
    font-size: 13px;
    color: #333;
}

.abt_right {
    width: 100%;
}

.abt_right ul li {
    padding: 6px 0 6px 20px;
    position: relative;
    font-size: 13px;
    list-style: none;
}

.abt_right ul li:before {
    width: 6px;
    height: 6px;
    padding: 5px;
    border-radius: 54px;
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    background: #f1184f;
}

.inner_page_banner {
    background: #350058;
    text-align: center;
    padding: 40px 0;
    width: 100%;
}
.inner_page_banner h1 {
    color: #57ca85;
    text-transform: uppercase;
}
.terms_condition_section {
    width: 100%;
    padding: 60px 0;
}
.terms_cond_inner h3 {
    font-weight: 600;
    margin: 20px 0;
    text-transform: uppercase;
}
.terms_cond_inner p {
    font-size: 16px;
    margin: 0 0 20px;
}
.terms_cond_inner ul li {
    list-style: none;
    font-size: 16px;
    margin: 0 0 20px;
    position: relative;
}
.terms_cond_inner ul li:before {
    content: "";
    position: absolute;
    left: -23px;
    background: #350058;
    width: 1%;
    height: 4px;
    border-radius: 50px;
    top: 10px;
}
.inerpage_section1 {
    width: 100%;
    padding: 40px 0;
}
.conatc_us_form label {
    text-transform: uppercase;
    font-weight: 700;
}
button.cont_but {
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    background: #f91a40;
    padding: 10px 30px;
    border: none;
}   
.conatc_us_form {
    width: 100%;
}
.conatc_us_form .form-control {
    resize: none;
    border: 2px solid;
    border-radius: 0;
}


section.packages.detail-packages {
    text-align: center;
    padding: 0 0 70px;
}

.toolbar.mb2.mt2 {
    margin: 0px 0  50px;
    text-align: center;
}
.toolbar.mb2.mt2 button.active-pf, .toolbar.mb2.mt2 button:hover, .toolbar.mb2.mt2 button:focus {background: linear-gradient(to right, #6c10b1 0, #fe4b8c 100%);color: #fff;}

.toolbar.mb2.mt2 button {
    display: inline-block;
    border: 3px solid #fb4a8d;
    border-radius: 5px !important;
    width: auto;
    margin: 0 8px;
    outline: none;
    padding: 5px 40px;
    background: #fff;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000;
    -webkit-transition: all .2s ease-in;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -ms-transition: all .2s ease-in;
    transition: all .2s ease-in;
}
section.packages.detail-packages p {margin: 0 0 30px;}

section.banner.about-ban.services-ban {
    width: 100%;
    text-align: center;
    padding: 70px 0;
}


section.packages.detail-packages .row {
    width: 1000px;
    margin: 0 auto -15px;
}

span.plan {
    font-size: 11px;
    position: relative;
    top: 0;
    background: #cf2e48;
    padding: 3px 12px;
    color: #fff;
    display: block;
}
.mg-left-176-pkg {
    margin-left: 176px;
}
span.plan1{
    display: block;
    font-size: 11px;
    margin-top: 5px;
    background: #7b7b7b;
    color: #fff;
    padding: 3px 6px;
}

span.plan2{
    display: block;
    font-size: 10px;
    margin-top: 5px;
    background: #7b7b7b;
    color: #fff;
    padding: 3px 6px;
}


section.br-sol.custom-web-pkg {
    position: relative;
    overflow: hidden;
    padding: 30px 0 50px;
}

section.br-sol.custom-web-pkg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
}

section.br-sol.custom-web-pkg .container {
    position: relative;
    z-index: 3;
    text-align: center;
}

.cs-wb-ul {
    border-radius: 2px;
    margin: 20px 0 0 0;
    width: 24% !important;
    padding: 0 0 !important;
}

.cs-wb-ul li {
    font-size: 12px;
    padding: 8px 0 8px 10px;
    position: relative;
    border-bottom: #ffffff36 1px solid;
    text-align: left;
    list-style: none;
}

.cs-wb-ul li.heading {
    font-size: 12px;
    font-weight: 700;
    color: #000000;
    padding: 5px 10px;
    border: none;
}

.cs-wb-ul li:last-child {
    border-bottom: 0px none;
}

.cs-wb-ul li:before {
    content: "";
    background: #000000;
    width: 5px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 14px;
}


.cs-wb-ul ul {
    padding: 0 17px;
}

.cs-wb-pkg-show {
    background: #ffffff;
    border-radius: 0px;
    box-shadow: #5d3c83ad 0 0 10px;
    padding: 30px 25px;
    margin-top: 23px;
    color: #424242;
    width: 28% !important;
    margin-left: 0;
}

.cs-wb-ul+.cs-wb-ul+.cs-wb-ul ul {
    /* min-height: 359px !important; */
}

.cs-wb-pkg-show a.grad-btn {
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    margin-top: 20px;
    border-radius: 2px;
    font-size: 17px;
    width: 83%;
    border-radius: 5px;
}

.cs-wb-pkg-show .pricebox {
    margin-top: 23px;
}

.cs-wb-pkg-show .actions a {
    color: #000 !important;
}

.cs-wb-pkg-show .actions a span {
    color: #000;
}

.cs-wb-pkg-show .actions a small {
    color: #6f6e6e !important;
}

.cs-wb-pkg-show  .actions {
    margin-top: 13px;
    padding-top: 13px;
}


.cs-wb-pkg-show h2 {
    font-size: 30px !important;
    font-weight: 700 !important;
    color: #000000;
    margin: 0 0 -3px !important;
}

.cs-wb-pkg-show h2+p {
    color: #a59e9e;
}


section.br-sol.custom-web-pkg h2 {
    font-size: 39px;
    font-weight: 600;
    margin: 39px 0 2px;
    text-transform: capitalize;
}

.fullscreen-bg video {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    right: 0;
}





/* responsive styling*/
@media screen and (max-width:980px)
{
    
}

    
    

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