html{
    scroll-behavior: smooth;
}
.cb {
    clear: both;
}

img{
    max-width: 100%;
}

.central-column {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
}

.top-logo-background{
    background: black url(../img/pattern-rounds@0.25x.png);
    box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.35),inset 0px 0px 45px 0px rgba(0,0,0,0.35);
    /*background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.5)), url(photos/india-tour-2019/Holi-huranga-Dauji.jpg) 50% 20%;
    background-size: 100%;*/
    padding: 15px 10px;
    text-align: center;

}



.top-logo-background a,
.top-logo-background a:visited{
    /* text-shadow: 0px 4px 6px #000000; */
    /* font-family:'Myriad Pro', Myriad, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    /* font-family:"Helvetica Neue", Helvetica, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
    font-family: 'Alegreya', serif;
    font-weight: bold;
    font-size: 30pt;
    background-color: #f3ec78;
    background-image: linear-gradient(180deg, #f3ec78, #d85379);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent; 
    -moz-text-fill-color: transparent;
    filter: drop-shadow(0px 5px 5px #000);
    text-decoration: none;
}

.debug,
.debug *{
    border: solid 1px rgba(255,0,0,0.1);
}

.error{
    background: rgba(255,0,0,0.3);
}


.top-image-block{
    background: rgb(255, 209, 166) url(/photos/india-tour-2019/Asia-Wings-Over-India-Taj-Mahal-MH.jpg) no-repeat 50% 0%;
    background-size: cover;
    width: 100%;
    min-height: 350px;
    text-align: center;
    padding: 0;
    display: flex;
    align-items: flex-end;
    height: 100%;
}






.top-image-block .header-text{
    padding: 5px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    color: white;
    font-size: 30pt;
    text-shadow: 0px 3px 10px rgba(0,0,0,0.9), 0 2px 1px rgba(0,0,0,0.2);

    /* align-self: flex-end; */
}
@media(max-width: 800px){
    .top-image-block .header-text{
        font-size: 26pt;
    }            
}
@media(max-width: 400px){
    .top-image-block .header-text{
        font-size: 20pt;
    }
}




.top-menu-container{
    background: black url(../img/pattern-rounds@0.25x.png);
    box-shadow: inset 0px 0px 20px 0px rgba(0,0,0,0.5),inset 0px 0px 45px 0px rgba(0,0,0,0.5);
    /* box-shadow: inset 0px 0px 15px 0px rgba(255,255,255,0.15),inset 0px 0px 35px 0px rgba(255,255,255,0.15); */
    color: white;
}

.top-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding: 5px 0;

}



.top-menu .menu-item {
    /* float: left; */
    font-weight: bold;
}

.top-menu .menu-item a {
    color: rgb(255, 228, 169);
    text-shadow: 2px 2px 2px rgba(0,0,0,0.8);
    font-weight: bold;
    font-size: 1.1em;
    padding: 15px 18px;
    /* margin-right: 10px; */
    display: block;
    text-decoration: none;
}

.top-menu .menu-item a:hover {
    color: white;
}
.top-menu a.selected{
    color: rgba(255,255,255,0.5);
}



.vip-image-block-old{
    background: url(/img/vip-wide.jpg) no-repeat 50% 0%;
    background-size: cover;
    width: 100%;
    min-height: 350px;
    box-shadow: inset 0px 0px 100px 0px rgba(0,0,0,0.75);
}
.vip-image-block{
    /* background: url(/img/vip-wide.jpg) no-repeat 50% 0%; */
    background: black;
    background: linear-gradient(190deg,  #270428 30%, transparent), linear-gradient(5deg, rgba(74,29,70, 0.7) 0%, transparent 30%), black;
    /* background-size: cover; */
    width: 100%;
    text-align: center;
    min-height: 450px;
    box-shadow: inset 0px 0px 50px 0px rgba(0,0,0,0.75);
}
.vip-image-block img{
    margin: 5%;
}
.vip-image-block h1{
    color: #f0deae;
    padding: 0 5% 10%;
}







a,
a:visited {
    color: rgb(209 11 140);
    text-decoration: underline;
    text-decoration-color: rgba(252, 16, 169, 0.1);
    text-decoration-thickness: 2px;
}

a:hover {
    color: rgb(253, 77, 192);
}

.main-text {
    padding: 15px 20px 50px 20px;
    max-width: 1000px;
    margin: 0 auto;
}
@media(min-width: 1080px){
    .main-text{
        padding: 15px 0 50px 0;
    }
}

.main-text img.team{
    max-width: 350px; 
    margin-left: 25px; 
    margin-bottom: 20px; 
    float: right;
}
@media(max-width: 600px){
    .main-text img.team{
        margin-bottom: 20px;
        max-width: 100%;
    }
}

.aviasales-and-photos-container {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px 50px 20px;
    max-width: 1000px;
    margin: 0 auto;
}

@media(max-width: 600px){
    .aviasales-and-photos-container {
        flex-direction: column;
        padding: 0;
        margin: 0;
        width: 100%;
    }
}

.aviasales{
    padding: 20px 5px;
}



.tours{
    display: flex;
    /* background: pink; */
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 10px;
    padding-bottom: 10px;
}
.tours .tour{
    text-align: center;
    margin-top: 10px;
    margin-bottom: 50px;
}

/* .reviews{
} */
.review{
    text-align:center;
}
.reviews img{
    padding-bottom: 20px;
}
.reviews img.icon{
    width: 24px;
    margin: 5px;
    padding-bottom: 0;
}

@media(min-width: 1080px){
    .reviews img{
        max-height:550px;
    }
}


.poem{
    font-size: 13px;
    padding-top: 25px;
    color: #555;
}

.main-photo{
    width:30%; 
    padding: 35px 20px 20px 0;
}
.about-photo{
    width: 37%;
    padding: 100px 0 20px 20px;
    min-width: 350px;
}

.bottom-text {
    background: #503b4f;
    color: silver;
    padding: 20px;
    min-height: 150px;
    font-size: 13px;

    background: linear-gradient(to bottom, rgb(173 34 125) 1%, rgb(99 20 82) 5%, rgb(20 19 21));



        
}

.instagram-container{
    background: black; 
    color: silver; 
    padding: 50px;

    /* background: url(../img/pattern-rounds@0.25x.png), linear-gradient(to bottom,  rgba(5,55,73,1) 0%,rgba(0,0,0,1) 57%,rgba(0,0,0,1) 64%,rgba(147,29,106,1) 100%); */
    background: linear-gradient(to bottom,  rgba(5,55,73,1) 0%,rgba(0,0,0,1) 57%,rgba(0,0,0,1) 64%,rgba(147,29,106,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#053749', endColorstr='#931d6a',GradientType=0 );
        
}

.articles-container{
    /* background: black url(../img/pattern-rounds@0.25x.png); */
    background: black url(../img/pattern-001-dark-blue.jpg);
    box-shadow: inset 0px 0px 100px 0px rgba(0,0,0,0.65),inset 0px 0px 150px 0px rgba(0,0,0,0.65);
    color: white;
    /* background: url(../img/pattern-001-dark-blue-transparent.png), linear-gradient(to bottom,  rgba(5,55,73,1) 0%,rgba(0,0,0,1) 37%,rgba(0,0,0,1) 74%,rgba(147,29,106,1) 100%); */
    padding-bottom: 50px;
    line-height: 220%;
    margin-bottom: 50px;
}

.articles-container a{
    color: silver;
}
.articles-container a:hover{
    color: white;
}

.bottom-text a,
.bottom-text a:visited {
    color: silver;
}

.bottom-text a:hover {
    color: white;
}

.black-block{
    width: 100%;
    /* max-width: 1000px; */
    /* background: black; */
    /* background: black url(../img/pattern-rounds@0.25x.png); */
    background: black url(../img/pattern-001-dark-blue.jpg);
    box-shadow: inset 0px 0px 100px 0px rgba(0,0,0,0.65),inset 0px 0px 50px 0px rgba(0,0,0,0.65);
    padding: 30px 30px;
    color: rgba(255,255,255,0.9);
    box-sizing: border-box;
    display: flex;
    justify-content: center;
}

.black-block > div{
    max-width: 1000px;
}


/* swiper *********************************************************************************/

.swiper-container{
    width: 100%;
    /* max-width: 1000px; */
    /* background: black; */
    /* background: black url(../img/pattern-rounds@0.25x.png); */
    background: black url(../img/pattern-001-dark-blue.jpg);
    box-shadow: inset 0px 0px 300px 0px rgba(0,0,0,0.65),inset 0px 0px 500px 0px rgba(0,0,0,0.65);

    padding: 50px 0 70px;

    /* height: 550px; */
    /* padding-bottom: 45px; */
}

.swiper-container-youtube{
    width: 100%;
    max-width: 1000px;
    margin-top: 50px;
}

.swiper-auto-play{
    /* background:rgb(252, 16, 169); */
    width: 100%;
    max-width: 1000px;
}

.swiper-slide {
    /*padding-left: 50px;*/
    text-align: center;
    /*width: 100%;*/
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    
}

.swiper-container .swiper-slide img{
    border: solid 6px white;
    border-radius: 2px;
    box-shadow: 0 0 30px 5px rgba(0,0,0,0.5);
}

.swiper-auto-play .swiper-slide img,
.swiper-container .swiper-slide img {
    /* height: 720px; */
    max-height: 720px;
}
video{
    width: 100%;
    height: auto;
}

.swiper-container img.photo {
    /* height: 500px; */
    max-height: 720px;
    /*padding-bottom: 20px;*/
}

.swiper-button-next{
    /* right: 1% !important; */
}
.swiper-button-prev{
    /* left: 1% !important; */
}

.swiper-button-prev,
.swiper-button-next{
    /* background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg' viewBox%3D'0 0 27 44'%3E%3Cpath d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z' fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") !important; */
    background-image: none !important;
    width: 35px !important;
    height: 70px !important;
    /* background: red; */
    top: 45% !important;
    padding: 15px;
}
.swiper-button-next::after{
    content: '';
    position: absolute;
    width: 40px;
    height: 5px;
    top: 55px;
    right: 10px;
    background-color: white;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .4);
    transform: rotate(-45deg);
}
.swiper-button-next::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 5px;
    top: 30px;
    right: 10px;
    background-color: white;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .4);
    transform: rotate(45deg);
    
}

.swiper-button-prev::after{
    content: '';
    position: absolute;
    width: 40px;
    height: 5px;
    top: 55px;
    left: 10px;
    background-color: #fff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .4);
    transform: rotate(45deg);
}
.swiper-button-prev::before{
    content: '';
    position: absolute;
    width: 40px;
    height: 5px;
    top: 30px;
    left: 10px;
    background-color: #fff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .4);
    transform: rotate(-45deg);
    
}

.swiper-pagination-bullet {
    opacity: 0.5;
    background-color: #ffffff;
    box-shadow: 0 2px 1px rgba(0, 0, 0, .4);
}

.swiper-pagination-bullet-active {
    opacity: 1;
}

/* swiper small */

.swiper-container.small {
    width: 100%;
    height: 400px;
    padding-bottom: 45px;
}

.swiper-container.small .swiper-slide img {
    height: 400px;
}

.swiper-container.small img.photo {
    height: 500px;
    padding-bottom: 20px;
}


/* swiper fade */
/* photos on index page */
.swiper-container-fade {
    width: 460px;
    /* height: 500px; */
    background: white;
    /* border: solid 1px pink; */
}

@media(max-width: 500px){
    .swiper-container-fade {
        width: 100%;
        height: 500px;
    }

    .swiper-container-fade .swiper-wrapper{
        /* else non white background */
        align-items: unset; 
    }
}

.swiper-container-fade .swiper-slide {
    height: 320px;
    background: white;
    /* background: yellow; */
}

.swiper-container-fade .swiper-slide img{
    max-height: 100%;
    background: white;
}



/* swiper for photo section */
.swiper-container-h720 {
    /*width: 1000px;*/
    /*width: 100%;*/
    /*height: 750px;*/
    background: #dfdfdf;
}

.swiper-container-wide .swiper-slide {
    width: 60%;
}

.swiper-container-wide img.photo {
    height: 320px;
    padding-bottom: 20px;
}




/* swiper for reviews */

.swiper-container-reviews{
    background: green;
}
.swiper-container-reviews .swiper-slide {
    width: 100%;
}
.swiper-container-reviews img.photo{
    width: auto;
    height: auto;
}

/**************************************************************************************/

h1,h2,h3,h4,h5{
    margin: 0;
}

h1 {
    padding-top: 4rem;
    padding-bottom: 1rem;
    font-size: 2rem;
}
h2 {
    padding-top: 3.4rem;
    padding-bottom: 0.8rem;
    font-size: 1.7rem;
}
h3{
    padding-top: 3rem;
    padding-bottom: 0.7rem;
    font-size: 1.5rem;
}
h4{
    padding-top: 2.8rem;
    padding-bottom: 0.7rem;
    font-size: 1.4rem;
}
h5{
    padding-top: 2.4rem;
    padding-bottom: 0.6rem;
    font-size: 1.2rem;
}

.lili{
    padding-left: 1rem;
}
.lili::before{
    content: ' ✦ ';
    /* content: ' 💰 '; */
}


.warning {
    padding: 10px 20px;
    background: #c3ffcd;
    border: solid 1px #a8dbb2;
    border-radius: 3px;
}

.fl {
    float: left;
}
.fr{
    float: right;
}

.text-table td {
    padding: 10px;
}

.center {
    text-align: center;
}

.form .field-label {
    padding: 20px 0 3px 10px;
    display: block;
}


.form .field-radio input{
    margin-right: 10px;
}

fieldset{
    margin-top: 10px;
    padding: 0 10px 20px;
    border: solid 1px gray;
    background: rgba(255,255,255,0.3);
    border-radius: 4px;
}

legend{
    padding: 10px;
}

input, select, option, textarea{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

select{
    width: 440px;
}
input[type=text],
textarea {
    padding: 10px;
    width: 440px;
    background: #fafafa;
    border: solid 1px #aaa;
    border-radius: 4px;
}

input::placeholder,
textarea::placeholder{
    color: #cacaca;
}

textarea {
    padding: 10px;
    width: 440px;
    height: 100px;
    background: #fafafa;
    border: solid 1px #aaa;
}

select {
    padding: 10px;
    background: #fafafa;
    border: solid 1px #aaa;
}

input[type=submit],
button {
    padding: 10px 30px;
    color: white;
    border-radius: 3px;
    border: none;

    background: rgb(124,8,82);
    background: -moz-linear-gradient(top,  rgba(124,8,82,1) 0%, rgba(147,29,106,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(124,8,82,1) 0%,rgba(147,29,106,1) 100%);
    background: linear-gradient(to bottom,  rgba(124,8,82,1) 0%,rgba(147,29,106,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c0852', endColorstr='#931d6a',GradientType=0 );
}

button:hover{
    background: rgb(170, 25, 117);
}


.share-icons{
    padding: 40px;
}
.share-icons .label{
    float: left;
    padding-right: 10px;
}

.pluso-wrapper{
    position:fixed;
    top: 20px;
    right: 10px;
}

.article-photo{
    padding: 10px;
    max-width: 500px;
}
.article-photo-height{
    padding: 10px;
    max-height: 320px;
}
.article-photo-big{
    max-width: 600px;
}
.photo100percent{
    max-width: 100%;
    padding-bottom: 10px;
}

.br{
    display:block;
    padding: 20px;
}


.w48px{
    width: 48px;
}

.contact-icon{
    width:32px;
    padding: 5px;
}
.contact-icon-small{
    width:24px;
    padding: 3px;
}

.small-text{
    font-size: 13px;
}
.usd-flag{
    background:  url(/img/currency-flags.gif) 10px 6px no-repeat;
    padding: 4px 0 5px 30px;
    margin-right: 10px;
    margin-left: -10px;
}

.mobile-only{
    display:none;
}



.partners{
    display: flex;
    justify-content: center;
}
.partner{
    width: 25%;
    align-self: center;
}

.partner img{
    max-width: 200px;
}

.index-articles{
    column-count: 2;
}

.share-icons li{
    margin-right: 15px;
}

.flex{
    display: flex;
}

.folder-icon{
    width: 250px;
    margin-bottom:-20px;
}


.youtube-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/* padding-top: 25px; */
    height: 0;
    width: 100%;
    max-width: 1000px;
    /* margin-bottom: 25px; */
    margin-top: 25px;
    background:#dfdfdf;
}
.youtube-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* lazy youtube */

.lazy-youtube-wrapper{
    /* max-width: 680px; */
    margin: 60px auto;
    /* padding: 0 20px; */
    width: 100%;

}
.lazy-youtube-wrapper .youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.lazy-youtube-wrapper .youtube img {
    width: 100%;
    top: -16.82%;
    left: 0;
    opacity: 0.7;
}
.lazy-youtube-wrapper .youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: rgba(0,0,0,0.5);
    /* box-shadow: 0 0 30px rgba( 0,0,0,0.6 ); */
    z-index: 1;
    /* opacity: 0.8; */
    border-radius: 7px;
}
.lazy-youtube-wrapper .youtube .play-button:hover {
    background-color: red;
}
.lazy-youtube-wrapper .youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.lazy-youtube-wrapper .youtube img,
.lazy-youtube-wrapper .youtube .play-button {
    cursor: pointer;
}
.lazy-youtube-wrapper .youtube img,
.lazy-youtube-wrapper .youtube iframe,
.lazy-youtube-wrapper .youtube .play-button,
.lazy-youtube-wrapper .youtube .play-button:before {
    position: absolute;
}
.lazy-youtube-wrapper .youtube .play-button,
.lazy-youtube-wrapper .youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.lazy-youtube-wrapper .youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.price{
    white-space: nowrap;
    font-size: 1.4em;
    font-weight: bold;
}
.old-price{
    font-size: 1.4em;
    text-decoration: line-through;
    color: #555;
}

ul{
    padding: 0 0 0 50px;
    margin-top: 0;
    margin-bottom: 0;
}

ul.dates{
    margin-top: 0;
    margin-bottom: 0;
}

ul.dates li{
    font-size: 1.1em;
    /* line-height: 1.9em; */
    padding-top: 7px;
    /* font-weight: bold; */
}

.pink-sticker{
    background: pink; 
    background: radial-gradient(#ffe4e8, #ffc0cb);
    font-size: 1.2em; 
    padding: 20px; 
    border-radius: 5px; 
    margin: 20px; 
    box-shadow: 0px 0px 20px 1px rgba(0, 0, 255, .2);
}

.video-review{
    padding-bottom: 30px;
}

.tour-highlight-text{
    background: pink;
    padding: 3px 7px;
    border-radius: 3px;
}
.strong{
    font-weight: bold;
}



.image-with-text{
    position:relative;
    display: inline-block;  
    /* width: 100%; */
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;

}
.image-with-text .text{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 30px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 15px;
    font-size: small;
}
.image-with-text img{
    padding: 10px 0;
    width: 100%;
}



.small-image-with-text{
    position: relative;
    display: inline-block;
    margin: 0 20px 20px 0;
}
.small-image-with-text .text{
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 30px;
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 5px 15px;
    font-size: small;
}
.small-image-with-text img{
    padding: 0;
    width: 100%;
}


table.time-table td {
    padding-right: 15px;
}

.map{
    padding: 20px 10px;
}

.subscribe-to-telegram{
    background: rgb(205,63,251);
    /* background: radial-gradient(circle, rgba(205,63,251,0.4150035014005602) 0%, rgba(232,72,123,0.29735644257703087) 100%); */
    background: radial-gradient(circle, rgba(205,63,251,0.12648809523809523) 0%, rgba(232,72,123,0.11248249299719892) 100%);
    padding: 20px 20px 30px;
    border-radius: 10px;
}

.vertical-video{
    /* max-width: 360px; */
    max-height: 100vh;
    /* width: auto; */

    padding: 20px;
}

.p10-0{
    padding: 10px 0;
}

table.inline td{
    vertical-align: top;
    padding: 2px;
    border-bottom: solid 1px silver;
}

ol li{
    padding-bottom: 5px;
}

ul li{
    padding-bottom: 5px;
}

/* hide recaptcha */
.grecaptcha-badge { 
    visibility: hidden;
}

.whatsapp-bottom-right{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 3;
}

.bottom-two-columns{
    display: flex;
    justify-content: space-between;
}


.long-link{
    overflow-wrap: anywhere;
}

    

.form-contact{
    background: #edecec;
    padding: 5px 25px 40px;
    border-radius: 5px;
}

.form-visa{
    background: #edf7ff;
    background: #f3f9ff;
    /* background: rgb(253, 251, 234); */
    padding: 5px 30px 40px;
    border-radius: 5px;

}

.form-visa input[type=text],
.form-visa textarea{
    background: white;
    width: 100%;
}

.form-visa fieldset{
    /* background: white; */
    padding: 0 30px 20px;
    border-color: #aaa;
}

.form-visa fieldset.white{
    background: white;
}

.form-visa fieldset.for-input{
    padding: 0 30px 30px;
}


.form-visa fieldset.horizontal{
    display: flex;

}

.field-radio label{
    /* padding: 5px 15px; */
    border-radius: 4px;
}

.field-radio label:hover{
    background: rgba(0,255,0,0.08);
    cursor: pointer;
    
}
/* .field-radio label:hover *{
    cursor: pointer;
} */


.form-visa fieldset.horizontal .field-radio{
    margin-right: 30px;
}

.form-visa textarea{
    width: 100%;
}

.form-visa button{
    padding: 10px 30px;
    color: white;
    border-radius: 5px;
    border: none;

    background: rgb(20, 112, 155);
    box-shadow: 2px 1px 3px 0px rgba(0,0,0,0.2);

}

.form-visa input{
    transition: 300ms linear background;
}




.chose-form{
    background:rgb(248, 245, 224);
    padding: 30px 30px 60px;
    border-radius: 5px;
    text-align: center;
}

.chose-form button{
    margin: 10px;
}

.chose-form button.selected{
    background: #096bff;
}



.visa-table{
    width: 100%;
    border-collapse: collapse;
}
.visa-table tr{
    background: white;
}
.visa-table tr:nth-child(odd){
    background-color: #f3f8f9;
}

.visa-table th,
.visa-table td{
    padding: 5px 10px;
    /* background: white; */
    text-align: left;
    border: solid 1px #9758b1;
}


.visa-table th{
    background: #9758b1;
    color: white;
}

.prevReviewLink,
.nextReviewLink{
    padding: 10px;
}


.article-date{
    text-align: right;
    color: gray;
    font-size: 13px;
}

.auto-price{
    display: inline-block;
    margin: 5px;
}

.auto-price select{
    /* width:100%; */
    /* width: '150px'; */
    border-color: rgba(0,0,0,0.15);
    border-radius: 4px;
    padding: 4px;
    width: auto;
}

.table-parcel th{
    border: solid 1px silver;
    background: #ffdcf9;
    padding: 5px 15px;
}
.table-parcel td{
    border: solid 1px silver;
    background: white;
    padding: 5px 15px;
}

ul.services li {
    padding-top: 15px;
    padding-bottom: 15px;
}

.warning2{
    background:#f9f6ef;
    padding: 10px 25px;
    border-radius:6px;
    border:none;
}

.table-prices {
    /* border-radius: 5px; */
    /* border-collapse: collapse; */
    /* border-collapse:separate; */
    /* border:solid black 1px; */
    /* border: solid 1px silver; */
    border-radius:6px;
    margin: 20px 0 50px;
}
.table-prices th{
    /* border-radius: 5px; */
    border: solid 1px silver;
    background: #ffdcf963;
    padding: 5px 15px;
    font-weight: normal;
    text-align: left;
    /* vertical-align: top; */
}

.table-prices td{
    /* border-radius: 5px; */
    border: solid 1px silver;
    background: white;
    padding: 5px 15px;
    /* vertical-align: top; */
}

.nowrap{
    white-space: nowrap;
}

.popular{
    background: #e38293;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 1px rgba(200,0,0,0.1);
    font-size: 11px;
    margin: 0 5px;
    /* display: inline-block; */
}