* {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    scroll-behavior: smooth;
    background-color: #fff;
}

.container {
    width: 100%;
    max-width: 1240px;
}

#header {
    width: 100%;
    height: auto;
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 19;
    border-bottom: 1px solid  rgb(241, 241, 241);
}

#navbar {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

#navbar .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 20px 20px;
}

.nav-top {
    margin-bottom: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}

.nav-top a.basket-btn {
    position: absolute;
    right: 0;
}

.nav-top a {
    text-decoration: none;
    font-size: 20px;
    /* background-color: #F9D4D7; */
    font-weight: 600;
    padding: 2px;
    letter-spacing: 1px;
}

.nav-top a .teo {
    color: #001085;
}

.nav-top a .rhinoplasty {
    color: #00AAD5;
}

.nav-bottom {
    display: flex;
    width: 40%;
    align-items: center;
    justify-content: space-between;
}

.nav-bottom a {
    text-decoration: none;
    font-size: 14px;
    color: #88898C;
    transition: 0.2s;
    border-bottom: 1px solid transparent;
}

.nav-bottom a:hover {
    color: #001085;
    border-bottom: 1px solid #001085;
}

#main-section {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 20px;
}

#main-section .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#main-section .container h1 {
    font-size: 40px;
    font-weight: 600;
    color: #001085;
    margin-bottom: 20px;
}

#main-section .container .main-p {
    max-width: 70%;
    text-align: center;
    margin-bottom: 30px;
    font-size: 19px;
    color: #88898C;
}



#main-section-instruments {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
}


.section-images {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.section-images .img-box {
    width: 360px;
    height: 390px;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    margin: 10px;
    border: 1px solid #BBBCBE;
    border-radius: 10px;
    transition: 0.2s;
}

.section-images .img-box:hover {
    border: 1px solid #001085;
    background-color: #001085;
}

.section-images .img-box img {
    width: 100%;
    height: 350px;
    border: none;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-fit: cover;
}

.section-images .img-box p {
    color: #001085;
    padding: 10px;
    text-align: center;
    font-weight: 600;
}

.section-images .img-box:hover p {
    color: #fff;
}

.img-cont {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 30px;
}

.video-area {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.video-area iframe {
    width: 70%;
    min-height: 300px;
    height: 480px;
}


.video-area img {
    width: 70%;
    max-width: 900px;
}

.img-area {
    width: 70%;
    display: flex;
    justify-content: space-between;
}

.img-area img {
    width: 49%;
}

.img-botp {
    font-size: 19px !important;
    width: 100%;
    max-width: 70% !important;
}

.border-bottom {
    width: 70%;
    height: 2px;
    background-color: #BBBCBE;
    margin-bottom: 40px;
}

.hilton-img {
    width: 130px;
    margin-bottom: 5px;
}

.seeonmap {
    width: 150px;
}

.bosphorus {
    /* background-color: #F9D4D7; */
    color: #000;
    text-decoration: none;
    padding: 3px;
    margin-bottom: 20px;
}

.registration {
    background-color: #001085;
    color: #fff;
    text-decoration: none;
    padding: 15px 20px;
    border-radius: 10px;
    word-break: normal;
    white-space: nowrap;
    margin-top: 25px;
    transition: 0.2s;
}

.registration i {
    color: #00AAD5;
}

.registration i:first-child {
    margin-right: 10px;
}

.registration i:last-child {
    margin-left: 10px;
}

.registration:hover {
    background-color: #2031ad;
}

.select-box {
    display: flex;
    justify-content: flex-start;
    text-align: left;
}

#footer {
    display: flex;
    justify-content: center;
    padding: 40px;
    background-color: #000;
}

#footer .container {
    color: #88898C;
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#footer .container p {
    margin-bottom: 20px;
}

#footer .container .socialmedia a:first-child::after {
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
    content: '|';
    color: #fff;
}

#footer .container .socialmedia a {
    color: rgba(255, 255, 255, 0.671);
    text-decoration: none;
    transition: 0.2s;
}

#footer .container .socialmedia a:hover {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.svg-container svg {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
}

.check-box {
    width: 70%;
    border: 2px solid #bbbcbec4;
    padding: 15px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    position: relative;
    margin-bottom: 20px;
    cursor: pointer;
    transition: 0.2s;
}

.check-box:focus-within {
    border-color: #00AAD5;
    outline: none;
    background-color: #00aad51f;
}

.check-box:focus-within .number-exist {
    background-color: #00AAD5;
    outline: none;
}

.exist-box {
    position: relative;
    align-items: center;
}

.spanabsolute {
    color: #001085;
    font-weight: 600;
    position: absolute;
    right: 10%;
}

.spanabsolutem {
    color: #001085;
    font-weight: 600;
}

.radio_radio {
    width: 26px;
    height: 26px;
    border: 1px solid #BBBCBE;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.radio {
    display: none;
}

.radio:checked+.radio_radio i {
    transform: scale(1);
}

.radio_radio i {
    font-size: 24px;
    color: #00AAD5;
    transform: scale(0);
}

.check-box span.number-exist {
    background-color: #88898C;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px !important;
    height: 30px;
    border-radius: 40px;
    color: #fff;
    position: absolute;
    top: -10px;
    left: -10px;
}

.check-box span.number-sold {
    background-color: #D90018;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px !important;
    height: 30px;
    border-radius: 40px;
    color: #fff;
    position: absolute;
    top: -10px;
    left: -10px;
}

.box-detail {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

}

.box-detail span {
    /* background-color: #F9D5D5; */
    padding: 3px;
    font-size: large;
    color: #001085;
    font-weight: 500;
    /* margin-bottom: 5px; */
}

.box-detail span:first-child {
    font-size: 14px;
}

.box-detail span:last-child {
    font-size: 18px;
    font-weight: 600;
}

.sold-out {
    cursor: not-allowed;
}

.soldout-text {
    color: #D90018;
    font-weight: 600;
}

.course-selected {
    color: #88898C;
    text-decoration: none;
    transition: 0.2s;
}

.course-selected:hover {
    text-decoration: underline;
}

.input-form {
    display: flex;
    width: 70%;
    align-items: center;
    justify-content: space-between;
}

.input-left {
    display: flex;
    flex-direction: column;
    width: 49%;
}

.input-left input,
.input-left select,
.input-right input {
    margin-bottom: 10px;
    outline: none;
    border: 1px solid #BBBCBE;
    border-radius: 10px;
    padding: 10px 20px;
    color: #88898C;
    font-size: 16px;
    transition: 0.2s;
    box-shadow: none;
    outline: none;
}

.input-left input:focus,
.input-right input:focus {
    border: 1px solid #00AAD5;
}

.select-box {
    text-decoration: none;
    color: #001085;
    font-weight: 500;

}

._238h {
    min-height: 90vh;
}

.input-right {
    display: flex;
    flex-direction: column;
    width: 49%;
}

#textarea {
    width: 70%;
    height: 150px;
    margin-bottom: 10px;
    outline: none;
    border: 1px solid #BBBCBE;
    border-radius: 10px;
    padding: 10px 20px;
    color: #88898C;
    font-size: 16px;
    resize: vertical;
    transition: 0.2s;
}

#textarea:focus {
    border: 1px solid #00AAD5;
}

.invoice {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.i-1,
.i-2 {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.i-1 label,
.i-2 label {
    margin-left: 6px;
    display: inline-flex;
    align-items: center;
    color: #88898C;
}

.i-1 label .radio_radio,
.i-2 label .radio_radio {
    margin-right: 5px;
    border-color: #001085;
    width: 23px;
    height: 23px;
    border-width: 2px;
}

.i-1 label .radio_radio i,
.i-2 label .radio_radio i {
    background-color: #001085;
    border-radius: 50%;
    font-size: 19px;
}

.ta-1 {
    margin-bottom: 40px !important;
}

.bottom-info {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}

.acc-det {
    color: #88898C;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 18px;
}

.acc-det:hover {
    text-decoration: underline;
}

.bt-p {
    color: #001085;
    font-weight: 700;
    /* background-color: #F9D4D7; */
    padding: 3px;
    margin-bottom: 10px;
}

.bank-details {
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
}

.branch-no,
.account-no,
.swift-no {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    justify-content: center;
    padding: 0 10px;
}

.branch-no p,
.account-no p,
.swift-no p {
    margin-bottom: 10px;
}

.branch-no,
.account-no {
    border-right: 1px solid #BBBCBE;
}

.branch-no p:first-child {
    color: #00AAD5;
    font-weight: 400;
}

.branch-no1 {
    display: flex;
    flex-direction: column;
    margin-right: 20px;
    justify-content: center;
    padding: 0 10px;
}

.branch-no1 p {
    margin-bottom: 10px;
}

.branch-no1 {
    border-right: 0px solid #BBBCBE;
}

.branch-no1 p:first-child {
    color: #00AAD5;
    font-weight: 400;
}

.account-no p:first-child {
    color: #00AAD5;
    font-weight: 400;
}


.swift-no p:first-child {
    color: #00AAD5;
    font-weight: 400;
}

.branch-no p:last-child {
    color: #2031ad;
    font-weight: 500;
}

.branch-no1 p:last-child {
    color: #2031ad;
    font-weight: 500;
}

.account-no p:last-child {
    color: #2031ad;
    font-weight: 500;
}


.swift-no p:last-child {
    color: #2031ad;
    font-weight: 500;
}

.iban {
    color: #001085;
    font-size: 600 !important;
    font-size: 18px;
    margin-bottom: 20px;
}

.privacy-policy {
    color: #88898C;
    font-size: 16px;
    text-decoration: none;
    padding: 0 0px 4px 0px;
    border-bottom: 1px solid #BBBCBE;
    margin-bottom: 10px;
    transition: 0.2s;
}

.privacy-policy:hover {
    color: #001085;
    border-bottom: 1px solid #001085;
}

.service-contract {
    color: #88898C;
    font-size: 16px;
    margin-bottom: 5px;
    text-decoration: none;
    padding: 0 0px 4px 0px;
    border-bottom: 1px solid #BBBCBE;
    transition: 0.2s;
}

.service-contract:hover {
    color: #001085;
    border-bottom: 1px solid #001085;
}

.total-payment {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 70%;
    padding: 20px;
    position: relative;
    margin-bottom: 10px;
}

.bbt {
    margin-bottom: 10px;
}

.date {
    color: #00AAD5;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

.course-name {
    /* background-color: #F9D4D7; */
    display: inline-block;
    padding: 3px;
    font-size: 23px;
    align-items: center;
    color: #001085;
    font-weight: 600;
    margin-bottom: 5px;
}

.payment-value {
    color: #88898C;
    font-size: 19px;
}

.tp-right .total {
    font-size: 15px;
    color: #001085;
    /* background-color: #F9D4D7; */
    /* padding: 3px; */
    /* margin-bottom: 5px; */
    display: inline-block;
}

.tp-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.tp-right .money {
    font-size: 29px;
    font-weight: 700;
    color: #001085;
    /* background-color: #F9D4D7; */
}

.menubtn {
    display: none;
}

.closebtn i {
    font-size: 17px;
    color: #001085;
}

.closebtn {
    position: absolute;
    top: 16px;
    right: 20px;
}

.closebtn a {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #88898C;
    border-radius: 25px;
    width: 25px;
    height: 25px;
	margin: -15px -20px 0px 0px;
    text-decoration: none;
}

.info-note {
    color: #88898C;
    margin-bottom: 10px;
}

.tp1 {
    flex-direction: column;
    align-items: flex-start;
}

.tpr1 {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.tpr-l p {
    color: #00AAD5;
    font-weight: 500;
}

.amount {
    display: flex;
    align-items: flex-end;
}

.al,
.ar {
    display: flex;
    flex-direction: column;
    margin-right: 10px;
    margin-top: 10px;
    color: #2031ad;
    font-weight: 500;
}

.al span:last-child,
.ar span:last-child {
    margin-top: 5px;
    color: #001085;
    font-weight: 600;
}


.plus {
    position: relative;
    top: 10px;
    font-size: 35px;
    font-weight: 700;
    margin-left: 5px;
    margin-right: 15px;
}

.cf-c {
    padding-top: 20px;
    padding-bottom: 20px;
}

.confirm-svg {
    width: 150px;
    margin-bottom: 20px;
}

.limited-text {
    color: #001085;
    font-size: 16px;
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.numberss {
    background-color: #00AAD5;
    color: #fff;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    margin-right: 5px;
    border-radius: 40px;
    width: 30px;
}

.info-detail {
    color: #00AAD5;
    margin-bottom: 20px;
}

.akordiyon {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
}

.conta1 {
    max-width: 70%;
    width: 70%;
}

.accordion {
    font-family: "Montserrat", sans-serif;
    background-color: transparent;
    border-bottom: 1px solid #BBBCBE;
    border-top: none;
    border-left: none;
    border-right: none;
    color: #001085;
    cursor: pointer;
    padding-top: 15px !important;
    padding: 10px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center !important;
    width: 100%;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.2s;
    text-transform: capitalize;
}

.to-up {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border: 1px solid #88898C;
    width: 40px;
    border-radius: 50px;
    text-decoration: none;
    height: 40px;
}

.to-up i {
    font-size: 23px;
    color: #001085;
}

.accordion .limited-text .numberss {
    width: 23px;
    height: 23px;
    font-size: 14px !important;
}

.accordion:hover {
    opacity: 0.8;
}

.markedtext {
    background-color: #F9D4D7;
    padding: 3px;
}

.activeakor,
.accordion:hover {
    background-color: #e7f1f8;
}

.accordion .limited-text .numberss {
    margin-left: 0;
}

.accordion:after {
    content: '\002B';
    color: #001085;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.activeakor:after {
    content: "\2212";
}

.panel {
    font-family: "Montserrat", sans-serif;
    padding: 0px 20px;
    max-width: 100%;
    background-color: #e8ebe9;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    /* margin-bottom: 10px; */
}

.panel p {
    padding: 10px;
    text-indent: 1rem;
    line-height: 24px;
}

.contact-area {
    width: 70%;
    display: flex;
    margin-bottom: 30px;
}

.contact-area img {
    width: 50%;
    margin-right: 20px;
    object-fit: cover;
}

.contact-left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.contact-left p {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #001085;
    font-weight: 400;
}

.contact-left p a {
    color: #001085;
    font-weight: 400;
    text-decoration: none;
}

.contact-left p svg {
    fill: #858a97;
    margin-right: 5px;
    min-width: 35px;
    height: 35px;

}

.map-area {
    width: 70%;
}

.mapouter {
    position: relative;
    text-align: right;
    height: 500px;
    width: 100%;
}

.gmap_canvas {
    overflow: hidden;
    background: none !important;
    height: 500px;
    width: 100%;
}

.nav-back {
    display: none;
}

.photo-gallery {
    width: 70%;
    margin-bottom: 20px;
}

.row-1,
.row-2,
.row-3,
.row-4,
.row-5,
.row-6 {
    display: flex;
}

.photo-gallery .row-1 img,
.photo-gallery .row-2 img,
.photo-gallery .row-3 img,
.photo-gallery .row-4 img,
.photo-gallery .row-5 img,
.photo-gallery .row-6 img {
    width: 48%;
    object-fit: cover;
    margin: 0.5%;
}

._dc66 {
    font-weight: 300 !important;
    margin-bottom: 100px !important;
}

._f77 {
    min-height: 100vh;
}

.spanabsolutem {
    display: none;
}

.dr-reg {
    margin-top: 40px;
    margin-bottom: 10px;
    color: #88898C;
    text-align: center;
    font-weight: 400;
}

.dr-reg-instruments {
    margin-top: -20px;
    margin-bottom: 10px;
    color: #88898C;
    text-align: center;
    font-weight: 400;
}

.click-dr {
    text-decoration: none;
    color: #88898C;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 600;
    border: 1px solid #BBBCBE;
    padding: 10px;
    border-radius: 5px;
    transition: 0.2s;
}

.click-dr:hover {
    border: 1px solid #001085;
}

._3fc7 {
    font-size: 26px;
    font-weight: 400;
    color: #001085;
}

.buy-box {
    width: 320px;
    height: auto;
    border: 1px solid #BBBCBE;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    position: relative;
}

.buy-box .mms {
    color: #001085;
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 30px;
    margin-top: 5px;
}

.buy-box img {
    background-color: #e8e9eb;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    transform: scale(1.19);
    /* margin-bottom: 15px; */
}

.buy-box .border-bottom {
    width: 100%;
    margin-bottom: 5px;
    height: 1px;
}

.buybox-bottom {
    padding: 10px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.buybox-bottom .add-basket {
    text-decoration: none;
    color: #fff;
    background-color: #001085;
    padding: 2px 10px;
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    width: auto;
    font-weight: 600;
    white-space: nowrap;
}

.buybox-bottom .add-basket svg {
    width: 30px;
    height: 30px;
    margin-right: 10px;
}

.pl_ng span {
    background-color: #001085;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    width: 30px;
    height: 30px;
    margin-left: 5px;
    margin-right: 5px;
}

.pl_ng {
    display: flex;
    align-items: center;
}

.pl_ng p {
    border: 1px solid #BBBCBE;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
}

.pl_ng p:hover {
    cursor: pointer;
    background-color: #001085;
    border-color: #001085;
}

.pl_ng p svg {
    fill: #001085 !important;
    width: 20px;
    height: 20px;
}

.pl_ng p:hover svg {
    fill: #fff !important;
}

.cls-3 {
    fill: #001085;
}

.pl_ng p:hover .cls-3 {
    fill: #fff;
}

.cls-2 {
    fill: #001085;
}

.pl_ng p:hover .cls-2 {
    fill: #fff;
}

.btn_pr {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 5px;
}

.price-btn {
    color: #88898C;
    font-weight: 600;
    padding-right: 7px;
}

.cl-side {
    border-top: 1px solid #BBBCBE;
    transition: 0.2s;
}

.btn-collapse {
    display: none;
}

.cl-side {
    margin-top: 5px;
    padding: 10px;
}

.cl-side p {
    text-align: center;
    color: #88898C;
}

.cl-side .div-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.cl-side .div-btn a {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #555555;
}

.cl-side .div-btn .cls-svg {
    background-color: #00AAD5;
    display: flex;
    align-items: center;
    margin-right: 5px;
    border-radius: 50%;
    justify-content: center;
    width: 30px;
    height: 30px;
}

.cl-side .div-btn .cls-svg svg {
    fill: #fff;
    width: 25px;
    height: 25px;
}

.div-btn label {
    white-space: nowrap;
    display: flex;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    color: rgb(99, 98, 98);
}

.swiper-slide img{
    transform:scale(1) !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction{
    bottom: 0 !important;
}

.div-btn label:first-child {
    margin-right: 15px;
}

.btn-slider {
    display: none;
}

.close-btn{
    margin-right: 0 !important;
}

.vvpp {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: -100%;
    z-index: 10000;
    background-color: rgba(0, 0, 0, 0.904);
    transition: 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
}

#btn-p1:checked~.photo-slider {
    left: 0;
}

#btnv-1:checked~.videos-slider {
    left: 0;
}

#btn-p2:checked~.photo-slider {
    left: 0;
}

#btnv-2:checked~.videos-slider {
    left: 0;
}

#btn-p3:checked~.photo-slider {
    left: 0;
}

#btnv-3:checked~.videos-slider {
    left: 0;
}

#btn-p4:checked~.photo-slider {
    left: 0;
}

#btnv-4:checked~.videos-slider {
    left: 0;
}

#btn-p5:checked~.photo-slider {
    left: 0;
}

#btnv-5:checked~.videos-slider {
    left: 0;
}

#btn-p6:checked~.photo-slider {
    left: 0;
}

#btnv-6:checked~.videos-slider {
    left: 0;
}

#btn-p7:checked~.photo-slider {
    left: 0;
}

#btnv-7:checked~.videos-slider {
    left: 0;
}

#btn-p8:checked~.photo-slider {
    left: 0;
}

#btnv-8:checked~.videos-slider {
    left: 0;
}
#btn-p9:checked~.photo-slider {
    left: 0;
}

#btnv-9:checked~.videos-slider {
    left: 0;
}
#btn-p10:checked~.photo-slider {
    left: 0;
}

#btnv-10:checked~.videos-slider {
    left: 0;
}
#btn-p11:checked~.photo-slider {
    left: 0;
}

#btnv-11:checked~.videos-slider {
    left: 0;
}
#btn-p12:checked~.photo-slider {
    left: 0;
}

#btnv-12:checked~.videos-slider {
    left: 0;
}
#btn-p13:checked~.photo-slider {
    left: 0;
}

#btnv-13:checked~.videos-slider {
    left: 0;
}
#btn-p14:checked~.photo-slider {
    left: 0;
}

#btnv-14:checked~.videos-slider {
    left: 0;
}
#btn-p15:checked~.photo-slider {
    left: 0;
}

#btnv-15:checked~.videos-slider {
    left: 0;
}
#btn-p16:checked~.photo-slider {
    left: 0;
}

#btnv-16:checked~.videos-slider {
    left: 0;
}
#btn-p17:checked~.photo-slider {
    left: 0;
}

#btnv-17:checked~.videos-slider {
    left: 0;
}
#btn-p18:checked~.photo-slider {
    left: 0;
}

#btnv-18:checked~.videos-slider {
    left: 0;
}
#btn-p19:checked~.photo-slider {
    left: 0;
}

#btnv-19:checked~.videos-slider {
    left: 0;
}

.vvpp .slide-area {
    width: 32%;
    height: 600px;
    background-color: #fff;
    position: relative;
    display: flex;
}

.close-btn {
    background-color: #555555;
    color:#fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: -50px;
    cursor: pointer;
    font-size:19px !important;
    border-radius: 50%;
}

.close-btn svg {
    fill: #fff !important;
    width: 30px;
    height: 30px;
}

.swiper {
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.swiper .swiper-slide img,
.swiper .swiper-slide iframe {
    border-radius: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-pagination-bullet-active {
    background-color: #fff !important;
}


.basket-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width:35px;
    height: 35px;
    margin-bottom: 6px;
    position:relative;
    margin-right: 10px;
}

.basket-btn svg {
    width: 40px;
    height: 40px;
    fill: #00AAD5 !important;
}

.buy-box {
    margin: 5px;
}

.buy-box-container {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    align-items:flex-start;
    justify-content: center;
}

.product-n {
    background-color: #00AAD5;
    color: #fff;
    width: 15px;
    height: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 10px;
    position: absolute;
    top: 4px;
    right: 3px;
    border: 1px solid #001085;
}

@media all and (max-width:1100px) {

    .vvpp .slide-area {
        width: 90%;
        height: 362px;
        background-color: #fff;
        position: relative;
        display: flex;
    }

    .nav-top a.basket-btn {
        display: none;
    }

    .contact-left {
        padding: 15px;
    }

    .photo-gallery .row-1 img,
    .photo-gallery .row-2 img,
    .photo-gallery .row-3 img,
    .photo-gallery .row-4 img,
    .photo-gallery .row-5 img,
    .photo-gallery .row-6 img	{
        max-height: 110px;
    }

    .video-area iframe {
        width: 100%;
        height: 250px;
    }

    .photo-gallery {
        width: 100%;
        margin-bottom: 20px;
    }

    .acc-det {
        align-self: flex-start;
    }

    #navbar {
        position: fixed;
        z-index: 9999;
        top: 0;
    }

    #main-section {
        margin-top: 65px;
    }

    .nav-bottom {
        display: none;
    }

    .nav-back {
        display: block;
        font-size: 20px;
        color: rgba(0, 0, 0, 0.726);
        text-decoration: none;
    }

    #navbar {
        background-color: #EBEBEB;
        border-bottom: 1px solid #BCBDBF;
    }

    .nav-top a {
        font-size: 20px;
        background-color: transparent;
        font-weight: 600;
    }

    .contact-area {
        width: 100%;
        flex-direction: column;
        align-items: center;
    }

    .contact-area img {
        width: 100%;
        max-width: 500px;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .contact-left p i {
        font-size: 20px;
    }

    .contact-left p {
        font-size: 16px;
    }

    .map-area {
        width: 100%;
    }

    .img-botp {
        max-width: 100% !important;
    }

    .conta1 {
        width: 100%;
        max-width: 100%;
    }

    #main-section .container .main-p {
        max-width: 100%;
    }

    .video-area img {
        width: 100%;
    }

    .img-area {
        flex-direction: column;
        width: 100%;
    }

    .img-area img {
        width: 100%;
        margin-bottom: 20px;
    }

    .menu-dropdown .socialmedia {
        position: absolute;
        left: 0;
        bottom: 65px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        padding: 10px;
    }

    .menu-dropdown .socialmedia a {
        display: flex;
        align-items: center;
    }

    .menu-dropdown .socialmedia a:first-child::after {
        content: '|';
        margin-left: 3px;
        margin-right: 3px;
        font-size: 25px;
        font-weight: 200;
    }

    .menu-dropdown .socialmedia i {
        color: #00AAD5;
    }

    .menu-dropdown .socialmedia a {
        color: #fff;
        margin-bottom: 5px;
        text-decoration: none;
        font-size: 13px;
    }

    .menu-dropdown .socialmedia a:hover {
        text-decoration: underline;
    }


    .check-box {
        width: 100%;
        padding: 15px 20px;
    }

    .soldout-text {
        text-align: center;
        font-size: 14px;
    }

    .tpr1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .amount {
        margin-bottom: 20px;
    }

    #navbar .container {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    .nav-top {
        margin-bottom: 0;
    }

    .nav-tab {
        display: none;
    }

    .menubtn label i {
        font-size: 20px;
        position: relative;
        z-index: 9999;
        color: rgba(0, 0, 0, 0.726);
    }

    .menu-dropdown {
        position: fixed;
        top: 69px;
        left: -80%;
        width: 80%;
        height: 100%;
        background-color: #001085;
        z-index: 100;
        transition: 0.2s;
    }

    .menu-dropdown ul li {
        list-style: none;
        width: 100%;
        display: flex;
    }

    .menu-dropdown ul li a {
        text-decoration: none;
        width: 100%;
        color: #fff;
        padding: 20px;
        font-size: 14px;
    }

    .menu-dropdown ul li:hover {
        background-color: #00AAD5;
    }

    .menubtn {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .menu-h {
        display: none;
    }

    .menubtn label {
        cursor: pointer;
    }

    .menu-h:checked~.menu-dropdown {
        transition: 0.4s ease;
        left: 0px;
        visibility: visible;
    }

    #main-section .container h1 {
        font-size: 30px;
        text-align: center;
    }

    #main-section .container .main-p {
        max-width: 100%;
    }

    .input-form {
        flex-direction: column;
        width: 100%;
    }

    .input-left {
        width: 100%;
    }

    .input-right {
        width: 100%;
    }

    #textarea {
        width: 100%;
    }

    .invoice {
        /* flex-direction: column; */
        width: 100%;
        justify-content: center;
        align-items: flex-start;
    }

    .i-1 {
        margin-bottom: 5px;
    }

    .bt-p {
        /* text-align: center; */
        font-weight: 700;
    }

    .total-payment {
        width: 100%;
    }

    .border-bottom {
        width: 100%;
    }

    .bank-details {
        /* flex-direction: column;
        width: 100%; */
    }

    .branch-no,
    .account-no {
        /* border-right: none;
        border-bottom: 1px solid #BBBCBE;
        margin-bottom: 10px; */
    }

    .total-payment {
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        padding-top: 15px;
    }

    .tp-right {
        margin-top: 35px;
    }
}

@media all and (max-width:650px) {

    .spanabsolute {
        right: 20%;
    }

    .section-images .img-box {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media all and (max-width:420px) {

    .nav-top {
        position: relative;
    }

    .basket-btn {
        position: absolute;
        right: 8%;
        margin-right: 15px;
    }

    .buy-box {
        width: 100%;
    }

    .buy-box-container {
        width: 100%;
    }
}

@media all and (max-width:380px) {

    .buybox-bottom .add-basket svg {
        width: 20px;
        height: 20px;
    }

    .buybox-bottom .add-basket {
        font-size: 12px;
    }

    .pl_ng p {
        width: 25px;
        height: 25px;
    }

    .pl_ng span {
        width: 25px;
        height: 25px;
    }

    .branch-no p:first-child,
    .account-no p:first-child,
    .swift-no p:first-child {
        font-size: 13px !important;
    }

    .spanabsolute {
        display: none;
    }

    .spanabsolutem {
        display: inline-block;
    }

    .branch-no p:last-child,
    .account-no p:last-child,
    .swift-no p:last-child {
        font-size: 13px !important;
    }

    .branch-no,
    .account-no,
    .branch-no {
        margin-right: 5px;
    }

    .branch-no {
        white-space: nowrap;
    }

    .swift-no {
        margin-right: 0;
    }

    .branch-no,
    .account-no,
    .swift-no {
        align-items: flex-start;
        padding: 5px;
    }
}

@media (min-width: 992px)
.col-md-4 {
    width: 33.33333333%;
}

@media (min-width: 992px)
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
    float: left;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


div {
    display: block;
}

/*===============
	9. Pricing
======================*/

.regi-price-table {
	margin-bottom:29px;
	overflow:hidden;
}
.pricing_wrap:nth-child(3n) {
  clear: left;
}
.table-price-box {
	display:table-cell;
	padding:20px 21px;
	vertical-align:top;
	width:250px;
	text-align:center;
}
.table-price-detail {
	display:table-cell;
	padding:30px 21px;
	vertical-align:top;
	width:281px;
}
.table-price-box h5 {
	color:#ffffff;
	margin-bottom:2px;
}
.regi-price-box {
	border-top:1px solid #4e4e4e;
	overflow:hidden;
	padding-top:23px;
}
.regi-price-box p {
	color:#de302f;
	font-size:23px;
	line-height:50px;
}
.table-price-detail ul {
	padding-left:24px;
	margin:0px;
}
.table-price-detail li {
  color: hsl(0, 0%, 13%);
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
  list-style: outside none none;
  margin: 24px 0;
}
.table-price-detail li .fa {
	margin-right:8px;
}
.regi-price-btn-box {
	margin:0 auto;
	padding-top:10px;
	text-align:center;
}


/*======================
	Pricing-Table
=============================*/
.registration-price-2 .pricing_wrap:nth-child(3n) {
  clear: none;
}
.registration-price-2 .table-price-box, .registration-price-2 .table-price-detail {
  display: block;
  padding: 20px;
  width: auto;
  text-align:center
}
.registration-price-2 .table-price-detail ul {
	text-align:left;
	margin:0 auto 60px;
}
.registration-price-2 .regi-price-box {
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding-top: 24px;
}
.registration-price-2 .table-price-box h5 {
  margin-top: 10px;
}
.registration-price-3 .table-price-detail ul li {
	float:left;
	width:50%;
    margin: 12px 0;
}
.registration-price-3 .table-price-detail {
  width: 570px;
}
.table_btn {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 300px;
}


/*-------------------------------------------------
	1.5. Section-background-color & sectino-heading
------------------------------------------------------*/

.secondary-bg {
	background-color:#001085;
	color:#fff;
}
.primary-bg {
	background-color:#de302f;
	color:#fff;
}
.fourth-bg {
	background-color:#161616;
}
.section-padding {
	padding:140px 0px;
}

.section-padding2 {
	padding:70px 0px;
}

.section-padding4 {
	padding:100px 0px;
}

.less-padding {
	padding:50px 0px;
}
.border-box {
	border:10px solid #000000;
	overflow:hidden
}
.border-box2 {
	border:4px solid #000000;
	overflow:hidden
}
.border-box6 {
	border:1px solid #ffffff;
	overflow:hidden
}
.border-box3 {
	border:5px solid #000000;
	overflow:hidden
}
.section-header {
	margin-bottom:80px
}
.section-header p {
	width:98%;
}
.div_zindex {
	position:relative;
	z-index:1;
}
.secondary-bg,
.secondary-bg  p, 
.secondary-bg h1, 
.secondary-bg h2,
.secondary-bg h3,
.secondary-bg h4,
.secondary-bg h5,
.secondary-bg h6,
.secondary-bg h7,
.primary-bg,
.primary-bg p,
.primary-bg h1,
.primary-bg h2,
.primary-bg h3,
.primary-bg h4,
.primary-bg h5,
.primary-bg h6,
.primary-bg h7,
.white_text, 
.white_text p, 
.white_text h1,
.white_text h2,
.white_text h3,
.white_text h4,
.white_text h5,
.white_text h6,
.white_text h7,
.white_text p {
	color:#ffffff;
}

.row{margin-right:-15px;margin-left:-15px}.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1,.col-xs-10,.col-xs-11,.col-xs-12,.col-xs-2,.col-xs-3,.col-xs-4,.col-xs-5,.col-xs-6,.col-xs-7,.col-xs-8,.col-xs-9{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}table{background-color:transparent}caption{padding-top:8px;padding-bottom:8px;color:#777;text-align:left}th{text-align:left}

}

.section-header {
	margin-bottom:80px
}
.section-header p {
	width:98%;
}

.border-box {
    border: 1px solid #BBBCBE;
    border-radius: 10px;
    overflow: hidden;
}
.border-box2 {
	border:4px solid #000000;
	overflow:hidden
}
.border-box6 {
	border:1px solid #ffffff;
	overflow:hidden
}
.border-box3 {
	border:5px solid #000000;
	overflow:hidden
}

.divider3 {
    border-bottom: #ccc solid 2px;
    float: left;
    height: 0px;
    margin: 0px 0;
    width: 80%;
    margin-left: 10%;
}


@media all and (max-width:320px) {
    .nav-top a {
        font-size: 16px;
    }
}