/*@font-face {*/
/*    font-family: Inter-ExtraLight;*/
/*    src: url(../font/inter/Inter-ExtraLight.ttf);*/
/*}*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    font-family: 'Plus Jakarta Sans';
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    color: var(--thm-black);
    /*font-weight: 400;*/
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    list-style: none;
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: transparent;
    zoom: 1;
}

html {
    font-size: 16px;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    background-color: #fff;
    color: #000;
    overflow-x: hidden;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    color: #55acee;
}


/* 2) Heading */

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 8px;
    font-size: 19px;
    font-weight: normal;
    color: #3b3b3b;
    font-weight: 700;
    line-height: 28px;
}

/*h1 {*/
/*    font-size: 26px !important;*/
/*    color: #3775aa;*/
/*    font-weight: 700;*/
/*    text-align: left !important;*/
/*    line-height: 1.25em;*/
    /*24px, 30px*/
/*}*/

h2 {
    font-size: 30px;
    text-align: center !important;
    line-height: 1.25em;
    /*20px, 35px*/
}

h3 {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    color: #2279be;
}

h4 {
    font-size: 24px;
    font-weight: 700;
    color: #3b3b3b;
    line-height: 1.2;
}

h5 {
    font-size: 1.1666em;
    line-height: 1.1428em;
    /*14px, 16px*/
}

h6 {
    font-size: 1em;
}

p {
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
}
.navbar-brand {
    padding-bottom: 0rem;
}
.right-arrow{
    color: #ffffff;
    font-size: 22px !important;
    padding-top: 0px !important;
}
.button {
    background-color:#2279be;
    border-radius: 100px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #2279be;
    padding: 8px 35px 8px 35px;
    float: right;
    font-size: 14px;
    cursor: pointer;
}
.button:hover {
    background-color:#231f20;
    border: 1px solid #231f20;
}
.btn:hover {
    color: #2279be;
    text-decoration: none;
}

.search-form-home {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #f0f7ff;
    /* display: flex;
    justify-content: space-around; */
}

.search {
    margin-bottom: auto;
    margin-top: auto;
    height: 55px;
    width: 42%;
    background-color: #fff;
    border-radius: 100px 0px 0px 100px;
    padding: 5px 5px;
}

.search_input {
    color: black;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    margin-top: 0px;
    caret-color: transparent;
    line-height: 40px;
    transition: width 0.4s linear;
}

.search .search_input {
    padding: 3px 15px !important;
    width: 300px;
    font-size: 18px;
    color: #b2b2b2;
    caret-color: red;
    transition: width 0.4s linear;
}

.search:hover>.search_icon {
    background: #0076a6;
    color: #fff;
}

.search_icon {
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: white;
    background-color: #dd0d13;
}

.btn-primary-search {

    background-color: #2279be;
    border: 1px solid #2279be;
    border-radius: 0px 100px 100px 0px !important;
    color: white;
    height: 55px;
    font-size: 20px !important;
    padding: 10px 35px 10px 35px;
    text-align: center !important;
    border-radius: 0px;
}

/* .btn-primary-search:hover {
    background-color: #dd0d13;
    border: 1px solid #dd0d13;
    border-radius: 0px 10px 10px 0px;
    font-size: 20px !important;
    padding: 10px 35px 10px 35px;
    text-align: center !important;
    color: white;
} */

img {
    max-width: 100%;
    vertical-align: middle;
    border-style: none;
}

.mbottom {
    margin-bottom: 50px;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0px;
    position: relative;
}

.row-footer-quicklink {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: 0px;
    position: relative;
}

/* header css starts */

.fa-phone{
    color:#000000 !important;
}
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    background-color: #ffffff;
}
.header-center {
    text-align: center;
}
/*.header-main1 {*/
/*    padding: 8px 10px 8px 10px !important;*/
/*}*/
.top-header{
    background-color:#f9f9f9;
    padding:3px 0px 3px 0px;
}
.header-phone{
    font-size:17px !important;
    font-weight:400;
    color:#000000 !important;
}
.menu-title{
    font-size:18px;
}
.navbar-expand-lg .navbar-nav .nav-link{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    color:#000000;
}
.contact-btn {
    background-color: #0076a6;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 18px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 500;
}
.contact-btn:hover {
    background-color: #fff;
    color: #000000;
    border: 1px solid #ffffff;
    font-size: 14px;
    padding: 10px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
}
.header-contact-btn {
    display: ruby-text;
    text-align: right;
    margin-top: 15px;
    /*margin-right:40px;*/
}
.contact-submit{
    background-color: #2279be;
    font-size: 17px !important;
    color: #ffffff !important;
    padding: 10px 30px 10px 30px;
}
.header-bg{
    background-image: url("../../assets/images/header-bg.jpg");
    padding: 90px 20px 90px 20px;
}
.logout-button, .history-button{
    border-radius: 100px;
    text-align: center;
    color:#ffffff;
    padding: 10px;
    /*float: right;*/
    font-size: 15px;
    cursor: pointer;
}
.logout-button{
    background-color:#000000;
    /*border: 1px solid #000000;*/
    /*margin-right:5px;*/
}
.history-button{
    background-color:#2279be;
    margin-left:10px;
    /*border: 1px solid #2279be;*/
}
.logout-button:hover{
    background-color:#2279be;
    color:#ffffff;
}
.history-button:hover{
    background-color:#000000;
    color:#ffffff;
}
.main-heading {
    text-align: center;
    font-size: 40px;
    color: #2279be;
    padding-bottom: 20px    ;
    vertical-align: bottom !important;
}
.main-heading-1 {
    padding: 30px 0px 30px 0px;
    text-align: center;
    color: #ffffff;
}
.main-heading-2 {
    text-align: center;
    font-size: 40px;
    color: #ffffff;
    padding-bottom: 20px;
    vertical-align: bottom !important;
}
.sub-tagline {
    font-size: 30px !important;
    font-weight: 200 !important;
}
.sub-tagline-bold{
    font-weight: 700;
    line-height:20px;
}
.common-heading {
    text-align: center !important;
    font-size: 40px;
    color: #2279be;
}
.common-sub-tagline {
    color: #2c2c2c;
    text-align: center;
    font-size: 21px !important;
    font-weight: 400 !important;
}
.countries-bold{
    font-weight: 700;
}

/* header css ends */

/*Titlebar starts*/

    .breadcrumb-container {
        background-color: #247ec8;
        padding: 15px 0;
        color: #ffffff;
    }
    .titlebar-title{
        color:#ffffff;
    }
    .breadcrumb a {
        color: #ffffff;
        text-decoration: none;
    }
    .breadcrumb a:hover {
        text-decoration: underline;
    }
    .breadcrumb {
        background:none !important;
    }
    .breadcrumb-item+.breadcrumb-item::before {
        color: #ffffff;
    }
    .breadcrumb-item{
        font-size:15px !important;
    }
    .breadcrumb-item.active {
        font-size:15px !important;
    }
    li:hover {
        background: none !important;
    }

/*Titlebar ends*/

/* county css starts */

.cont-desc-bg{
    background-color: #f0f7ff;
    padding-top: 20px;
    padding-bottom: 60px;
}
.breadcum-space{
    padding-bottom: 15px;
}
.breadcrumb-text{
    font-size: 15px;
    color: #2c2c2c;
    font-weight: 400;
}
.breadcrumb-text:hover{
    color: #2279be;
}
.breadcrumb-text-2{
    font-size: 15px;
    color: #2c2c2c;
    font-weight: 600 !important;
}
.breadcrumb-text-2:hover{
    color: #2279be;
}
.country-raw-1 {
    padding-top: 60px;
}
.country-list {
    margin-top: 50px !important;
    margin-bottom: 60px;
}
.country-list-home {
    padding-bottom: 40px;
}
.hr-sep {
    margin: 6px 10px 10px 10px;
}
.country {
    border: 1px solid #e6e7e7;
    border-radius: 15px;
    padding-bottom: 20px;
    background-color: #ffffff !important;
    margin-bottom: 30px;
}
.country:hover {
    cursor: pointer;
    background-color: #fff;
    position: relative;
    -moz-box-shadow: 0px 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 0px 5px #000000;
    box-shadow: 0px 0px 8px #d7d7d7;
}
.country-img {
    width:100%;
    border-radius: 15px 15px 0px 0px;
}
.contry-data {
    padding: 15px 15px 0px 0px;
    vertical-align: middle;
    /* border-bottom: 1px solid black; */
}
.contry-data-btn {
    padding: 0px 10px 0px 15px !important;
    /*display: inline-block;*/
    vertical-align: middle !important;
}
.apply-button {
    margin-top: 15px;
    background-color: #ffffff;
    color: #ffffff;
    border: 1px solid #ffffff;
    font-size: 17px;
    padding: 10px 20px;
    font-weight: 500;
}
.visa-btn {
    background-color: #eef2ff;
    color: #000;
    border: 1px solid #ffffff;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 500;
}
.sticker-visa-btn {
    background-color: #ffffff;
    border-radius: 100px;
    color: #000;
    border: 1px solid #ffffff;
    font-size: 13px;
    margin-top: -40px;
    padding: 5px 12px;
    font-weight: 500;
    float: right;
}
.logout-btn {
    background-color: #ffc107;
    color: #000000;
    border: 0px solid;
    font-size: 13px;
    padding: 5px 10px;
    font-weight: 500;
    margin-left: 20px;
}
.user-detail-title {
    float: left;
    text-align: center;
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    vertical-align: middle;
    padding: 7px
}
.user-detail-text {
    font-weight: 700;
}
.contry-data-btn {
    vertical-align: middle;
}
.per-person {
    font-size: 14px;
}
.price {
    font-size: 21px !important;
    font-weight: 600;
}
.contry-data-btn span {
    font-weight: 700;
    font-size: 18px;
}
.get-visa {
    display: flex;
}

.apply-button:hover {
    margin-top: 15px;
    background-color: #0076a6 !important;
    color: #ffffff !important;
    border: 1px solid #ffffff;
    font-size: 17px;
    padding: 10px 20px;
    font-weight: 500;
}

.visa-price {
    font-size: 18px;
    margin-top: 5px;
    text-align: right;
    vertical-align: middle;
}

.upload {
    padding: 0px 50px 0px 50px;
}

.upload-box {
    width: 155px;
    height: 155px;
    border: 1px solid #e6e7e7;
    border-radius: 10px;
    padding: 7px;
}

.doc-img {
    border-radius: 10px;
}

.choose-down {
    padding-top: 15px;
    text-align: center;
    font-size: 12px;
}

.upload-title {
    font-size: 22px;
    font-weight: 700;
    padding: 40px 0px 20px 0px;
}

.doc-title {
    font-size: 18px;
    font-weight: 700;
}

.tab-highlight-txt {
    font-size: 17px;
    font-weight: 600 !important;
}

/* county css ends */

/* contact css starts */

.contact-heading {
    text-align: left !important;
    font-size: 40px;
    padding-left: 30px;
    padding-bottom: 20px;
    color: #2279be;
}
.inquiry-heading {
    font-size: 30px;
    text-align:left;
    padding-bottom: 20px;
    color: #2279be;
}

.phone-email{
    font-size: 21px;
}
.phone-bold{
    font-weight: 700;
}
.map{
    border:1px solid #cbcbcb !important;
    border-radius: 15px;
}
.contact-details{
    margin-left: -18px !important;
}
.contact-form-box {
    padding: 30px 30px 30px 30px !important;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 10px 10px 10px;
    position: relative;
    -moz-box-shadow: 0px 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 0px 5px #000000;
    box-shadow: 0px 0px 8px #d7d7d7;
}
.contact-page-bg {
    background-color: #f0f7ff;
    padding: 60px 0px 60px 0px;
}

/* contact css ends */

/* testimonials css starts */


*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
  }
  
.testimonial{
    padding: 40px 0px 60px 0px;
    background-color: #f0f7ff;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #3d5a80;

    &-slide{
        padding:40px 20px;
    }
    &_box{   

        &-top{
            background-color: #e0fbfc;
            padding: 30px;
            border-radius: 15px;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            text-align: center;
            box-shadow: 5px 5px 20px rgba(152, 193, 217, 0.493);
        }
        &-icon{
            padding: 10px 0;
            i{
                font-size: 25px;
                color: #14213d;
            }
        }
        &-text{
            padding: 10px 0;
            p{
                color: #293241;
                font-size: 14px;
                line-height: 20px;
                margin-bottom: 0;
            }
        }
        &-img{
            padding: 20px 0 10px;
            display: flex;
            justify-content: center;
            img{
                width: 70px;
                height: 70px;
                border-radius: 50px;
                border: 2px solid #e5e5e5;
            }
        }
        &-name{
            padding-top: 10px;
            h4{
                font-size: 20px;
                line-height: 25px;
                color: #293241;
                margin-bottom: 0;
            }
        }
        &-job{
            p{
                color: #293241;
                font-size: 14px;
                text-transform: uppercase;
                letter-spacing: 3px;
                line-height: 20px;
                font-weight: 300;
                margin-bottom: 0;
            }
        }
    }
}

.testimonials {
    background-color: #f0f7ff;
    padding-top: 60px;
}

.testimonial-box1 {
    background-color: #ffffff;
    border: 1px solid #dcdcdc;
    border-radius: 10px;
    padding: 30px 30px 30px 30px;
}

.star-icon {
    height: 20px;
    width: 115px;
    margin-bottom: 10px;
    margin-left: -5px;
}

.testimonial-title {
    font-size: 20px;
    font-weight: 600;
    padding-top: 10px;
}

.seprator {
    background-color: #2279be;
    height: 2px;
    width: 40px;
}

.testimonial-text {
    text-align: left;
}

.testimonial_box{
    margin: 10px;
    background-color:#fff;
    padding:28px 28px 28px 28px;
    -moz-box-shadow: 0px 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 0px 5px #000000;
    box-shadow: 0px 0px 8px #d7d7d7;
    border-radius: 15px;
}
.review-name{
    font-size: 18px;
    font-weight: 600;
    padding-top: 15px;
}

/* testimonials css ends */

/* process css starts */

.visa {
    padding-top: 60px;
}

.process {
    background: #ffb74d;
    padding-top: 60px;
}

.process-2 {
    background: #ffb74d;
    padding: 60px 15px 70px 15px;
}

.step-icon {
    height: 80px;
    width: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.step-title {
    font-size: 22px;
    font-weight: 600;
    color: #ffffff;
    padding: 20px 10px 0px 10px;
}

.step-text {
    padding: 10px 10px 0px 10px;
    color: #000000;
    font-size: 18px;
    text-align: center;
}

.process-sep {
    background-image: url("../../assets/images/process-seprator.png");
    background-repeat: no-repeat;
    height: 20px;
    margin-top: 40px;
}

.process-up {
    margin-top: -55px;
}

.process-heading {
    text-align: center !important;
    font-size: 35px;
    font-weight: 700;
    color: #000000;
}

.process-sub-tagline {
    color: #000000;
    text-align: center;
    font-size: 21px !important;
    font-weight: 400 !important;
}

/* process css ends */

/* footer css starts */

.column {
    width: 100%;
    /* padding: 5px; */
    margin: 0;
    padding: 0;
}

.footer {
    background-color: #1568a9;
    padding: 0px 0px 0px 0px;
}
.footer-heading{
    font-size:20px;
    font-weight:600;
    color:#ffffff;
    text-align:left !important;
    padding-bottom:10px !important;
}
.getin-heading{
    font-size:17px !important;
    padding-right:0px !important;
    padding-right:0px !important;
    font-weight:600;
    color:#ffffff;
    text-align:left !important;
}

.footer a.fa:hover{color:#243649;}

.iata-logo {
    height: 55px;
    width: auto;
}

.gujarat-logo {
    height: 65px;
    width: auto;
}

.tafi-logo {
    height: 55px;
    width: auto;
}

.footer-logo {
    text-align: center;
}

.footer-data {
    padding: 60px;
}

.footer-title {
    text-transform: uppercase;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.footer-text {
    font-size: 15px;
    color: #ffffff;
    text-align: left;
}

.footer-text-2 {
    font-size: 15px;
    color: #ffffff;
    text-align: left;
}

.footer-text-3 {
    font-size: 15px;
    color: #ffffff;
    text-align: left;
    font-weight: 300;
}

.footer-tagline {
    color: #fff;
    font-size: 22px;
    margin-top: 25px;
    line-height: 40px;
}

.address-title {
    font-size: 20px;
    color: #ffffff;
    font-weight: 600;
}

.footer-text {
    font-size: 15px;
    font-weight: 300;
}

.footer-text-2 {
    margin-top: -10px;
    font-size: 15px;
    font-weight: 300;
}

.email-field {
    width: 100%;
    height: 50px;
    padding-left: 10px;
}

.submit-btn {
    background-color: #dd0d13;
    border: 1px solid #dd0d13;
    font-size: 18px;
    color: #ffffff;
    padding: 13px 35px 13px 35px;
}

.copyright-text {
    font-size: 15px;
    color: #ffffff;
    text-align: center;
    padding-bottom: 20px;
    font-weight: 300;
}

.footer-line {
    background-color: #ffffff;
    opacity: 0.1;
    margin: 50px 0px 30px 0px;
}

.footer-line-2 {
    background-color: #ffffff;
    opacity: 0.1;
    margin: 30px 0px;
}

.footer-links {
    text-align:left !important;
    color: #ffffff !important;
    font-size: 15px;
    font-weight: 300 !important;
    margin-bottom: 10px;
}
.footer-border{
    border-top:1px solid #558fbc !important;
}
.contact-data{
    padding: 25px 0px 15px 0px !important;
}

.link-color {
    color: #ffffff;
    font-weight: 300 !important;
}

/*.fa-facebook {*/
/*    background: #1e77f0;*/
/*    color: white;*/
/*    font-size: 15px;*/
/*    padding: 10px 13px 10px 13px;*/
/*    border-radius:100rem;*/
/*}*/

/*.fa-twitter {*/
/*    background: #55ACEE;*/
/*    color: white;*/
/*    font-size: 15px;*/
/*    padding: 10px 10px 10px 10px;*/
/*    border-radius:100rem;*/
/*}*/

/*.fa-instagram {*/
/*    background: #d32b6f;*/
/*    color: white;*/
/*    font-size: 15px;*/
/*    padding: 10px 10px 10px 10px;*/
/*    border-radius:100rem;*/
/*}*/
.social-icon{
    width:32px !important;
}

.fa:hover {
    opacity: 1;
    color: #ffffff !important;
    /* padding: 15px; */
}

/* footer css ends */

/* country-desc css starts */

.tab {
    overflow: hidden;
    border-radius: 15px 15px 0px 0px;
}

.tab button {
    color: #000000 !important;
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 12px 20px;
    margin-right: 10px;
    transition: 0.3s;
    font-size: 15px;
}

.tab button:hover {
    background-color: #2279be;
    border-radius: 100px 100px 100px 100px;
    color: #ffffff !important;
}

.tab button.active {
    background-color: #2279be;
    border-radius: 100px 100px 100px 100px;
    color: #ffffff !important;
}

.tabcontent {
    border-radius: 15px;
    border: 1px solid #cecece;
    padding: 20px;
    background: #fff;
    margin-top:20px;
}
.visa-data{
    margin-left: -30px;
}
.multiple-entry{
    margin-top: -10px !important;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    border: 1px solid #ccc;
    border-radius: 10px !important;
    background-color: #2279be;
    color: white !important;
}

.btn-link {
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

/* .accordion-button:not(.collapsed) {
    color: white;
    background-color: #e7f1ff;
    box-shadow: inset 0 -1px 0 rgba(0,0,0,.125);
} */

.btn-link:hover {
    color: #ffffff;
    text-decoration: none;
}

.price {
    width: 25px;
}

.travel-detail {
    padding-top: 25px;
}

.amount {
    font-size: 19px;
    font-weight: 400 !important;
}

.amount-new {
    font-size: 23px;
    font-weight: 700 !important;
}

.travel {
    width: 18px;
}

span {
    cursor: pointer;
}
.country-img-desc {
    border-radius: 15px 15px 15px 15px;
}

.minus, .plus {
    height: 30px;
    width: 30px;
    border-radius: 9999px !important;
    background: #ffffff;
    margin: 0px 0px 0px 0px;
    padding: 3px 5px 5px 5px;
    border: 1px solid #ddd;
    display: inline-block;
    vertical-align: middle !important;
    float: left;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
}

.value {
    width: 40px;
    background-color: #e5f1f6;
    margin: 0px 10px 0px 10px;
    text-align: center;
    font-size: 22px;
    float: left;
    border: 0px solid #ddd;
    display: inline-block;
    vertical-align: middle;
}

.line {
    background-color: #e9f3f4;
    height: 1px;
    opacity: 0.5;
    margin: 25px 0px 25px 0px !important;
}

.v-align {
    vertical-align: middle !important;
}

.tab-text {
    text-align: right !important;
    font-weight: 600;
}

.grid-container {
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto auto;
    background-color: #e5f1f6;
    padding: 13px 13px 0px 13px;
    border-radius: 10px;
}
.grid-container-2 {
    margin-top: 20px;
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto auto;
    background-color: #e5f1f6;
    padding: 10px 13px 5px 13px;
    border-radius: 10px;
}
.grid-container-3 {
    display: grid;
    justify-content: space-between;
    grid-template-columns: auto auto;
    padding-top: 30px;
    padding: 30px 0px 5px 0px;
}

.number {
    margin-left: 55px !important;
    text-align: right !important;
}

/* .country-img {
    border-radius: 20px;
} */

.country-title {
    text-align: left !important;
    font-size: 26px;
    color: #2279be;
    font-weight: 700;
    line-height: 35px;
}

.country-subtitle {
    font-size: 22px;
    font-weight: 700;
    padding: 15px 0px 0px 0px;
}

.country-data {
    margin-top: 430px;
}

.country-content {
    margin-top: 20px;
    text-align:left !important;
}

.country-content-txt {
    font-weight: 600;
    font-size: 17px;
    line-height: 30px;
    font-weight: 300 !important;
}

.country-bold-txt {
    font-weight: 600;
    font-size: 18px;
}

.desc-parent {
    min-height: 400px;
}

.desc-parent-1 {
    min-height: 300px;
}

.apply-txt {
    padding-top: 225px;
    vertical-align: middle !important;
}

.apply-btn {
    margin-top: 10px;
    background-color: #fdd600;
    color: #000000;
    font-size: 20px !important;
    padding: 15px 0px;
    width: 100%;
    border: 1px solid #ffffff;
    border-radius: 10px;
    font-weight: 700;
}

.apply-btn:hover {
    background-color: #2279be;
    color: #ffffff;
    font-size: 20px !important;
    padding: 15px 0px;
    width: 100%;
    font-weight: 700;
}

.apy-btn {
    margin-top: 10px;
    width: 100%;
    padding: 0px 0px 10px 0px;
}

.return-date {
    padding-left: 10px;
}

.date-tab {
    font-weight: 400;
    padding-bottom: 3px;
}

.visa-counter-1 {
    background-color: #f0f7ff;
    border-radius: 10px;
    text-align: center;
    padding: 65px 55px 40px 55px;
    min-height: 355px;
    vertical-align: middle !important;
}

.visa-counter-2 {
    background-color: #017dc4;
    color: #ffffff;
    border-radius: 10px;
    text-align: center;
    padding: 80px 55px 40px 55px;
    min-height: 355px;
    vertical-align: middle !important;
}

.visa-counter-3 {
    background-color: #0076a6;
    border-radius: 10px;
    text-align: center;
    padding: 0px 55px 0px 55px;
    min-height: 355px;
    vertical-align: middle !important;
}


.visa-count-number {
    font-size: 35px;
    font-weight: 800;
    text-align: center;
}

.visa-count-heading {
    font-size: 21px;
    padding-top: 10px;
    font-weight: 400;
    text-align: center;
}

.visa-count-txt {
    font-size: 20px;
    padding-top: 20px;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
}

.visa-count-number-2 {
    font-size: 35px;
    font-weight: 800;
    color: #ffffff;
    text-align: center;
}

.visa-count-heading-2 {
    font-size: 21px;
    padding-top: 10px;
    font-weight: 400;
    color: #ffffff;
    text-align: center;
}

.visa-count-txt-2 {
    font-size: 20px;
    padding-top: 20px;
    font-weight: 300 !important;
    text-align: center;
    color: #ffffff;
    line-height: 28px;
}

.visa-icon {
    height: 60px;
    width: 60px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.visa-icon-new {
    height: 80px;
    width: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.visa-count-txt-new{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 28px;
}

.visa-star {
    height: 27px;
    width: 143px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

/* country-desc css ends */

/* traveller-desc css starts */

.validity-text {
    font-size: 16px;
    font-weight: 700;
}

.call-text {
    color: #e70026;
}

.travel-belt {
    padding: 0px !important;
}

.traveller {
    width: 100%;
    background-color: #0076a6;
    padding: 15px 20px 15px 20px;
}

.travel-heading {
    color: #ffffff;
    font-size: 20px;
    color: #ffffff !important;
    font-weight: 600;
}

/* traveller-desc css ends */

/* form css starts */

.form-box {
    padding: 70px 0px 70px 0px !important;
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 10px 10px 10px;
    position: relative;
    -moz-box-shadow: 0px 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 0px 5px #000000;
    box-shadow: 0px 0px 8px #d7d7d7;
}

.btn-primary {
    background-color: #dd0d13;
    border: 1px solid #dd0d13;
    font-size: 18px !important;
    border-radius: 100px;
    padding: 10px 35px 10px 35px;
    text-align: center !important;
    width: 100%;
}

.btn-primary:hover {
    background-color: #0076a6;
    border: 1px solid #0076a6;
}

.btn-primary-upload-doc {
    background-color: #dd0d13;
    border: 1px solid #dd0d13;
    font-size: 18px !important;
    padding: 10px 35px 10px 35px;
    text-align: center !important;
    width: 100%;
}

.form-group1 {
    text-align: center;
}

.form-control {
    padding: 20px !important;
    font-size: 16px;
    height:40px;
    background-color: #ffffff;
}

.form-text {
    font-size: 15px;
    color: #2c2c2c;
    padding-bottom: 10px;
}

#tm-5l43v div.go2048136271 {
    background: #fff;
    border-radius: 0.5em;
    display: inline-block;
    padding: 0.5em 0.75em;
    display: none !important;
}

.login-form-box {
    padding: 50px 30px !important;
    background-color: #fff;
    padding: 10px 10px 10px 10px;
    border-radius:15px;
    position: relative;
    -moz-box-shadow: 0px 0px 0px 20px #000000;
    -webkit-box-shadow: 0px 0px 0px 5px #000000;
    box-shadow: 0px 0px 8px #d7d7d7;
}

.login-up {
    margin-top: -150px;
}

.form-title {
    font-size: 32px;
    font-weight: 700;
}

/* form css ends */

/* document starts */

.review-title {
    font-weight: 700;
    padding-bottom: 10px;
}

.review-title-2 {
    font-weight: 700;
    padding: 15px 0px 10px 0px;
}

.passport-1 {
    border: 1px solid #067aab;
    border-radius: 15px;
    padding: 50px 50px 50px 50px !important;
    margin-bottom: 30px;
}

.form-checkbox {
    font-size: 14px;
    padding-bottom: 20px;
}

.doc-form {
    background-color: #ffffff !important;
    border: 1px solid #cccccc;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    color: #a2a2a2 !important;
    border-radius: 5px;
    height: 40px !important;
}

::placeholder {
    color: #a8a9a2;
    opacity: 1;
    /* Firefox */
}

.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;

    .file-upload {
        position: relative;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        background-size: 100% 200%;
        transition: all 1s;
        color: #FFFFFF;
        font-size: 100px;

        input[type='file'] {
            height: 100%;
            width: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            cursor: pointer;
        }

        &:hover {
            background-position: 0 -100%;
            color: #2590EB;
        }

    }
}

/* document starts */

.go3873761283 {
    color: #636E81;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    display: none !important;
}
.form-space{
    padding: 60px 0px 20px 0px;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }
}

.input-field .validate {
    padding: 17px 15px 17px 15px;
    font-size: 16px;
    border-radius: 5px;
    border: none;
    margin-bottom: 15px;
    color: #000000;
    background: #ffffff;
    border: 2px solid rgb(214, 214, 214);
    width: 100%;
    outline: none;
}

/* Media Query :: start */


/* Extra small devices (phones, 600px and down) */

@media only screen and (max-width: 600px) {
    .header-phone{
        display:none;
    }
    .breadcrumb {
        padding: 0rem 1rem;
    }
    /*.phone-email{*/
    /*    display:none;*/
    /*}*/
    .search .search_input {
        font-size: 15px;
    }
    .img-and-toggle {
        margin-bottom: 15px;
    }
    .button {
        float: left;
        width: 100%;
    }
    .main-heading {
        padding: 15px 0px 10px 0px;
        font-size: 38px;
    }
    .sub-tagline {
        font-size: 25px !important;
    }
    .header-bg {
        padding: 90px 20px 110px 20px;
    }
    .search {
        margin-bottom: auto;
        margin-top: auto;
        height: 55px;
        width: 70%;
        background-color: #fff;
        border: 1px solid #2279be;
        border-radius: 100px 0px 0px 100px;
        padding: 5px 5px;
    }
    
    .date {
    padding: 10px 27px 10px 27px;
    }
    .return-date{
    padding-top:0px;
    }
    
    .grid-container{
    padding: 13px 13px 13px 13px;
    }
    
    .testimonial-box1 {
        background-color: #ffffff;
        border: 1px solid #dcdcdc;
        border-radius: 10px;
        padding: 30px 30px 30px 30px;
        margin-bottom: 35px;
    }

    .mobile-testimonial {
        margin-top: 35px;
        margin-bottom: 0px;
    }

    .card-body h5 {
        font-size: 20px;
    }
    .visa-count-txt-new{
        padding-bottom: 25px;
    }

    .footer-tagline {
        font-size: 20px;
        color: #fff;
        padding-right: 0px;
        margin-top: 25px;
        line-height: 40px;
    }

    .visa-counter-1 {
        background-color: #f0f7ff;
        border-radius: 10px;
        text-align: center !important;
        padding: 70px 35px 30px 35px;
    }

    .visa-counter-2 {
        background-color: #243649;
        border-radius: 10px;
        text-align: center !important;
        padding: 70px 35px 30px 35px;
    }

    .visa-box-space {
        margin: 20px 0px;
    }

    .country-title-grid h3 {
        font-size: 20px;
    }

    .copyright-text {
        font-size: 15px;
        color: #ffffff;
        text-align: left;
        padding-bottom: 20px;
    }

    .description-mobile-view {
        display: block;
    }

    .mobile-logo {
        display: inline-block;
    }


    /*.description-pc-view {*/
    /*    display: none;*/
    /*}*/

    .process-sep {
        display: none;
    }

    .process-up {
        margin-top: 0px;
    }

    .process-steps {
        padding-bottom: 30px;
    }

    .process-2 {
        padding: 60px 15px 40px 15px;
    }

    .img-and-toggle {
        display: inline-block !important;
        text-align: left;
    }

    .footer {
        background-color: #017dc4;
        padding: 0px 0px 0px 0px;
    }

    .footer-data {
        padding: 40px 0px 0px 0px;
    }

    .footer-col-logo {
        display: block !important;
    }

    .footer-links {
        margin-left: 0px;
    }
    .getin-heading {
        padding-bottom: 15px;
    }

    .footer-text-3 {
        margin-left: -30px;
    }

    .iata-logo {
        height: 40px;
    }

    .gujarat-logo {
        height: 50px;
        text-align: left;
    }

    .tafi-logo {
        height: 40px;
        text-align: left;
    }

    .footer-logo {
        padding-top: 0px !important;
        text-align: left;
        margin-left: 0px !important;
        margin-bottom:20px;
    }
    .footer-heading {
        padding-top: 20px;
    }

    h1 {
        font-size: 28px;
        text-align: left !important;
        line-height: 1.25em;
    }

    h3 {
        font-size: 22px !important;
        font-weight: 600;
        line-height: 1.2;
        color: #2279be;
    }

    .contry-data {
        padding: 15px 15px 0px 0px;
    }

    .visa-price {
        font-size: 22px;
        margin-top: 5px;
        text-align: left;
        vertical-align: middle;
    }

    .country {
        margin-bottom: 35px;
    }

    .video-text {
        text-align: center;
        font-weight: 600;
        padding-bottom: 30px;
    }

    .country-title {
        text-align: left !important;
        color: #2279be;
        font-size: 28px;
        font-weight: 700;
        margin-top: 0px;
    }

    .apply-btn {
        background-color: #fdd600;
        color: #000000;
        text-align: center !important;
        padding: 15px 30px 15px 30px;
        margin-top: 25px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .apy-btn {
        /* margin-top: 10px; */
        text-align: center;
    }

    .main-tab {
        padding: 0px;
        margin-top: 10px;
    }
    .tab button {
        color: #000000 !important;
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 15px 25px;
        transition: 0.3s;
        font-size: 14px;
    }

    .travel-detail {
        padding: 20px 0px 20px 0px;
    }

    .tabcontent {
        display: none;
        font-size: 16px;
        padding: 30px 20px 30px 20px;
        border: 1px solid #ccc;
        border-top: none;
        min-height: 290px !important;
    }

    .number {
        margin-left: 55px !important;
        vertical-align: middle !important;
    }

    .form-control {
        margin-right: 10px !important;
        padding: 15px !important;
        font-size: 16px;
        height: 50px;
        background-color: #f5f5f5;
        width: 100%;
    }

    .form-box {
        padding: 30px 0px 30px 0px !important;
        background-color: #fff;
        border-radius: 15px;
        padding: 10px 10px 10px 10px;
        position: relative;
        -moz-box-shadow: 0px 0px 0px 20px #000000;
        -webkit-box-shadow: 0px 0px 0px 5px #000000;
        box-shadow: 0px 0px 8px #d7d7d7;
    }

    .country-data {
        vertical-align: middle !important;
        margin-top: 250px;
    }

    .to-date {
        margin-top: 20px;
        width: 90%;
    }

    .p-4 {
        padding: 0.5rem 1rem !important;
    }

    .login-up {
        margin-top: -80px;
    }

    .mobile-padding {
        margin-top: 30px;
    }

    .date-tab {
        margin-bottom: -15px;
    }

    .card-header {
        border-radius: 10px 10px 0px 0px !important;
    }

    .card {
        border-radius: 10px;
        margin-bottom: 20px;
        margin: 20px 10px 20px 10px;
    }

    .btn-link {
        font-weight: 600;
        font-size: 22px;
        padding: 0;
    }

    li {
        font-size: 16px;
    }
}


@media only screen and (min-width: 426px) and (max-width: 768px) {
    /*.phone-email {*/
    /*    display:none;*/
    /*}*/
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) and (max-width: 767px) {
    .visa-counter-1 {
        background-color: #f0f7ff;
        border-radius: 10px;
        text-align: center !important;
        padding: 30px 35px 30px 35px;
    }

    .visa-counter-2 {
        background-color: #243649;
        border-radius: 10px;
        text-align: center !important;
        padding: 30px 35px 30px 35px;
    }

    .visa-box-space {
        margin: 20px 0px;
    }

    .login-up {
        margin-top: -80px;
    }

    .description-mobile-view {
        display: none;
    }

    .mobile-logo {
        display: none;
    }

    .home-grid-top {
        margin-top: 30px;
    }
}

/* Medium devices (landscape tablets, 768px and up) */

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .footer-heading {
        padding-top: 20px;
    }
    .getin-heading{
        padding-bottom: 20px !important;
    }
    .process-2 {
        margin-top: -1px;
        padding: 60px 15px 40px 15px;
    }

    .country-img {
        border-radius: 15px 15px 0px 0px !important;
    }

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100% !important;
    }

    .visa-counter-1 {
        min-height: auto;
        padding: 50px 55px 50px 55px;
    }

    .visa-counter-2 {
        min-height: auto;
        padding: 50px 55px 50px 55px;
    }

    .footer-tablet {
        padding-left: 45px;
        padding-bottom: 60px;
    }

    .footer-data {
        padding: 40px 0px 0px 0px;
    }

    /* .col-md-6 {
        margin-bottom: 30px;
    } */

    .search {
        width: 70%;
    }

    .testimonial-box1 {
        min-height: auto;
        margin-bottom: 40px;
    }

    .mobile-testimonial {
        margin-top: 40px;
    }

    .process-sep {
        display: none;
    }

    .process-up {
        margin-top: 0px;
    }

    .visa-counter-1 {
        margin-bottom: 40px;
        background-color: #f0f7ff;
        border-radius: 10px;
        text-align: center !important;
    }

    .visa-counter-2 {
        margin-bottom: 40px;
        background-color: #243649;
        border-radius: 10px;
        text-align: center;
    }

    .country-content {
        padding-bottom: 30px;
    }

    .home-grid-top-2 {
        margin-top: 30px;
    }

    .country-title-grid h3 {
        font-size: 20px;
    }

    .login-up {
        margin-top: -120px;
    }

    .description-mobile-view {
        display: none;
    }

    .mobile-logo {
        display: none;
    }

    .video-top {
        margin-top: 20px;
    }

    .form-box {
        margin-bottom: 50px !important;
    }
    .step-text {
        padding: 10px 10px 20px 10px;
    }
    .visa-count-txt-new {
        padding-bottom: 20px;
    }

}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 100% !important;
    }

    .tab-padding{
        margin-right: -70px;
    }

    .country-img {
        border-radius: 15px 15px 0px 0px !important;
    }

    .search {
        width: 70%;
    }

    .country {
        margin-bottom: 30px;
    }

    .country-raw-1 {
        padding-bottom: 0px;
    }

    .testimonial-box1 {
        padding: 20px 20px 20px 20px;
        min-height: 600px;
    }

    .testimonial-box2 {
        padding: 20px 20px 20px 20px;
        min-height: 280px;
    }

    .visa-counter-1 {
        padding: 55px 35px 40px 35px;
    }

    .visa-counter-2 {
        padding: 60px 35px 40px 35px;
    }

    .home-grid-top-2 {
        margin-top: 30px;
    }

    .video-top {
        margin-top: 20px;
    }

    .form-box {
        margin-bottom: 50px !important;
    }

}


@media only screen and (min-width: 992px) and (max-width: 2200px) {
    .login-up {
        margin-top: -120px;
    }

    .country-img {
        border-radius: 15px 15px 0px 0px !important;
        width:100%;
    }

    .description-mobile-view {
        display: none;
    }

    .mobile-logo {
        display: none;
    }

    .form-box {
        margin-bottom: 50px !important;
    }

    /* .search{
        width: 100% !important;
    } */

}

/* @media only screen and (min-width: 2201px) and (max-width: 2560px) {

    .search{
        width: 80% !important;
    }

} */

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        margin-top: -1px;
        max-width: 100%;
    }
}

/* new header code */


.header-whatsapp {
    text-align: right;
}

.header-whatsapp span {
    vertical-align: middle;
}

.header-whatsapp span {
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.header-whatsapp img {
    width: 10%;
}

.header-call img {
    /*width: 10%;*/
}

/* .header-call {
    text-align: center;
    padding-top: 30px;
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius:100px;
} */
.phone-no{
    color: #000000 !important;
}

.header-call span {
    vertical-align: middle;
}

.header-call span {
    font-size: 16px;
    font-weight: 500;
    color: white;
}

.form-box {
    margin-bottom: 50px !important;
}


@media only screen and (max-width:320px) {
    .inquiry-heading {
        font-size: 32px;
    }
    .phone-email{
        font-size: 18px;
        text-align: left;
    }
    .map{
        margin:40px 0px 40px 0px !important;
    }
    .contact-heading {
        font-size: 32px;
    }
    .contact-form-box {
        padding: 40px 10px 40px 10px !important;
    }
    .contact-form-btn{
        width: 100% !important;
    }
    .visa-title {
        margin-bottom: 40px !important;
    }
    .header-call {
        padding: 3px 5px 10px 5px !important;
        text-align: center;
    }
    .button {
        width: 100%;
        padding: 12px 0px 12px 0px;
      }
    .main-heading{
        font-size: 28px !important;
    }
    .sub-tagline{
        font-size: 20px !important;
    }
    .btn-primary-search {
        padding: 10px 15px 10px 15px;
    }
    .process-heading{
        font-size: 25px !important;
    }
    .visa-count-txt-new {
        padding-bottom: 25px;
    }

    .visa-counter-1 {
        padding: 60px 15px 0px 15px;
    }

    .visa-counter-2 {
        padding: 80px 15px 0px 15px;
    }

    .tafi-logo {
        margin-top: 20px;
    }

    .visa-count-txt {
        font-size: 18px;
    }

    .visa-count-txt-2 {
        font-size: 18px;
    }

    .country-list {
        margin-top: 0px !important;
    }

    .tabcontent {
        padding: 20px 0px 20px 0px !important;
    }

    .travelller-details {
        padding: 0px 20px 0px 20px;
    }

    .passport-1 {
        padding: 30px 30px 30px 30px !important;
    }

    .upload {
        padding: 0px 50px 30px 50px;
    }

    h1 {
        font-size: 32px !important;
        text-align:left !important;
    }

    .testimonial-box1 {
        padding: 20px 20px 20px 20px;
        margin-bottom: 35px;
    }

    .testimonial-box2 {
        padding: 20px 20px 20px 20px;
    }

    .country-raw-1 {
        padding-bottom: 0px;
    }

    .header-whatsapp {
        padding: 20px 0px 0px 0px;
        text-align: center;
    }

    .header-call {
        padding: 10px 15px 10px 15px;
        text-align: center;
    }

    .country {
        padding-bottom: 20px;
        margin-bottom: 35px;
    }

    .country-img {
        border-radius: 10px 10px 0px 0px !important;
    }

    .img-and-toggle {
        display: inline-block !important;
        text-align: center;
    }

    .header-whatsapp span {
        font-size: 17px;
        font-weight: 500;
        color: white;
    }

    .header-whatsapp img {
        width: 10%;
        margin-right: 5px;
    }

    .header-call img {
        /*width: 15%;*/
    }

    .header-call span {
        font-size: 15px;
        font-weight: 500;
        color: white;
    }

    .footer-line {
        margin: 10px 0px 30px 0px;
    }

    .country-title {
        font-size: 24px !important;
        line-height: 32px;
    }

    .country-subtitle {
        font-size: 18px;
    }

    .return-date {
        padding-top: 0px !important;
        padding-left: 0px !important;
    }

    .minus,
    .plus {
        height: 22px;
        width: 22px;
        padding: 0px 5px 10px 5px;
        font-size: 19px;
    }

    .value {
        width: 9px;
        margin: -2px 15px 0px 10px;
    }

    .number {
        margin-left: 40px !important;
    }

    .form-box {
        padding: 40px 0px 40px 0px !important;
        margin-bottom: 40px !important;
    }
    .date {
        width: 100%;
        padding: 10px 72px 10px 72px;
    }
    .grid-container {
        padding: 13px 13px 10px 13px;
    }
    .grid-container-2 {
        margin-top: 10px;
    }
}
@media only screen and (min-width: 300px) and (max-width: 425px) {
    .button {
        margin-top: 0px !important;
    }
    .mobile-space{
        padding-left:0px !important;
        padding-right:0px !important;
    }
}

@media only screen and (min-width:321px) and (max-width:375px) {
    .mobile-space{
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .button {
        width: 100%;
    }
    .date{
        padding:10px 15px 10px 15px;
    }
    .header-call {
        padding: 2px 15px 10px 15px;
    }
    .main-heading{
        font-size: 30px !important;
    }
    .inquiry-heading {
        font-size: 32px;
    }
    .phone-email{
        font-size: 18px;
        text-align: left;
    }
    .map{
        margin:40px 0px 40px 0px !important;
    }
    .contact-heading {
        font-size: 32px;
    }
    .contact-form-box {
        padding: 40px 10px 40px 10px !important;
    }
    .contact-form-btn{
        width: 100% !important;
    }
    .country-title {
        font-size: 24px !important;
        line-height: 34px;
    }
    .main-heading{
        font-size: 34px !important;
    }
    .sub-tagline{
        font-size: 25px !important;
    }
    .btn-primary-search {
        padding: 10px 15px 10px 15px;
    }
    .visa-count-txt-new {
        padding-bottom: 30px;
    }

    .visa-title {
        margin-bottom: 40px !important;
    }

    .header-whatsapp {
        padding: 20px 0px 0px 0px;
        text-align: center;
    }

    .country-img {
        border-radius: 10px 10px 0px 0px !important;
    }

    .minus,
    .plus {
        height: 22px;
        width: 22px;
        padding: 0px 5px 10px 5px;
        font-size: 19px;
    }

    .return-date {
        padding-top: 0px !important;
        padding-left: 0px !important;
    }

    .value {
        width: 9px;
        margin: -2px 15px 0px 10px;
    }

    .number {
        margin-left: 40px !important;
    }

    .tafi-logo {
        margin-top: 20px;
    }

    .country-list {
        margin-top: 0px !important;
    }

    .tabcontent {
        padding: 20px 0px 20px 0px !important;
    }

    .travelller-details {
        padding: 0px 20px 0px 20px;
    }

    .passport-1 {
        padding: 30px 30px 30px 30px !important;
    }

    .upload {
        padding: 0px 80px 30px 75px;
    }

    .header-call {
        padding: 0px 15px 10px 15px;
        text-align: center;
    }

    .img-and-toggle {
        text-align: center;
    }

    .testimonial-box1 {
        padding: 20px 20px 20px 20px;
    }

    .testimonial-box2 {
        padding: 20px 20px 20px 20px;
    }

    h1 {
        font-size: 32px !important;
        text-align:left !important;
    }

    .country-raw-1 {
        padding-bottom: 1px;
    }

    .header-whatsapp span {
        font-size: 15px;
        font-weight: 500;
        color: white;
    }

    .country {
        padding-bottom: 20px;
        margin-bottom: 35px;
    }

    .header-whatsapp img {
        width: 10%;
        margin-right: 5px;
    }

    .header-call img {
        /*width: 10%;*/
    }

    .header-call span {
        font-size: 15px;
        font-weight: 500;
        color: white;
    }

    .footer-line {
        margin: 10px 0px 30px 0px;
    }

    .form-box {
        padding: 40px 0px 40px 0px !important;
        margin-bottom: 50px !important;
    }
    .grid-container {
        padding: 13px 13px 10px 13px;
    }
    .grid-container-2 {
        margin-top: 5px;
    }
    .apy-btn {
        margin-top: 0px;
    }
}

@media only screen and (min-width:376px) and (max-width:425px) {
    .mobile-space{
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .return-date {
        padding-left: 0px;
        padding-top: 0px;
    }
    .date{
        padding:10px 15px 10px 15px;
    }
    .inquiry-heading {
        font-size: 32px;
    }
    .phone-email{
        font-size: 18px;
        text-align: left;
    }
    .map{
        margin:40px 0px 40px 0px !important;
    }
    .contact-heading {
        font-size: 32px;
    }
    .contact-form-box {
        padding: 40px 10px 40px 10px !important;
    }
    .contact-form-btn{
        width: 100% !important;
    }
    .header-whatsapp {
        padding: 20px 0px 0px 0px;
        text-align: center;
    }

    .country-title {
        font-size: 26px !important;
        line-height: 34px;
    }

    .visa-title {
        margin-bottom: 40px !important;
    }

    .minus,
    .plus {
        height: 22px;
        width: 22px;
        padding: 0px 5px 10px 5px;
        font-size: 22px;
    }

    .value {
        width: 9px;
        margin: -2px 15px 0px 10px;
    }

    .number {
        margin-left: 40px !important;
    }

    .country-list {
        margin-top: 0px !important;
    }

    .tabcontent {
        padding: 30px 20px 30px 20px !important;
    }

    .travelller-details {
        padding: 0px 20px 0px 20px;
    }

    .passport-1 {
        padding: 30px 30px 30px 30px !important;
    }

    .upload {
        padding: 0px 80px 30px 85px;
    }

    .img-and-toggle {
        text-align: center;
    }

    .header-call {
        padding: 0px 15px 10px 15px;
        text-align: center;
    }

    .country-img {
        border-radius: 10px 10px 0px 0px !important;
    }

    .header-whatsapp span {
        font-size: 15px;
        font-weight: 500;
        color: white;
    }

    .header-whatsapp img {
        width: 10%;
        margin-right: 10px;
    }

    .header-call img {
        /*width: 10%;*/
        /* margin-right: 5px; */
    }

    .header-call span {
        font-size: 15px;
        font-weight: 500;
        color: white;
    }

    .form-box {
        padding: 40px 0px 40px 0px !important;
        margin-bottom: 50px !important;
    }
    .grid-container {
        padding: 13px 13px 13px 13px;
    }
}

@media only screen and (min-width:426px) and (max-width:768px) {
    .mobile-space{
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .inquiry-heading {
        font-size: 32px;
    }
    .phone-email{
        font-size: 18px;
        text-align: left;
    }
    .map{
        margin:40px 0px 40px 0px !important;
    }
    .contact-heading {
        font-size: 32px;
    }
    .contact-form-box {
        padding: 40px 10px 40px 10px !important;
    }
    .contact-form-btn{
        width: 100% !important;
    }
    .container,
    .container-md,
    .container-sm {
        max-width: 100%;
    }

    .country-img {
        border-radius: 15px 15px 0px 0px !important;
    }

    .header-whatsapp span {
        font-size: 15px;
        font-weight: 500;
        color: white;
    }

    .header-whatsapp img {
        width: 15%;
    }

    .country-raw-1 {
        padding-bottom: 0px;
    }

    .header-call img {
        /*width: 15%;*/
    }

    .header-call span {
        font-size: 15px;
        font-weight: 500;
        color: white;
    }
    

    .country-list {
        margin-top: 50px !important;
    }

    .tabcontent {
        padding: 30px 20px 30px 20px !important;
    }

    .travelller-details {
        padding: 0px 20px 0px 20px;
    }

    .passport-1 {
        padding: 30px 30px 30px 30px !important;
    }

    .upload {
        padding: 0px 0px 0px 0px;
    }

    .upload-box {
        width: 120px;
        height: 120px;
    }

    .choose-down {
        font-size: 9px;
    }

    .country{
        margin-bottom: 35px;
    }

    .form-box {
        padding: 40px 0px 40px 0px !important;
        margin-bottom: 50px !important;
    }
}
@media screen and (max-width: 1024px){
    .return-date {
        padding-top: 0px;
        padding-left: 0px !important;
    }
}

.country-content b,
.country-content strong{
    font-weight: 600;
}
.desc-step{
    color:red;
}
