* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body {
    font-family: Poppins, sans-serif;
}
.container__custom {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.btn--clr1 {
    background: #07306c;
    color: #fff;
    border-radius: 0;
    padding: 1em 1.25em;
    text-transform: uppercase;
    font-size: 1.35rem;
    margin-top: -15px;
    margin-right: 10px;
    border: 0;
    transition: 0.4s;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.75);
}
.btn--clr1:hover {
    color: #fff;
    background: #07306c;
}
.btn--clr2 {
    background: #07306c;
    color: #fff;
    border-radius: 0;
    padding: 1.5em 2.25em;
    text-transform: uppercase;
    font-size: 1.65rem;
    font-weight: 600;
    border: 0;
    transition: 0.4s;
    margin-top: 1.5em;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.75);
}
.btn--clr2:hover {
    color: #fff;
    background: #001f4c;
}
.btn--clr1:focus,
.btn--clr2:focus {
    color: #fff;
    outline: 0;
}
.margin-LR {
    margin-right: 0;
    margin-left: 0;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    table-layout: auto;
}
.header {
    position: relative;
}
.header__top {
    border-bottom: 1px solid #d2d2d2;
    padding: 0.95em 0;
    width: 100%;
    background: #f6f5f5;
    transition: background 4s;
    -webkit-transition: background 4s;
    -moz-transition: background 4s;
    -o-transition: background 4s;
}
.logotop--fix {
    position: fixed;
    display: none;
}
.header__call {
    padding: 0;
    margin: 0;
    text-align: right;
}
.header__call .header__flag {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 0;
}
.header__call li {
    list-style: none;
    display: inline-block;
    font-size: 1.25rem;
    margin: 0 0.5em;
    color: #343434;
    font-weight: 500;
}
.header__call li:last-child {
    margin-right: 0;
}
.header__call li a {
    text-decoration: none;
    font-size: 1.25rem;
    color: #343434;
    font-weight: 500;
    transition: 0.4s;
}
.header__call li a:hover {
    color: #014dbb;
}
.header__goole--translate {
    display: inline-block;
    margin-right: 0;
}
.header__bottom {
    padding: 0.95em 0;
}
.header__bottom .header__rightcnt p {
    font-size: 1.35rem;
    color: #343434;
    font-weight: 500;
    margin: 5px 0 0 0;
}
.header__menu {
    background: #f6f5f5;
    border-top: 1px solid #d2d2d2;
    width: 100%;
}
.header__menu .navbar-default {
    background: 0 0;
    border: 0;
}
.header__menu .navbar {
    margin: 0;
    min-height: 40px;
}
.header__menu .navbar .navbar-nav > li > a {
    padding: 10px;
    color: #000;
}
.header__menu .navbar-nav a {
    background: 0 0;
    color: #000;
    text-transform: uppercase;
    font-size: 1.45rem;
    font-weight: 500;
}
.header__menu .navbar-nav li.active a,
.header__menu .navbar-nav li:hover a,
.header__menu .navbar-nav > .active a {
    background: #07306c;
    transition: 0.4s;
    color: #fff;
}
.header__slider {
    width: 100%;
    height: 100%;
    position: relative;
}
.header__slider img {
    width: 100%;
}
.disclm-cnt {
    position: absolute;
    top: 10px;
    right: 10px;
    font-weight: 500;
    opacity: 0.6;
}
.equalbox {
    position: relative;
    width: 100%;
    padding: 2.5em 0;
}
.equalbox__box {
    border: 2px solid #07306c;
    padding: 1em 2em;
    transition: 0.4s;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.75);
	
}
.equalbox__box.last {
    padding: 1em 5em;
}
.equalbox__box a {
    text-decoration: none;
    font-size: 1.55rem;
    font-weight: 600;
    color: #343434;
    transition: 0.4s;
    text-transform: capitalize;
}
.equalbox__box:hover {
    background: #07306c;
}
.equalbox__box:hover a {
    color: #fff;
}
.formbox {
    position: relative;
    width: 100%;
    padding: 0 0 2.5em 0;
}
.formbox h1 {
    font-size: 4rem;
    color: #343434;
    text-transform: capitalize;
}
.formbox .formbox__form {
    background: #07306c;
    color: #fff;
    padding: 4em 0;
}
.formbox .formbox__form .form-group {
    width: 44%;
}
.formbox .formbox__form .form-group .cnt-form {
    width: 55%;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 500;
    color: #343434;
    min-height: 37px;
}
.formbox .formbox__form .form-group label {
    margin-right: 1em;
    font-size: 1.75rem;
    font-weight: 500;
    margin-bottom: 0;
}
.maincnt {
    position: relative;
    width: 100%;
    padding: 0 0 2.5em 0;
}
.border-bottom {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 2em;
}
.maincnt__content {
    padding: 0.5em 1em 0.5em 0;
}
.maincnt__content h1 {
    font-size: 2rem;
    color: #000;
    font-weight: 600;
}
.maincnt__content h2 {
    font-size: 2rem;
    color: #000;
    font-weight: 600;
}
.maincnt__content p {
    font-size: 1.35rem;
    color: #343434;
    text-align: justify;
    line-height: 1.55;
}
.maincnt__content ul {
    margin: 0;
    padding: 0;
}
.maincnt__content ul li {
    font-size: 1.5rem;
    color: #343434;
    line-height: 1.55;
    list-style: none;
    background: url(../img/list-icon.png) no-repeat left 5px;
    padding-left: 1.5em;
}
.bg--color {
    background: #f6f5f5;
    padding-bottom: 1em;
}
.maincnt__rightcnt h2 {
    font-size: 1.85rem;
    color: #000;
    font-weight: 600;
}
.maincnt__rightcnt h3 {
    font-size: 1.65rem;
    color: #000;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
}
.maincnt__rightcnt .sprt-icon {
    padding: 1.5em 0 1.5em 1em;
}
.maincnt__rightcnt ul {
    margin: 0;
    padding: 1.5em 0;
}
.maincnt__rightcnt ul li {
    font-size: 1.35rem;
    color: #343434;
    font-weight: 600;
    margin: 0;
    padding: 0.75em 0 0.75em 0.5em;
    list-style: none;
    border-bottom: 1px solid #d2d2d2;
    transition: 0.4s;
}
.maincnt__rightcnt ul li a {
    font-size: 1.35rem;
    color: #343434;
    font-weight: 600;
    text-decoration: none;
}
.maincnt__rightcnt ul li img {
    margin-right: 0.65em;
}
.maincnt__rightcnt ul li:hover {
    background: #d6d6d6;
}
.maincnt__rightcnt .maincnt--category li {
    background: url(../img/list-icon.png) no-repeat left 15px;
    padding-left: 1.5em;
}
.iconlist {
    width: 100%;
    position: relative;
    padding-bottom: 0;
}
.padding-bottom {
    padding-bottom: 0;
}
.iconlist .iconlist__icon {
    display: inline-block;
    width: 20%;
    vertical-align: top;
}
.iconlist .iconlist__icon i {
    font-size: 10rem;
    color: #07306c;
}
.iconlist .iconlist__details {
    display: inline-block;
    width: 75%;
    padding-bottom: 2.5em;
}
.iconlist .iconlist__details h3 {
    margin-bottom: 0.75em;
    margin-top: 0;
    font-size: 1.65rem;
    color: #000;
    font-weight: 600;
}
.iconlist .iconlist__details ul {
    margin: 0;
    padding: 0;
}
.iconlist .iconlist__details ul li {
    list-style: none;
    font-size: 1.35rem;
    color: #343434;
    background: url(../img/list-icon.png) no-repeat left 6px;
    padding-left: 1.5em;
    line-height: 1.65;
}
.iconlist .iconlist__details ul li a {
    font-size: 1.35rem;
    color: #343434;
    text-decoration: none;
}
.iconlist .iconlist__details ul li a:hover {
    text-decoration: underline;
}
.iconlist .iconlist__details .read_morebtn {
    text-align: right;
    text-transform: uppercase;
    font-size: 12px;
    color: #07306c;
    float: right;
    font-weight: 700;
}
.visaprocess {
    width: 100%;
    position: relative;
    padding-bottom: 2em;
}
.visaprocess h1 {
    font-size: 4rem;
    color: #343434;
    text-transform: capitalize;
}
.visaprocess hr {
    height: 5px;
    background: #07306c;
    width: 20%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.visaprocess .visaprocess__cnt {
    background: #07306c;
    color: #fff;
    padding: 4em;
}
.countrylist {
    width: 100%;
    position: relative;
    padding-bottom: 0;
}
.countrylist h1 {
    font-size: 4rem;
    color: #343434;
    text-transform: capitalize;
}
.countrylist .headtxt {
    font-size: 1.5rem;
    color: #343434;
    line-height: 1.55;
    padding-left: 10em;
    padding-right: 10em;
    margin-bottom: 3em;
    font-weight: 500;
}
.countrylist .countrylist__flag {
    display: flex;
    align-items: center;
    margin-bottom: 1.5em;
    min-height: 5em;
}
.countrylist .countrylist__flag img {
    width: 50px;
    height: 40px;
    margin-right: 0.5em;
}
.countrylist .countrylist__flag h4 {
    font-size: 1.5rem;
    color: #000;
    font-weight: 600;
}
.countrylist .countrylist__text {
    min-height: 270px;
}
.countrylist .countrylist__text p {
    font-size: 1.45rem;
    color: #343434;
}
.countrylist .countrylist__text .readmore {
    text-transform: capitalize;
    font-size: 1.65rem;
    color: #07306c;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4s;
}
.countrylist .countrylist__text .readmore:hover {
    text-decoration: underline;
}
.morecntry {
    width: 25%;
    background: #07306c;
    margin: 0 auto;
    text-align: center;
    padding: 1.5em 2.25em;
    transition: 0.4s;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.75);
}
.morecntry:hover {
    background: #07306c;
}
.morecntry a {
    text-transform: uppercase;
    font-size: 1.65rem;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.countryimage {
    width: 100%;
    position: relative;
    padding-bottom: 2.5em;
}
.countryimage h1 {
    font-size: 4rem;
    color: #343434;
    text-transform: capitalize;
}
.countryimage .headtxt {
    font-size: 1.5rem;
    color: #343434;
    line-height: 1.55;
    padding-left: 10em;
    padding-right: 10em;
    margin-bottom: 3em;
    font-weight: 500;
}
.countryimage .countryimage__border {
    border-radius: 5px;
    background: #ddd;
    padding: 0.5em;
    transition: 0.4s;
}
.countryimage .countryimage__border:hover {
    background: #07306c;
}
.consultantimgr {
    width: 100%;
    position: relative;
    background: #f6f5f5;
    border-bottom: 1px solid #d2d2d2;
    color: #fff;
    padding: 2em 0 3em 0;
}
.consultantimgr h3 {
    font-size: 1.85rem;
    color: #343434;
    font-weight: 600;
}
.consultantimgr p {
    font-size: 1.35rem;
    color: #343434;
}
.consultantimgr a {
    font-size: 1.35rem;
    font-weight: 600;
}
.footer {
    width: 100%;
    position: relative;
    background: #f6f4f4;
    padding: 2.5em 0 0 0;
}
.footer__text p {
    font-size: 1.25rem;
    color: #343434;
}
.footer__text h4 {
    font-size: 1.65rem;
    color: #343434;
    font-weight: 600;
}
.footer__text ul {
    margin: 0;
    padding: 0;
}
.footer__text ul li {
    list-style: none;
    background: url(../img/list-icon.png) no-repeat left 5px;
    padding-left: 1.5em;
}
.footer__text ul li a {
    font-size: 1.45rem;
    color: #343434;
}
.footer__bottom {
    background: #07306c;
    width: 100%;
    padding: 1em 0;
}
.footer__bottom p {
    font-size: 1.45rem;
    color: #fff;
    padding-top: 0.5em;
}
.footer__bottom a {
    color: #fff;
}
.footer__bottom .footer__socialicon {
    margin: 0;
    padding: 0;
}
.footer__bottom .footer__socialicon li {
    list-style: none;
    display: inline-block;
    margin: 0 0.5em;
}
.footer__bottom .footer__socialicon li i {
    font-size: 4rem;
    color: #fff;
}
.animation__image {
    width: 150px;
    height: 150px;
    background: url(../img/bank-list.jpg) left center;
    display: inline-block;
    animation: play 5.5s steps(10) infinite;
}
@keyframes play {
    100% {
        background-position: -1500px;
    }
}
.stickyhead {
    position: fixed;
    z-index: 1030;
    left: 0;
    top: 0;
    width: 100%;
}
.contact__us {
    width: 100%;
    height: 100%;
    background: 0 0;
    background-size: cover;
    background-position: 100%;
    padding: 2em;
}
.contact__us h2 {
    color: #fff;
}
.contact__us ul li {
    color: #fff;
    background: 0 0;
    padding: 0.5em 0;
}
.contact__us ul li a {
    color: #fff;
}
.morecntry__listpage {
    width: 25%;
    background: #014dbb;
    margin: 0 auto;
    text-align: center;
    padding: 1.5em 2.25em;
    transition: 0.4s;
    -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.75);
    text-transform: uppercase;
    font-size: 1.85rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.morecntry__listpage:hover {
    background: #07306c;
}
.morecntry__listpage i {
    margin-left: 0.5em;
}
.breadcrumb-cntdetails {
    background: #f6f5f5;
    padding: 15px 15px 15px 0;
    margin-bottom: 20px;
}
.breadcrumb-cntdetails .breadcrumb {
    background: 0 0;
    margin: 0;
    padding: 0;
}
.breadcrumb-cntdetails .breadcrumb li a {
    text-transform: capitalize;
    color: #343434;
    font-size: 1.5rem;
    font-weight: 600;
}
.breadcrumb-cntdetails .breadcrumb li.active {
    text-transform: capitalize;
    color: #014dbb;
    font-size: 1.5rem;
    font-weight: 600;
}
.breadcrumb-cntdetails .breadcrumb > li + li::before {
    padding: 0 6px;
    margin: 0 10px;
    color: #ccc;
    content: "";
    background: url(../img/list-icon.png) no-repeat left 5px;
}
.address {
    width: 100%;
    height: 100%;
    background: url(../img/address-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.address h1 {
    font-size: 3rem;
    color: #fff;
    text-transform: capitalize;
    padding: 0.5em 1em;
}
.address .address__cnt {
    background: #fff;
    border-radius: 5px;
    padding: 1em;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 32%;
}
.address__cnt .address--icon {
    text-align: center;
    background: #01266b;
    border-radius: 100%;
    display: block;
    margin: 0 auto 25px auto;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    font-size: 2.85rem;
    font-weight: 700;
}
.address .address__cnt address div {
    font-size: 1.45rem;
    color: #343434;
    margin-bottom: 5px;
    display: flex;
    word-break: break-word;
}
.address .address__cnt address div strong {
    margin-right: 5px;
    vertical-align: top;
    flex: 1;
}
.address .address__cnt address div span {
    flex: 3;
}
.address_box {
    display: flex;
    justify-content: center;
}
#Go-Topbutton {
    width: 50px;
    height: 50px;
    background: #07306c;
    position: fixed;
    bottom: 80px;
    right: 30px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
}
#Go-Topbutton::after {
    content: "\f077";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
}
#Go-Topbutton:hover {
    cursor: pointer;
    background: red;
}
#Go-Topbutton:active {
    background-color: orange;
}
#Go-Topbutton.show {
    opacity: 1;
    visibility: visible;
}
.navbar-nav li .mega-menu {
    position: absolute;
    right: 0;
    width: 885px;
    padding: 2rem 4rem;
    background: #f6f5f5;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
    max-height: 0;
    display: block;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 1020;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-nav li:hover .mega-menu {
    max-height: 350px;
    opacity: 1;
    visibility: visible;
}
.navbar-nav li .mega-menu p {
    font-size: 1.25rem;
    color: #000;
    font-weight: 500;
}
.navbar-nav li .mega-menu li {
    list-style: disc;
    color: #000;
}
.navbar-nav li .mega-menu li a {
    font-size: 1.25rem;
}
.navbar-nav li .mega-menu li:hover {
    text-decoration: underline;
}
.header__menu .navbar-nav li:hover .mega-menu li a {
    background: 0 0;
    color: #000;
}
@media only screen and (max-width: 320px) {
    .logotop--fix {
        display: block !important;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        z-index: 1;
    }
    .logotop--fix img {
        height: auto;
    }
    .header__call {
        text-align: center;
        width: 100%;
        border-top: 1px solid #d2d2d2;
        margin-top: 70px;
        padding-top: 10px;
    }
    .header__call li {
        font-size: 1rem;
        margin: 0;
    }
    .header__call li a {
        font-size: 1rem;
    }
    .header__logo {
        display: none;
    }
    .header__rightcnt {
        text-align: center;
    }
    .btn--clr1 {
        width: 100%;
        margin: 0;
    }
    .header__goole--translate {
        width: 100%;
        margin: 15px 0 0 0;
    }
    .goog-te-combo {
        width: 100%;
        min-height: 35px;
        margin: 15px 0 0 0;
    }
    .header__bottom .header__rightcnt p {
        text-align: center;
        font-size: 1.25rem;
    }
    .navbar-default .navbar-toggle {
        background: #07306c;
        border-color: #07306c;
    }
    .navbar-default .navbar-toggle:hover {
        background: #014dbb;
        border-color: #014dbb;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .equalbox__box {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .equalbox__box a {
        font-size: 1.35rem;
    }
    .formbox .formbox__form .form-group {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .formbox .formbox__form .form-group label {
        width: 100%;
        text-align: left;
    }
    .formbox .formbox__form .form-group .cnt-form {
        width: 100%;
    }
    .iconlist .iconlist__icon i {
        font-size: 4rem;
    }
    .formbox h1 {
        font-size: 2rem;
    }
    .visaprocess h1 {
        font-size: 2rem;
    }
    .countrylist h1 {
        font-size: 2rem;
    }
    .countrylist .headtxt {
        padding-left: 0;
        padding-right: 0;
    }
    .morecntry {
        width: 95%;
    }
    .countryimage h1 {
        font-size: 3rem;
    }
    .countryimage .headtxt {
        padding-left: 0;
        padding-right: 0;
    }
    .countryimage .countryimage__border {
        margin-bottom: 10px;
    }
    .consultantimgr h3 {
        text-align: center;
    }
    .consultantimgr .text-right {
        text-align: center;
    }
    .footer .text-right {
        text-align: center;
    }
    .footer__bottom .footer__socialicon {
        text-align: right;
    }
    .morecntry__listpage {
        width: 95%;
    }
    .address_box {
        flex-wrap: wrap;
    }
    .address h1 {
        font-size: 2rem;
    }
    .address .address__cnt {
        width: 100%;
        margin-left: 15px;
    }
    .btn--clr2 {
        white-space: normal;
    }
}
@media only screen and (min-width: 321px) and (max-width: 767px) {
    .logotop--fix {
        display: block !important;
        position: absolute;
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        z-index: 1;
    }
    .logotop--fix img {
        height: auto;
    }
    .header__call {
        text-align: center;
        width: 100%;
        border-top: 1px solid #d2d2d2;
        margin-top: 70px;
        padding-top: 10px;
    }
    .header__logo {
        display: none;
    }
    .header__rightcnt {
        text-align: center;
    }
    .btn--clr1 {
        width: 100%;
        margin: 0;
    }
    .header__goole--translate {
        width: 100%;
        margin: 15px 0 0 0;
    }
    .goog-te-combo {
        width: 100%;
        min-height: 35px;
        margin: 15px 0 0 0;
    }
    .header__bottom .header__rightcnt p {
        text-align: center;
        font-size: 1.5rem;
    }
    .navbar-default .navbar-toggle {
        background: #07306c;
        border-color: #07306c;
    }
    .navbar-default .navbar-toggle:hover {
        background: #014dbb;
        border-color: #014dbb;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }
    .equalbox__box {
        margin-top: 0;
        margin-bottom: 10px;
    }
    .equalbox__box a {
        font-size: 1.35rem;
    }
    .formbox .formbox__form .form-group {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .formbox .formbox__form .form-group label {
        width: 100%;
        text-align: left;
    }
    .formbox .formbox__form .form-group .cnt-form {
        width: 100%;
    }
    .iconlist .iconlist__icon i {
        font-size: 6rem;
    }
    .formbox h1 {
        font-size: 3rem;
    }
    .visaprocess h1 {
        font-size: 3rem;
    }
    .countrylist h1 {
        font-size: 3rem;
    }
    .countrylist .headtxt {
        padding-left: 0;
        padding-right: 0;
    }
    .morecntry {
        width: 95%;
    }
    .countryimage h1 {
        font-size: 3rem;
    }
    .countryimage .headtxt {
        padding-left: 0;
        padding-right: 0;
    }
    .countryimage .countryimage__border {
        margin-bottom: 10px;
    }
    .consultantimgr h3 {
        text-align: center;
    }
    .consultantimgr .text-right {
        text-align: center;
    }
    .footer .text-right {
        text-align: center;
    }
    .footer__bottom .footer__socialicon {
        text-align: right;
    }
    .morecntry__listpage {
        width: 95%;
    }
    .address_box {
        flex-wrap: wrap;
    }
    .address h1 {
        font-size: 2rem;
    }
    .address .address__cnt {
        width: 100%;
        margin-left: 15px;
    }
    .navbar-nav li .mega-menu {
        left: 0;
        width: 100%;
    }
    .navbar-nav li:hover .mega-menu {
        max-height: 800px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
    .header__call li {
        font-size: 0.95rem;
        margin: 0 0.15em;
    }
    .header__call li a {
        font-size: 0.95rem;
    }
    .header__call .header__flag img {
        max-width: 70%;
        height: auto;
    }
    .btn--clr1 {
        font-size: 1.25rem;
        margin-top: -20px;
    }
    .header__menu .navbar-nav a {
        font-size: 1.25rem;
        padding: 10px 5px;
    }
    .navbar {
        min-height: 40px;
    }
    .equalbox__box {
        margin-bottom: 10px;
    }
    .equalbox__box a {
        font-size: 1.25rem;
    }
    .formbox {
        padding: 0 0 2em 0;
    }
    .formbox h1 {
        font-size: 3rem;
    }
    .formbox .formbox__form .form-group .cnt-form {
        width: 95%;
    }
    .formbox .formbox__form .form-group label {
        width: 95%;
        margin-right: 0;
        text-align: left;
        margin-bottom: 10px;
    }
    .countrylist .headtxt {
        padding-left: 0;
        padding-right: 0;
    }
    .morecntry {
        width: 50%;
    }
    .countryimage .headtxt {
        padding-right: 0;
        padding-left: 0;
    }
    .countryimage .countryimage__border {
        margin-bottom: 10px;
    }
    .consultantimgr h3 {
        text-align: center;
    }
    .consultantimgr .text-right {
        text-align: center;
    }
    .footer .text-right {
        text-align: center;
    }
    .footer__bottom .footer__socialicon {
        text-align: right;
    }
    .navbar-nav li .mega-menu {
        left: 0;
        width: 550px;
    }
    .navbar-nav li:hover .mega-menu {
        max-height: 670px;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1199px) {
    .header__menu .navbar-nav a {
        font-size: 1.25rem;
        padding: 10px 5px;
    }
    .navbar {
        min-height: 40px;
    }
    .equalbox__box {
        margin-bottom: 10px;
    }
    .equalbox__box a {
        font-size: 1.25rem;
    }
    .equalbox__box.last {
        padding: 1em 4em;
    }
    .formbox {
        padding: 0 0 2em 0;
    }
    .formbox h1 {
        font-size: 3rem;
    }
    .formbox .formbox__form .form-group .cnt-form {
        width: 95%;
    }
    .formbox .formbox__form .form-group label {
        width: 95%;
        margin-right: 0;
        text-align: left;
        margin-bottom: 10px;
    }
    .countrylist .headtxt {
        padding-left: 0;
        padding-right: 0;
    }
    .morecntry {
        width: 50%;
    }
    .countryimage .headtxt {
        padding-right: 0;
        padding-left: 0;
    }
    .countryimage .countryimage__border {
        margin-bottom: 10px;
    }
    .consultantimgr h3 {
        text-align: center;
    }
    .consultantimgr .text-right {
        text-align: center;
    }
    .footer .text-right {
        text-align: center;
    }
    .footer__bottom .footer__socialicon {
        text-align: right;
    }
    .morecntry__listpage {
        width: 50%;
    }
    .countrylist .countrylist__text {
        min-height: 260px;
    }
    .countrylist .countrylist__text p {
        font-size: 1.35rem;
    }
    .navbar-nav li .mega-menu {
        left: 0;
    }
    .navbar-nav li:hover .mega-menu {
        max-height: 650px;
    }
}
