body {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #242424;
    background: #ECF2F7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

a {
    color: #5ea7ff;
    outline: 0;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

a:focus,
a:hover {
    color: #0fb857;
}

html {
    scroll-behavior: smooth;
}

strong {
    font-weight: 500;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    margin-bottom: 8px;
    display: block;
}

.form-dp {
    display: inline-block;
    width: 100%;
    border: 1px solid #ced4da;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 15px;
    color: #212529;
    outline: 0;
}

.form-dp:focus {
    border: 1px solid #5ea7ff;
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}

.btn-dp {
    background: #5ea7ff;
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
    border: 0;
    outline: 0;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-dp:focus,
.btn-dp:hover {
    background: #0fb857;
    color: #fff;
}

.form-check-input:checked {
    background-color: #5ea7ff;
    border-color: #5ea7ff;
}

.form-check-input:focus {
    -webkit-box-shadow: 0 0 0 #fff;
    box-shadow: 0 0 0 #fff;
}

.dp-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: transparent;
    border: 0;
    outline: 0;
    font-size: 25px;
    padding: 0;
    cursor: pointer;
    z-index: 99;
    width: 38px;
    color: #bbb;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.dp-close:focus,
.dp-close:hover {
    color: #212529;
}

/* Header CSS */

#header {
    background: #fff;
    padding: 5px 0;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.nav-lng li {
    display: inline-block;
}

.nav-lng li a {
    color: #212529;
    display: inline-block;
    padding: 5px 10px;
}

.nav-lng li a:hover {
    color: #5ea7ff;
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.header-fixed .navbar-brand {
    width: 120px;
}

.navbar-brand {
    width: 180px;
}

.navbar-toggler {
    font-size: 30px;
    color: #5ea7ff;
    border: 0;
    padding: 5px 10px;
}

.navbar-toggler:focus {
    -webkit-box-shadow: 0 0 0 2px;
    box-shadow: 0 0 0 2px;
}

.navbar-dp {
    padding: 0;
}

.navbar-nav li {
    position: relative;
}

.navbar-nav li a {
    color: #212529;
    display: inline-block;
    padding: 10px 15px !important;
    font-size: 15px;
    line-height: 1.2;
}

.navbar-nav li a:hover,
.navbar-nav li a.active {
    color: #5ea7ff;
}

.navbar-nav li ul {
    position: absolute;
    width: 200px;
    background: #fff;
    z-index: 99;
    padding: 10px 0;
    -webkit-box-shadow: 0px 1px 3px 1px #eee;
    box-shadow: 0px 1px 3px 1px #eee;
    visibility: hidden;
}

.navbar-nav li:hover > ul {
    visibility: visible;
}

.navbar-nav li ul li a {
    color: #212529;
    -webkit-transition: all 0.0s ease;
    transition: all 0.0s ease;
}

.navbar-nav li ul li a:hover,
.navbar-nav li ul li a.active {
    color: #5ea7ff;
}

/* Welcome CSS */

#welcome {
    background-image: url('https://compare.t2meen.com/assets/images/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#welcome:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url('https://compare.t2meen.com/assets/images/bn-top.png');
    background-repeat: no-repeat;
    background-size: 100% 67px;
    width: 100%;
    height: 67px;
}

.slide-item {
    padding: 80px 0;
}

.slide-item img {
    display: inline-block !important;
    width: 80% !important;
    margin-bottom: 30px;
}

.slide-item h2 {
    font-size: 46px;
    color: #fff;
    margin-bottom: 40px;
}

.slide-item .btn-dp {
    background: transparent;
    border: 2px solid #fff;
    font-size: 18px;
    text-transform: uppercase;
    padding: 15px 20px;
}

.slide-item .btn-dp:hover {
    background: #fff;
    color: #5ea7ff;
}

.owl-carousel .owl-nav button {
    position: absolute;
    top: 50%;
    background: #5ea7ff !important;
    color: #fff !important;
    display: inline-block;
    width: 50px;
    height: 50px;
    margin-top: -15px;
    font-size: 30px !important;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0.8;
}

.owl-carousel .owl-nav button:hover {
    opacity: 1;
}

.owl-carousel .owl-nav button.owl-prev {
    left: 15px;
}

.owl-carousel .owl-nav button.owl-next {
    right: 15px;
}

.owl-carousel .owl-dots {
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
}

.owl-carousel .owl-dots .owl-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #5ea7ff;
    border-radius: 50%;
    margin: 0 3px;
}

.owl-carousel .owl-dots .owl-dot.active {
    background: #5ea7ff;
}

/* Wrapper CSS */

.bg-wh {
    background: #F9F9F9;
}

.sec-title {
    text-align: center;
    margin-bottom: 40px;
}

.sec-title h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.sec-title h2 span {
    color: #5ea7ff;
}

.sec-title h2.title {
    font-size: 42px;
}

.sec-title h3 {
    font-size: 22px;
    font-weight: 400;
    color: #5ea7ff;
}

.st-sp {
    margin-bottom: 80px;
}

.content-box {
    padding: 80px 0;
}

.form-box {
    background: #fff;
    padding: 30px 30px;
    border-radius: 20px;
}

.brand-slider .owl-nav button.owl-prev {
    left: -60px;
}

.brand-slider .owl-nav button.owl-next {
    right: -60px;
}

.brand-slider .owl-dots {
    position: inherit;
    bottom: -20px;
}

.number-item {
    background: #fff;
    padding: 20px 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
}

.number-item h2 {
    font-weight: 600;
    color: #1881c4;
    font-size: 34px;
    margin-bottom: 5px;
}

.number-item h3 {
    font-size: 20px;
}

.number-item p {
    color: #666;
}

.number-item:hover h2,
.number-item:hover p,
.number-item:hover {
    background: #1881c4;
    color: #fff;
}

.wp-box {
    background: #20385D;
    color: #fff;
    padding: 80px 30px;
    border-radius: 20px;
    margin: 0;
}

.whatup-item {
    text-align: center;
}

.whatup-item h2 {
    font-size: 32px;
    margin-bottom: 15px;
}

.whatup-item .form-dp {
    background: transparent;
    border: 1px solid #cccc;
    margin-bottom: 20px;
    color: #fff;
}

#banner {
    background-image: url('https://compare.t2meen.com/assets/images/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
    text-align: center;
    color: #fff;
}

.page-title {
    font-size: 46px;
}

.breadcrumb {
    display: block;
}

.breadcrumb-item {
    display: inline-block;
}

.breadcrumb-item a,
.breadcrumb-item:before,
.breadcrumb-item.active {
    color: #fff !important;
}

.breadcrumb-item a:hover {
    opacity: 0.8;
}

.man-item {
    text-align: center;
    margin-bottom: 40px;
}

.man-item img {
    margin-bottom: 10px;
}

.man-item h2 {
    font-size: 22px;
}

.man-item p {
    color: #666;
}

.man-item .btn-dp {
    font-weight: 500;
    font-size: 17px;
    padding: 15px 30px;
}

.list-dp {
    margin-bottom: 30px;
}

.list-dp li {
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    padding-left: 25px;
    position: relative;
}

.list-dp li:before {
    content: "\5a";
    font-family: 'ElegantIcons';
    position: absolute;
    top: 10px;
    left: 0;
}

.accordion-item {
    margin-bottom: 20px;
}

.accordion-item h2 {
    background: #fff !important;
    color: #5ea7ff !important;
    font-size: 17px;
    cursor: pointer;
    margin: 0;
}

.accordion-item p {
    padding: 20px 20px;
    margin: 0;
}

.img-box {
    text-align: center;
}

/* Footer CSS */

#footer {
    background-image: url('https://compare.t2meen.com/assets/images/banner.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 80px 0;
    padding-bottom: 40px;
    text-align: center;
    color: #fff;
    position: relative;
}

#footer:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-image: url('https://compare.t2meen.com/assets/images/bn-down.png');
    background-repeat: no-repeat;
    background-size: 100% 67px;
    width: 100%;
    height: 67px;
}

.footer-box img {
    margin-bottom: 20px;
}

.footer-box h3 {
    font-size: 20px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 20px;
}

.footer-box a {
    color: #fff;
}

.footer-box a:hover {
    opacity: 0.8;
}

.social-link {
    margin-bottom: 20px;
}

.social-link li {
    display: inline-block;
}

.social-link li a {
    background: #37AEE2;
    width: 35px;
    height: 35px;
    display: inline-block;
    font-size: 16px;
    padding-top: 5px;
    border-radius: 50%;
    margin: 2px 2px;
}

.social-link li.in a {
    background: #0274B3;
}

.social-link li.pn a {
    background: #CB2027;
}

.social-link li.tw a {
    background: #3CF;
}

.social-link li.fb a {
    background: #365493;
}

.social-link li a:hover {
    opacity: 0.8;
}

.text-left {
    text-align: left;
}

.ch-code {
    background: #F5CF03;
    text-align: center;
    padding: 20px 10px;
    border-radius: 10px;
    font-size: 46px;
    margin: 0;
}

.ch-type {
    background: #fff;
    text-align: center;
    padding: 20px 15px;
    border-right: 1px solid #eee;
}

.ch-type i {
    display: inline-block;
    color: #5ea7ff;
    border: 2px solid #5ea7ff;
    width: 50px;
    height: 50px;
    font-size: 26px;
    padding-top: 8px;
    margin-bottom: 10px;
}

.ch-type p {
    margin: 0;
    color: #212529;
}

.ch-type:hover p {
    margin: 0;
    color: #5ea7ff;
}

.ch-desc {
    background: #fff;
    text-align: center;
    padding: 20px 15px;
    border-radius: 10px;
    margin-bottom: 10px;
}

.ch-desc img {
    margin-bottom: 15px;
}

.ch-desc h2 {
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}

.ch-pkg {
    background: #fff;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden;
}

.ch-pkg h2 {
    background: #5ea7ff;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
    padding: 15px 5px;
}

.ch-pkg h3 {
    color: #BC323D;
    font-size: 34px;
    margin: 0;
    padding: 15px 0;
}

.ch-pkg h3 b {
    color: #BC323D;
    font-size: 34px;
    margin: 0;
    padding: 15px 0;
}

.ch-pkg h3 span {
    font-size: 22px;
}

.ch-pkg ul {
    margin: 0 10px;
    border-top: 1px solid #eee;
}

.ch-pkg ul li {
    display: inline-block;
    width: 100%;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
}

.ch-pkg .btn-bd {
    margin-top: 20px;
    display: inline-block;
    border: 1px solid #5ea7ff;
    padding: 8px 20px;
    border-radius: 5px;
    text-transform: uppercase;
}

.ch-pkg .btn-bd:focus,
.ch-pkg .btn-bd:hover {
    background: #5ea7ff;
    color: #fff;
}

.pkg2 h2 {
    background: #069FC9;
}

.pkg3 h2 {
    background: #005180;
}

/* ---------------------------------------
			Responsive Layout
----------------------------------------- */

/* Desktop layout */

@media (min-width:1200px) {}


/* Big tablet layout */

@media only screen and (min-width:992px) and (max-width:1199px) {}


/* Normal tablet layout */

@media only screen and (min-width:768px) and (max-width:991px) {
    .navbar-nav li ul {
        position: inherit;
        width: 100%;
        -webkit-box-shadow: 0 0 0 #fff;
        box-shadow: 0 0 0 #fff;
        visibility: visible;
        padding: 0;
        padding-left: 10px;
    }

    .navbar-brand {
        width: 150px;
    }

    .header-fixed .navbar-brand {
        width: 100px;
    }

    .ch-code,
    .whatup-item,
    .img-box,
    .form-box {
        margin-bottom: 10px;
    }

    .content-box {
        padding: 10px 0;
    }

    .slide-item {
        text-align: center;
    }
}

/* Normal mobile layout */

@media only screen and (max-width:767px) {
    
    
    .pkg2 h2 {
    color: red;
}

.pkg3 h2 {
    color: red;
}


    .navbar-nav li ul {
        position: inherit;
        width: 100%;
        -webkit-box-shadow: 0 0 0 #fff;
        box-shadow: 0 0 0 #fff;
        visibility: visible;
        padding: 0;
        padding-left: 10px;
    }

    .footer-box img,
    .navbar-brand {
        width: 150px;
    }

    .header-fixed .navbar-brand {
        width: 100px;
    }

    .ch-code,
    .whatup-item,
    .img-box,
    .form-box {
        margin-bottom: 30px;
    }

    .content-box {
        padding: 40px 0;
    }

    .wp-box {
        padding: 40px 15px;
    }

    .page-title,
    .sec-title h2.title,
    .slide-item h2 {
        font-size: 36px;
    }

    .ch-code,
    .sec-title h2 {
        font-size: 28px;
    }

    .footer-box h3 {
        font-size: 17px;
    }

    .slide-item {
        text-align: center;
    }

    .ch-type {
        border-bottom: 1px solid #eee;
    }
}


/* Width mobile layout */

@media only screen and (min-width:480px) and (max-width:767px) {
    
       .pkg2 h2 {
    color: red;
}

.pkg3 h2 {
    color: red;
}
}
