@font-face {
 font-family: "OpenSans-Bold";
 src: url("../fonts/OpenSans-Bold.ttf") format("truetype");
}
@font-face {
 font-family: "OpenSans-Regular";
 src: url("../fonts/OpenSans-Regular.ttf") format("truetype");
}
@font-face {
 font-family: "OpenSans-Semibold";
 src: url("../fonts/OpenSans-Semibold.ttf") format("truetype");
}
@charset "utf-8";
/* CSS Document */
body, html{
	height: 100%
}
body {
    background: #fff;
    font-family: "OpenSans-Regular";
    padding: 0 !important;
}

h1, h2, h3, h4, h5, h6{
	font-family: "OpenSans-Bold";
}
p{
	font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: none;
}
.img-center{
	margin: 0 auto;
}
.navbar-default{
	margin-bottom: 0;
	background: none;
	box-shadow: none;
	border: 0;
}
.main-slider .item > img{
	width: 100%;
}

/*Header Css Start*/
header {
    position: absolute;
    width: 100%;
    z-index: 999;
    padding: 30px 0 0;
}
.navbar-brand {
    height: auto;
    padding: 0;
}
.navbar {
    min-height: auto;
}
header .row {
    display: flex;
    align-items: center;
}
#navbar {
    padding: 0;
    float: right;
}
#navbar li a {
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
}
#navbar li {
    margin-left: 16px;
}
.hdr-btn1 a {
    background-color: #93c144;
    padding: 10px 20px !important;
    display: inline-block;
    border-radius: 20px;
}
.hdr-btn2 a {
    background-color: #3584d5;
    padding: 10px 20px !important;
    display: inline-block;
    border-radius: 30px;
}
/*Home Slide Css Start*/
.home-slide {
    background-image: url(../images/New.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 13% 0 5%;
    position: relative;
    overflow-x: hidden;
}
.home-slide::before {
    content: '';
    position: absolute;
    top: 176px;
    right: -490px;
    width: 519px;
    height: 643px;
    transform: matrix(0.29, -0.96, 0.96, 0.29, 0, 0);
    background: #93C144;
    border-radius: 80px;
    opacity: 0.37;
}
.home-slide .row {
    display: flex;
    align-items: center;
}
.slide-cap h2 span {
    display: block;
}
.slide-cap h2 {
    color: #fff;
    font-size: 50px;
    margin: 0 0 20px;
    line-height: 60px;
}
.slide-cap p {
    color: #A3A1BC;
    font-size: 16px;
    line-height: 28px;
    margin: 0 0 20px;
}
.slide-cap a {
    display: inline-block;
    min-width: 180px;
    padding: 12px 22px;
    border-radius: 30px;
    margin-right: 13px;
    color: #fff;
    font-size: 16px;
}
.slide-cap a:hover {
    background-color: #000;
}
.slide-cap a i {
    float: right;
    position: relative;
    top: 4px;
}
.slide-btn1 {
    background-color: #3584D5;
}
.slide-btn2 {
    background-color: #9190A2;
}
.slide-cap-img img {
    float: right;
}

/*Do Panexpress Sec Css Start*/
.do-panexp {
    background-color: #F4F8FD;
    text-align: center;
    padding: 6% 0 5%;
    margin-top: -34px;
    position: relative;
    z-index: 99;
}
.do-panexp-title h3 {
    color: #1A284D;
    font-size: 42px;
    margin: 0 0 13px;
}
.do-panexp-title {
    width: 70%;
    display: inline-block;
    margin-bottom: 60px;
}
.do-exp-blk {
    text-align: left;
    padding: 40px 32px;
    border-radius: 10px;
    transition: all 0.5s;
}
.do-exp-blk:hover {
    transform: scale(1.1);
    cursor: pointer;
}
.do-exp-blk h4 {
    color: #FFF;
    font-size: 26px;
    margin: 30px 0 15px;
}
.do-exp-blk p {
    color: #FFF;
    font-size: 16px;
    line-height: 28px;
}
.do-exp-blk a {
    color: #fff;
    font-size: 16px;
}
.do-exp-blk a i {
    position: relative;
    top: 1px;
    left: 12px;
}
.do-exp-blk1 {
    box-shadow: 4px 20px 50px #93C144;
    background-color: #93C144;
}
.do-exp-blk2 {
    box-shadow: 4px 20px 50px #3584D5;
    background-color: #3584D5;
}
.do-exp-blk3 {
    box-shadow: 4px 20px 50px #0000004D;
    background-color: #9190A2;
}

.powerful-tol img {
    width: 100%;
}
.powerful-tol {
    background-color: #f4f8fd;
}

/*Get Reward Sec Css Start*/
.get-rwrd {
    background-color: #F4F8FD;
    padding: 5% 0;
}
.get-rwrd .row {
    display: flex;
    align-items: center;
}
.rwrd-blk img {
    width: 95%;
    float: right;
}
.rwrd-blk h3 {
    color: #1A284D;
    font-size: 62px;
    text-decoration: underline #93c144;
    margin: 0 0 25px;
}
.rwrd-blk p {
    color: #2A1E59;
    line-height: 30px;
    font-size: 20px;
}
.rwrd-blk a {
    color: #fff;
    background-color: #92C044;
    display: inline-block;
    font-size: 18px;
    padding: 13px 50px;
    border-radius: 30px;
    margin-top: 14px;
}
.rwrd-blk a:hover {
    background-color: #000;
}
/*Newsletter Sec Css Start*/
.nwsltr-sec {
    background-color: #3584D5;
    padding: 3% 0;
}
.nwsltr-sec .row {
    display: flex;
    align-items: center;
}
.nwesltr-blk input {
    width: 100%;
    border: none;
    background-color: #fff;
    padding: 22px 30px;
    border-radius: 40px 0px 40px 40px;
}
.nwesltr-blk form {
    position: relative;
    width: 90%;
}
.nwesltr-blk form button {
    position: absolute;
    right: 10px;
    background-color: #3584d5;
    border: none;
    color: #fff;
    padding: 13px 40px;
    top: 9px;
    border-radius: 40px 0px 40px 40px;
}
.nwesltr-blk form button:hover {
    background-color: #000;
}

.nwesltr-blk-title h6 {
    color: #FFF;
    font-size: 18px;
    margin: 0;
}
.nwesltr-blk-title h3 {
    color: #FFF;
    font-size: 36px;
    margin: 10px 0 0;
}

/*Footer Css Start*/
footer {
    background-color: #101820;
    padding: 4% 0;
}
.ftr-logo img {
    margin-bottom: 23px;
}
.ftr-logo p {
    color: #8C9DBB;
    line-height: 22px;
}
footer h4 {
    color: #fff;
    margin: 0 0 20px;
    font-size: 22px;
}
footer ul {
    padding: 0;
}
.ftr-links li {
    list-style: none;
    line-height: 33px;
}
footer li a {
    color: #8C9DBB;
}
.ftr-links {
    padding-left: 9%;
}
footer li {
    list-style: none;
}
.ftr-info li i {
    color: #fff;
    font-size: 18px;
    min-width: 33px;
    float: left;
    margin-bottom: 10px;
}
.ftr-info li {
    margin-bottom: 18px;
}
.copyrit {
    background-color: #101820;
    padding: 12px 0 20px;
}
.copyrit ul {
    padding: 0;
    margin: 0;
}
.copyrit li {
    list-style: none;
}
.copyrit li {
    float: left;
}
.copyrit .row {
    display: flex;
    align-items: center;
}
.ftr-soc {
    float: right;
}
.ftr-lang li img {
    width: 32px;
}
.ftr-lang li {
    margin-right: 10px;
}
.copyrit p {
    color: #8C9DBB;
    margin: 0;
}
.ftr-soc li a {
    display: inline-block;
    background-color: #8C9DBB;
    color: #000;
    min-width: 32px;
    text-align: center;
    padding: 5px 0;
    border-radius: 30px;
    margin-left: 6px;
}

/*Find Location Page Css Start*/
.inn-hdr {
    position: static;
    background-color: #000;
    padding: 13px 0;
}
.find-locat {
    background-color: #F4F8FD;
    padding: 5% 0;
}
.loc-blk-cvr {
    background-color: #fff;
    box-shadow: 10px 10px 10px #ECEEFD;
    border-radius: 10px;
    padding: 40px;
    margin-bottom: 20px;
}
.loc-title h3 {
    font-size: 30px;
    color: #2E3D62;
    margin: 0 0 5px;
}
.loc-title p {
    color: #2A1E59;
    margin: 0;
}
.loc-title {
    margin: 0 0 40px;
}
input[type=checkbox] {
  display: none;
}

input[type="checkbox"] + label::before {
    content: "\2714";
    border: 0.1em solid #000;
    border-radius: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-left: 0.2em;
    padding-bottom: 0.3em;
    margin-right: 10px;
    vertical-align: bottom;
    color: transparent;
    transition: .2s;
}

input[type=checkbox] + label:active:before {
  transform: scale(0);
}

input[type="checkbox"]:checked + label::before {
    background-color: #93C144;
    border-color: #93C144;
    color: #fff;
    line-height: 17px;
}

.loc-blk-cvr form select, .loc-blk-cvr form input {
    width: 100%;
    background-color: #F6F6F6;
    border: none;
    padding: 16px 12px;
    margin: 24px 0;
}

.loc-blk-cvr iframe {
    width: 100%;
    height: 300px;
    margin-top: 10px;
}

.loc-blk-cvr form button {
    float: right;
    background-color: #93c144;
    color: #fff;
    border: none;
    padding: 12px 60px;
    font-size: 16px;
    border-radius: 30px;
}

/*Detail Form Page Css Start*/
.deatil-form-bg {
    padding: 5% 0;
    background-color: #f4f8fd;
}
.deatil-form-bg form select, .deatil-form-bg form input {
    margin-top: 4px;
}
.deatil-form-bg .loc-title {
    border-bottom: 1px solid #00000036;
    padding-bottom: 28px;
}
.pro-tble table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.pro-tble td, .pro-tble th {
  border-bottom: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}
.pro-tble td img {
    position: relative;
    left: 80px;
}
.tbl-hdr {
    background-color: #F6F6F6;
}
.pro-tble td span {
    color: #3584D5;
    font-weight: 600;
}
.pro-tble table td {
    color: #A3A1BC;
    padding: 20px 8px;
}
.pro-tble td i {
    color: #000;
    font-size: 20px;
    text-align: center !important;
}
.total-blk .row {
    display: flex;
    align-items: center;
}
.total-txt {
    text-align: right;
}
.total-blk-btn a {
    background-color: #d90000;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding: 12px 50px;
    border-radius: 30px;
}
.total-txt h4 {
    color: #2E3D62;
    font-size: 26px;
    margin: 0;
}
.total-txt h4 span {
    color: #3584D5;
}
.total-txt h5 {
    color: #1C2D41;
    font-size: 20px;
    margin: 7px 0 0;
}
.total-txt h5 span {
    color: #DC3027;
    margin-left: 10px;
}
.total-blk {
    margin-top: 22px;
}
.trans-info {
    margin-top: 40px;
}
.trans-total ul {
    padding: 0;
    margin: 0;
}
.trans-total li {
    list-style: none;
    border-bottom: 1px solid #0000002b;
    padding: 13px 0;
    font-size: 20px;
    font-weight: 600;
}
.trans-total ul span {
    float: right;
}
.red {
    color: #F00;
}
.blue {
    color: #3584D5;
}
.trans-total button {
    float: left !important;
    margin-top: 20px;
}
.tranc-msg textarea {
    width: 100%;
    background-color: #F6F6F6;
    border: none;
    resize: none;
    padding: 13px 20px;
    height: 150px;
    border-radius: 6px;
}

/*Send Money Page Css Start*/
.drop-dl ul {
  display: none;
}
.drop-dl ul {
    position: absolute;
    z-index: 99;
}
.drop-dl li a {
    padding: 0 !important;
    line-height: 0;
}
.drop-dl ul li {
  list-style-type: none;
}
.drop-dl li {
    margin: 0 0 3px !important;
    float: none !important;
    line-height: 14px !important;
}
.soc-icons a:hover {
    background: #f79f17 !important;
}
.lang-chose {
    padding-bottom: 6px !important;
}
.flg-blk {
    position: relative;
}
.drop-dl {
    position: absolute;
    top: 20px;
    right: 18px;
    border-left: 1px solid #000;
    padding-left: 10px;
}
.drop-dl a span {
    color: #8e8e8e;
    margin-left: 7px;
}
.lang-chose img {
    object-fit: cover;
    width: 19px;
    height: 17px;
    border-radius: 20px;
}
.drop-dl ul {
    padding: 0;
    margin: 0;
}
.flg-blk1::before {
    content: '';
    background-image: url('../images/cahnge.svg');
    position: absolute;
    height: 36px;
    width: 42px;
    background-repeat: no-repeat;
    right: -37px;
    z-index: 9;
    top: 12px;
}
.recv-mny-title h4 {
    color: #1A284D;
    font-size: 24px;
    margin: 0;
}
.recv-mny-title {
    margin-bottom: 10px;
}
.revc-mny-blk {
    background-color: #F6F6F6;
    text-align: center;
    border-radius: 10px;
    padding: 20px 20px;
    margin-top: 25px;
    transition: all 0.5s;
    cursor: pointer;
}
.revc-mny-blk span {
    width: 100%;
    text-align: center !important;
    display: block;
    position: relative;
    left: 5px;
    margin: 20px 0 0;
}
.revc-mny-blk h6 {
    color: #1C2D41;
    font-size: 16px;
    margin: 10px 0 0;
}
.revc-mny-blk:hover {
    background-color: #93c144;
}
.revc-mny-blk:hover h6 {
    color: #fff;
}
.revc-mny-blk img {
    height: 50px;
}
.sumry-blk {
    background-color: #9190A2;
    padding: 25px;
    border-radius: 10px;
}
.sumry-blk h4 {
    color: #FFF;
    font-size: 28px;
    margin: 0;
}
.sumry-blk ul {
    padding: 0;
    margin: 0;
    border-top: 1px solid #ffffff80;
    border-bottom: 1px solid #ffffff80;
    margin: 25px 0;
    padding: 15px 0;
}
.sumry-blk ul li {
    list-style: none;
    color: #fff;
    line-height: 28px;
}
.sumry-blk h5 {
    color: #FFF;
    font-size: 18px;
    margin: 0 0 10px;
}
.sumry-blk h5 span {
    float: right;
}
.sumry-blk ul li span {
    float: right;
}
.sumry-blk p {
    color: #fff;
    margin: 0;
}
.sumry-blk p span {
    float: right;
}
.trms-con {
    background-color: #fff;
    box-shadow: 10px 10px 10px #ECEEFD;
    border-radius: 10px;
    margin-top: 30px;
    padding: 24px;
}
.trms-con h4 {
    color: #1A284D;
    font-size: 24px;
    margin: 0 0 16px;
}
.trms-con p {
    color: #2A1E59;
    line-height: 25px;
}
.trms-con a {
    background-color: #92C044;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 12px 0;
    color: #fff;
    font-size: 16px;
    margin-top: 12px;
    border-radius: 30px;
}

/*My Profile Page Css Start*/
.aval-bal {
    display: none;
    background-color: #93c144;
    text-align: center;
    padding: 40px 20px;
    border-radius: 10px;
}
.aval-bal i {
    font-size: 44px;
    color: #3584d5;
}
.aval-bal span {
    background-color: #fff;
    display: inline-block;
    padding: 20px 22px;
    border-radius: 100%;
}
.aval-bal h4 {
    color: #fff;
    font-size: 34px;
    margin: 14px 0 6px;
}
.aval-bal p {
    color: #fff;
    margin: 0;
}
.aval-bal a {
    background-color: #3584d5;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    margin-top: 14px;
    width: 100%;
    padding: 12px 0;
    border-radius: 30px;
}
.aval-bal {
    background-color: #93c144;
    text-align: center;
    padding: 40px 20px;
    border-radius: 10px;
}
.ned-hlp {
    background-color: #9190A2;
    margin-top: 20px;
}
.ned-hlp span {
    padding: 22px 17px;
}
.ned-hlp h5 {
    margin: 20px 0 10px;
    font-size: 20px;
    color: #fff;
}
.ned-hlp h6 {
    color: #fff;
    font-size: 24px;
    margin: 13px 0 0;
}
.pro-img {
    position: relative;
    text-align: center;
}
.pro-img img {
    border: 1px solid #3584d5;
    border-radius: 100%;
    padding: 4px;
}
.pro-img a {
    background-color: #3584d5;
    color: #fff;
    display: inline-block;
    padding: 6px 8px;
    border-radius: 20px;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 2px;
}
.prof-blk {
    background-color: #fff;
    box-shadow: 10px 10px 10px #ECEEFD;
    padding: 30px;
    border-radius: 10px;
    margin-bottom: 20px;
}
.prof-blk .loc-title {
    margin-bottom: 20px;
}
.prof-fld h5 {
    color: #2D2D2D;
    font-size: 16px;
    margin-bottom: 7px;
}
.prof-fld p {
    color: #A3A1BC;
}
.userProfile img {
    width: 40px;
}
#dropdownMenu1 {
    background-color: transparent !important;
    border: none;
    color: #fff;
    text-align: left;
}
#dropdownMenu1 span {
    display: block;
}
.userProfile button img {
    float: left;
    margin-right: 8px;
}
#dropdownMenu1 span {
    display: block;
    color: #3584d5;
}
.inn-prnt li {
    margin: 0 !important;
}
.inn-prnt li a {
    color: #fff !important;
    padding: 7px 10px !important;
}
.inn-prnt {
    padding: 10px 20px;
    background-color: #93c144;
}
.inn-prnt li i {
    min-width: 30px;
    text-align: center;
}
.inn-prnt li a:hover {
    background-color: #3584d5;
    border-radius: 5px;
}
.drop-btn {
    background-color: #FF2A54 !important;
    text-align: center;
    margin-top: 10px;
    border-radius: 20px;
}
.slide-fld {
    width: 600px;
    background-color: #fff;
    padding: 18px 30px;
    border-radius: 10px;
    margin-top: -110px;
}
.slide-fld input {
    width: 100%;
    background-color: #F6F6F6;
    border: none;
    padding: 16px 12px;
    margin: 24px 0 0;
    margin-top: 4px;
}
.notify-tbl i {
    color: #c10606f2 !important;
}
.notify-tbl td b {
    color: #000;
}

/*Reward Page Css Start*/
.rward-blk {
    text-align: center;
}
.rward-point {
    background-color: #F6F6F6;
    width: 33%;
    display: inline-block;
}
.rward-blk span {
    display: block;
}
.rward-point {
    background-color: #F6F6F6;
    width: 33%;
    display: inline-block;
    border: 2px dashed #2A1E59;
    border-radius: 10px;
    padding: 25px 20px;
}
.rward-point h2 {
    color: #2A1E59;
    font-size: 68px;
    margin: 0;
}
.rward-point h6 {
    color: #2A1E59;
    font-size: 20px;
    margin: 0;
}
.noted-point {
    text-align: center;
    margin-top: 50px;
}
.noted-point h5 {
    color: #AAA5BD;
}
.noted-point h5 span {
    color: #DC3027;
}
.noted-point a {
    background-color: #93C144;
    color: #fff;
    display: inline-block;
    padding: 14px 40px;
    border-radius: 30px;
    margin-top: 40px;
}
/*Transaction Page Css Start*/
.transac-tbl i {
    color: #3584D5 !important;
}
.tranc-form-row {
    display: flex;
    align-items: center;
}
.tranc-form-row .row {
    display: flex;
    align-items: center;
}
.tranc-form input {
    margin: 0 !important;
}
.tranc-form {
    margin-bottom: 30px;
}
.wlet-blk {
    background-color: #93c144;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 10px 10px #93c144;
    padding: 25px;
}
.wlet-blk i {
    float: left;
    color: #3584d5;
    background-color: #fff;
    padding: 20px 20px;
    font-size: 36px;
    border-radius: 40px;
    margin-right: 20px;
}
.wlet-blk h4 {
    color: #fff;
    text-align: center;
    font-size: 32px;
    margin: 0;
}
.wlet-blk h6 {
    color: #fff;
    text-align: center;
    margin: 8px 0 4px;
    font-size: 16px;
}
.dep-amm {
    background-color: #f6f6f6;
    text-align: center;
    padding: 30px 0;
    border-radius: 10px;
    box-shadow: 0 10px 10px #f6f6f6;
}
.dep-amm i {
    font-size: 24px;
}
.dep-amm h5 {
    font-size: 18px;
}
.wallet-blk-main {
    margin-bottom: 40px;
}
.wlet-col {
    margin-bottom: 30px;
}
.wlet-blk2 span {
    float: left;
    margin-right: 20px;
    background-color: #f6f6f6;
    padding: 19px 17px;
    border-radius: 100%;
}
.wlet-blk2 h3 {
    color: #3584D5;
    font-size: 42px;
    margin: 0;
    position: relative;
    top: 22px;
}
.wlet-blk3 span {
    padding: 14px 15px;
}
.wlet-blk3 h3 {
    float: right;
}
.wlet-blk3 h4 {
    float: left;
    margin: 24px 0 0;
}


/*Login Popup Start*/
.singin-title-lft img {
    width: 100%;
}
.singin-title-lft {
    position: relative;
}
.signin-it {
    position: absolute;
    top: 36%;
    padding: 0 40px;
}
.signin-it h3 {
    color: #FFF;
    font-size: 32px;
    margin: 0 0 16px;
}
.signin-it p {
    color: #A3A1BC;
    font-size: 16px;
    line-height: 24px;
}
.col-popup {
    background-color: #F4F8FD;
}
.popup-sign-form {
    padding-right: 8%;
}
.col-popup .row {
    display: flex;
    align-items: center;
}
.col-popup-grid {
    padding-left: 0;
}
.sin-title h4 {
    color: #1A284D;
    font-size: 38px;
    margin: 0 0 12px;
}
.sin-title {
    margin-bottom: 52px;
    position: relative;
}
.sin-title::before {
    content: '';
    height: 5px;
    width: 70px;
    background-color: #3584D5;
    position: absolute;
    bottom: -20px;
    border-radius: 10px;
}
.popup-sign-form label {
    color: #A3A1BC;
    width: 100%;
    font-weight: 400;
}
.popup-sign-form form input, .popup-sign-form form select {
    width: 100%;
    box-shadow: 4px 3px 6px #00000026;
    background-color: #fff;
    border: none;
    padding: 8px 17px;
    border-radius: 5px;
}
.popup-sign-form form .row {
    margin-bottom: 17px;
}
.frgt-link {
    color: #1A284D;
    float: right;
}
.popup-sign-form form button {
    width: 100%;
    background-color: #93c144;
    border: none;
    color: #fff;
    padding: 12px 0;
    border-radius: 30px;
}
.sign-up-link {
    color: #1A284D;
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    margin-top: 10px;
}
.close {
    font-size: 30px;
    position: absolute;
    top: 10px;
    right: 20px;
    z-index: 999;
}


.single-popup {
    padding: 30px 30px;
}
.single-pop-title {
    margin: 0 0 40px;
}
.single-popup label {
    color: #1C2D41;
    font-weight: 400;
}
.single-popup input {
    width: 100%;
    background-color: #F6F6F6;
    border: none;
    padding: 9px 14px;
    border-radius: 7px;
}
.single-popup .row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.single-popup button {
    float: right;
    background-color: #93c144;
    color: #fff;
    border: none;
    padding: 12px 50px;
    border-radius: 30px;
}


@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1366px) and (max-width: 1920px){}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){}
@media only screen and (min-width: 768px) and (max-width: 991px){}
@media only screen and (min-width: 520px) and (max-width: 767px){}
@media only screen and (min-width: 300px) and (max-width: 519px){}
